/* MONTAGEM DE CONTEÚDO */

.topo{
	width:760px;
	height:348px;
	text-align:center;
	background:url(../img/topo_acompanhe.png) top center no-repeat;
	margin:0px;
	border:none;
	padding:0px;
}
.conteudo{
	width:760px;
	text-align:center;
}
.conteudo .a{
	background:url(../img/bg_conteudo.png) top center repeat-y;
	*background-image:url(../img/bg_conteudoIE.png);
	width:680px;
	padding:15px 40px 0 40px;
}
.conteudo .b{
	background:url(../img/bg_conteudo_final.png) top center no-repeat;
	
	width:760px;
	height:50px;
}
.empreendimento{
	width:165px;
	height:245px;
	padding:25px 10px 0 10px;
	margin:15px;
	background:url(../img/bg_box_empreendimentos.png) no-repeat;
	*background-image:url(../img/bg_box_empreendimentosIE.gif);
	
	float:left;
}
.empreendimento img{
	border:solid 3px #fff;
	margin-bottom:5px;
	cursor:pointer;
}