@charset "utf-8";
/* CSS Document */
body {
	margin-left: 0px;
	margin-top: 0px;
	background: #FFF;
}
/*Descripcion de las distintas partes del registro*/
.descripcion{
	font-size:12px;
}
.formulario{
	background:#FFF;
	border: thin solid #CCCCCC;
}
.formulario_fila{
	background:#EEE;
}
.formulario label{
	font-size:12px;
	font-family: Georgia, "Times New Roman", Times, serif;
}
.formulario .leyenda{
	font-size:10px;
	color:#999;
	font-family: Georgia, "Times New Roman", Times, serif;
}
.formulario input{
	font-size:10px;
	font-family: Georgia, "Times New Roman", Times, serif;
	width: 140px;
	border: none;
}
.formulario select{
	font-size:12px;
	font-family: Georgia, "Times New Roman", Times, serif;
	width: 140px;
	border: none;
}
.reglamento{
	 overflow: scroll; 
	 width: 100%; 
	 height: 225px;
	 font-size:12px;
}
.missing{
	background:#FF0000;
	color:#FFF;
}
.error{
	color:#FF0000;
	font-size:12px;
}