/*geral*/

html{
	background:#29509E;	
}

body{
	background:url(../img/bg_body.jpg) repeat-x #FFF;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#333333;
	margin:0;
}

p{
	margin:0;
	padding:0;
}

form{
	padding:0;
	margin:0;
}

img{
	border:0;
}

textarea{
	border:1px solid #676767;
	background:#E6E6E6;
	color:#333333;
	font-size:11px;
	margin-bottom:13px;
	font-family:Arial, Helvetica, sans-serif;
	padding:2px;
}

textarea{
	overflow:auto;
}

.input_cinza{
	border:1px solid #676767;
	background:#E6E6E6;
	color:#333333;
	font-size:11px;
	margin-bottom:13px;
	font-family:Arial, Helvetica, sans-serif;
	padding:2px;
}

.select_cinza{
	border:1px solid #676767;
	background:#E6E6E6;
	color:#333333;
	font-size:11px;
	margin-bottom:13px;
	font-family:Arial, Helvetica, sans-serif;
}

.clear{
	clear:both;
}

.left{
	float:left;
}

.right{
	float:right;
}

a{
	text-decoration:none;
	color:#003399;
	cursor:pointer;
}

a:hover{
	text-decoration:underline;
}

.caminho{
	float:right;
	font-size:10px;
	margin-top:25px;
}

.caminho span{
	color:#FF6600;
}

.titulo{
	font-size:14px;
	font-weight:bold;
	margin-bottom:20px;
	color:#666666;
}

.titulo_claro{
	font-size:14px;
	font-weight:bold;
	margin-bottom:20px;
	color:#666666;
}


.conteudo_internas{
	width:998px;
	margin-bottom:30px;
}

.seta{
	background:url(../img/seta.jpg) no-repeat;
	padding-left:18px;
	margin-bottom:11px;
	background-position:0px 2px;
	font-weight:bold;
	color:#666666;
}

.seta_azul{
	background:url(../img/seta.jpg) no-repeat;
	padding-left:18px;
	margin-bottom:20px;
	color:#003399;
	font-weight:bold;
	background-position:0px 2px;
}

.radio{
	background:#FFFFFF;
	border:0;
}

.geral{
	margin:0 auto;
	padding-bottom:35px;
	width:997px;
}


/*topo*/

.topo{
	height:152px;
}

.logo{
	width:149px;
	height:100px;
	margin:14px 0 12px 0;
	float:left;
}

.titulo_topo{
	float:left;
	padding:61px 122px 0 44px;
	width:369px;
	height:26px;
}

.busca{
	width:138px;
	height:27px;
	background:url(../img/bg_busca.jpg);
	padding:4px 0 0 4px;
	font-size:16px;
	color:#FFFFFF;
	text-decoration:none;
	font-weight:bold;
	position:absolute;
	left:50%;
	margin-left:162px;
	z-index:100;
}


.news{
	width:96px;
	height:27px;
	background:url(../img/bg_news.gif);
	padding-top:3px;
	text-align:center;
	font-size:14px;
	color:#FFFFFF;
	text-decoration:none;
	z-index:0;
	position:absolute;
	left:50%;
	margin-left:303px;
}

.menu{
	float:left;
}

.menu p{
	float:left;
}

.menu a{
	font-size:14px;
	font-weight:bold;
	text-decoration:none;
	float:left;
	font-style:normal;
}

.menu a:hover{
	color:#ff6600;
}

.azul {
	color:#003399;
}

.laranja{
	color:#ff6600;
}

#news_screen{
	width:172px;
	background:#003999;
	position:absolute;
	left:50%;
	z-index:100;
	margin-left:303px;
	top:24px;
	display:none;
	padding:16px 12px 10px 12px;
	
}

#news_screen a{
	float:right;
}

#news_screen input{
	border:1px solid #FF5801;
	width:161px;
	margin-bottom:12px;
	background:#FFF;
	height:13px;
	font-size:10px;
	color:#003E9A;
	padding-left:3px;
}

