
*{
	margin:0 auto;
	text-decoration:none;
	padding:0;
	list-style-type:none;
	font-family:tahoma, arial, verdana, Trebuchet MS, Sans Serif;
}
body{
	background:#d3c6a4 url(../imagens/bg_01.jpg);
	background-repeat:no-repeat;
	background-position:top center;
}
img{border:none;}
iframe{background:#FFFFFF;}
.controle{
	width:960px;
}

/*início do site*/
#geral{
	width:960px;
	height:auto;
	float:left;
}

/*topo*/
#topo{
	width:960px;
	height:178px;
	float:left;
}

#menu{height:90px; position:relative;top:43px;float:right;}
#menu ul li{display:inline;float:left;}
#menu ul li a{ color:#F00; z-index:10; height:90px; display:block; position:relative;}
#menu ul li a span{ display:none;}

#menu .bt_imoveis{ background:url(../imagens/imoveis_nm.jpg); width:138px; float:left;}
#menu a:hover.bt_imoveis { background:url(../imagens/imoveis_hv.jpg); width:138px; float:left;}

#menu .bt_procure{ background:url(../imagens/procure_nm.jpg); width:138px; float:left;}
#menu a:hover.bt_procure { background:url(../imagens/procure_hv.jpg); width:138px; float:left;}

#menu .bt_anuncie{ background:url(../imagens/anuncie_nm.jpg); width:138px; float:left;}
#menu a:hover.bt_anuncie { background:url(../imagens/anuncie_hv.jpg); width:138px; float:left;}

#menu .bt_local{ background:url(../imagens/local_nm.jpg); width:179px; float:left;}
#menu a:hover.bt_local { background:url(../imagens/local_hv.jpg); width:179px; float:left;}

#menu .bt_contato{ background:url(../imagens/contato_nm.jpg); width:141px; float:left;}
#menu a:hover.bt_contato { background:url(../imagens/contato_hv.jpg); width:141px; float:left;}

/*PAINEL*/
.painel{
	width:960px;
	height:306px;
	float:left;
}

/*CONTEUDO*/
#conteudo{
	width:960px;
	height:auto;
	float:left;
	background:#fff;
	padding:10px 0;
}
.col_01{
	width:230px;
	height:auto;
	float:left;
}
.central{width:715px;height:auto;float:left;}
.col_02{
	width:470px;
	height:auto;
	float:left;
	padding-left:15px;
}
.imovel_destaque{
	width:145px;
	height:233px;
	background:url(../imagens/bg_imoveis.jpg);
	background-repeat:no-repeat;
	float:left;
	margin-left:8px;
	margin-top:10px;
}
.bairro_destaque{
	color:#005688;
	width:130px;
	font-size:10pt;
	padding:5px;
	font-weight:bold;
}
.foto_imovel img{padding:10px 10px 0 10px ;}
.tipo_destaque{
	color:#7a7a7a;
	font-size:10pt;
	padding:2px 5px;
	font-weight:bold;
}
.conteudo_imovel{
	color:#005688;
	font-size:10pt;
	font-weight:bold;
	padding:5px;
}
.ver_mais_destaque a{
	float:right;
	font-size:8pt;
	color:#005688;
	padding:10px 5px 5px 0;
	text-decoration:underline;
}
.ver_mais_destaque a:hover{
	text-decoration:none;
	color:#ef9b11;
}

/*coluna 03*/
.col_03{
	width:207px;
	height:auto;
	float:right;
}
.local_index{
	text-align:center;
	font-size:10pt;
	font-weight:bold;
	color:#013567;
	margin-right:10px;
	margin-bottom:10px;
}
.fone_index{
	text-align:center;
	font-size:10pt;
	font-weight:bold;
	color:#ff1111;
	margin-right:10px;
}
.contato_index{
	width:207px;
	margin-top:20px;
}
.tit_form{
	color:#013567;
	font-weight:bold;
	font-size:10pt;
}
.bt_enviar_contato{
	color:#fff;
	text-align:center;
}

/*RODAPE*/
#rodape{
	width:100%;
	height:90px;
	background:url(../imagens/bg_rodape.jpg);
	background-repeat:repeat-x;
}
.cont_rodape{
	width:960px;
	height:90px;
	background:url(../imagens/bg_cont_rodape.jpg);
	background-repeat:no-repeat;
	text-align:center;
}
.menu_rodape li{
	display:inline;
}
.menu_rodape li a{
	color:#fff;
	font-size:10pt;
	padding:3px 10px;
}
.copy{
	color:#fff;
	font-size:10pt;
	margin-top:10px;
}
/*PÁGINA QUEM SOMOS*/
.cont_q_somos p{
	color:#013567;
	padding-top:10px;
	text-indent:30px;
}

.titulo_cont{
	color:#013567;
	padding-bottom:10px;
}

/*PÁGINA PROCURE*/
.titulo_campo{
	font-size:10pt;
	font-weight:bold;
	color:#013567;
	float:right;
	margin-right:10px;
}
.campo_form{
	WIDTH:290PX;
	padding:2px;
}
.campo_textarea{
	width:410px;
}
.campo_obr{
	color:red;
	font-size:10pt;
	padding-left:5px;
}
