.datos_form{
	font-family:Arial, Helvetica, sans-serif;
	color:#000;
	font-size:12px;
	font-style:italic;
	line-height:20px;
	text-align:left;
	font-weight:bold;
}
#btnEnviar {
	border:none;
	background:#1EB53A;
	color:#fff;
	padding:8px 12px;
	border-radius:3px;
	font-size:16px;
	float:right;
	font-weight:bold;
}
#btnEnviar:hover {
	background-color:#002D50;
	color:#fff;
}

.texto {height:36px;}

.texto, #txtComentarios {
	width:100%;
	padding:6px;
	border:none;
	box-sizing:border-box;
	border-radius:3px;
	border:1px solid #a8d1f2;
}
#txtComentarios{
	height:80px;
}
.aviso {
	color:#333;
	border:none;
	float:left;
	border-radius:3px;
	margin-top:5px;
	padding:3px;
	width:180px;
	height:25px;
	cursor:pointer;
	text-align:center;
	line-height:25px;
	text-decoration:none;
	font-family:Arial, Helvetica, sans-serif;
	font-size:15px;
	font-style:italic;
}
.aviso:hover {
	color:#003580;
}