#fechar_news{
	width:79px;
	height:16px;
	background:url(../img/fechar_news.jpg) ;
	float:left;
	cursor:pointer;
}

#screen_busca{
	position:absolute;
	width:286px;
	padding:16px 0 7px 0;
	background:#FF5700;
	top:25px;
	left:50%;
	margin-left:162px;
	display:none;
	z-index:0;
}

#fechar_busca{
	width:79px;
	height:16px;
	background:url(../img/btn_fechar_busca.jpg);
	cursor:pointer;
	float:right;
	margin-right:9px;
}

#screen_busca a{
	float:right;
	margin-right:16px;
}

#screen_busca select{
	color:#003E9A;
	border:1px solid #003E9A;
	background:#FFFFFF;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	width:204px;
	margin-bottom:10px;
}


#screen_busca p{
	color:#FFF;
	padding-left:12px;
	width:56px;
	float:left;
	font-size:11px;
}

/*rodape*/

.rodape {
	width:100%;
	float:left;
	height:74px;
	background:#29509E;	
	text-align:left;
	color:#FFFFFF;
}

.rodape p {
	margin:0 0 0 175px;
	padding-top:15px;
}
	
.rodape_esquerda {
	width:2000px;
	position:absolute;
	margin-left:-2350px;
	left:50%;
	height:72px;
	background:repeat-y top right #FD7125;
	border-bottom:2px solid #FFF;
}

.rodape_esquerda img {
	position:absolute;
	right:0;
	top:0;
}	

.logo_create{
	float:right;
	width:39px;
	height:11px;
	margin-top:15px;
	height:74px;
}

.espaco{
	margin-bottom:20px;
}

/*home*/

.tela_form_parceiro {
	padding:10px;
	z-index:2;
 	position:absolute; 
	background:#FFFFFF; 
	border:1px solid #CCCCCC;
	margin:250px 0 0 300px;
}	
.conteudo{
	width:998px;
	margin-bottom:120px;
}

#tela_chat {
	position:absolute;
	
}

.area_flash{
	width:997px;
	height:194px;
}

.container_vertical_1{
	width:192px;
	margin-top:20px;
	padding-right:27px;
	border-right:1px solid #CCCCCC;
	float:left;
}

/*FORM LOCALIZE
*/
input[name=destino]{
	border:0;
}
.titulo_localize{
	width:150px;
	height:31px;
	color:#FF6600;
	font-size:26px;
	line-height:10pt;
	margin-bottom:20px;
}

.titulo_localize span {
	font-size:14px;
	color:#333333;
	margin-left:70px;
}

.form_localize{
	margin-bottom:21px;
	border-bottom:1px solid #CCCCCC;
	padding-bottom:48px;
	color:#666666;
}

.form_localize input {
	color:#666666;
	float:left;
}

.form_localize input[name=codigo] {
	border:1px solid #FF6701;
	margin-bottom:10px;
	font-size:11px;
	color:#666666;
	float:left;
}
	
.form_localize select{
	border:1px solid #FF6701;
	margin-bottom:10px;
	font-size:11px;
	color:#666666;
	float:left;
}

.form_localize a{
	float:right;
	margin-bottom:24px;
}

.p1{
	width:50px;
	float:left;
}

.p2{
	width:77px;
	float:left;
}
/*FIM DE FORM LOCALIZE
*/

.adm{
	margin-bottom:14px;
	float:left;
	width:190px;
}

.adm p{
	width:190px;
}

.tit_adm{
	width:190px;
	height:34px;
	color:#FF6600;
	font-size:26px;
	line-height:15pt;
	margin-bottom:23px;
}

.tit_adm span {
	font-size:14px;
	color:#333333;
	margin-left:85px;
}

.adm a{
	float:right;
	margin:8px 0;
}

.cadastro{
	float:left;
}

.cadastro p {
}

.tit_cadastro{
	width:129px;
	height:32px;
	margin-bottom:23px;
}

