
form fieldset{
	background-image: url(images/arrow_red.png);
	background-repeat: no-repeat;
	padding-left: 32px;
	
}
form fieldset p {
	line-height: 22px;
	vertical-align: middle;
}

form fieldset label{
	width: 70px;
	float: left;
	text-align: right;
	margin-right: 8px;
	display: block;
	line-height: 16px;
}

form fieldset input{
height: 16px;
	width: 300px;

}
form fieldset input.ancho{
	width: 360px;

}
form fieldset textarea {
width: 380px;
}
.textoForm {
	margin-left: 78px;
	color: #999999;
	width: 300px;
	font-weight: bold;
	font-size: 9px;
}
.submit
{
	margin-left: 78px;
	width: 60px;
}
.proteccionDatos {
	color: #999999;
	text-align: justify;
	float: left;
	padding-top: 40px;
}
.option {
	width: 20px;
}
h3 {
	font-weight: bold;
}
.alert {
	 color: red;
	 text-transform: uppercase;
}
.required {
	background-color:#FF0000;
	color: #FFFFFF;
}
label.required {
	background-color:#fff;
	color: #F00;
}
label.valid {
	background-color:#fff;
	color: #000;
}
.valid {
	background-color:#fff;
	color: #000000;
}
