@charset "utf-8";

/* CSS Document */

.wdp

{

	word-wrap:break-word;		

}

.cursor{

	

	cursor:pointer;

	cursor: hand;

	}

body {

	font: 100% Verdana, Arial, Helvetica, sans-serif;

	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */

	padding: 0;

	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */

	color: #000000;

	background-image:url(../img/FundodoSite.jpg);

	background-repeat:repeat;

}

.enderecos{
	color:#666;
	font-size:medium;
	font-family:Arial, Helvetica, sans-serif;
}

.enderecos_x{
	color:#666;
	font-size: small;
	font-family:Arial, Helvetica, sans-serif;
}



#main {

	padding:0px;

	margin:0px;

}

.creci {

	font-size: x-small;

	color: #FFF;

}

.twoColFixRtHdr #container {

	width: 960px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */

	background: transparent;

	margin: 0 auto;

	text-align: left; /* this overrides the text-align: center on the body element. */

	position: relative;

}

.twoColFixRtHdr #header {
	background: #FFF;
	padding: 0;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	background-image:url(../img/resto_fundo_lados.jpg);
	background-repeat:repeat-x;
	height: 225px;

}

.twoColFixRtHdr #header h1 {

	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */

	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */

}

.twoColFixRtHdr #sidebar1 {
	float: right; /* since this element is floated, a width must be given */
	width: 240px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px 10px;
	background-color: #B60100;
	margin-top: 9px;

}

.twoColFixRtHdr #mainContent {

	margin: 0 250px 0 0; /* the right margin on this div element creates the column down the right side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */

	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */

}

.twoColFixRtHdr #footer {

	padding: 10px 0 0 0; /* this padding matches the left alignment of the elements in the divs that appear above it. */

	background:#DDDDDD;

	margin-top: 20px;

	background-color: #999;

}

.twoColFixRtHdr #footer p {

	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */

	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */

}

.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */

	float: right;

	margin-left: 8px;

}

.fltlft { /* this class can be used to float an element left in your page */

	float: left;

	margin-right: 8px;

}

.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */

	clear:both;

	height:0;

	font-size: 1px;

	line-height: 0px;

}

#logo {



}

#barraBaixo {

	height:38px;

	width:845px;

	margin: auto;

}

.linhasVertical {
	margin-left:15px;
	margin-right:15px;
	color: #FFF;

}

.tamanho {
	margin:auto;

}

.info-sidebar {

	padding:10px 20px 20px 0px;

	width: auto;

	color:#000;

	overflow: hidden;

	font-size:1.2em;

	line-height:1.4em;

}

.pagetitle2 {

	font-size:1.2em;

	font-weight: bold;

	overflow:hidden;

	color: #FFF;

	text-align:center;

	padding:10px 0px 0px 0px;/* margin:0px 0px -20px 0px;*/

}

.pagetitle {

	font-size:medium;

	font-weight: normal;

	overflow:hidden;

	color: #FFF;

	text-align:center;

	padding:10px 0px 0px 0px;/* margin:0px 0px -20px 0px;*/

}

.telefones {
	font-size: x-large;
	color: #900;

}

.anos {

	font-size: small;

	color: #FFF;

}

.left {

	float:left;

}

.slideshow {
	height: 192px;
	width: 210px;
	margin: auto;
	margin-bottom: 4px;
	margin-left: 16px;

}

.slideshow img {

	padding: 1px;

	border: 1px solid #ccc;

	background-color: #eee;

}

.ladosabcd {

	-moz-border-radius: 4px;

	-khtml-border-radius: 4px;

	-webkit-border-radius: 4px;

	border-radius: 4px;

}

.baixo_esquerda_direita {

	border-bottom-right-radius:3px;

	border-bottom-left-radius:3px;

	-moz-border-radius-bottomright:3px;

	-moz-border-radius-bottomleft:3px;

	-webkit-border-bottom-right-radius:3px;

	-webkit-border-bottom-left-radius:3px;

}

.cima_esquerda_direita {

	border-top-right-radius:3px;

	border-top-left-radius:3px;

	-moz-border-radius-topright:3px;

	-moz-border-radius-topleft:3px;

	-webkit-border-top-right-radius:3px;

	-webkit-border-top-left-radius:3px;

}

.cima_direita {

	border-top-right-radius:3px;

	-moz-border-radius-topright:3px;

	-webkit-border-top-right-radius:3px;

}



a.link_pagina_baixo {
	color: #FFF;
	text-decoration:none;

}

a.links_imoveis {

	text-decoration:none;

	color:#246F18;

}

