*{
	margin:0px;
	padding:0px;	
}

a{ outline:none; border:none;}

#site {
	width:980px;
	margin:auto;
	overflow:hidden;
/*	border:1px solid red;*/
	height:auto;
}

#topo {
	margin-top:10px;
	display:block;
	position:relative;
}

#conteudo #lado-esquerdo{
	width:980px;
	overflow:hidden;
	float:left;
	position:relative;
	z-index:0;
	

}

#lado-esquerdo img{display:none;}

#lado-esquerdo #texto{
	margin:-45px 0 0 -5px; 
	min-height:400px;
	width:610px; 
	overflow:hidden; 
	float:left;

}

#conteudo #lado-direito{
	float:right;
	width:295px;
	height:490px;
	overflow:hidden;
	padding-left:10px;
	background: none !important;
	_width:295px;
	_padding-left:15px;
/*	border:1px solid red;*/

}
/*********************************
	Links Topo
**********************************/

#topo .menu_topo{
/*	border:1px solid red;*/	
	width:485px;
	height:21px;
	padding:5px;
	overflow:hidden;
	float:right;
	margin:4px 20px 0 0;

}

#topo #links-topo {
	float:right;
}
#topo #links-topo ul li{
	float:left;
/*	margin-right:10px;*/
	padding:2px 0px;
/*	border:1px solid green;*/
}

#topo #links-topo ul li a{
	font:bold 11px tahoma Verdana, Geneva, sans-serif;
/*	color:#414141;*/
	color: #900;
	text-decoration:none;
	border:none;
	margin:3px;
	padding:3px 16px;
/*	border:1px solid blue;*/
	background-image:url(../imagens/seta.jpg);
	background-repeat:no-repeat;
	background-position:right 7px;
	

}
#topo #links-topo ul li a:hover{
	color: #333;
	background-image:url(../imagens/seta_b.jpg);
	background-repeat:no-repeat;
	background-position:center 5px -10px;
/*	text-decoration:underline;*/
}
/*********************************
	Logomarca
**********************************/
#topo #logo h1 a{
	float:left;
	clear:both;
	background:url(../imagens/logo.png) no-repeat;
	width:281px;
	height:86px;
	text-indent:-999999px;
/*	display:block;*/
	margin:0px 0 0 10px;
	overflow:hidden;
/*	border:1px solid red;*/
	z-index:9999px;
}



/*********************************
	Central de Vendas e Atendimento Online
**********************************/

#topo #icones_topo {
	width:376px;
	height:110px;
	overflow:hidden;
	float:right;
	position:relative;
	top:20px;
	margin:-10px 15px 10px 0;
/*	border:1px solid red;*/
}

#topo #atendimento_online {
	
	width:206px;
	height:71px;
	float:left;
/*	border:1px solid red;*/
	margin-top:7px;
	 
}

#topo #central-vendas a {
	background:url(../imagens/topo-central-de-vendas.gif) no-repeat;
	width:131px;
	height:58px;
	display:block;
	text-indent:-999999px;
	border:none;
	float:left;
	overflow:hidden;
/*	margin-left:20px;*/
	margin:20px 1px 0 7px;
}





/*********************************
	Central de Vendas
**********************************/

/*#topo #central-vendas a {
	float:right;
	background:url(../imagens/topo-central-de-vendas.gif) no-repeat;
	width:140px;
	height:91px;
	display:block;
	text-indent:-999999px;
	margin-bottom:10px;
	border:none;
}*/




/*********************************
	Atendimento Online
**********************************/

/*#topo #atendimento_online {
	
	width:210px;
	height:91px;
	display:inline;
	text-indent:-999999px;
	margin-bottom:10px;
	margin-right:5px;
	
	
	
	
}*/

/*********************************
	MENU
**********************************/

#topo #menu {
	clear:right;
	*clear:none;
	width:959px;
	height:25px;
	color:#BD030F;
	padding:5px;
	background:url(../imagens/topo-bg-menu.gif) no-repeat;

}


#topo #menu ul {
	float:left;
	padding:5px 10px;
}
#topo #menu ul li{
	float:left;
	margin-right:10px;	
}

#topo #menu ul li a{
	font:bold 12px Tahoma;
	color:#BD030F;
	text-decoration:none;
}

#topo #menu ul li a:hover{
	color:#666666;
}

/*****/