.cadastro a{
	float:right;
	margin:8px 0;
}

.container_vertical_2{
	float:left;
	padding-left:27px;
	width:750px;
	overflow:hidden;
	margin-top:20px;
}

.destaques{
	float:left;
	border-bottom:1px solid #CCCCCC;
}

.titulo_destaque{
	width:142px;
	height:32px;
	margin-bottom:20px;
}

.galeria{
	width:460px;
	height:260px;
	float:left;
}

.descricao{
	float:left;
	width:209px;
	padding-left:14px;
	margin-top:105px;
}

.descricao p{
	margin:12px 0 23px 0;
	float:right;
}

.imoveis_vender{
	float:left;
	width:750px;
	padding-bottom:15px;
	border-bottom:1px solid #CCCCCC;
}

.titulo_imoveis_vendas{
	width:156px;
	height:37px;
	color:#FF6600;
	font-size:26px;
	margin-bottom:20px;
}

.titulo_imoveis_vendas span {
	font-size:14px;
	color:#333333;
	margin:-5px 0 0 70px;
}
	
.galeria_imoveis	{
	float:left;
	padding-bottom:2px;
}
	
.galeria_imoveis a {
	color:#333333;
}	

.seta_galeria_esquerda, .seta_galeria_direita {
	float:left;
	padding-top:100px;
}
	
.imagens_galeria {
	float:left;
	width:650px;
	padding-left:25px;
}

.imagens_galeria div {
	margin:0 19px 10px 19px;
	*margin:0 15px 10px 15px; 
	float:left;
}

.imagens_galeria div p {
	margin-top:5px;
	width:115px;
}	

.foto_galeria {
	text-align:center;
}

.foto_galeria img {
	width:113px;
	height:79px;
	border:2px solid #343434;
}

.foto_galeria p {
	text-align:left;
	font-size:10px;
}	
			
.foto_imoveis{
	width:94px;
	height:79px;
	float:left;
	padding-right:6px;
}

.descricao_imoveis{
	width:120px;
	padding-right:9px;
	float:left;
	margin-top:5px;
	padding-bottom:21px;
}


.imoveis_alugar{
	margin-top:27px;
	float:left;
}

.titulo_imoveis_alugar{
	width:152px;
	height:34px;
	color:#FF6600;
	font-size:26px;
	line-height:10pt;
	margin-bottom:20px;
}

.titulo_imoveis_alugar span{
	font-size:14px;
	color:#333333;
	margin-left:70px;
}

#btn_enviar_form_home { width:86px; height:19px; float:left; margin-top:5px; }
#btn_enviar_form_home a { background-image:url(../img/enviar_form_home.jpg);  background-position:0px;}
#btn_enviar_form_home a:link { background-image:url(../img/enviar_form_home.jpg);  background-position:0px;}
#btn_enviar_form_home a:hover { background-image:url(../img/enviar_form_home.jpg);  background-position:-86px;}

#btn_saiba_mais_form_home { width:86px; height:19px; float:left; margin-top:5px; }
#btn_saiba_mais_form_home a { background-image:url(../img/btn_saiba_mais.jpg);  background-position:0px;}
#btn_saiba_mais_form_home a:link { background-image:url(../img/btn_saiba_mais.jpg);  background-position:0px;}
#btn_saiba_mais_form_home a:hover { background-image:url(../img/btn_saiba_mais.jpg);  background-position:-86px;}

#btn_voltar_home { width:64px; height:19px; float:left; margin-top:5px; }
#btn_voltar_home a { background-image:url(../img/voltar_.jpg);  background-position:0px;}
/*#btn_voltar_home a:link { background-image:url(../img/voltar_.jpg);  background-position:0px;}*/
#btn_voltar_home a:hover { background-position:100%;}

.home_tela_inferior {
	width:100%;
	background:#F0F0F0;
	float:left;
}

.conteudo_inferior {
	padding-top:35px;
	width:978px;
	margin:0 auto;
}

