#formulario {
}
#formulario p {
	padding:0;
	display:block;
	text-align:left;
	margin:0;
}
.datos_form{
	font-family:Arial, Helvetica, sans-serif;
	color:#EE1A2F;
	font-size:15px;
	font-style:italic;
	line-height:20px;
	text-align:left;
}
#btnEnviar {
	background:#EE1A2F;
	color:#fff;
	border:none;
	float:right;
	border-radius:3px;
	margin-top:12px;
	width:98%;
	height:35px;
	cursor:pointer;
	display:block;
}
#btnEnviar:hover {
	background-color:#1D3741;
	color:#fff;
}

.texto {height:16px;}

.texto, #txtComentarios {
	float:left;
	height:40px;
	padding:2px 1px;
	border:none;
	margin:5px 0;
	color:#000;
	font-size:14px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	border-radius:2px;
	box-shadow:-1px 2px 1px rgba(0,0,0,.2);
	border:1px solid #D0D1D6;
}
#txtComentarios{
	width:95%;
	padding:2%;
	height:120px;
}
.aviso {
	color:#333;
	border:none;
	float:left;
	border-radius:3px;
	margin-top:18px;
	padding:3px;
	display:inline-block;
	height:25px;
	cursor:pointer;
	text-align:center;
	line-height:25px;
	text-decoration:none;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
}
.aviso:hover {
	color:#000;
	padding-right:10px;
}

#txtNombre, #txtTelefono, #txtCorreo, #txtEmpresa{ 
	width:95.0%;
	padding:2%;
	float:left;
}
.opcs{
	width:251px;
	margin-left:10px;
	border:none;
	color:#333;
	font-size:14px;
	font-family:Arial, Helvetica, sans-serif;
	border-radius:1px;
	box-shadow:-1px 2px 1px rgba(0,0,0,.1);
	border:1px solid #D0D1D6;
	background:#fff;
	padding:8px;
	margin-bottom:20px;
	margin-top:10px;
}
#captcha{
	float:left;
	width:100px;
	border:none;
	border:1px solid #CCC;
	padding:7px 7px;
	margin:5px 0px;
	color:#333;
	font-size:15px;
	font-family:arial,sans-serif;
	margin-left:5px;
}