#topo #menu #busca{
	width:237px;
	height:25px;
	font:12px Verdana, Geneva, sans-serif;
	float:right;
	display:inline;
	position:relative;
	left:8px;
	margin-top:-5px;
	*margin-top:-2px;
	overflow:hidden;
	
}


#topo #menu #busca span{
	font:bold 12px Tahoma;
	padding-bottom:5px;
}

#topo #menu #busca input{
	background:url(../imagens/topo-bg-campo-busca.gif);
	background-repeat:no-repeat;
	width:203px;
	height:22px;
	font:11px Verdana, Geneva, sans-serif;
	color:#414141;
	border:none;
	position:relative;
	top:-8px;

/*	border:1px solid red;*/
}

#topo #menu #busca a{
	background:url(../imagens/topo-bg-bt-ok-busca.png);
	background-repeat: no-repeat;
	width:22px;
	height:17px;
	padding:3px;
	display:inline-block ;
	text-indent:-999999;
	border:none;
	overflow:hidden;
}


#topo #menu #busca a:hover{
	background:url(../imagens/topo-bg-bt-ok-busca-over.png) no-repeat;
}


/* submenu do topo */


#submenu {
	display:none;
	width:90px;
	position:absolute;
	margin:0;
	background-color:#FFFFFF;
	padding:5px;
	border:1px solid #CCCCCC;
	left:50%;
	top:178px;
	margin-left:-372px;
/*	*left:50%;
	*margin-left:-320px;
	*top:150px;*/
	
}



#submenu ul li a{
	font:11px tahoma;
	color:#414141;
	line-height:20px;
	text-decoration:none;
}

#submenu ul li a:hover{
	text-decoration:underline;
}



/*********************************
	RODAPÉ
**********************************/


#rodape {
	clear:both;
	position:relative;
	width:100%;
	height:159px;
	background:url(../imagens/bg_rodape.jpg) repeat-x;
	font:11px Verdana, Geneva, sans-serif;
	color:#414141;
}

#rodape address {
	width:539px;
	padding-top:55px;
	float:left;
	font-style:normal;
	
}

#rodape #creditos{
	width:200px;
	line-height:18px;
	float:right;
	padding-top:70px;
	
}

/*********************************
	LISTA IMÓVEIS
**********************************/

/* PÁGINA LANÇAMENTOS */

#lista_imoveis_lancamentos{
	width:650px;
	overflow:hidden;
	margin-top:8px;
	float:left;
}


#lista_imoveis_lancamentos #imoveis li{
	float:left;
	_float:left;
	margin:20px 10px 0 0;
	_margin:20px 10px 0 0;
}

#lista_imoveis_lancamentos .box-imovel{
/*	border:1px solid #CCCCCC;*/
	width:185px;
	height:auto;
	overflow:hidden;
	padding:10px;
	
/*	background:url(../imagens/box-imoveis-bg.gif) repeat-x;*/
}

#lista_imoveis_lancamentos .titulo-imovel{
	font:bold 12px tahoma;
	margin-bottom:6px;
}

#lista_imoveis_lancamentos img{
	display:block;
	position:absolute;
/*	clip: rect(0px 183px 191px 0px);*/
	margin-bottom:10px;
/*	border:1px solid #CCC;*/
}


#lista_imoveis_lancamentos .box-imovel .imovel-info{
	font:11px tahoma;
	margin-top:170px;
	*margin-top:210px;
	line-height:18px;
	text-align:center;

}

#lista_imoveis_lancamentos .box-imovel #detalhes{
	border:none;
	background:none;
}

#lista_imoveis_lancamentos .box-imovel .bt-detalhes{
	width:66px;
	height:13px;
	background:url(../imagens/box-imoveis-bg-bt-detalhes.gif) no-repeat;
	display:block;
	padding:5px;
	text-align:center;
	font:11px tahoma;
	color:#FFFFFF;
	text-decoration:none;
	outline:none;
	border:none;
}

#lista_imoveis_lancamentos .box-imovel .bt-detalhes:hover{
	background:url(../imagens/box-imoveis-bg-bt-detalhes-over.gif) no-repeat;
}




/*********************************
	LISTA IMÓVEIS DA PAGINA INICIAL
**********************************/


#lista-imoveis {
	width:975px;
	clear:both;
	height:auto;
/*	border:1px solid #CCCCCC;	*/
	float:left;
	overflow:hidden;
	margin-top:20px;
}



#lista-imoveis #imoveis li{
	float:left;
	_float:left;
	margin:20px 10px 0 0;
	_margin:20px 10px 0 0;
}