.quadro_inferior1{
	float:left;
	width:100%;
	padding-bottom:20px;
	border-bottom:1px solid #CCCCCC;
}

.quadro_inferior1 div {
	float:left;
}	

.quadro_ligacao, .quadro_corretor, .quadro_boleto {
	width:190px;
	height:160px;
	margin-right:70px;
}		

.quadro_ligacao p, .quadro_corretor p, .quadro_boleto p, .quadro_cadastro p {
	width:180px;
	margin:10px 0 10px 0;
}

.quadro_ligacao a, .quadro_corretor a, .quadro_boleto a, .quadro_cadastro a {
	float:right;
}

.quadro_inferior2 {
	width:100%;
	float:left;
	margin-top:20px;
	padding-bottom:20px;
}

.quadro_sugestoes, .quadro_ouvidoria {
	width:190px;
	margin-right:70px;
	float:left;	
}	

.quadro_sugestoes p, .quadro_ouvidoria p {
	width:180px;
	margin:10px 0 10px 0;
}

.quadro_sugestoes a, .quadro_ouvidoria a {
	float:right;
}

.quadro_parceiros a {
	float:right;
}
	
.galeria_parceiros {
	margin:10px 0 10px 0;
}

		
/*G3*/

.g3_esquerdo{
	width:599px;
	float:left;
}

.g3_direito{
	width:390px;
	height:226px;
	float:right;
}

.g3_baixo{
	float:left;
	margin-top:20px;
	width:998px;
	border-bottom:1px solid #CCCCCC;
	padding-bottom:40px;
}

.cinza{
	text-transform:uppercase;
	font-size:14px;
	color:#3C3C3C;
	font-weight:bold;
}

.azul{
	font-style:italic;
	color:#003999;
	
}

.estrutura{
	margin-top:39px;
	float:left;
	width:559px;
	padding-right:5px;
	border-right:1px solid #CCCCCC;
}

.estrutura_img{
	width:129px;
	height:76px;
	float:left;
	padding:0 5px 20px 0;
	float:left;
}

.trabalhe_conosco{
	float:left;
	width:398px;
	margin-top:37px;
	padding-left:29px;
}

.trabalhe_conosco textarea{
	width:392px;
	height:70px;
	margin-bottom:13px;
}

.enviar{
	float:right;
	width:55px;
	height:19px;
}

/*vendas*/

.vendas_esquerda{
	width:765px;
	float:left;
	border-right:1px solid #CCCCCC;
}

.pesquisa{
	border-bottom:1px solid #CCCCCC;
	height:229px;
	float:left;
	width:747px;
}

.btn_pesquisar{
	width:86px;
	height:19px;
}

#btn_pesquisar {
	width:86px;
	height:19px;
	margin-top:1px;
}
	
#btn_pesquisar a, #btn_pesquisar a:link{
	width:86px;
	height:19px;
	position:absolute;
	background:url(../img/btn_pesquisar.jpg) top left ;
}

#btn_pesquisar a:hover {
	background:url(../img/btn_pesquisar.jpg) top right;
}	

.btn_pesquisar{
	width:86px;
	height:19px;
	position:absolute;
	background:url(../img/btn_pesquisar.jpg) top left ;
}

.img_pesquisar{
	width:155px;
	height:170px;
	background:url(../img/lupa.jpg);
	float:right;
	margin:-145px 9px 0 0;
}

.vendas_cadastro{
	margin-top:35px;
	padding-bottom:35px;
	border-bottom:1px solid #CCCCCC;
	float:left;
	width:747px;
}

.documentos{
	background:url(../img/lapis.jpg) no-repeat;
	padding-left:18px;
	text-transform:uppercase;
	text-decoration:underline;
	margin-bottom:8px;
}

.documentos a{
	color:#333333;
}

.img_documento{
	width:118px;
	height:93px;
	float:right;
	background:url(../img/arquivo.jpg);
	margin:-15px 20px 0 0;
}