a:hover.links_imoveis {

	text-decoration: underline;

	color:#246F18;

}

a:hover.link_pagina_baixo {
	color: #FFF;
	text-decoration: underline;

}

.dov1 {

	-webkit-transition:height 1s linear, opacity 1s linear;

	height:0px;

	opacity:0.0;

	margin:auto;

	margin-bottom:5px;

	padding-bottom:16px;

/*	display:none;*/

}

.dov2 {

	-webkit-transition:height 1s linear, opacity 1s linear;

	height:40px;

	opacity:1.0;

	background-color: #B00200;

	margin:auto;

	margin-bottom:5px;

	padding-bottom:16px;

}

.dev1 {

	-webkit-transition:height 1s linear, opacity 1s linear;

	opacity:1.0;

	margin:auto;

	width:920px;

	height:0px;

	border: 1px solid #c4c4c4;

	overflow:hidden;

}

.dev2 {

	-webkit-transition:height 1s linear, opacity 1s linear;

	opacity:1.0;

	margin:auto;

	width:850px;

	/*	height:243px; 	

	border: 1px solid #c4c4c4;*/

	overflow:hidden;

	text-align:center;

}

.mini1 {

	font-size:x-small;

	color: #FFF;

}

/* --- busca ---*/

#siteSearch {

	position: absolute;

	top: 122px;

	right: 20px;

}

#txtCod {

	display: block;

	float: left;

	width: 180px;

	height: 15px;

	line-height: 15px;

	padding: 4px 5px 3px 5px;

	margin: 0;

	border: 0;

	font-size: 11px;

	background-position: 0 -450px;

	background-repeat: no-repeat;

	outline: none;

}

#txtCod, #siteSearchSubmit, #headerLangToggle img.globe_icon {

	background-image: url(../img/png/headersprite.1.png);

}

.lfmBlack #txtCod {

	background-position: 0 -480px;

}

#siteSearchSubmit {

	display: block;

	float: left;

	width: 21px;

	height: 22px;

	padding: 0;

	margin :0;

	border: 0;

	background-position: -42px -420px;

	background-repeat: no-repeat;

	outline: none;

	cursor: pointer;

}

#siteSearchSubmit:hover {

	background-position: -63px -420px;

	background-repeat: no-repeat;

}

#siteSearchSubmit, #headerLangToggle img.globe_icon {

	background-image: url(../img/png/headersprite.1.png);

}

.lfmBlack #siteSearchSubmit {

	background-position: -152px -420px;

}

.lfmBlack #siteSearchSubmit:hover {

	background-position: -173px -420px;

}

.wp-caption {

	border: 1px solid #ddd;

	text-align: left;

	background-color: #FFFFD5;

	padding-top: 0px;

	margin: 1px;

	-moz-border-radius: 4px;

	-khtml-border-radius: 3px;

	-webkit-border-radius: 3px;

	border-radius: 3px;

	text-transform:uppercase;

}



/*---- botões ---- do ajax*/

.foraBotaoX{

	float:right;

	margin-left:10px;

	margin-top:10px;

	margin-right:10px;

	background-image:url(img/png/fnac.sprite.botoes.png);

	background-position:-2px -189px;

	width:58px;

	height:29px;

	cursor:pointer;

}

.cimaBotaoX{

	width:58px;

	height:29px;

	cursor:pointer;

	float:right;

	margin-left:10px;

	margin-top:10px;

	margin-right:10px;

	background-image:url(img/png/fnac.sprite.botoes.png);

	background-position:-60px -189px;

}

.alpha{

      Filter: Alpha(Opacity=97); 

      -moz-opacity: 0.5;

      opacity:.98;

}



/*  itens do div alpha que aparece nas buscas. */



#fundos{
	width:100%;
	height:100%;
	position:fixed;
	top:0px;
	left:0px;
	z-index:90000000;
	filter:alpha(opacity=100);
	-moz-opacity:0;
	-khtml-opacity: 0;
     opacity: 100;
	background-image: url(../img/png/fundo.png);
}

#fundos2{
background:;
width:100%;
height:100%;
position:fixed;
top:0px;
left:0px;
	z-index:95000000;
filter:alpha(opacity=100);
-moz-opacity:100;
-khtml-opacity: 100;
opacity: 100;
}

#item{

margin:1% auto;

width:950px;

height:503px;

background:#ffffff;

filter:alpha(opacity=0);

-moz-opacity:0;

-khtml-opacity: 0;

opacity: 0;

text-align:left;

z-index:9500;

}
/*.lsa:hover{
		background-color: #CCC;
}*/
/* end itens do div alpha que aparece nas buscas. */

