/*DEFINI��ES INICIAIS*/
* { margin:0; padding:0; font-family:Arial, Helvetica, sans-serif; }

body { 
	background-image: url(../imagens/fundo.png);
	background-repeat: repeat;	
	background-color:#E0DAC8;
}


li { list-style:none; }
fieldset, img { border:none; }
legend { display:none; }
select, input, textarea { border:1px solid #CCCCCC; }
button { cursor:pointer; }
/*/DEFINI��ES INICIAIS*/

/*CLASSES AUXILIARES*/
.Debug { border:1px solid #333333; }
.Clear { clear:both; height:0; line-height:0; font-size:0; }
.LabelVenda {float:right;  margin-top:0px; width:69px; height:13px;  display:block; background:url(../imagens/ico_venda.gif) no-repeat; }
.LabelLocacao { float:right; margin-top:0px; width:69px; height:13px; display:block; background:url(../imagens/ico_locacao.gif) no-repeat; }

/*.LabelVenda { float:right; width:69px; height:13px; text-indent:-5000em; display:block; background:url(../imagens/ico_venda.gif) no-repeat; }
.LabelLocacao { float:right; width:69px; height:13px; text-indent:-5000em; display:block; background:url(../imagens/ico_locacao.gif) no-repeat; }
*/

/*/CLASSES AUXILIARES*/

/*FONTES*/
.FtSize0 { font-size:9px; }
.FtSize1 { font-size:11px; }
.FtSize2 { font-size:12px; }
.FtSize3 { font-size:16px; }
.FtSize4 { font-size:13px; }

.FtColor1 { color:#999999; }
.FtColor2 { color:#333333; }
.FtColor3 { color:#666666; }
.FtColor4 { color:#666666; }
.FtColor5 { color:#C4261D; }
.FtColor6 { color:#000000; }
/*/FONTES*/

/*BOT�ES*/
.BtHome { width:83px; height:40px; background:url(../imagens/bt_home.gif) no-repeat; }
.BtEmpresa { width:139px; height:40px; background:url(../imagens/bt_empresa.gif) no-repeat; }
.BtAutorizacao { width:219px; height:40px; background:url(../imagens/bt_autorizacao.gif) no-repeat; }
.BtAvaliacao{ width:205px; height:40px; background:url(../imagens/bt_avaliacao.gif) no-repeat; }
.BtAtendimento{ width:163px; height:40px; background:url(../imagens/bt_corretoronline.gif) no-repeat; }
.BtContato { width:141px; height:40px; background:url(../imagens/bt_contato.gif) no-repeat; }
.BtAnteriores { text-indent:-5000em; overflow:hidden; display:block; width:27px; height:141px; background:url(../imagens/bt_anteriores.gif) no-repeat; }
.BtProximos { text-indent:-5000em; overflow:hidden; display:block; width:27px; height:141px; background:url(../imagens/bt_proximos.gif) no-repeat; }
.BtAnteriores:hover, .BtProximos:hover { background-position:0 -141px; }
/*/BOT�ES*/

/*ESTRUTURA B�SICA*/
#geral { width:950px; margin:0 auto; }
#topo h1 { width:950px; height:130px; text-indent:-5000em; display:block; background:url(../imagens/topo.jpg) no-repeat; padding-top:14px; }
#topo h1 a { display:block; width:152px; height:105px; margin-left:38px; overflow:hidden; }
#conteudo { background-color:#E1E1E1; padding:2px 0 30px; margin-top:-5px; }
#menu { width:950px; height:40px; padding-bottom:20px; margin:0 auto; }
#menu li { float:left; text-indent:-5000em; }
#menu li a { display:block; overflow:hidden; }
#menu li a:hover, #menu li a.Ativo  { background-position:0 -40px; }
#coluna { width:230px; float:left; margin-left:16px; } /*HACK IE6*/
#assunto { width:675px; float:left; margin-left:18px; }

.Box { background-color:#FFFFFF; margin-bottom:20px; }
.Box form { padding-left:20px; }
.Box .BtVoltar { margin:20px 30px; }
.Box .Clear { padding-top:8px; height:2px; background:url(../imagens/bg_03.gif) repeat-x bottom; }

.Padrao label { display:block; }
.Padrao label.Excecao { display:inline; margin-right:10px; } /*HACK IE6 E IE7*/
.Padrao input { width:300px; margin-bottom:10px; }
.Padrao input.Excecao { width:100px; }
.Padrao input.Excecao2 { width:auto; }
.Padrao input.Excecao3 { width:30px; }
.Padrao textarea { width:500px; margin-bottom:10px; }
.Padrao span { float:left; line-height:20px; }

.Padrao span { margin-right:5px; }

#rodape { width:950px; height:65px; background:url(../imagens/rodape.jpg) no-repeat; }
/*#rodape { background-color:#F48000; border:1px solid #E1E1E1; width:949px; height:40px; margin:0 auto; padding-top:20px; padding-bottom:20px; display:block;}
#rodape p { font-style:normal; font-size:12px; text-align:center; color:#FFFFFF; }
#rodape h2 { font-style:normal; font-size:14px; font-weight:bold; text-align:center; color:#FFFFFF; }*/
/*/ESTRUTURA B�SICA*/

/*LISTA IMAGENS*/
#galeria {
	width: 635px;
	padding-left:20px;
	background: #ffffff;
}
#galeria ul#thumbs {
	padding: 20px;
}
#galeria ul#thumbs li {
	display: inline;

}
/*/LISTA IMAGENS*/



#lista {
	font-size: 12px;
	padding: 1px;
	height: 108px;
	width: 90%;
	margin-left:10px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #E1E1E1;
	border-right-color: #E1E1E1;
	border-bottom-color: #E1E1E1;
	border-left-color: #E1E1E1;
	background-color: #FFFFFF;
	overflow: auto;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #333333;
}

#lista_check .check {
	margin: 1px;
	margin-left:-7px;
	font-weight: normal;
	color: #000000;
	display: block;
}


/*LISTAGEM VENDA*/
#imoveis_venda { background:url(../imagens/bg_02.gif) repeat-y right; background-color:#FFFFFF; margin-bottom:18px; }
#imoveis_venda h2 { width:675px; height:45px; text-indent:-5000em; background:url(../imagens/tit_pesquisa_imoveis_venda.gif) no-repeat; }
#imoveis_venda form { margin-top:15px; background-color:#FFFFFF; }
#imoveis_venda p { margin-bottom:10px; padding-left:20px; font-size: 12px; }
#imoveis_venda ul { margin:10px 0 0 16.5px; }
/*LISTAGEM VENDA*/


/*LISTAGEM LOCAÇÃO*/
#imoveis_locacao { background:url(../imagens/bg_02.gif) repeat-y right; background-color:#FFFFFF; margin-bottom:18px; }
#imoveis_locacao h2 { width:675px; height:45px; text-indent:-5000em; background:url(../imagens/tit_pesquisa_imoveis_locacao.gif) no-repeat; }
#imoveis_locacao form { margin-top:15px; background-color:#FFFFFF; }
#imoveis_locacao p { margin-bottom:10px; padding-left:20px; font-size: 12px; }
#imoveis_locacao ul { margin:10px 0 0 16.5px; }
/*LISTAGEM LOCAÇÃO*/



/*RESULTADO DA PESQUISA*/
#resultado-pesquisa { background:url(../imagens/bg_02.gif) repeat-y right; background-color:#FFFFFF; margin-bottom:18px; }
#resultado-pesquisa h2 { width:675px; height:45px; text-indent:-5000em; background:url(../imagens/tit_resultado_pesquisa.gif) no-repeat; }
#resultado-pesquisa form { margin-top:15px; background-color:#FFFFFF; }
#resultado-pesquisa p { margin-bottom:10px; padding-left:20px; font-size: 12px; }
#resultado-pesquisa ul { margin:10px 0 0 16.5px; }
/*RESULTADO DA PESQUISA*/

/*PESQUISA IM�VEL*/
#pesquisa-imovel {  background-color:#FFFFFF;  margin-bottom:15px; }
/*#pesquisa-imovel h3 { padding-top: 10px; padding-bottom: 10px; text-align:center;}*/
#pesquisa-imovel  h3 { display:block; width:230px; height:40px; text-indent:-5000em; background:url(../imagens/lat_busca_imoveis.gif) no-repeat; }
#pesquisa-imovel form { margin-top:0px; }
#pesquisa-imovel p { text-align:center; margin-bottom:10px; }
#pesquisa-imovel label { padding-left:10px; font-weight:bold; }
#pesquisa-imovel select { width:210px; margin-left:10px; font-family: Arial, Helvetica, sans-serif; font-size: 12px; color: #000000; font-weight: normal;}
#pesquisa-imovel #bairro { height:108px; }
#pesquisa-imovel #tipo { height:108px; }
#pesquisa-imovel button { margin-top:20px; margin-left:10px; margin-bottom:20px; width:100px}
#pesquisa-imovel a {  padding-left:10px; }
/*/PESQUISA IM�VEL*/

/*PESQUISA C�DIGO*/
#pesquisa-codigo { background-color:#FFFFFF; margin-bottom:15px; }
/*#pesquisa-codigo h3 { padding-top: 10px; padding-bottom: 10px; text-align:center;}*/
#pesquisa-codigo  h3 { display:block; width:230px; height:40px; text-indent:-5000em; background:url(../imagens/lat_busca_codigo.gif) no-repeat; }
#pesquisa-codigo form { margin-top:0px;  }
#pesquisa-codigo label { padding-left:10px; font-weight:bold;}
#pesquisa-codigo input { margin-left:10px; width:80px;  }
#pesquisa-codigo button { margin-top:20px; margin-left:10px; margin-bottom:20px; width:100px}

/*/PESQUISA C�DIGO*/

/*SIMULADORES*/
#simuladores { background-color:#FFFFFF; }
/*#simuladores h3 { padding-top: 10px; text-align:center; }*/
#simuladores  h3 { display:block; width:230px; height:40px; text-indent:-5000em; background:url(../imagens/lat_financiamento.gif) no-repeat; }
#simuladores ul { margin-top:10px; padding-bottom:0px; }
#simuladores li { text-align:center; margin-bottom:10px; }
/*/SIMULADORES*/

/*LAN�AMENTOS*/
#lancamentos h2 { width:675px; height:45px; text-indent:-5000em; background:url(../imagens/tit_lancamentos.gif) no-repeat; }
#lancamentos ul { margin:10px 0 0 16.5px; }
/*/LAN�AMENTOS*/

/*DESTAQUES*/
#destaques h2 { width:675px; height:45px; text-indent:-5000em; background:url(../imagens/tit_destaques.gif) no-repeat; }
#destaques ul { margin:10px 0 0 16.5px; }
/*/DESTAQUES*/



/*EMPRESA*/
#empresa h2 { width:675px; height:45px; text-indent:-5000em; background:url(../imagens/tit_empresa.gif) no-repeat; }
#empresa h3 { padding-left:20px; padding-right:20px;  text-align:left; font-size: 12px; color: #000000; font-weight: normal; text-align:justify; }
#empresa h4 { padding-left:20px; padding-right:20px; line-height:150%; text-align:left; font-size: 12px; color: #000000; font-weight: normal; text-align:justify; }
#empresa h5 { padding-left:20px; font-size: 9px; color: #000000; font-weight: normal; text-align:justify; }
#empresa h6 { padding-left:20px; padding-right:20px;  text-align:left; font-size: 12px; color: #000000; font-weight: normal;  }
#empresa p { padding-left:20px; padding-top:20px; padding-right:20px; text-align:justify; }
/*/EMPRESA*/

/*AUTORIZA*/
#autorizacao h2 { width:675px; height:45px; text-indent:-5000em; background:url(../imagens/tit_autorizacao.gif) no-repeat; }
#autorizacao  h3 { padding-left:20px; text-align:left; font-size: 12px; color: #000000; font-weight: normal; }/*/AUTORIZA*/
#autorizacao p { margin:0 30px 10px; text-align:justify; }
/*AUTORIZA*/

/*AVALIACAO*/
#avaliacao h2 { width:675px; height:45px; text-indent:-5000em; background:url(../imagens/tit_avaliacao.gif) no-repeat; }
#avaliacao h3 { padding-left:20px; text-align:left; font-size: 12px; color: #000000; font-weight: normal; }/*/AUTORIZA*/
#avaliacao p { margin:0 30px 10px; text-align:justify; }
/*/AVALIACAO*/

/*ATENDIMENTO*/
#atendimento h2 { width:675px; height:45px; text-indent:-5000em; background:url(../imagens/tit_corretor_online.gif) no-repeat; }
#atendimento h3 { padding-left:20px; text-align:left; font-size: 12px; color: #000000; font-weight: normal; }
#atendimentop { padding-left:20px; padding-top:20px; padding-right:20px; text-align:justify; }
/*ATENDIMENTO*/



/*CONTATO*/
#contato h2 { width:675px; height:45px; text-indent:-5000em; background:url(../imagens/tit_contato.gif) no-repeat; }
#contato form { padding-bottom:10px; }
#contato h3 { width:675px; height:50px; text-indent:-5000em; background:url(../imagens/tit_contato_empresa.gif) no-repeat; }
#contato h4 { padding-left:20px; text-align:left; font-size: 12px; color: #000000; font-weight: normal; }
#contato p { margin:0 30px 10px; text-align:justify; }
/*CONTATO*/


/*DETALHES*/
#detalhes h2 { width:675px; height:45px; text-indent:-5000em; background:url(../imagens/tit_imovel_detalhes.gif) no-repeat; }
#detalhes h3 { width:675px; height:50px; text-indent:-5000em; background:url(../imagens/tit_imovel_fotos.gif) no-repeat; }
#detalhes h4 { width:675px; height:50px; text-indent:-5000em; background:url(../imagens/tit_imovel_informacoes.gif) no-repeat; }
#detalhes p { margin:0 30px 10px; text-align:justify; }
#detalhes #descricao-detalhada table { padding-left:20px; }
#detalhes #descricao-detalhada th { width:150px; background-color:#E4E4E4; text-align:left; padding:3px 10px; font-weight:normal; vertical-align:top; }
#detalhes #descricao-detalhada td { width:440px; padding:3px 10px; border:1px solid #E4E4E4; }
#detalhes button { margin-top:20px; margin-left:10px; margin-bottom:20px; width:140px}
/*/DETALHES*/



/*LISTA IMOVEL*/
.ListaImoveis li { width:130px; height:160px;  margin:0 5px 20px; display:block; float:left; padding:8px 10px 20px; border:1px solid #E1E1E1; background:url(../imagens/bg_04.gif) repeat-x; }
.ListaImoveis img { display:block; }
.ListaImoveis small { float:left; margin-bottom:5px; }
.ListaImoveis h3 { clear:both; margin-bottom:5px; }
.ListaImoveis p { width:130px; margin-bottom:10px; }
.ListaImoveis ins { text-decoration:none; }
/*/LISTA IM�VEL*/


/*LISTA IMOVEL HORIZONTAL*/
.ListaImoveis_h li { width:620px; height:85px;  margin:0 5px 10px; display:block; float:left; padding:8px 10px 20px; border:1px solid #E1E1E1; background:url(../imagens/bg_04.gif) repeat-y; }
.ListaImoveis_h img {float:left; margin:0 20px 10px 0;}
.ListaImoveis_h a {  margin-bottom:5px; }
.ListaImoveis_h p { width:130px; margin-bottom:10px; }
.ListaImoveis_h ins { text-decoration:none; }
.ListaImoveis_h pag { font-size: 16px; text-align:center; color: #000000; font-weight: normal;}
/*/LISTA IM�VEL HORIZONTAL*/


#Paginacao { padding: 3px;}
#Paginacao ul {list-style-type: none;}
#Paginacao li {float: left; display: inline; margin: 0 5px 0 0; display: block; }
#Paginacao li a { color: #F48000; padding: 4px; border: 1px solid #ddd; text-decoration: none; float: left;}
#Paginacao li a:hover { color: #F48000; background: #FFC482; border: 1px solid #FFC482; }
#Paginacao li.nolink { color: #CCC; border: 1px solid #F3F3F3; padding: 4px; }
#Paginacao li.current { color: #FFF; border: 1px solid #F48000; padding: 4px; background: #F48000;}
#Paginacao p { font-size: 16px; margin-top:5px; }