#lista-imoveis .box-imovel{
/*	border:1px solid #CCCCCC;*/
	width:197px;
	height:auto;
	overflow:hidden;
	padding:10px;
	margin-left:4px;
	background:url(../imagens/box-imoveis-bg.gif) repeat-x;
}



#lista-imoveis .titulo-imovel{
	font:bold 12px tahoma;
	margin-bottom:6px;
}

#lista-imoveis img{
	display:block;
	position:absolute;
/*	clip: rect(0px 183px 191px 0px);*/
	margin-bottom:10px;
/*	border:1px solid #CCC;*/
}


#lista-imoveis .box-imovel .imovel-info{
	font:11px tahoma;
	margin-top:170px;
	*margin-top:210px;
	line-height:18px;
	text-align:center;
}

#lista-imoveis .box-imovel #detalhes{
	border:none;
	background:none;
}

#lista-imoveis .box-imovel .bt-detalhes{
	width:103px;
	height:5px;
	background:url(../imagens/bt_detalhes_novo.jpg) no-repeat;
	display:block;
	padding:10px;
	text-align:center;
	font:11px tahoma;
	color:#FFFFFF;
	text-decoration:none;
	outline:none;
/*	border:1px solid red;*/
	text-indent:-99999px;
	margin:0 auto;

}

#lista-imoveis .box-imovel .bt-detalhes:hover{
	background-position:left -25px;
}

#detalhes-imovel{
	width:930px;
/*	border:1px solid blue;	*/	
	
}


#buscas_prontas_geral{
/*	border:1px solid black; */
	width:925px; 
	height:127px; 
	overflow:hidden;
}

#buscas_prontas {
	width:928px; 
	height:160px; 
	position:relative; 
	top:-75px; 
	padding:8px; 
	overflow:hidden; 
/*	border:1px solid red;	*/
}

#buscas_prontas h3 {
	margin:0 0 7px 21px;
	font:17px "Trebuchet MS", Arial, Helvetica, sans-serif;  
	color:#900;	
}


#buscas_prontas h4 {
	margin:0 0 4px 10px;
	font:bold 11px "Trebuchet MS", Arial, Helvetica, sans-serif;  
	color: #333;
	width:140px;

}

.imovel_busca{ 
	width:160px; 
/*	clear:both; */
	padding:0px; 
	margin:2px 10px 0 14px;
/*	border:1px solid green;*/
	float:left;
}

.imovel_busca h4 {
	margin:0 0 4px 21px;
	font:bold 11px "Trebuchet MS", Arial, Helvetica, sans-serif;  
	color: #333;
	width:140px;
	float:left;

}

.imovel_busca img{ 
	margin-top:4px;
	margin-right:10px;
}
.imovel_busca a{ 
	width:135px;
	font:11px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #999;
	margin-left:9px;
	float:left;
	text-decoration:underline;
/*	border-bottom:1px solid red;*/

}

.imovel_busca a:hover{
	color:#900;
	font:italic 11px  "Trebuchet MS", Arial, Helvetica, sans-serif;
	
}

.nav {
	float:right;
	margin-right:15px;
	_margin-right:7px;
	margin-top:-35px;
	
}
.nav ul li {
	float:left;
	margin-right:2px;
}
.nav ul li a{
	font:11px tahoma;
	background-color:#B50000;
	display:block;
	text-align:left;
	color:#fff;
	padding:5px;
	text-decoration:none;
}

.nav ul li a:hover{
	background-color:#B50;
	text-decoration:underline;s
}

.nav ul li a:hover, .nav ul li a.this{
	/*background-color:#414141;*/
}

.nav-bottom {
	float:right;
	margin-right:15px;
	_margin-right:7px;
	margin-top:20px;
}
.nav-bottom ul li {
	float:left;
	margin-right:2px;
}
.nav-bottom ul li a{
	font:11px tahoma;
	background-color:#FF0000;
	display:block;
	text-align:center;
	color:#fff;
	padding:5px;
	text-decoration:none;
}

.nav-bottom ul li a:hover, .nav-bottom ul li a.this{
	background-color:#414141;
}


#navsite{
	width:650px;
	margin:35px 0 10px 8px;
/*	border:1px solid red;*/

}

#navsite span{
	font:bold 11px tahoma;
	color:#BD030F;
}

#navsite span{
	font:bold 11px tahoma;
	color:#BD030F;
}