.simulador{
	margin-top:40px;
	width:747px;
	float:left;
}

.simulador_esq{
	width:339px;
	float:left;
}

.simulador_esq p{
	margin-bottom:5px;}

.simulador_esq a{
	color:#333333;
	text-decoration:underline;
}

.simulador_dir{
	width:198px;
	float:left;
}

.simulador_dir p{
	margin-bottom:5px;}

.simulador_dir a{
	color:#333333;
	text-decoration:underline;
}

.simulador_img{
	width:93px;
	height:102px;
	background:url(../img/calculadora.jpg);
	float:right;
	margin-right:20px;
}

.vendas_direita{
	float:right;
	padding-left:20px;
	width:210px;
}


.titulo_administracao{
	height:38px;
	margin-bottom:27px;
}

.conteudo_administracao{
	border-bottom:1px solid #CCCCCC;
	float:left;
	padding-bottom:40px;
}

.conteudo_administracao a{
	float:right;
}

.juridico{
	margin-top:40px;
	float:left;
}

.juridico a{
	float:right;
}

.titulo_juridico{
	width:90px;
	height:20px;
	margin-bottom:40px;
}

.img_juridico{
	position:absolute;
	width:83px;
	height:89px;
	background:url(../img/img_juridico.gif);
	margin:45px 0 0 120px;
}

/*alugueis*/

.container_topo_aluguel{
	border-bottom:1px solid #CCCCCC;
	float:left;
	padding-bottom:30px;
	margin-top:-15px;
}

.pesquisa_alugueis{
	width:497px;
	border-right:1px solid #CCCCCC;
	float:left;
}

.alugueis_form{
	float:left;
	width:329px;
}

.alugueis_img{
	width:155px;
	height:170px;
	background:url(../img/lupa.jpg);
	float:right;
	margin-top:40px;
}


.alugueis_cadastro{
	float:left;
	width:747px;
	padding-left:18px;
	width:480px;
	float:left;
}

.img_documento_alugueis{
	width:118px;
	height:93px;
	float:right;
	background:url(../img/arquivo.jpg);
	margin:-100px 7px 0 0;
}

.container_meio_aluguel{
	margin-top:41px;
	padding-bottom:15px;
	border-bottom:1px solid #CCCCCC;
	float:left;
}

.conteudo_esquerdo_meio{
	width:478px;
	float:left;
}

.conteudo_direito_meio{
	width:478px;
	float:left;
	padding:25px 0 0 39px;
}

.container_baixo_aluguel{
	padding-bottom:20px;
	float:left;
	margin-top:40px;
}

.conteudo_esquerdo_baixo{
	width:495px;
	float:left;
	border-right:1px solid #CCCCCC;
}

.conteudo_direito_baixo{
	width:475px;
	float:left;
	padding-left:22px;
}

/*condominio*/

.condominio{
	float:left;
	border-bottom:1px solid #CCCCCC;
	padding-bottom:25px;
}

.condominio_esquerdo{
	width:478px;
	padding-right:39px;
	float:left;
}

.condominio_direito{
	width:480px;
	float:left;
}

.condominio_img{
	width:151px;
	height:147px;
	background:url(../img/predio.gif);
	float:right;
}

.condominio_cadastro{
	width:998px;
	float:left;
	margin-top:35px;
}


.condominio_cadastro a{
	float:right;
}

#btn_enviar_condominio { width:64px; height:19px; float:right; margin-top:5px; }
#btn_enviar_condominio a { background-image:url(../img/enviar_condominio.jpg);  background-position:0px;}
#btn_enviar_condominio a:link { background-image:url(../img/enviar_condominio.jpg);  background-position:0px;}
#btn_enviar_condominio a:hover { background-image:url(../img/enviar_condominio.jpg);  background-position:-64px;}

/*lancamentos*/

.destaque_lancamento{
	border-bottom:1px solid #CCCCCC;
	float:left;
}

.destaque_img{
	width:988px;
	height:349px;
	float:left;
	margin-bottom:34px;
}

