/* CSS Document */
body {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	background:#A8B2BB;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
div.flash {
	background:url(imagens/bg.png);
	width:100%;
	height:430px;
}
.texto {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#FFFFFF;
}
.link {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#142A46;
	text-decoration: none;
}
div.casas {
	background:url(imagens/casas.png);
	width:770px;
	height:390px;
}
div.apart {
	background:url(imagens/apart.png);
	width:770px;
	height:390px;
}
div.comercial {
	background:url(imagens/comercial.png);
	width:770px;
	height:390px;
}
div.public {
	background:url(imagens/public.png);
	width:770px;
	height:390px;
}
div.obras {
	background:url(imagens/obras.png);
	width:770px;
	height:390px;
}
div.contato {
	background:url(imagens/contato.png);
	width:770px;
	height:390px;
}
div.projetos {
	width:300px;
	height:240px;
	float:left;
	padding-left:20px;
	padding-right:20px;
	padding-top:20px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#FFFFFF;
}
div.form {
	width:300px;
	height:240px;
	float:right;
	padding-left:20px;
	padding-right:20px;
	padding-top:20px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#FFFFFF;
}
.text_padrao {
	font-family: verdana;
	font-size: 10px;
	color: #666666;
	text-align: justify;
}
.text_titulo {
	font-family: tahoma;
	font-size: 11px;
	color:#FFFFFF;
	font-weight: bold;
}
.input_branco {
	font-family: Arial;
	font-size: 10px;
	color: #000000;
	background-color: #ffffff;
	border: 1px solid #4a516b;
	font-weight: bolder;
}
.botao_branco {
	font-family: verdana;
	font-size: 9px;
	color: #000000;
	background-color: #FFFFFF;
	border: 1px solid #4a516b;;
	font-style: bold;
}