.cp_menu {
	width: 100%;
	background: transparent url('../img/menu_panel_bg.png') repeat-x 0 0;
	padding-top: 15px;
	border-bottom: #CCCCCC solid 1px;
}


.cp_menu .menu {
	list-style: none;
	padding: 0 5px 0 5px;	
}

.cp_menu .menu li {
	display: inline;	
	border: #86B6B6 solid 1px;
	border-bottom: none;
	margin: 0 2px;
	padding: 0;		
}

.cp_menu .menu li a {
	color: #003366;
	padding: 0 3px;	
	text-decoration: none;
	font-size: 105%;
	margin: 0;
	line-height: 130%;
			
}

.cp_menu .menu li a:hover {
	color: #000033;	
	background: #fff;	
}

.cp_menu .menu li a.cmd_activo {
	color: #000033;	
	background: #fff;
	font-weight: bold;
}


.cp_form_titulo {
	background: #fff url('../img/cp_formulario_titulo_bg.png') repeat-x 0 0;
	border: 1px solid #CCCCCC;
	color: #333333;
	font-size: 130%;
	font-weight: bold;
	padding: 5px 0 5px 8px;
	
}

.cp_form {
	background: #fff url('../img/cp_formulario_bg.png') repeat-x 0 0;
	border: 1px solid #CCCCCC;
	border-top: none;
	padding-top: 30px;
	padding-bottom: 30px;
	padding-left: 4%;
}

.cp_form .campo {
	width: 95%;	
	background: transparent;
	border: 1px solid #CCCCCC;
	margin: 10px 0;	
}

.cp_form .enviar {
	width: 95%;	
	background: transparent;
	margin: 10px 0;
	text-align: center;	
}

.cp_form .campo .nombre {
	color: #333333;
	padding: 4px 5px 2px 10px; 	
}

.cp_form .campo .entrada {
	padding: 0 0 5px 10px; 	
}

.cp_form .campo .entrada textarea {
	width: 95%;
}

.cp_form .campo .entrada .input_1 {
	width: 50%;
}


.cp_form .campo:hover {
	width: 95%;	
	background: #EAF2FF;
	border: 1px solid #CCCCCC;	
}

.cp_form .campo:hover .nombre {
	color: #333333;
	padding: 4px 5px 2px 10px;
	text-decoration: underline; 	
}

.cp_form .campo:hover .entrada {
	padding: 0 0 5px 10px; 	
}

/* Nuevo Registro Datos */

.nr_titulo{
	background: #fff url('../img/nuevo_registro_titulo.png') repeat-x 0 0;
	border: 1px solid #CCCCCC;
	color: #333333;
	font-size: 130%;
	font-weight: bold;
	padding: 5px 0 5px 8px;	
	
}

.nr_contenido {
	background: #fff url('../img/nuevo_registro_bg.png') repeat-x 0 0;
	border: 1px solid #CCCCCC;
	border-top: none;
	padding-top: 30px;
	padding-bottom: 30px;
	padding-left: 4%;
	padding-right: 4%;	
	
}

.nr_contenido .campo {	
	background: transparent;
	border-bottom: 1px solid #CCCCCC;
	border-left: 2px solid #CCCCCC;
	margin: 10px 0;	
	
}

.nr_contenido .campo .nombre {
	color: #333333;
	font-weight: bold;
	padding: 4px 5px 2px 5px; 	
}

.nr_contenido .campo .nombre span {
	font-weight: normal;
	font-size: 90%;
}

.nr_contenido .campo .nombre .opcion {
	font-weight: normal;
	font-size: 90%;
	text-decoration: none;
}


.nr_contenido .campo .valor {
	padding: 0 0 5px 7px; 	
}

.nr_contenido .campo:hover {	
	background: transparent;
	border-bottom: 1px solid #FF6600;
	border-left: 2px solid #FF6600;
	margin: 10px 0;	
}

.nr_contenido .campo:hover .nombre {
	color: #333333;
	font-weight: bold;
	text-decoration: underline;
	padding: 4px 5px 2px 5px; 	
}

.nr_contenido .campo:hover .valor {
	padding: 0 0 5px 7px; 	
}


.nr_contenido .campo_img {
	background: transparent;	
	margin: 10px 0;
}

.nr_contenido .campo_img .valor img {
	padding: 6px;
	background: #FFFFFF;
	border: 1px solid #CCCCCC;
}

.nr_contenido .campo_img .nombre {
	background: #D1FEA0;
	border: #9EFF75 1px solid;
	padding: 3px 5px;
	margin-bottom: 5px;
}

.nr_contenido .campo_img:hover .valor img {
	padding: 6px;
	background: #FFFFFF;
	border: 1px dashed #FF6600;
}

.nr_contenido .campo_img:hover .nombre {
	background: #D1FEA0;
	border: #FF6600 1px solid;
	padding: 3px 5px;
	margin-bottom: 5px;
}


/* Estadisticas */

.st_titulo {
	background: #fff url('../img/nuevo_registro_titulo.png') repeat-x 0 0;
	border: 1px solid #CCCCCC;	
}

.st_titulo .icono {
float: left;
padding: 4px 2px 0 3px;
}

.st_titulo .titulo {
	float:left;
	color: #333333;
	font-size: 130%;
	font-weight: bold;
	padding: 5px 0 5px 2px;	
}

.st_contenido {
	background: #fff url('../img/nuevo_registro_bg.png') repeat-x 0 0;
	border: 1px solid #CCCCCC;
	border-top: none;
	padding-top: 5px;
	padding-bottom: 30px;
	padding-left: 10px;
	padding-right: 10px;
	
}

.st_contenido .campo {
	width: 100%;
	clear: both;	
	background: transparent;
	border-bottom: 1px dashed #CCCCCC;
	overflow: hidden;
	margin: 3px 0;
	
}

.st_contenido .campo .nombre {
	width: 50%;
	float: left;
	color: #333333;
	font-weight: bold;	
}

.st_contenido .campo .nombre span {
	font-weight: normal;
	font-size: 90%;
}

.st_contenido .campo .valor {
	width: 49%;
	float:left;
	text-align: center;
}

.st_contenido .campo .valor_izq {
	width: 49%;
	float:left;
	text-align: left;
}

.st_contenido .campo:hover {	
	background: transparent;
	border-bottom: 1px solid #FF6600;
	margin: 3px 0;	
}


.st_contenido .campo_img {
	background: transparent;	
	margin: 10px 0;
}

.st_contenido .campo_img .valor img {
	padding: 6px;
	background: #FFFFFF;
	border: 1px solid #CCCCCC;
}

.st_contenido .campo_img .nombre {
	background: #D1FEA0;
	border: #9EFF75 1px solid;
	padding: 3px 5px;
	margin-bottom: 5px;
}

.st_contenido .campo_img:hover .valor img {
	padding: 6px;
	background: #FFFFFF;
	border: 1px dashed #FF6600;
}

.st_contenido .campo_img:hover .nombre {
	background: #D1FEA0;
	border: #FF6600 1px solid;
	padding: 3px 5px;
	margin-bottom: 5px;
}


/* Resultados de busqueda */

.cp_resutados_titulo {
	background: #fff url('../img/cp_resultados_titulo.png') repeat-x 0 0;
	border: 1px solid #CCCCCC;
	color: #333333;
	font-size: 130%;
	font-weight: bold;
	padding: 5px 0 5px 8px;
	
}

.cp_resutados {
	background: #fff;
	border: 1px solid #CCCCCC;
	border-top: none;
	padding-bottom: 20px;	
}

.cp_resutados .encabezado {
	width: 96%;
	padding: 0 2% 0 2%;
	border-bottom: 1px solid #CCCCCC;
	color: #006699;
	background: #E4E4E4;
	font-size: 110%;
	overflow: hidden;
}

.cp_resutados .campo {
	width: 96%;
	border-bottom: #CCCCCC 1px dashed;
	padding: 1px 2% 1px 2%;	
	background: transparent;
	overflow: hidden;
	clear: both;
}

.cp_resutados .campo_impar {
	background: transparent;

}

.cp_resutados .campo_par {
	background: #F9F9F9;
}


.cp_resutados .campo:hover {
	border-bottom: #006699 1px solid;
	background: #EAF2FF;

}

/* Mensaje */


.msj_mensaje {
	background: transparent;
	padding: 5px;
	padding-bottom: 14px;
	border: #E8E8E8 solid 1px;	
}

.msj_mensaje:hover {
	background: #F9F9F9;
	padding: 5px;
	padding-bottom: 14px;
	border: #ccc solid 1px;	
}

.msj_mensaje .contenido {
	border: #999 solid 1px;
	background-color: #999;
	background-image: url(../img/msj_mensaje_bg.png);
	background-repeat: repeat-x;
	background-position: 0 0;
}


.msj_mensaje .contenido .mensaje {
	background: transparent url(../img/msj_mensaje.png) no-repeat 0 0;
	padding-left: 80px;
	padding-bottom: 30px;
	
}

.msj_mensaje .contenido .mensaje .titulo {
	font-size: 110%;
	color: #003366;
	font-weight: bold;
	padding-top: 8px;
}

.msj_mensaje .contenido .mensaje .texto {
	color: #333333;	
}



/* Mensaje Alerta*/

.msj_alerta {
	background: transparent;
	padding: 5px;
	padding-bottom: 14px;
	border: #E8E8E8 solid 1px;	
}

.msj_alerta:hover {
	background: #F9F9F9;
	padding: 5px;
	padding-bottom: 14px;
	border: #ccc solid 1px;	
}

.msj_alerta .contenido {
	border: #0099CC solid 1px;
	background-color: #0066CC;
	background-image: url(../img/msj_alerta_bg.png);
	background-repeat: repeat-x;
	background-position: 0 0;
}


.msj_alerta .contenido .mensaje {
	background: transparent url(../img/msj_alerta.png) no-repeat 0 0;
	padding-left: 80px;
	padding-bottom: 30px;
	
}

.msj_alerta .contenido .mensaje .titulo {
	font-size: 110%;
	color: #003366;
	font-weight: bold;
	padding-top: 8px;
}

.msj_alerta .contenido .mensaje .texto {
	color: #fff;
}


/* Mensaje Exito */

.msj_exito {
	background: transparent;
	padding: 5px;
	padding-bottom: 14px;
	border: #E8E8E8 solid 1px;	
}

.msj_exito:hover {
	background: #F9F9F9;
	padding: 5px;
	padding-bottom: 14px;
	border: #ccc solid 1px;	
}

.msj_exito .contenido {
	border: #487A1B solid 1px;
	background-color: #487A1B;
	background-image: url(../img/msj_exito_bg.png);
	background-repeat: repeat-x;
	background-position: 0 0;
}


.msj_exito .contenido .mensaje {
	background: transparent url(../img/msj_exito.png) no-repeat 0 0;
	padding-left: 80px;
	padding-bottom: 30px;
	
}

.msj_exito .contenido .mensaje .titulo {
	font-size: 110%;
	color: #FFFF66;
	font-weight: bold;
	padding-top: 8px;
}

.msj_exito .contenido .mensaje .texto {
	color: #fff;	
}


/* Mensaje Error*/

.msj_error {
	background: transparent;
	padding: 5px;
	padding-bottom: 14px;
	border: #E8E8E8 solid 1px;	
}

.msj_error .contenido {
	border: #990000 solid 1px;
	background-color: #CC0000;
	background-image: url(../img/msj_error_bg.png);
	background-repeat: repeat-x;
	background-position: 0 0;
}

.msj_error .contenido .icono {
	float: left;
}

.msj_error .contenido .icono img {
	padding: 0;
	border: 0;
	margin: 0;
}
.msj_error .contenido .mensaje {
	float: left;
	padding-left: 10px;	
}

.msj_error .contenido .mensaje .titulo {
	font-size: 110%;
	color: #FFFF66;
	font-weight: bold;
	padding-top: 3px;
}