.destaque_img img {
	width:502px;
	height:349px;
	float:left;
	border:2px solid #343434;
}
	
.destaque_descricao{
	float:left;
	width:209px;
	padding-left:12px;
	margin-top:50px;
}

.destaque_descricao p{
	float:right;
	margin-top:19px;
}

.outros_lancamentos{
	margin-top:35px;
	float:left;
}

.outros_lancamentos_img{
	width:112px;
	height:119px;
	float:left;
	padding-right:10px;
}

.outros_lancamentos_img img {
	width:113px;
	height:79px;
	border:2px solid #343434;
}

.outros_lancamentos_descricao {
	float:left;
	margin-top:10px;
	width:150px;
	font-size:10px;
	padding-bottom:41px;
}

/*contato*/

.esquerda_contato{
	float:left;
	border-right:1px solid #CCCCCC;
	width:705px;}

.contato{
	float:left;
	width:677px;
	padding-bottom:25px;
	border-bottom:1px solid #CCCCCC;
}

.form_contato{
	width:480px;
	float:left;
}

.enviar_contato{
	float:right;
	width:64px;
	height:19px;
	background:url(../img/enviar_contato.jpg) no-repeat;
}

.contato textarea{
	width:673px;
	height:90px;
}

.contato_img{
	position:absolute;
	background:url(../img/agenda.jpg);
	width:153px;
	height:147px;
	margin:96px 0 0 524px;
}

.corretor{
	float:left;
	margin-top:30px;
	width:677px;
}

.corretor_img{
	width:144px;
	height:110px;
	float:left;
	background:url(../img/corretor.jpg);
}

.corretor_conteudo{
	padding-left:20px;
	width:510px;
	float:left;
}
	
.corretor_conteudo a{
	float:right;
}

.contato_direito{
	float:right;
	width:260px;
}

.tit_adm_contato{
	width:232px;
	height:34px;
	margin-bottom:30px;
}

.adm_contato{
	float:right;
	padding-bottom:30px;
	border-bottom:1px solid #CCCCCC;
}

.adm_contato a{
	float:right;
	margin-top:8px;
}

.destaque_contato{
	float:right;
	width:260px;
	margin-top:38px;
}

.tit_destaque_contato{
	width:161px;
	height:31px;
	margin-bottom:15px;
}

.img_destaque_contato{
	width:170px;
	height:142px;
	margin-bottom:13px;
}

.destaque_contato a{
	float:right;
}

.localizacao{
	width:677px;
	float:left;
	margin-top:25px;
}

.localizacao_img{
	width:498px;
	float:left;
}

.localizacao_descricao{
	float:left;
	width:160px;
	padding-left:19px;
	margin-top:200px;
}

/*legislacao*/

.link_legislacao {
	float:left;
	color:#333333;
}
	
.legislacao_esquerdo{
	border-right:1px solid #CCCCCC;
	float:left;
	width:705px;
	padding-bottom:50px;
}

.legislacao_conteudo{
	width:680px;
	float:left;
	border-bottom:1px solid #CCCCCC;
	padding-bottom:30px;
}

.leis_esquerdo{
	float:left;
	width:369px;
}

.leis_direito{
	float:left;
	width:298px;
}

.pdf{
	background:url(../img/img_pdf.jpg) no-repeat;
	padding:17px 0 0px 30px;
	margin-bottom:10px;
}

.pdf a{
	color:#333333;
}

.pdf a:hover{
	text-decoration:underline;
}

.juridico_legislacao{
	float:left;
	width:680px;
	margin-top:40px;
}

.juridico_legislacao_conteudo{
	float:left;
	width:575px;
	padding-right:10px;
}

.juridico_legislacao_img{
	float:left;
	width:82px;
	height:88px;
	background:url(../img/img_juridico.gif);
	margin-top:-40px;
}

.legislacao_direita{
	float:left;
	width:200px;
	margin-left:25px;
}

