@charset "utf-8";
/* CSS Document */

.estrutura_contato {
	width:1050px;
	height:500px;
	margin: 50px auto;
}

.titulo_contatos {
	font-size:36px;
	color: #666;
	border-bottom-width:1px;
	border-color: #CCC;
	border-bottom-style:solid;
	width:100%;
}

.formulario1 {
	float:left;
	width:600px;
	height:500px;
	margin-top:25px;
	border-right-width:1px;
	border-color: #CCC;
	border-right-style:solid;
}

.formulario2 {
	float:left;
	width:400px;
	height:500px;
	margin:25px 0px 25px 25px;
	background:url(../_imagens/contato_fadal.jpg);
}

.aspas {
	color: #F00;
}
