@charset "utf-8";
/* CSS Document */
html, body {height:100%; background:#DCE1E4;} 

body{
	background:url(../images/bg_body.jpg) no-repeat right bottom;
}


p,h1,h2,h3,h4{
	padding:5px 10px;
	text-align:left;
}

a{
	text-decoration:none;	
}

h2{
	font-size:18px;	
	color:#06C;
	border-bottom:1px dotted #999;
	width:740px;
	margin:0 auto;
}

*{
	margin:0;
	padding:0;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#444751;
}

#tudo { 
	width:1000px;
	position:relative;  /*Contexto de posicionamento */
	margin:0 auto;
	text-align:left;
	min-height:100%;/**/
}

* html #tudo {height: 100%;}

#conteudo {
	padding-bottom:90px;
}

#topo {
	width:100%;
	height:200px;
	text-align:center;
	padding-top:1px;
	background: url(../images/topo.jpg) no-repeat left;
}

#menu {
	width:200px;
	min-width:200px;
	float:left;
	margin-top:10px;
	padding-left:10px;
}

#principal {
	width:780px;
	_width:754px;
	float:right;
	margin-top:10px;
	margin-right:10px;
/*	background:#06F;*/
}

#top_principal {
	background:url(../images/bg_top_principal.png) no-repeat;
	height:30px;
	width:780px;
	float:left;
}

#mid_principal {
	background:url(../images/bg_mid_principal.jpg) repeat-y;
	height:auto;
	width:780px;
	float:left;
}

#bot_principal {
	background:url(../images/bg_bot_principal.png) no-repeat;
	height:30px;
	width:780px;
	float:left;
}

.clear {clear:both;}

#rodape {
	width:100%;
	height:100px;
	position: absolute;
	text-align:center;
	bottom:0;
	border-top: 0px dashed #09F;
}

/*INÍCIO MENU*/
ul {
	width:190px;
	margin:0;
	padding:0;
	list-style:none;
}

ul li {margin:0; border-bottom:#FFF 1px dashed; }

ul li a, ul li a:visited {
	font:16px Arial, Helvetica, sans-serif;
	display:block;
	background:none;
	color:#005AAB;
	text-decoration:none;
	padding:2px 10px;
}

ul li a:hover {
	background:none;
	color:#87BFE4;
}
/*FIM MENU*/

#item_rodape{
	width:240px;
	height:60px;
	float:right;
	margin:0 5px;
	border:2px solid #fff;
	background:#069;
}

#item_rodape p, #item_rodape p strong{
	color:#CCC;
}

#item_rodape_des{
	width:100%;
	height:30px;
	float:right;
	margin:0 5px;
}

#item_rodape_des p{
	color:#036;
}


.mostra_imoveis{
	color:#06C;
	height:135px;
}

.mostra_imoveis strong{
	color:#06C;
}

.img_mostra_imoveis{
	width:178px;
	float:left;
}

.desc_mostra_imoveis{
	width:400px;
	_width:374px;
	float:left;	
}

.acao_mostra_imoveis{
	width:200px;
	float:left;	
}

#cont_topo{
	width:980px;
	height:200px;
	margin:0 auto;
}

#banner_topo{
	width:780px;
	height:200px;
	float:right;
}

#images{
	text-align:center;	
}
