/*-------Box - Seta Esquerda--------*/

#conteudo .centro .boxSetaEsq {
	width:20px;
	float:left;
}

#conteudo .centro .boxSetaEsq .linkSetaEsq {
	background:url(img/bgSetaAnteriorPag.png) no-repeat center;
	width:20px;
	height:636px;
	float:right;
	cursor:pointer;
}

#conteudo .centro .boxSetaEsq .linkSetaEsqOver {
	background:url(img/bgSetaAnteriorPagOver.png) no-repeat center;
}


/*-------Box - Seta Direita--------*/

#conteudo .centro .boxSetaDir {
	width:20px;
	float:right;
}

#conteudo .centro .boxSetaDir .linkSetaDir {
	background:url(img/bgSetaProximaPag.png) no-repeat center;
	width:20px;
	height:636px;
	float:right;
	cursor:pointer;
}

#conteudo .centro .boxSetaDir .linkSetaDirOver {
	background:url(img/bgSetaProximaPagOver.png) no-repeat center;
}


/*-------Box - Construtora--------*/

#conteudo .centro .boxConstrutora {
	width:908px;
	margin-left:20px;
	margin-right:18px;
	background:#303030;
	float:left;
	border-bottom:1px solid #454545;
}

#conteudo .centro .boxConstrutora .txtConstrutora {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#C1C1C1;
	width:272px;
	float:left;
	padding-top:20px;
	padding-left:25px;
	padding-bottom:20px;
	line-height:16px;
}

#conteudo .centro .bgConstrutora {
	width:908px;
	height:645px;
	padding-top:16px;
	overflow:hidden;
	float:left;
	background:url(img/bgPretoInternas.jpg) no-repeat;
}

#conteudo .centro .baseBgBorda {
	width:908px;
	height:4px;
	display:block;
	margin:0 auto;
	background:url(img/bgBordaBase.png) no-repeat;
}
