#div_formulario {
	float: left;
	width: 899px;
	background-image: url(../_img/fondo_formulario.jpg);
	background-repeat: no-repeat;
	height: 474px;
	padding-left: 51px;
}
#div_formulario h3 {
	font-size: 14px;
	font-weight: bold;
	color: #003C61;
	padding-top: 45px;
	padding-left: 85px;
}
#div_formulario p {
	font-size: 12px;
	color: #4C4847;
	padding-top: 10px;
	padding-left: 85px;
	width: 740px;
}
#div_formulario #datos {
	float: left;
	padding-left: 85px;
	padding-top: 45px;
	width: 560px;
}
#div_formulario #datos span {
	display: block;
	float: left;
	width: 240px;
	font-size: 11px;
	color: #4C4847;
	padding-bottom: 5px;
	margin-right: 63px;
}
#div_formulario #datos input {
	font-size: 11px;
	color: #4C4847;
	width: 240px;
	margin-right: 60px;
	float: left;
	margin-bottom: 15px;
}
#div_formulario #datos .sin {
	margin-right:0px;
}
#div_formulario #datos textarea {
	font-size: 11px;
	color: #4C4847;
	width: 543px;
	float: left;
	height: 70px;
}
#div_formulario #datos .nota {
	font-size: 9px;
	display: block;
	float: left;
	width: 50px;
	color: #4C4847;
	margin-top: 3px;
	background: none;
	font-weight: normal;
	padding: 0;
}
#div_formulario #datos a {
	display: block;
	float: right;
	background-image: url(../_img/boton_enviar.jpg);
	background-repeat: no-repeat;
	width: 82px;
	text-align: center;
	font-size: 14px;
	font-weight: bold;
	color: #003C61;
	text-decoration: none;
	padding-top: 6px;
	padding-bottom: 7px;
	margin-top: 15px;
	padding-right: 13px;
}
#div_formulario #datos .respuesta_mail {
	float: left;
	width: 560px;
	padding-left: 0px;
	text-align: center;
	padding-top: 50px;
	padding-bottom: 80px;
}
