/* ----------------------- IMÓVEIS ----------------------- */

div.imoveis {
	width: 900px;
	margin-bottom: 30px;
	float:left;
}

div.imoveis a.imovel {
	text-decoration: none;
	color: #333;
	width: 260px;
	display: block;
	float: left;
	margin: 0 35px 15px 0;
	border: solid 1px #CCC;
	position:relative;
}

div.imoveis a.ultimo { margin-right: 0px; }

div.imoveis a.imovel:hover {
	border: solid 1px #999;
}

div.imoveis a.imovel:hover h3 {
	background: #FFF;
}

div.imoveis a.imovel h3 {
	background: #fff;
	color: #000;
	width: 165px;
	padding: 8px 5px;
}

div.imoveis a.imovel div.foto-imovel {
	height: 200px;
	margin: auto;
	padding: 0;
}

div.imoveis a.imovel div.foto-imovel img {
	display: block;
	height: 190px;
	max-width: 260px;
	margin: 5px auto 0 auto;
	border: solid 1px #fff;
}

* html div.imoveis a.imovel div.foto-imovel img { width: expression( document.body.clientWidth > 165 ? "165px" : "auto" ); } /* seta a max-width para o IE6 */

div.imoveis a.imovel p {
	padding: 5px;
	margin-bottom: 0;
}

/* DETALHES IMÓVEL */

#imovel { width-max: 850px; }

#imovel h1, #imovel h3 { color: #333; font-family:Tahoma, Geneva, sans-serif; }

#imovel h1 { /* text-transform: uppercase;*/ font-weight: bold; font-size: 17px }

#imovel h2 { /*text-transform: uppercase;*/ font-weight: bold; border-bottom: solid 1px #900; color: #900; margin-bottom: 10px; }

#imovel h3 { font-weight: normal; }

#imovel div.detalhes-imovel, #imovel #descricao-imovel, #imovel #fotos-imovel {
	width: 570px;
	margin-bottom: 20px;
}

#imovel div.detalhes-imovel img {
	max-width: 248px;
	display: inline;
	padding: 5px;
	float: left;
	border: solid 1px #999;
}

* html #imovel div.detalhes-imovel img {
	width: expression( document.body.clientWidth > 248 ? "248px" : "auto" );
} /* seta a max-width para o IE6 */

#imovel div.detalhes-imovel #info-imovel {
	width: 300px;
	float: right;
}

/* LISTAGEM FOTOS GALERIA */

#fotos-imovel {
	width: 570px;
	margin: 0 auto;
}

#fotos-imovel a.foto {
	text-align: center;
	width: 150px;
	height: 120px;
	margin: 0 10px 10px 0;
	float: left;
}

#fotos-imovel a.foto:hover img {
	border: solid 1px #333;
}

#fotos-imovel a.ultima {
	margin-right: 0;
}

#fotos-imovel a.foto img {
	max-width: 140px;
	max-height: 110px;
	display: block;
	margin: auto;
	padding: 4px;
	border: solid 1px #ccc;
}

* html #fotos-imovel a.foto img {
	width: expression( document.body.clientWidth > 140 ? "140px" : "auto" );
	height: expression( document.body.clientHeight > 110 ? "110px" : "auto" );
} /* seta a max-width para o IE6 */

/* ----------------------- FIM IMÓVEIS ----------------------- */

/* @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ */

/* ----------------------- BUG FLOAT FIREFOX ----------------------- */

div.imoveis:after, #imovel div.detalhes-imovel:after, #fundo:after {
	content: ".";
	display: block;
	clear: both;
	overflow: hidden;
	visibility: hidden;
	height: 0;
}
.span2 a { color: #fff;  }
.span2 a:hover { color: #cccc00;  }
/* ----------------------- FIM BUG FLOAT FIREFOX ----------------------- */
/* @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ */