.fondo_oscuro{
	background-color: #006B99;
}
.fondo_claro{
	background-color: #7FC9EF;
	padding-top: 3px;
	padding-bottom: 3px;
	font-weight: bold;
	color:#fff;
	font-size:1.1em;
	border-top:1px double #fff;
	text-align: center;
}
.logo{
	color:#fff;
	font-size: 1.7em;
	font-weight: bold;

}
.icono_login{
	text-align: right;
	padding: 5px;
}
#img_login{
	cursor: pointer;
}

.caja_login{
	margin-top:20px;
	text-align: right;
    margin-right:5px;
    display:none;  
}
.caja_login input{
    border:1px solid #7FC9EF;
    color:#006B99;
}
.alert_error{
	color:#CC3333;
	border:1px solid #CC3333;
	padding:10px 10px 10px 70px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;	
	font-size: 1.2em;
	background-image: url('../img/img_error.png');
	background-position: left 5px top 5px;
	background-repeat: no-repeat;
	margin-bottom: 5px;
	height:50px;
	display:none;
}
.alert_correcto{
	color:#009933;
	border:1px solid #009933;
	padding:10px 10px 10px 70px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;	
	font-size: 1.3em;
	background-image: url('../img/img_correcto.png');
	background-position: left 5px top 5px;
	background-repeat: no-repeat;
	margin-bottom: 5px;
	height:50px;
	display:none;
}
.ocultar_aviso{
	display:none;
	margin-bottom: 5px;
}
.enlace_derecha{
	text-align: right;
	margin-bottom: 2px;
}
.enlace_derecha a{
	text-decoration: none;	
}
.enlace_derecha a:hover{
	text-decoration: underline;	
}
.instrucciones{
	text-align: justify;
	font-size:0.9em;
	color:#666;
	margin-bottom: 15px;
	font-style: italic;
	line-height: 1.2em;
}

.contenido{
	min-height: 450px;
	padding-top: 10px;
}
 .caja_derecha{
	border:1px solid #FF6600;
	padding:4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	display:none;
}
.caja_izquierda {
	border:1px solid #CCC;
	padding:4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

.pie{
	background-color: #006B99;
	font-size: 0.8em;
	padding-top: 2px;
	padding-bottom: 2px;
	color:#fff;
	text-align: center;
}
.caja_derecha input{
	width:98%;
	border:1px solid #ff6600;
	color:#006B99;
}
.apartado{
	color:#006B99;
	font-size: 1.1em;
	border-bottom: 1px dotted #006B99;
	font-weight: bold;
	padding:2px;
	margin-bottom: 5px;
	font-style: italic;
}
.caja_claves{
	padding-top: 50px;
	padding-bottom: 50px;
	text-align:center;
}
.fieldset{
	border:1px solid #81a9e2;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
padding-top:15px;
padding-bottom:15px;
margin-bottom: 15px;
padding: 5px;

}
.legend{
	margin-left:10px;
	padding-left:5px;
	padding-right:5px;
	font-weight:bold;
}
.caja_bigben{
	height:400px;
	background-image: url('../img/big-ben.png');
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
.subtitulo_header{
	text-align: right;
	padding-top: 65px;
	padding-right: 5px;
	color:#fff;
	font-weight: bold;
	font-size: 1.1em;
}
.fondo_menu{
	background-color: #7FC9EF;
	padding-top: 7px;
	padding-bottom: 8px;
	color:#fff;
	border-top:1px double #fff;
}
/* Estilos para menu */

.fondo_menu ul{
   list-style-type: none;
   margin:0px;
}
.fondo_menu li{
   display: inline;
   text-align: center;
   margin: 0 2px 0 0;
}
.fondo_menu li a {
   padding: 10px 15px 10px 15px;
   color: #fff;
   text-decoration: none;
}
.fondo_menu li a:hover{
   background-color: #FF7F00;
   color: #ffffff;
}
/* CSS PARA LAS TABLAS */
.tabla_resultados{
	font-size: 0.9em;
	border:1px solid #ccc;
	border-collapse: collapse;
	width:100%;

}
.tabla_resultados td{
	padding:3px;
	border:1px solid #CCC;
	font-size:0.9em;
}

.tabla_resultados_peq td{
	padding:2px;
	border:1px solid #CCC;
}
.fila_encabezado{
	border:1px solid #CCC;	
	font-weight: bold;
	background: #e2e2e2;
}
.td_20{
	width: 20px;
	text-align:center;
	vertical-align: middle;
}
.td_40{
	width: 40px;
	text-align:center;
	vertical-align: middle;	
}
.td_60{
	width: 60px;
}
.btn{
	background: #ffb76b; /* Old browsers */
	background: -moz-linear-gradient(top,  #ffb76b 0%, #ffa73d 50%, #ff7c00 51%, #ff7f04 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffb76b), color-stop(50%,#ffa73d), color-stop(51%,#ff7c00), color-stop(100%,#ff7f04)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #ffb76b 0%,#ffa73d 50%,#ff7c00 51%,#ff7f04 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #ffb76b 0%,#ffa73d 50%,#ff7c00 51%,#ff7f04 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #ffb76b 0%,#ffa73d 50%,#ff7c00 51%,#ff7f04 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #ffb76b 0%,#ffa73d 50%,#ff7c00 51%,#ff7f04 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffb76b', endColorstr='#ff7f04',GradientType=0 ); /* IE6-9 */
	color:#fff;
	font-weight: bold;
	font-size: 0.9em;
	padding:4px;
	text-align: center;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	cursor:pointer;
}
.btn:hover{
	color:#333;
}
.btn2{
background: #6db3f2; /* Old browsers */
background: -moz-linear-gradient(top,  #6db3f2 0%, #54a3ee 50%, #3690f0 51%, #1e69de 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#6db3f2), color-stop(50%,#54a3ee), color-stop(51%,#3690f0), color-stop(100%,#1e69de)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #6db3f2 0%,#54a3ee 50%,#3690f0 51%,#1e69de 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #6db3f2 0%,#54a3ee 50%,#3690f0 51%,#1e69de 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #6db3f2 0%,#54a3ee 50%,#3690f0 51%,#1e69de 100%); /* IE10+ */
background: linear-gradient(to bottom,  #6db3f2 0%,#54a3ee 50%,#3690f0 51%,#1e69de 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6db3f2', endColorstr='#1e69de',GradientType=0 ); /* IE6-9 */

	color:#fff;
	font-weight: bold;
	font-size: 0.9em;
	padding:4px;
	text-align: center;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	cursor:pointer;
}
.btn2:hover{
	color:#333;
}


.separador_5{
	height:5px;
}
.separador_40{
	height:40px;
}
.tit_pagina{
	color:#006B99;
	font-size: 1.1em;
	font-weight: bold;
	padding-top:5px;
}
.titulo_tabla{
	text-align: center;
	font-weight: bold;
	font-size:1.1em;
	color:#006B99;
	background-color:#CCC;
}
.grupo_form{
	margin-bottom:5px;
	font-size: 1em;

}
.campo{
	float: left;

}
.etiqueta{
	padding-top:4px;
	width:90px;
	float: left;
}
.etiqueta2{
	padding-top:4px;
	width:200px;
	float: left;
	text-align: right;
	padding-right: 5px;
}

.nohay{
	text-align: center;
	color:#CC0000;
}

#form_editar input[type=text]{
	border:1px solid #006B99;
	font-size:0.8em;
	padding:2px;
	color: #006699;
	width:160px;
}

#form_editar select{
	border:1px solid #006B99;
	font-size:0.8em;
	padding:2px;
	color: #006699;
}
.ayuda_importacion{
	display:none;
	border:1px solid #ff6600;
	text-align: center;
	font-size:0.9em;
	font-style: italic;
	padding:5px;
	color:#666;
	margin-bottom: 10px;
	background-color: #e0e8ec;
}
.importar_verde{
	color:#006600;
}
.importar_rojo{
	color:#CC0000;
}
.alta_manual{
	margin-bottom: 3px;
}

.eliminar, .usada, .editar, .send_clave, .gen_clave{
	cursor:pointer;
}
.tit_empresa{
	color:#9f4513;
	font-style: italic;
}
.paginador{
	margin-bottom: 15px;
	text-align: center;
	font-size: 0.9em;
	color:#006B99;
}
.n_pagina
	{
		border:1px solid #006B99;
		color:#fff;

		background-color: #7FC9EF;
		float:left;
		margin-left: 3px;
		margin-bottom: 3px;
		cursor:pointer;
		width: 20px;
		text-align: center;
		font-size: 0.9em;
	}
.n_pag_select
	{
		border:1px solid #006B99;
		color:#fff;
		background-color: #ff6600;
		float:left;
		margin-left: 3px;
		margin-bottom: 3px;
		cursor:pointer;
		width: 20px;
		text-align: center;
		font-size: 0.9em;
		}
.n_pagina:hover
	{
		background-color: #ff6600;	
	}
.n_pagina_inact
	{
		border:1px solid #666;
		color:#fff;
		background-color: #ccc;
		float:left;
		margin-left: 3px;
		margin-bottom: 3px;
		cursor:pointer;
		font-size: 0.9em;
		text-align: center;
		width: 20px;		
	}
	#np{
	border:1px solid #006B99;
	font-size:0.95em;
	padding:0px;
	color: #006699;
	}
	.filtro{
		font-size: 0.9em;
		color:#006B99;
	}
	.filtro input, select{
		border:1px solid #006B99;
		padding:1px;
		color:#006B99;
		font-size: 0.9em;
	}
	.tag_alumno{
		font-size: 0.8em;
		padding:4px 2px;
		color:#006699;
		border:1px solid #006699;
		-webkit-border-top-left-radius: 4px;
		-webkit-border-top-right-radius: 4px;
		-moz-border-radius-topleft: 4px;
		-moz-border-radius-topright: 4px;
		border-top-left-radius: 4px;
		border-top-right-radius: 4px;
	}
	.tag_empresa{
		font-size: 0.8em;
		padding:4px 2px;
		color:#fff;
		border:1px solid #006699;
		background-color: #006699;
		-webkit-border-bottom-left-radius: 4px;
		-webkit-border-bottom-right-radius: 4px;
		-moz-border-radius-bottomleft: 4px;
		-moz-border-radius-bottomright: 4px;
		border-bottom-left-radius: 4px;
		border-bottom-right-radius: 4px;
		margin-bottom: 20px;
	}

		.tag_tabla{
		font-size: 0.8em;
		color:#fff;
		background-color: #ffffff;
		border:1px solid #006699;
	}
	.tabla_pruebas{
		width:100%;
	}
	.tag_tabla table th{
		background-color: #006699;
		color:#fff;
		text-align: center;
		width: 50%;
	}
	.tag_tabla table td{
		background-color: #fff;
		color:#006699;
		text-align: center;
		width: 50%;
		padding:2px 0px;
		border-bottom: 1px dotted #006699;
	}
	.titulo{
		color:#ff6600;
		font-size: 1em;
		font-weight: bold;
		padding:4px;
		border-bottom: 1px dotted #ff6600;
		margin-bottom:10px;
	}
	.borde{
		border:1px solid #7FC9EF;
		padding:8px;
		-webkit-border-radius: 15px;
		-webkit-border-top-left-radius: 0;
		-moz-border-radius: 15px;
		-moz-border-radius-topleft: 0;
		border-radius: 15px;
		border-top-left-radius: 0;
		min-height: 40px;
		margin-bottom: 10px;
		font-size: 0.88em;
		color:#333;
		font-family: verdana;
		text-align: justify;
	}

	/*  ESTILOS CUESTIONARIOS */
	.tabla_pregunta{
	border: 1px solid #FF6600;
	width:100%;
	margin:15px auto;
	border-collapse: collapse;
	font-family: verdana;

}
.pregunta{
	background-color: #FF6600;
	font-weight: bold;
	padding:3px 5px;
	color:#ffffff;
}
.respuesta{
	padding:5px;
	border-bottom: 1px dotted #CC0000;
	vertical-align: middle;
}
.envio{
	width:100%;
	margin:15px auto;
	text-align: center;
	margin-bottom:20px;
}
.btn_envio {
	-moz-box-shadow:inset 0px 1px 0px 0px #fceaca;
	-webkit-box-shadow:inset 0px 1px 0px 0px #fceaca;
	box-shadow:inset 0px 1px 0px 0px #fceaca;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ffce79), color-stop(1, #eeaf41) );
	background:-moz-linear-gradient( center top, #ffce79 5%, #eeaf41 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffce79', endColorstr='#eeaf41');
	background-color:#ffce79;
	-webkit-border-top-left-radius:11px;
	-moz-border-radius-topleft:11px;
	border-top-left-radius:11px;
	-webkit-border-top-right-radius:11px;
	-moz-border-radius-topright:11px;
	border-top-right-radius:11px;
	-webkit-border-bottom-right-radius:11px;
	-moz-border-radius-bottomright:11px;
	border-bottom-right-radius:11px;
	-webkit-border-bottom-left-radius:11px;
	-moz-border-radius-bottomleft:11px;
	border-bottom-left-radius:11px;
	text-indent:0;
	border:1px solid #eeb44f;
	display:inline-block;
	color:#ffffff;
	font-family:Verdana;
	font-size:15px;
	font-weight:bold;
	font-style:italic;
	height:50px;
	line-height:50px;
	width:100px;
	text-decoration:none;
	text-align:center;
	text-shadow:1px 1px 0px #ce8e28;
}
.btn_envio:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #eeaf41), color-stop(1, #ffce79) );
	background:-moz-linear-gradient( center top, #eeaf41 5%, #ffce79 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#eeaf41', endColorstr='#ffce79');
	background-color:#eeaf41;
}.btn_envio:active {
	position:relative;
	top:1px;
}
.radio{
	width:25px;
	text-align:center;
	border-bottom: 1px dotted #CC0000;
	vertical-align: middle;
}
.espacio{
	width:70px;
}
	/* ESTILOS PARA LOS CONTROLES DE AUDIO */
	.audio{
		padding:4px;
		text-align: center;
	}
	.reproducir{
		text-align: center;
	}
.resultado_prueba{
	margin-top:40px;
	border: 1px solid #7FC9EF;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	padding: 10px;
	text-align: center;
	font-size: 1.2em;

}
.nivel_obtenido{
	width:200px;

	text-align:center;
	vertical-align: middle;
	margin:30px auto;
	font-size:2.5em;
	color:#fff;
	background: #9dd53a; /* Old browsers */
	background: -moz-linear-gradient(top,  #9dd53a 0%, #a1d54f 50%, #80c217 51%, #7cbc0a 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#9dd53a), color-stop(50%,#a1d54f), color-stop(51%,#80c217), color-stop(100%,#7cbc0a)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #9dd53a 0%,#a1d54f 50%,#80c217 51%,#7cbc0a 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #9dd53a 0%,#a1d54f 50%,#80c217 51%,#7cbc0a 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #9dd53a 0%,#a1d54f 50%,#80c217 51%,#7cbc0a 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #9dd53a 0%,#a1d54f 50%,#80c217 51%,#7cbc0a 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#9dd53a', endColorstr='#7cbc0a',GradientType=0 ); /* IE6-9 */

	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	padding: 20px;
}
.refresh{
	margin-top:40px;
	border: 1px solid #CC0000;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	padding: 10px;
	font-size: 1em;
	font-family: verdana;
}
.refresh_btn{
	width:200px;

	text-align:center;
	vertical-align: middle;
	margin:30px auto;
	font-size:1em;
	color:#fff;
	background: #f3c5bd; /* Old browsers */
	background: -moz-linear-gradient(top,  #f3c5bd 0%, #e86c57 50%, #ea2803 51%, #ff6600 75%, #c72200 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f3c5bd), color-stop(50%,#e86c57), color-stop(51%,#ea2803), color-stop(75%,#ff6600), color-stop(100%,#c72200)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #f3c5bd 0%,#e86c57 50%,#ea2803 51%,#ff6600 75%,#c72200 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #f3c5bd 0%,#e86c57 50%,#ea2803 51%,#ff6600 75%,#c72200 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #f3c5bd 0%,#e86c57 50%,#ea2803 51%,#ff6600 75%,#c72200 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #f3c5bd 0%,#e86c57 50%,#ea2803 51%,#ff6600 75%,#c72200 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f3c5bd', endColorstr='#c72200',GradientType=0 ); /* IE6-9 */

	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	padding: 5px;
	cursor:pointer;
}
.refresh_btn:hover{
background: #c72200; /* Old browsers */
background: -moz-linear-gradient(top,  #c72200 1%, #e86c57 50%, #ea2803 51%, #ff6600 75%, #f3c5bd 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,#c72200), color-stop(50%,#e86c57), color-stop(51%,#ea2803), color-stop(75%,#ff6600), color-stop(100%,#f3c5bd)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #c72200 1%,#e86c57 50%,#ea2803 51%,#ff6600 75%,#f3c5bd 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #c72200 1%,#e86c57 50%,#ea2803 51%,#ff6600 75%,#f3c5bd 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #c72200 1%,#e86c57 50%,#ea2803 51%,#ff6600 75%,#f3c5bd 100%); /* IE10+ */
background: linear-gradient(to bottom,  #c72200 1%,#e86c57 50%,#ea2803 51%,#ff6600 75%,#f3c5bd 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c72200', endColorstr='#f3c5bd',GradientType=0 ); /* IE6-9 */
}
.clave_usada{
	padding:10px;
	border:1px solid #CC0000;
	font-family: verdana;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	text-align: justify;

}
.tit_usada{
	font-size: 1.1em;
	font-weight: bold;
	color:#CC0000;
	border-bottom: 1px dotted #CC0000;
	margin-bottom: 10px;
}
.clave_usada li{
	margin-bottom: 10px;
}
.cajaedit{
	border:1px solid #006B99;
	font-size:0.9em;
	padding:2px;
	color: #006699;
	width:200px;
}
.cajaedit2{
	border:1px solid #006B99;
	font-size:0.9em;
	padding:2px;
	color: #006699;
	width:280px;
}
.inst_conf{
	font-size: 0.8em;
	font-style: italic;
	color:#333;
	padding-left: 200px;
	margin-bottom: 10px;
}
.fieldset_filtro{
border:1px solid #999;
background-color: #FFFFF7;
padding-top:15px;
padding-bottom:15px;
margin-bottom: 15px;
padding: 5px;
}
.tit_filtro{
	color:#333;
	font-weight: bold;
	size:1em;
	font-style: italic;
	margin-bottom: 10px;
}
.cajafecha{
	border:1px solid #006B99;
	font-size:0.8em;
	padding:1px;
	color: #006699;
	width:85px;
}
.tit_tabla{
	color:#006B99;
	font-weight: bold;
}
.cajaapellidos{
	border:1px solid #006B99;
	font-size:0.8em;
	padding:2px;
	color: #006699;
	width:180px;
}