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

/* CONTATO */ 
#texto #contato {
	font-family: "Arial", Helvetica, sans-serif;
	font-size: 14px;	text-align: left;
	position: relative;
	width: auto;

}
#texto #contato #contat {
	margin-left: 30px;
}

#texto #contato h2{
	font-size: 14px;

}
#texto #contat label {
	float: left;
	width: 70px;
}
#texto #contat tr td #nome {
	width: 200px;
	float: left;
	height: auto;
	margin-top: 5px;
}
#texto #contat tr td #email {
	width: 200px;
	float: left;
	height: auto;
	margin-top: 5px;
}
#texto #contat tr td #tel {
	float: left;
	height: auto;
	margin-top: 5px;
	width: 200px;
}
#texto #contat tr td #endereco {
	float: left;
	height: auto;
	margin-top: 5px;
	width: 200px;
}

#texto #contat tr td #cidade {
	width: 200px;
	float: left;
	height: auto;
	margin-top: 5px;
}
#texto #contat tr td #estado{
	width: 200px;
	float: left;
	height: auto;
	margin-top: 5px;
}
#texto #contat tr td #mensagem {
	width: 200px;
	float: left;
	height: auto;
	margin-top: 5px;
}
#texto #contat tr td div .checkbox {
	float: left;
	height: auto;
	margin-right: 10px;
	margin-left: 10px;
}
#texto #contat #contat tr td #Enviar{
	float: left;
	height: auto;
	width: 130px;
	margin-left: 150px;
	margin-top: 10px;
	position: relative;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #FFF;
	background-color: #09F;
}

#mapa {
	float: right;
	margin-top: -70px;
	margin-right: 40px;
}