#navsite a{
	font:11px tahoma;
	color:#414141;
	text-decoration:none;
}
#navsite a:hover{
	font:11px tahoma;
	color:color:#BD030F;
	text-decoration:underline;
}




.tag_faixa1 {background-image:url(../imagens/faixa1.png); _background-image:url(../imagens/faixa1.png);width:93px;height:83px;position:absolute;margin-top:-5px;margin-left:-4px;z-index:9999999;}
.tag_faixa2 {background-image:url(../imagens/faixa2.png); _background-image:url(../imagens/faixa2.png);width:93px;height:83px;position:absolute;margin-top:-5px;margin-left:-4px;z-index:9999999;}
.tag_faixa3 {background-image:url(../imagens/faixa3.png); _background-image:url(../imagens/faixa3.png);width:93px;height:83px;position:absolute;margin-top:-5ssssspx;margin-left:-4px;z-index:9999999;}


/* ABA INSTITUCIONAL ###########################################
################################################################
################################################################
################################################################ */


#institucional_abas {
	width:628px;
	height:40px;
	/*float:left;*/
	margin:20px 0px 0px 0px;
}


#institucional_texto {
	width:620px;
	/*width:600px;*/
	height:auto;
	/*float:left;*/
	margin: -8px 10px 0 0px ;

}


#institucional_texto p {
	float:left;
	text-align:left;
	padding:5px;
	width:610px;
	clear:both;

}


#institucional_abas a {height:40px; width:155px; outline:none; text-indent:-99999px;overflow:hidden;float:left;}
#institucional_abas a:hover  {background-position: 0 -38px ;cursor:pointer;}
#inst_empresa{width:84px; background: url(../imagens/bt_empresa.jpg) no-repeat;}
#inst_parceiros{width:70px; background:url(../imagens/bt_parceiros.jpg) no-repeat;}
#inst_trabalhe_conosco{width:60px; background:url(../imagens/bt_trabalhar.jpg) no-repeat;;}
/*#inst_qualidade{width:138px; background:url(../imagens/bt_depoimento.jpg) no-repeat;;}*/
#inst_depoimentos{width:74px; background:url(../imagens/bt_depoimentos.jpg) no-repeat;;}



/* FIM INSTITUCIONAL ABAS */



/* INICIO FALE CONOSCO */ 


#faleconosco {
	width:630px;
	margin:-5px 0 0 26px;
	color: #333;

}



/* FIM  FALE CONOSCO */ 




/* INICIO FORMULARIO TRABALHE CONOSCO */

#formulario{
	width:600px;
	height:660px;
	padding:7px;
	overflow:hidden;
	margin:20px 0 0 10px;
}

#form_interno{
	width:590px;
	height:650px;
	padding:3px;
	margin-top:-20px;
}


/*#form_interno input:hover{
	background: #F1F1E4;
}

#form_interno textarea:hover{
	background: #F1F1E4;
}

#form_interno fieldset{
	border:none;
}

*/

/* FIM FORMUALARIO TRABALHE CONOSCO */

/* FORMULARIO DO CADASTRE SEU IMOVEL ###########################
################################################################
################################################################
################################################################ */

#conteudo_esquerda {
	width:700px;
	overflow:hidden;	
}

#conteudo_titulo {
	width:180px;
	height:17px;
	margin-left:43px;
	margin-top:6px;
}

#conteudo_titulo h2 {
	font:bold 13px Arial, Helvetica, sans-serif;
	color:#C30311;
}


#conteudo_titulo h3 {
	width:186px;
	height:27px;
	background: url(../imagens/venda_seu_imovel.png) no-repeat;
	display:block;
	text-indent:-9999px;
	overflow:hidden;
	margin-left:-36px;
	position:relative;
	top:8px;
}


#conteudo_meio {
	background-repeat:repeat-y;
	width:685px;
	min-height:315px;
	height:auto !important;
	height:315px;
	padding: 0px 0px 0px 15px;
	line-height:18px;
	text-align:justify;
	font-size:11px;
	margin-top:13px;
	margin-left:-61px;

}


/* INFORMATIVO LADO DIREITO */

#informativo{
	height:160px;
	overflow:hidden;
}


.fonte9 {
	font-size:9px;
}

.fonte10 {
	font-size:10px;
}

.fonte11 {
	font-size:11px;
}

.fonte12 {
	font-size:12px;
}

.fonte13 {
	font-size:13px;
}

.fonte14 {
	font-size:14px;
}

.fonte15 {
	font-size:15px;
}

