@charset "utf-8";
/* CSS Document */

.texto_construtoras{	
	position:relative;
	float:left;
	width:410px;
	}
	
.texto_construtoras p{
	position:relative;
	float:left;
	width:410px;
	text-align:justify;
	margin-top:10px;
	
	}
	
.caixa_direita_construtoras{
	position:relative;
	float:right;
	width:341px;
	margin-top:10px;
	}
	
.caixa_direita_construtoras p{
	position:relative;
	float:right;
	width:341px;
	margin-top:10px;
	}
	
.botao_construtora001{
	position:relative;
	float:left;
	width:341px;
	height:26px;
	background-image:url(../imagens/construtoras-botao01.jpg);
	background-repeat:no-repeat;
	cursor:pointer;
	margin-top:10px;
	}
	
.botao_construtora001:hover{
	background-position:0px -26px;
	}
	
.botao_construtora002{
	position:relative;
	float:left;
	width:341px;
	height:26px;
	background-image:url(../imagens/construtoras-botao02.jpg);
	background-repeat:no-repeat;
	cursor:pointer;
	margin-top:10px;
	}
	
.botao_construtora002:hover{
	background-position:0px -26px;
	}