.tit_destaque_semana{
	width:148px;
	height:32px;
	font-size:26px;
	text-align:left;
	color:#FF6600;
	margin-bottom:10px;
	padding-left:0;
}

.img_destaque_semana{
	width:260px;
	height:180px;
	border:2px solid #343434;
	margin-bottom:13px;
}

.destaque_semana_conteudo{
	width:260px;
	margin-bottom:20px;
}

.destaque_semana_conteudo p {
	width:230px;
}
	
.destaque_semana_conteudo a{
	float:right;
}

/*noticias*/

.noticia_esq{
	width:705px;
	float:left;
}

.noticia_img{
	position:absolute;
	width:97px;
	height:87px;
	margin-left:545px;
	background:url(../img/microfone.jpg); 
}

.noticia_descricao{
	width:497px;
	margin-bottom:45px;
}

.noticia_conteudo{
	width:677px;
}

.noticia_detalhe{
	width:675px;
	padding-bottom:38px;
}

.noticia_detalhe img {
	float:left;
	border:2px solid #343434;
	margin-right:15px;
}
	
.noticia_dir{
	float:left;
	padding-left:28px;
	border-left:1px solid #CCCCCC;
	width:260px;
}

.iten_noticia {
	width:100%;
	border-bottom:1px solid #CCCCCC;
	padding-bottom:5px;
	margin-bottom:10px;
}	

.corretor_noticias{
	float:left;
	margin-top:28px;
}

.titulo_corretor{
	width:115px;
	height:33px;
	margin-bottom:25px;
}

.corretor_img_noticias{
	width:120px;
	height:95px;
	background:url(../img/corretor.jpg) no-repeat;
	margin-bottom:20px;
}

.corretor_noticias a{
	float:right;
}

#btn_falar_corretor {
	width:116px;
	height:19px;
	float:right;
}

#btn_falar_corretor a, btn_falar_corretor a:link {
	background:url(../img/falar_corretor.jpg) top left;
}

#btn_falar_corretor a:hover {
	background:url(../img/falar_corretor.jpg) top right;
}

/*busca*/

.bloco_busca {
	float:left;
	width:657px;
	padding-bottom:15px;
	margin-top:20px;
	border-bottom:1px solid #CCCCCC;
}

.bloco_busca img {
	width:113px;
	height:79px;
}

.busca_esq{
	float:left;
	width:706px;
}

.busca_conteudo{
	width:475px;
	margin-bottom:10px;
}

.busca_esq_img{
	width:67px;
	height:73px;
	position:absolute;
	margin-left:566px;
}

.resultado{
	width:677px;
	float:left;
	padding-bottom:25px;
	margin-top:25px;
}

.busca_descricao{
	width:500px;
	float:left;
	margin-right:40px;
}

.busca_dir{
	float:right;
	width:260px;
	border-left:1px solid #CCCCCC;
	padding:0 0 25px 30px;
}

.corretor_busca{
	float:left;
	margin-top:28px;
}

.titulo_corretor{
	width:115px;
	height:33px;
	margin-bottom:25px;
}

.corretor_img_busca{
	width:120px;
	height:95px;
	background:url(../img/corretor.jpg) no-repeat;
	margin-bottom:20px;
}

.corretor_busca a{
	float:right;
}

/*detalhes*/

.detalhes_esquerda{
	width:765px;
	height:680px;
	float:left;
	border-right:1px solid #CCCCCC;
}


.detalhes_direita{
	float:right;
	padding-left:20px;
	width:210px;
}

.dados_imovel {
	margin-bottom:20px;
}
			
.img_dados .img {
	width:502px;
	text-align:center;
	background:#343434;
	float:left;
	margin-right:10px;
	border:2px solid #343434;
}
			
.img_dados .img img {
	width:502px;
	height:349px;
	text-align:center;
	background:#343434;
	float:left;
	margin-right:10px;
	border:2px solid #343434;
}

.lista_fotos img {
	border:2px solid #343434;
	width:113px;
	height:79px;
}	











