@charset "utf-8";
body {
	background-image: url(../imagenes/fondo_formulario.jpg);
	background-repeat: repeat;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
}
.div_logo {
	background-color: #FFF;
	background-image: url(../imagenes/logo.jpg);
	background-repeat: no-repeat;
	background-position: center;
	height: 200px;
}
.div_separador {
	background-image: url(../imagenes/separador.jpg);
	background-repeat: repeat-x;
	height: 82px;
}

/* CSS Document */
.letra_formulario {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #333;
	padding-left: 150px;
	padding-right: 150px;
}
.letra_formulario_registro {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #333;
}

.enunciado {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #333;
	text-align: justify;
	background-image: url(../imagenes/fondo_gris.png);
	padding-top: 20px;
	padding-bottom: 10px;
	padding-left: 50px;
	padding-right: 50px;
}
.vinculo_estadisticas {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #333;
	text-align: center;
	background-image: url(../imagenes/fondo_gris.png);
	padding: 10px;
}

.titulo {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 35px;
	color: #333;
	padding: 30px;
	text-align: center;
	font-weight: bold;
	background-image: url(../imagenes/fondo_campo_titulo.png);
	background-repeat: repeat;
}

.numero_cuenta_regresiva {
	font-family: "Century Gothic";
	font-size: 25px;
	font-weight: normal;
	color: #333;
	text-align: center;
	font-style: normal;
}
.subtitulo {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 25px;
	color: #333;
	padding: 15px;
	text-align: center;
	font-weight: bold;
}

.div_prueba1 {
	text-align: center;
	padding: 30px;
}
.div_prueba2 {
	text-align: center;
	padding: 30px;
}
.div_cronometro {
	text-align: center;
	padding: 30px;
}
.texto_introductorio {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #333;
	width: 600px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-bottom: 20px;
	text-align: justify;
}

.poweredby {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #F60;
	text-align: center;
	padding-top: 20px;
	padding-right: 20px;
}
.tabla_titulo_campo {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #333;
	background-image: url(../imagenes/fondo_campo_titulo.png);
}
.tabla_campo {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #333;
	background-image: url(../imagenes/fondo_gris.png);
}

.tabla_campo_Ok {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #333;
	background-image: url(../imagenes/fondo_gris.png);
	background-color: #CDFECB;
}
.tabla_campo_NOk {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #333;
	background-image: url(../imagenes/fondo_gris.png);
	background-color: #FFD2CA;
}


.texto {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #333;
}
.error {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #F00;
	font-weight: bold;
}

.letra_condiciones {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333;
	text-align: justify;
	padding: 15px;
	background-image: url(../imagenes/fondo_campo_titulo.png);
}

.importante {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #F00;
	background-color: #FFC;
}
li{
	line-height:150%;
}
.label_opcion {
	border: thin solid #999;
	background-color: #D2D2D2;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 5px;
	margin-top: 5px;
	margin-right: 15px;
	margin-bottom: 5px;
	margin-left: 5px;
}
.advertencia {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #F00;
	background-color: #DFCECE;
	text-align: center;
	padding: 5px;
	border: thin solid #FF8080;
}
.div_boton_siguiente {
	padding-top: 30px;
}







.titulo_seccion {
	font-family: "Century Gothic";
	font-size: 30px;
	font-weight: bolder;
	color: #333;
	padding: 10px;
	text-align: center;
	background-color: #A8E4FB;
	border: thin solid #999;
}

.titulo_seccion2 {
	font-family: "Century Gothic";
	font-size: 30px;
	font-weight: bolder;
	color: #666;
	padding: 10px;
	text-align: center;
	background-color: #D8D8D8;
	border: thin solid #999;
}

.descripcion_etiqueta {
	font-family: "Century Gothic";
	font-size: 12px;
	color: #666;
	text-align: center;
	font-weight: bold;
}
.descripcion_numero_etiqueta {
	font-family: "Century Gothic";
	font-size: 20px;
	color: #333;
	text-align: center;
	font-weight: bold;
}
.descripcion_dato {
	font-family: "Century Gothic";
	font-size: 20px;
	color: #333;
	text-align: left;
	font-weight: bold;
	padding: 10px;
}
.valor_dato {
	font-family: "Century Gothic";
	font-size: 20px;
	color: #333;
	text-align: center;
	font-weight: bold;
}
.porcentaje_dato {
	font-family: "Century Gothic";
	font-size: 20px;
	color: #333;
	text-align: center;
	font-weight: bold;
}



.descripcion_numero_etiqueta_secundario {
	font-family: "Century Gothic";
	font-size: 20px;
	color: #FFF;
	text-align: center;
	font-weight: bold;
}



.titulo_columna {
	font-family: "Century Gothic";
	font-size: 30px;
	color: #666;
	background-color: #D3DAF5;
	text-align: center;
	font-weight: bold;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
}
.titulo_columna_vert {
	font-family: "Century Gothic";
	font-size: 30px;
	color: #666;
	text-align: center;
	font-weight: bold;
	text-decoration: underline;
	border: thin solid #666;
}