.fonte16 {
	font-size:16px;
}

.centraliza {
	text-align:center;
}



.menor {
	font-size: 10px;
}




.lista_form1 {
	margin:1px 5px 1px 5px;
	padding: 3px;
	width:540px;
}

.lista_form2 {
	margin:1px 5px 1px 5px;
	padding: 3px;
	width:540px;

}



.lista_form_botao {
	margin:10px 5px 0px 0px;
	padding:4px;
	width:630px;
	text-align:right;
	float:right;
}

#enviar {margin-right: 18px;}

.form_esquerda {
	width:125px;
	float:left;
	text-align:right;
	padding-right:5px;
	clear:both
}




.branco_pequeno {
	font-size:10px;
	color:#D9DEE6;
}

form {
	display:inline;
}

.formulario {
	font-size: 10px;
	height:20px;
	color:#333333;
	font-family:Tahoma;
	border:0;
	padding:0;
	margin:0;
	background-color: #F2F2F2;

}
.formulario:hover {	background-color: #E9E9E9;}



/* FORMULARIO DO ATENDIMENTO */

.form_contato {
	font:10px Tahoma, Geneva, sans-serif;
	height:20px;
	color:#333333;
	border:0;
	padding:0;
	margin:0;
	background-color: #F5F5F5;
	border:1px solid #D1D1D1;
}

.form_contato:hover {
	background-color: #F0F0F0;

}

/* FIM FORMULARIO DO ATENDIMENTO */

#form_rh .formulario, #form_encomenda .formulario, #form_fale .formulario, #form_corretor .formulario, #form_avaliacao .formulario, #select_noticia {
	border:1px solid #cccccc;
	color:#333333;
	
	
}



#textos .formulario {
	color:#666666;
	border:1px solid #7F9DB9;
	width:250px;
}

#textos .formulario:focus {
	border:1px solid #999900;
	background-color: #FCFCF8;
}

.align_centro {
	padding-left:20px;
}

#textos2 #palavra {
	width:100px;
}

#textos2 #tipo {
	width:85px;
}

#textos2 #local {
	width:350px;
}

#textos2 #ref {
	width:45px;
}

#textos2 #quartos {
	width:70px;
}

#mostra_lancamento {
	display:none;
}

.form_nivel {
	width:62px;
}

.form_nivel2 {
	width:90px;
}

.form_textarea {
	height:auto;
}

#form_rh select {
	height:20px;
}


fieldset {
	width:580px;
	border:1px solid #cccccc;
}

/* MENU DO RODAPE */

#menu_rodape{
	width:655px;
	height:20px;
	padding:5px;
	overflow:hidden;
	margin:0 auto;
/*	border:1px solid red;*/

	
}

#menu_rodape li{
	display:inline;
	color: #900;
}



#menu_rodape li a{
	font:bold 12px Arial, Helvetica, sans-serif;
	padding:5px;
	color: #900;
	border:none;

}


#menu_rodape ul {
	float:left;
	padding:5px 10px;
	margin-left:-10px;
}
#menu_rodape ul li{
	float:left;
	margin-right:10px;	
}


#menu_rodape ul li a{
	font:bold 12px Tahoma;
	color:#BD030F;
	text-decoration:none;
}

#menu_rodape ul li a:hover{
	color:#666666;
}

#itens-menu-rodape{ position:relative; top:26px;}


/* SUBMENU DO RODAPE */

#submenu_rodape{
	display:none;
	width:90px;
	position:absolute;
	margin:0;
	background-color:#FFFFFF;
	padding:5px;
	border:1px solid #CCCCCC;
	left:47%;
	top:53px;
	margin-left:-330px;
	*left:47%;
	*margin-left:-320px;
	*top:65px;
	
}

#submenu_rodape ul li a{
	font:11px tahoma;
	color:#414141;
	line-height:20px;
	text-decoration:none;
}

#submenu_rodape ul li a:hover{
	text-decoration:underline;
}


#baixo {
	width:945px;
	height:170px;
	overflow:hidden; 
	margin-top:-60px;
/*	border:1px solid blue;*/
}

#baixo #noticias {
	width:380px; 
	overflow:hidden; 
	margin-top:0px; 
/*	border:1px solid red; */
	float:left;	
}

#baixo #financimanto{
	width:430px;
	height:150px;
	border:2px solid  #999;
	float:right;
	margin:10px 30px 10px 0;
/*	border:1px solid red;*/
	
	
}



