/*ESTRUTURA PAGINA*/
.caberario{
	background:url(../imagens/bgTopo.jpg) repeat-x;
	height:241px;	
}
.busca{
	background:url(../imagens/bgAvancada.jpg) repeat-x;
	height:80px;	
}
.banner{
	background:url(../imagens/bgBanner.jpg) repeat-x;
	height:220px;
	border-top:solid 1px #fffffa;	
}
.diversos{
	background:url(../imagens/bgDiversos.jpg) repeat-x;
	height:173px;	
}
.rodape{
	background:url(../imagens/bgRodape.jpg) repeat-x;
	height:340px;	
}
.centro{
	height:100%;
	position:relative;
	width:980px;
	margin:auto;
}
.centroBanner{
	height:100%;
	position:relative;
	width:980px;
	height:218px;
	margin:auto;
	overflow:hidden;
	
	border:1px hidden;
	border-radius:10px;
	-moz-border-radius:10px;
}
/*----------------*/
/****HTML**********/
*{font-family:Verdana, Geneva, sans-serif;padding:0px;margin:0px;border:none;}
input[type=text], select, textarea{
	border:solid 1px #e8ca3e;		
	color:#5d162c;
}
input[type=text]:focus, select:focus, textarea:focus{
	background:#e8dde0;
	border:solid 1px #5a162c;	
}
input[type=button],input[type=submit],input[type=reset]{
	padding-left:5px;
	padding-right:5px;
	padding-top:3px;
	padding-bottom:3px;
	color:#FFF;
	background:#ffa800 url(../imagens/bgButton.jpg) top repeat-x;	
	cursor:pointer;
	font-size:11px;
}
.centro > h1{
	background:url(../imagens/TitlePag.jpg) no-repeat;
	color:#efd03c;
	font-style:italic;
	font-weight:bold;
	font-size:14px;
	padding-left:75px;
	padding-top:22px;
	padding-bottom:15px;	
}
/*DIVERSOS*/
.clear{clear:both}
/*----------------*/
/*--ITENS-CABECARIO--*/
.caberario ul{
	padding-top:11px;
	list-style:none;
	margin-bottom:15px;	
	margin-left:2px;
}
.caberario li{	
	float:left;	
	font-size:12px;
	border-right:1px #FFF solid;
	padding-left:13px;
	padding-right:12px;
}
.caberario li > a{
	color:#FFF;
	text-decoration:none;
	padding-bottom:18px;	
}
.caberario li > a:hover{
	background:url(../imagens/setaMenu.png) bottom center no-repeat;		
}
.marquee{
	background:url(../imagens/setaMarquee.png) no-repeat left;
	padding-left:15px;
	color:#666565;
	font-size:10px;
	margin-left:5px;
	position:absolute;
	width:955px;
	top:40px;
	left:0px;	
}
.logo{
	position:absolute;	
	bottom:25px;
	left:15px;
}
.creci{
	color:#F00;
	font-weight:bold;
	font-style:italic;
	position:absolute;
	bottom:92px;
	left:125px;
	font-size:11px;	
}
.telefone{
	position:absolute;
	left:235px;
	bottom:68px;	
	color:#FFF;
	font-size:17px;
	font-weight:bold;
	font-style:italic;
}
.telefone p{
	position:absolute;
	width:200px;
}
.telefone .sombra{
	top:-1px;
	left:1px;
	color:#b30014;	
}

.telefone2{
	position:absolute;
	left:235px;
	bottom:34px;
	color:#FFF;
	font-size:17px;
	font-weight:bold;
	font-style:italic;
}

.telefone2 p{
	position:absolute;
	width:200px;
}

.telefone2 .sombra{
	top:-1px;
	left:1px;
	color:#b30014;	
}

.caberario .corretor{
	background:url(../imagens/corretor.jpg);
	width:392px;
	height:172px;
	position:absolute;
	cursor:pointer;
	left:450px;
	bottom:2px;	
}
.buscaRef{
	position:absolute;
	right:5px;	
	bottom:30px;
}
.buscaRef label{
	font-style:italic;
	font-weight:bold;
	font-size:11px;
	color:#FFF;	
}
/*ITENS BUSCA AVANCADA--*/
.tblPesAvancada h2{
	color:#e8ca3e;
	font-weight:bold;
	font-style:italic;
	font-size:13px;
	padding-top:5px;
	padding-bottom:5px;
	background:url(../imagens/lupa.png) no-repeat left;
	padding-left:25px;	
}
.tblPesAvancada label{
	font-size:11px;	
}
.tblPesAvancada{
	padding-top:12px;	
}
/*ITENS DIVERSOS---*/
.bgDiversos{
	background:url(../imagens/imagens_05.jpg) no-repeat center;
	height:173px;	
}
.bgDiversos div{
	cursor:pointer;
	display:inline-block;
	height:117px;
	margin-top:30px;
	position:relative;
}
/*ITENS CONTEUDO SITE*/
.conteudoSite{
	color:#FFF;
	font-size:12px;
	padding:8px;
	min-height:737px;	
	background:url(../imagens/bgConteudo.jpg) repeat-x top #c80201;	
}
/*APRESENTACAO IMOVEL-----*/
.bgImovel{
	background:url(../imagens/bgImovel.png);
	width:310px;
	height:282px;
	overflow:hidden;
	text-decoration:none;
	display:block;
	cursor:pointer;
	font-size:10px;
	position:relative;
	padding:5px;
	margin-bottom:15px;
	margin-top:15px;
}
.fotoImovel{
	float:left;	
	position:relative;
	margin-right:7px;
	width:135px;
	overflow:hidden;
}
.fotoImovel img{
	border:1px hidden;
	border-radius:10px;
	-moz-border-radius:10px; /* Firefox 3.6 and earlier */	
}
.ref{
	position:absolute;
	bottom:3px;
	width:100%;
}

