
.texto {
text-align:left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #573C27;
	text-decoration: none;
	letter-spacing:1px;

}


.requeridos {
text-align:left;

	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: color: #573C27;
	text-decoration: none;
	letter-spacing:normal;	
}

.error {
text-align:left;

    padding-top:10px;
	line-height:20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: bold;
	color: #AE1512;
	letter-spacing:normal;
}


input, textarea, select {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	color: #573C27  ;
	border: 1px solid;
	border-color: #999999;
}



.etiquetas {
text-align:left;

    padding-top:10px;
	line-height:20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
    color: #573C27 ;
   letter-spacing:normal;
}

.campos {
text-align:left;

	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	color: #573C27  ;
	border: 1px solid;
	border-color: #cccccc;
}

.opciones {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	color: #000066  ;
}


.botones {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	color: #000066  ;
	border: 1px solid;
	border-color: #999999;
	background-color: #CCCCCC;
}


.borde_gris {
	border: 1px solid #999999;

}


.mensaje{
width:70%;
height:100px;
background-color:#EEEEEE;
border:1px dashed #999999;
padding:40px;
color:#573C27;
font-family:Arial, Helvetica, sans-serif;
font-size:14px;
font-weight:bold;
}

