
*{
	margin:0 auto;
	text-decoration:none;
	padding:0;
	list-style-type:none;
	font-family:tahoma, arial, verdana, Trebuchet MS, Sans Serif;
}
body{
	background:url(../imagens/bg.jpg);
}
img{border:none;}

/*início do site*/
#geral{
	width:900px;
	height:auto;
}
#jp{
	position: absolute;
	top: 150px;
	left: 0px;
	z-index: 555;
}
#jp a{
	width: 120px;
	height: 80px;
	text-indent: -8000px;
	display: block;
	background: url(../imagens/jp.png) no-repeat;
	overflow: hidden;
}
#sl{
	position: absolute;
	top: 150px;
	right: 0px;
	z-index: 555;
}
#sl a{
	width: 120px;
	height: 80px;
	text-indent: -8000px;
	display: block;
	background: url(../imagens/sl.png) no-repeat;
	overflow: hidden;
}
/*TOPO*/
#topo{
	width:900px;
	height:92px;
}
.topo_left{
	width:11px;
	height:92px;
	background:url(../imagens/topo_left.jpg);
	background-repeat:no-repeat;
	float:left;
}
.topo_cont{
	width:878px;
	height:92px;
	background:url(../imagens/topo_bg.jpg);
	background-repeat:repeat-x;
	float:left;
}
.topo_right{
	width:11px;
	height:92px;
	background:url(../imagens/topo_right.jpg);
	background-repeat:no-repeat;
	float:left;
}
.logo{
	width:312px;
	height:142px;
	float:left;
	position:relative;
	z-index:10;
	left:80px;
}
.menu{
	float:right;
	margin-top:35px;
}
.menu li{display:inline;}
.menu li a{
	color:#2c2c2c;
	font-weight:bold;
	padding:5px;
}
.menu img{padding-right:5px;}
/*PAINEL*/

/*CONTEUDO*/
#conteudo{
	width:880px;
	height:auto;
	background:#292929;
	padding:10px;
	float:left;
}
#cont_esq{
	width:200px;
	height:auto;
	float:left;
}
.busca{
	width:290px;
	height:240px;
}
.contato{
	width:290px;
	height:auto;
	margin-top:120px;
	color:#fff;
	float:left;
}
#cont_dir{
	width:680px;
	height:autopx;
	float:left;
}
.imovel_destaque{
	width:145px;
	height:232px;
	background:url(../imagens/bg_imoveis.jpg);
	background-repeat:no-repeat;
	float:left;
	margin-left:2px;
}
.bairro_destaque{
	color:#fff;
	width:130px;
	font-size:10pt;
	padding:5px;
	font-weight:bold;
}
.foto_imovel img{padding:10px 12px 0 12px ;}
.tipo_destaque{
	color:#fff;
	font-size:10pt;
	padding:2px 5px;
	font-weight:bold;
}
.conteudo_imovel{
	color:#fff;
	font-size:10pt;
	padding:5px;
}
.ver_mais_destaque a{
	float:right;
	font-size:8pt;
	color:#fff;
	padding:10px 5px 5px 0;
	text-decoration:underline;
}
.ver_mais_destaque a:hover{
	text-decoration:none;
	color:#ef9b11;
}

#rodape{
	width:100%;
	height:99px;
	background:url(../imagens/bg_rodape.jpg);
	background-repeat:repeat-x;

}
#rodape img{margin-right:30px;}

.menu_rodape li{
	display:inline;
	
}	
.menu_rodape a{
	color:#333333;
	font-weight:bold;
	padding:5px 10px;
}
#rodape p{color:#333333; font-size:10pt;margin-left:10px;}