.ref p{
	border:1px hidden;
	border-radius:5px;
	-moz-border-radius:5px; /* Firefox 3.6 and earlier */	
	background:#ce0202;
	color:#fccd00;	
	margin-left:7px;
	margin-right:7px;
	padding-bottom:2px;
	padding-top:2px;
}
.dsInfo{
	float:left;	
	width:167px;
	overflow:hidden;
}
.dsInfo div{
	margin-bottom:4px;	
	color:#b40303;
}
.dsInfo .valor{
	background:url(../imagens/cifrao.jpg) no-repeat left center;
	padding-left:20px;
	padding-top:4px;
	padding-bottom:3px;
	margin-bottom:15px;	
}
.dsInfo b{
	color:#6d0606;	
}
.dsInfo .descChamada{
	color:#6d0606;
	height:40px;
	overflow:hidden;	
}
.outrasFotos{
	position:absolute;
	margin-left:2px;	
	bottom:34px;
}
.outrasFotos div{
	overflow:hidden;
	display:inline-block;
	border:solid 1px #CCC;
	width:94px;
	height:71px;
	margin:2px;
	border-radius:5px;
	-moz-border-radius:5px; /* Firefox 3.6 and earlier */	
}
.logoCaixa{
	background:url(../imagens/caixa.png) no-repeat;
	width:40px;
	height:23px;
	position:absolute;	
	top:0px;
	left:5px;
}
/*ITENS RODAPE------------*/
.rollout{
	position:absolute;
	background:url(../imagens/rollout.jpg);
	width:197px;
	height:12px;
	right:5px;
	bottom:35px;	
}
.redesSociais{
	position:absolute;
	background:url(../imagens/redesSociais.jpg) no-repeat;
	width:192px;
	height:39px;
	right:5px;
	top:5px;
	padding-left:70px;	
}
.redesSociais a{
	display:inline-block;
	height:100%;
	width:31px	
}
.menusAlter{color:#FFF;margin-left:20px;padding-top:17px;}
.menusAlter h2{
	background:url(../imagens/setaRodape.png) no-repeat center left;
	font-size:12px;
	font-weight:normal;	
	margin-bottom:10px;
	padding-left:26px;
}
.menusAlter div{
	float:left;
	width:228px;	
	overflow:hidden;
}
.menusAlter ul{list-style:none; margin-left:26px;}
.menusAlter li{
	color:#FFF;
	margin-bottom:5px;
	font-size:10px;
}
.menusAlter a{
	color:#FFF;
	text-decoration:none;	
	font-size:10px;
}
.menusAlter a:hover{text-decoration:underline}

.contatoRodape{
	margin-top:8px;
	margin-bottom:15px;	
}

.contatoRodape p, .infoRodape p{
	color:#FFF;
	text-align:center;
	font-size:10px;	
}
/*******************
descritivos das inputs
********************/
.descInput{
	position:absolute;
}
.descInput p{
	float:right;
}
.descInput div{
	float:right;
	padding:5px;
	color:#333333;
	background:#efefef;
	display:inline-block;
	border:solid 1px #cdcdcd;
	-moz-box-shadow: 2px 2px 5px #aaaaaa; /* Firefox 3.6 and earlier */
	-webkit-box-shadow: 2px 2px 5px #aaaaaa; /* Safari */
	box-shadow: 2px 2px 5px #aaaaaa;
	width:170px;	
	margin-left:-5px;
	font-size:10px;
}
/******************************/
/*--LIGAMOS----------*/
.bgLigamos{
	background:url(../imagens/bgLigamos.jpg) no-repeat;;
	width:600px;
	height:400px;
	position:relative;
}
.btnLigar{
	position:absolute;
	width:172px;
	height:60px;
	bottom:55px;
	right:57px;
	cursor:pointer;
}
#v_nome_tel{
	border:none;
	position:absolute;
	left: 328px;
	top: 160px;
	width:207px;
	background-color:#FFF;
	color:#484848;
	font-weight:normal;
}
#v_email_tel{
	border:none;
	position:absolute;
	left: 327px;
	top: 189px;
	width:105px;
	background-color:#FFF;
	color:#484848;
	font-weight:normal;
}
#v_ddd_tel{
	position:absolute;
	background-color:#FFF;
	left: 327px;
	top: 219px;
	width:42px;
	border:none;
	color:#484848;
	font-weight:normal;
}
#v_tel{
	position:absolute;
	left: 384px;
	top: 219px;
	background-color:#FFF;
	width:82px;
	border:none;
	color:#484848;
	font-weight:normal;
}
#v_cidade{
	position:absolute;
	left: 328px;
	top: 249px;
	width:103px;
	border:none;
	background-color:#FFF;
	color:#484848;
	font-weight:normal;
}
/*-------------------*/
/*NEWSLETTER*/
.btnCadNews{
	position:absolute;
	width:22px;
	bottom:19px;
	height:16px;
	right:3px;
	cursor:pointer;	
}
#emailNews{
	position:absolute;	
	right:32px;
	bottom:20px;
	width:138px;
	border:none;
}
#nomeNews{
	position:absolute;	
	right:32px;
	bottom:41px;
	width:138px;
	border:none;
}
#newsIncluir{
	position:absolute;	
	bottom:3px;
	left:12px;
}
.newsExcluir{
	position:absolute;
	bottom:3px;
	left:97px;
}
.msgImoveis{
	font-size:11px;
	margin-top:15px;
}

.indiceBusca a, .indiceBusca span{
	color:#FFF;
	margin-right:13px;	
	text-decoration:none;
}

.indiceBusca a:hover{text-decoration:underline}