.msj_error .contenido .mensaje .texto {
	color: #fff;	
}


/* enalces del mensaje */
.msj_opciones {
	text-align: center;
	padding-top: 10px;
}

.msj_opciones a {
	text-decoration: none;
	color: #990000;
	font-weight: bold;
	border: #CCCCCC 1px solid;
	padding: 2px;
	margin: 0 2px;	
}

.msj_opciones a:hover {
	border: #F0F0F0 1px solid;
	border-bottom: #CCCCCC 1px solid;
	border-right: #CCCCCC 1px solid;

}


/* Evaluacion */
#instrucciones {	
	padding: 40px 0 10px 0;
}

/* Preguntas */

.reactivo {
	padding-bottom: 10px;
	margin: 0 0 15px 0;
	border: #333 1px dotted;	
	clear: both;	
}

.reactivo:hover {	
	border: #59B4FF 1px dotted;	
}


.reactivo .pregunta {
	padding: 2px 3px 2px 3px;
	border-bottom: #999999 1px solid;
	margin: 0 0 5px 0;
	font-size: 100%;
	font-weight: bold;	
	
}

.reactivo .respuesta {
	margin: 0 0 0 20px;	
}

.reactivo .respuesta .label_1 {
	padding: 0 20px 0 0;
}

.preguntas_enviar {
	text-align: center;
	padding: 30px 0 30px 0;
}

/* Cronometro Evaluacion */

#cronometro_evaluacion {
	padding: 5px 20px 10px 20px;
	background: #F0F0F0 url('../img/evaluacion_reloj.png') no-repeat 10px center;
}

#cronometro_evaluacion .tiempos {
	width: 100px;
	text-align: right;
	float: left;
	padding-right: 10px;
}

#cronometro_evaluacion .valores {
	color: #003366;
}

/* Enlaces Final */

.enlaces_final_1 {
	width: 60%;
	margin-left: 20%;
	background: #E1F0FF;
	border:#3399FF 1px solid;
	padding: 3px 0;
	text-align: center;
}

.enlaces_final_1 a{
	text-decoration: none;
	color: #003366;
}

.enlaces_final_1 a:hover{
	text-decoration: underline;
}

.enlaces_final_2 {
	width: 30%;
	margin-left: 33%;
	background: #F9F9F9;
	border: 1px solid #666;
	padding: 3px 0;
	text-align: center;
}

.enlaces_final_2 a{
	text-decoration: none;
	color: #003366;
}

.enlaces_final_2 a:hover{
	text-decoration: underline;
}

.enlace_img {
	border: 1px solid transparent;
}

.enlace_img:hover{
	background: #F9F9F9;
	border: 1px solid #ccc;
}
/* ver_aplicadores_menu  */

#ver_aplicadores_menu {	
	background: #fff url('../img/cp_formulario_bg.png') repeat-x 20px 0;
	border: #ddd 1px solid;
	position: absolute;
	padding: 5px 12px;
	top: 50px;
	left: 200px;
	display: none;
}

#info_progreso_eval {
	width: 100%;
	padding: 4px 0 4px 0;
	background: #E1EBFF;
	border-bottom: #6699FF 1px solid;
	border-top: #6699FF 1px solid;
	display: none;
}

#info_progreso_eval p {
	padding: 0 15px 0 15px;
	margin: 0;
	font-size: 110%;
}

/* Paginacion de resultados */

.busqueda_entrada {
	border: #ddd 1px solid;
	font-size: 115%;
	padding-left: 5px;
	font-weight: bold;
}

.busqueda_paginas {
	width: 94%;
	margin: 10px 0 5px 3%;
	display: block;
	list-style: none;
	text-align: center;
	background: transparent;	
}

.busqueda_paginas ul {
	border: #ddd 1px solid;
	border-top: none;
}
.busqueda_paginas ul li {
	display: inline;
}

.fondo_cargando {
	background: transparent url('../img/cargando_3.gif') center center no-repeat;
}