@import url("css-pages.css");

* {
	margin:0;
	padding:0;
	font-family:"Trebuchet MS", Arial, Tahoma;
	}
	
body {
	background:#333
	}
	
#container {
	width:760px;
	margin:0 auto;
	background:#fff
	}

#topo {
	height:226px;
	background:url(../images/topo.jpg) center bottom no-repeat;
	}
#topo h1 a {
	display:block;
	width:345px;
	height:80px;
	}
#topo #barnav {
	list-style:none;
	background:url(../images/menu.jpg) center top no-repeat;
	height:42px;
	padding-left:205px;
	}
#topo #barnav li {
	width:60px;
	float:left;
	}
#topo #barnav li a {
	color:#000;
	text-decoration:none;
	font-size:11px;
	font-weight:bold;
	display:block;
	text-align:center;
	height:20px;
	padding-top:22px;
	text-transform:uppercase;
	}
#topo #barnav li a:hover {
	background:#ffda5a url(../images/menu_a_hover.jpg) left top no-repeat;
	}
	
#topo h1 {
	text-indent:-9999px;
	}
	
#corpo {
	background:#f2f2f2 url(../images/corpo.jpg) center top no-repeat;
	}
#corpo h2 {
	color:#fff;
	font-size:18px;
	text-indent:15px;
	}
#corpo p {
	color:#fff;
	padding:5px;
	font-size:12px;
	text-align:justify;
	}
#corpo p.bot {
	text-align:right;
	}
#corpo p.bot a {
	border:1px solid #424242;
	text-decoration:none;
	padding:3px;
	background:#D8D4CB
	}
#corpo p.bot a:hover {
	background:#eaeaea
	}
#corpo #principal {
	width:555px;
	padding-top:60px;
	float:left;
	}
#principal h2 {
	color:#333;
	font-style:italic;
	font-size:18px;
	text-indent:15px;
	}
	
.imovel-inicial {
	width:263px;
	height:100px;
	padding-top:3px;
	padding-right:2px;
	margin:3px;
	margin-top:20px;
	float:left;
	background:url(../images/imovel-inicial.jpg) center center no-repeat;
	}
	
#principal .texto-inicial {
/*	width:263px;*/
	height:100px;
	padding-top:3px;
	padding-right:2px;
	margin:3px;
	margin-top:20px;
/*	float:left;	*/
	}
	
#principal .texto-inicial p{
	color:#000000;
	}		
	
#corpo .imovel-inicial p {
	font-size:11px;
	float:left;
	width:125px;
	padding:0;
	padding-left:5px;
	color:#666;
	}
.imovel-inicial p b {
	display:block;
	font-size:12px;
	color:#2a6009
	}
.imovel-inicial img {
	padding:3px;
	background:#c5d7e3;
	margin-left:10px;
	margin-top:7px;
	}
	
#corpo #principal p.link {
	clear:both;
	margin-top:30px;
	padding:0
	}
html>body #corpo #principal p.link {
	margin-top:10px;
	}
p.link a {
	font-size:12px;
	display:block;
	text-indent:18px;
	color:#555;
	font-weight:bold;
	text-decoration:none;
	margin-left:5px;
	padding-top:2px;
	width:200px;
	background:url(../images/link_mais.jpg) left center no-repeat;
	}

html>body p.link a {
	margin-top:0;
	}
	
#coluna {
	width:202px;
	float:right
	}
	
#coluna h2 {
	height:65px;
	text-indent:-9999px;
	}
#coluna p {
	font-size:12px;
	padding:5px;
	color:#4b4b4b
	}
#coluna a {
	color:#4b4b4b
	}
#coluna p a.busca-imovel {
	display:block;
	height:123px;
	text-indent:-9999px;
	margin-left:5px;
	width:173px;
	}
#coluna address {
	border-top:1px dotted #4b4b4b;
	font-style:normal;
	font-size:11px;
	padding:2px;
	padding-right:3px;
	padding-bottom:5px;
	padding-top:10px;
	color:#4b4b4b
	}
#coluna ul {
	list-style:none;
	padding-left:5px;
	}
#coluna ul li {
	font-size:11px;
	color:#4b4b4b;
	font-weight:bold;
	float:left;
	width:30%;
	}
	
.condominios {
	background:#155882 url(../images/condominios.jpg) left bottom repeat-x;
	}
.condominios ul {
	list-style:none;
	background:url(../images/condominios.jpg) left center repeat-x;
	height:192px;
	}
.condominios li {
	width:181px;
	float:left;
	margin:3px;
	margin-top:12px;
	text-indent:-9999px;
	height:178px;
	}
.condominios li a {
	text-indent:-9999px;
	display:block;
	width:181px;
	height:178px;
	}
	
#rodape p {
	font-size:12px;
	padding:5px;
	float:left;
	width:330px;
	}
	
#rodape ul.logos {
	list-style:none;
	float:right;
	}
#rodape ul.logos li {
	width:50px;
	text-align:center;
	float:left;
	margin:3px;
	}
	
#rodape ul.links {
	list-style:none;
	background:#333;
	}
#rodape ul.links li {
	display:inline;
	}
#rodape ul.links li a {
	color:#fff;
	font-size:12px;
	text-decoration:none;
	margin:5px;
	}
	
a {
	color:#4b4b4b;
	}
a:hover {
	text-decoration:none;
	}