/* i68 - Formulario */

/*------ Formulario ------*/
.formulario{
	margin:2.5em auto 0 auto;
	width:40em;
	text-align:right;
	font-size:1.2em;
}

.formulario li{
	margin-bottom:.8em;
}

.obligatorio{
	margin-left:3em;
}

fieldset{
	border:none;
}

label{
	display:block;
	padding:.2em;
	text-align:right;
	width:9em;
	clear:both;
	float:left;
}

input, textarea, option{
	font-size:1em;
	padding:.2em .4em;
	color:#8A8A8A;
	width:28em;
	background:#F0F0F0;
	font-family:Tahoma, Arial;
}

textarea{
	height:10em;
}

select{
	width:13.1em;
}

input:focus, textarea:focus{
	background:#fff;
	color:#333;
}

.checkbox{
	width:3em;
	background:none;
}

.botones{
	clear:both;
	margin-top:1em;
}

.boton{
	width:auto;
	background:#fff;
	padding:.3em;
	font-weight:bold;
	color:#333;
	border:1px solid #9b9b9b;
	cursor:pointer;
	text-transform:uppercase;
	text-align:center;
}

.examinar{
	margin:0;
	padding:0;
	width:17.5em;
	background-color:#F3F3F3;
}

.privacidad{
	float:right;
	margin-top:1em;
	text-align:justify;
	font-size:.7em;
	width:40em;
	line-height:1.3em;
}

.respuesta{
	margin:1em 0 ;
	font-size:1.2em;
	border-bottom:1px dashed #666;
	border-top:1px dashed #666;
	padding:1em;
	background-color:#F8F8F8;
}

.respuesta li{
	margin-bottom:.2em;
}

.respuesta .texto{
	color:#000;
}

.respuesta .error{
	color:#CC3300;
}

.respuesta .valido{
	color:#339900;
}
