@charset "utf-8";
/* CSS Document */


html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}
strong {
	font-weight: bold;
}

ul  {
	list-style-image: url(../img/vi%C3%B1eta_flecha.gif);
	list-style-type: disc;
	margin-left: 25px;
	list-style-position: outside;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

.about {
	padding: 8px;
	width: auto;
	color: #333;
	text-align: center;
	border-radius: 6px;
	margin-top: 30px;
	margin-right: auto;
	margin-bottom: 40px;
	margin-left: auto;
	font-family: 'Lucida Grande', Arial, sans-serif;
	background-position: 250;
}
.about a {
  color: #333;
  text-decoration: none;
  border-radius: 2px;
  -webkit-transition: background 0.1s;
  -moz-transition: background 0.1s;
  -o-transition: background 0.1s;
  transition: background 0.1s;
}
.about_negrita {
	color: #333;
	text-decoration: none;
	border-radius: 2px;
	-webkit-transition: background 0.1s;
	-moz-transition: background 0.1s;
	-o-transition: background 0.1s;
	transition: background 0.1s;
	font-weight: bold;
	text-transform: none;
}
.about a:hover {
  text-decoration: none;
  background: #fafafa;
  background: rgba(255, 255, 255, 0.7);
}

.about-links {
  height: 30px;
}
.about-links > a {
  float: left;
  width: 50%;
  line-height: 30px;
  font-size: 12px;
}

.about-author {
  margin-top: 5px;
}
.about-author > a {
  padding: 1px 3px;
  margin: 0 -1px;
}

body {
	font: 13px/20px 'Lucida Grande', Tahoma, Verdana, sans-serif;
	color: #404040;
	background-color: #AFC2E0;
	background-image: url(../img/bg.jpg);
	background-repeat: repeat-x;
	background-position: top;
	background-attachment: fixed;
}

.container {
	width: 640px;
	margin-top: 40px;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
}


.subtitulo_contenido {
	font-weight: bold;
	color: #2A7698;
	font-size: 15px;
	margin-top: 5px;
	margin-bottom: 5px;
	text-indent: 10px;
	background-repeat: no-repeat;
}
.titulo_pagina {
	font-weight: bold;
	color: #013567;
	font-size: 22px;
	margin-top: 5px;
	margin-bottom: 5px;
	text-indent: 10px;
	background-repeat: no-repeat;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #013567;
}


.texto_enmarcado_centrado {
	color: #444444;
	font-variant: normal;
	font-style: italic;
	width: auto;
	height: auto;
	text-align: left;
	vertical-align: middle;
	display: block;
	border: 1px solid #0057A4;
	padding-right: 5px;
	padding-left: 5px;
	margin-top: 10px;
	margin-right: 100px;
	margin-bottom: 10px;
	margin-left: 100px;
	font-family: "Trebuchet MS", "Times New Roman", Arial;
}
.subtitulo_parrafo {
	font-weight: bold;
	color: #48A5CC;
	font-size: 15px;
	margin-top: 5px;
	margin-bottom: 5px;
	text-indent: 10px;
	background-repeat: no-repeat;
}
.reductor_ancho_tabla {
	width: 70%;
	height: auto;
	vertical-align: middle;
	display: block;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}


.texto_resaltado {
	font-weight: normal;
	color: #0057A4;
	font-variant: normal;
	font-style: normal;
	text-align: left;
	vertical-align: middle;
	display: block;
	padding-right: 5px;
	padding-left: 55px;
	background-color: #FFFFCC;
	border-left-style: solid;
	border-left-width: 4px;
	border-left-color: #0057A4;
	clear: both;
	margin-top: 10px;
	margin-right: 80px;
	margin-bottom: 10px;
	margin-left: 80px;
	background-image: url(../img/texto_resaltado.png);
	background-repeat: no-repeat;
	background-position: 5px 5px;
	min-height: 50px;
	padding-top: 10px;
	padding-bottom: 10px;
}

.texto_cuadro_resaltado {
	font-size: 11pt;
	color: #0057A4;
	width: 200px;
	float: right;
	background-color: #EDF7FE;
	font-weight: bold;
	padding: 5px;
	text-align: center;
	border: 1px solid #006699;
	margin: 5px;
}

.texto_cuadro_resaltado_izq {
	font-size: 11pt;
	color: #0057A4;
	width: 200px;
	float: left;
	background-color: #EDF7FE;
	font-weight: bold;
	padding: 5px;
	text-align: center;
	border: 1px solid #006699;
	margin: 5px;
}

.ima_centrada {
	text-align: center;
	height: auto;
	width: auto;
	vertical-align: middle;
	clear: both;
	float: none;
	margin: 5px;
	
}

.ima_a_derecha {
	text-align: right;
	height: auto;
	width: auto;
	margin: 5px;
	float: right;
}
.ima_a_izquierda {
	text-align: left;
	height: auto;
	width: auto;
	margin: 5px;
	float: left;
	clear: left;
}
.container_interno {
	width: 95%;
	margin-top: 4px;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
}

#general {
	min-width: 480px;
	
	 
}


#Usuario {
	background-image: url(../img/icon-user.gif);
	background-repeat: no-repeat;
	background-position: 5px;
}


#Contraseña {
	background-image: url(../img/icon-lock.gif);
	background-repeat: no-repeat;
	background-position: 5px;
}

#banner {
	clear: left;
	float: left;
	height: 135px;
	width: 450px;
	margin-top: -5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: -50px;
}
#email {
	background-image: url(../img/icon_email.gif);
	background-repeat: no-repeat;
	background-position: 5px;
}

.txt_logo_luz {
	text-align: center;
	padding-top: 10px;
}

#logoluz {
	height: 88px;
	width: 68px;
	background-image: url(../img/logoluz.gif);
	margin-right: auto;
	margin-left: auto;
	background-repeat: no-repeat;
	background-position: center center;
}
#logoluz_interno {
	height: 70px;
	width: 335px;
	background-image: url(../img/logoluz_interno.jpg);
	background-repeat: no-repeat;
	margin-left: 15%;
	float: left;
	clear: both;
	color: #FFF;
	font-size: 16px;
	font-weight: normal;
	text-transform: none;
	font-style: italic;
	margin-bottom: 5px;
	margin-top: 5px;
}

#cabecera {

}
#barraprogreso {
	float: right;
	height: 55px;
	width: 270px;
	clear: right;
	margin-bottom: 5px;
	margin-top: 15px;
	text-align: center;
}
#datos_nombre_npregunta {
	float: left;
	height: 80px;
	width: 270px;
	clear: none;
	margin-bottom: 5px;
	text-align: left;
	font-weight: normal;
	padding-top: 5px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
}

#formulario_prueba {
	clear: both;
	height: auto;
	width: auto;
}

#botonera {
	clear: right;
	float: right;
	height: 79px;
	width: 365px;
	margin-top: 14px;
	margin-right: 190px;
	padding-bottom: 1px;
	
}
#boton_intrucciones {
	clear: none;
	float: left;
	margin-right: 5px;
	margin-left: 5px;
}
#boton_prueba {
	float: left;
	margin-right: 5px;
	margin-left: 5px;
}
#boton_opinion {
	float: left;
	margin-right: 5px;
	margin-left: 5px;
}
#boton_constancia {
	float: left;
	margin-right: 5px;
	margin-left: 5px;
}
#boton_salir {
	float: left;
	margin-right: 5px;
	margin-left: 5px;
}



#navegador ul{
	list-style-type: none;
	text-align: center;
	line-height: 35px;
}
#navegador li{
	display: inline;
	text-align: center;
	margin-top: 0;
	margin-right: 10px;
	margin-bottom: 0;
	margin-left: 0;
}
#navegador li a {
   padding: 2px 7px 2px 7px;
   color: #666;
   background-color: #eeeeee;
   border: 1px solid #ccc;
   text-decoration: none;
}
#navegador li a:hover{
   background-color: #E6F8AC;
   color: #0E3E6D;
}


#central {
	clear: both;
}
.marco_botonera {
	position: relative;
	width: 80%;
	border-radius: 8px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-color: #F8F8F8;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	text-align: center;
	font-family: "Lato", Calibri, Arial, sans-serif;
	font-size: 15px;
	color: #666;
}
.marco_botonera:before {
	content: '';
	position: absolute;
	top: -8px;
	right: -8px;
	bottom: -8px;
	left: -8px;
	z-index: -1;
	background: rgba(255, 255, 255, 0.5);
	border-radius: 8px;
}

.login {
	position: relative;
	width: 450px;
	border-radius: 8px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-color: white;
	background-image: url(../img/fondo_login.jpg);
	background-repeat: no-repeat;
	background-position: top;
	padding-top: 30px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
	text-align: center;
	font-family: "Lato",Calibri,Arial,sans-serif;
	font-weight: 300;
	font-size: 15px;
	color: #7E7975;
}

.login:before {
  content: '';
  position: absolute;
  top: -8px;
  right: -8px;
  bottom: -8px;
  left: -8px;
  z-index: -1;
  background: rgba(255, 255, 255, 0.5);
  border-radius: 8px;
}


.login_interno {
	min-width: 600px;
	max-width: 900px;
	position: relative;
	width: 80%;
	border-radius: 8px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-color: #FFF;
	padding-top: 5px;
	padding-right: 50px;
	padding-bottom: 10px;
	padding-left: 50px;
	font-family: "Lato", Calibri, Arial, sans-serif;
	color: #666;
	font-size: 18px;
}


.login_interno:before {
	content: '';
	position: absolute;
	top: -8px;
	right: -8px;
	bottom: -8px;
	left: -8px;
	z-index: -1;
	background: rgba(255, 255, 255, 0.5);
	border-radius: 8px;
}


.elementos_form {
	position: relative;
	border-radius: 8px;
	background-color: white;
	background-repeat: no-repeat;
	background-position: top;
	text-align: center;
	font-family: "Lato",Calibri,Arial,sans-serif;
	font-weight: 300;
	font-size: 15px;
	color: #7E7975;
}
.elementos_form:before {
	content: '';
	position: absolute;
	top: -8px;
	right: -8px;
	bottom: -8px;
	left: -8px;
	z-index: -1;
	background: rgba(255, 255, 255, 0.5);
	border-radius: 8px;
}

.login h1 {
	font-size: 16px;
	font-weight: bold;
	color: #555;
	text-align: center;
	text-shadow: 0 1px white;
	border-radius: 3px 3px 0 0;
	background-image: -webkit-linear-gradient(top, whiteffd, #eef2f5);
	background-image: -moz-linear-gradient(top, whiteffd, #eef2f5);

}
.login p {
	margin-top: 8px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
}
.login p:first-child {
  margin-top: 0;
}
.login input[type=text], .login input[type=password] {
  width: 278px;
}
.login p.remember_me {
  float: left;
  line-height: 31px;
}
.login p.remember_me label {
  font-size: 12px;
  color: #777;
  cursor: pointer;
}
.login p.remember_me input {
  position: relative;
  bottom: 1px;
  margin-right: 4px;
  vertical-align: middle;
}
.login p.submit {
	text-align: center;
}

.login-help {
	margin: 20px 0;
	font-size: 15px;
	text-align: center;
	text-shadow: 0 1px #2a85a1;
}
.login-help a {
	color: #036;
	text-decoration: none;
}
.login-help a:hover {
	color: #0083C1;
}

:-moz-placeholder {
  color: #c9c9c9 !important;
  font-size: 13px;
}

::-webkit-input-placeholder {
  color: #ccc;
  font-size: 13px;
}

.letra_capital {
	font-size: 37pt;
	float: left;
	font-weight: normal;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-right: 2px;
	vertical-align: top;
	margin-bottom: 10px;
	padding-top: 10px;
}

input {
	font-family: 'Lucida Grande', Tahoma, Verdana, sans-serif;
	font-size: 14px;
	text-align: center;
}

input[type=text], input[type=password] {
  margin: 5px;
  padding: 0 10px;
  width: 200px;
  height: 34px;
  color: #404040;
  background: white;
  border: 1px solid;
  border-color: #c4c4c4 #d1d1d1 #d4d4d4;
  border-radius: 2px;
  outline: 5px solid #eff4f7;
  -moz-outline-radius: 3px;
 }
input[type=text]:focus, input[type=password]:focus {
  border-color: #7dc9e2;
  outline-color: #dceefc;
  outline-offset: 0;
}

input[type=submit] {
  padding: 0 18px;
  height: 29px;
  font-size: 12px;
  font-weight: bold;
  color: #527881;
  text-shadow: 0 1px #e3f1f1;
  background: #cde5ef;
  border: 1px solid;
  border-color: #b4ccce #b3c0c8 #9eb9c2;
  border-radius: 16px;
  outline: 0;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  background-image: -webkit-linear-gradient(top, #edf5f8, #cde5ef);
  background-image: -moz-linear-gradient(top, #edf5f8, #cde5ef);
  background-image: -o-linear-gradient(top, #edf5f8, #cde5ef);
  background-image: linear-gradient(to bottom, #edf5f8, #cde5ef);
 }

input[type=submit]:active {
  background: #cde5ef;
  border-color: #9eb9c2 #b3c0c8 #b4ccce;
 }

input[type=button] {
  padding: 0 18px;
  height: 29px;
  font-size: 12px;
  font-weight: bold;
  color: #527881;
  text-shadow: 0 1px #e3f1f1;
  background: #cde5ef;
  border: 1px solid;
  border-color: #b4ccce #b3c0c8 #9eb9c2;
  border-radius: 16px;
  outline: 0;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  background-image: -webkit-linear-gradient(top, #edf5f8, #cde5ef);
  background-image: -moz-linear-gradient(top, #edf5f8, #cde5ef);
  background-image: -o-linear-gradient(top, #edf5f8, #cde5ef);
  background-image: linear-gradient(to bottom, #edf5f8, #cde5ef);
 }

input[type=button]:active {
  background: #cde5ef;
  border-color: #9eb9c2 #b3c0c8 #b4ccce;
 }
.num_item {
}




.lt-ie9 input[type=text], .lt-ie9 input[type=password] {
  line-height: 34px;
}

tr:nth-child(odd){ background: #fcfcfc;}
tr:nth-child(even){ background: #dbdbdb;}
.tabla_particular {
	background-color: #9F9;
}




table {
	border-collapse:collapse;
	background:#EFF4FB 
	font:0.8em/145% 'Trebuchet MS',helvetica,arial,verdana;
	color: #333;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
}

thead th, tfoot th, tfoot td {
	color:#fff;
	background-color: #2B5C9D;
	font-size: 14px;
	font-weight: bold;
	border-bottom-width: 6px;
	border-bottom-style: solid;
	border-bottom-color: #FFA705;
}

td, th {
		padding:5px;
}

caption {
		padding: 0 0 .5em 0;
		text-align: left;
		font-size: 1.4em;
		font-weight: bold;
		text-transform: uppercase;
		color: #333;
		background: transparent;
}

table a:visited {
		font-weight:normal;
		color:#666;
		text-decoration: line-through;
}

table a:hover {
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: dashed;
	border-left-style: solid;
	border-bottom-color: #bbb;
	border-left-color: #bbb;
}

table a:active {
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: dashed;
	border-left-style: solid;
	border-bottom-color: #000;
	border-left-color: #bbb;
}

tbody tr:hover {
	background-color: #F7FFD2;
}

tfoot td {
		text-align:right
}


tbody th, tbody td {
	border-bottom: dotted 1px #333;
	font-size: 17px;
	text-align: left;
	padding-left: 8px;
}

tbody th {
		white-space: nowrap;
}

tbody th a {
		color:#333;
}
.destacar_txt {
	font-size: 16px;
	font-style: oblique;
	font-weight: bold;
	color: #333;
}
.centrar {
	text-align: center;
	vertical-align: middle;
}
.centrarthead {
	text-align: center;
	vertical-align: middle;
}


/* Contenedor general contenido */
.hiddencon {
	padding: 0;
	width: 200px;
	height: 65px;
	z-index:99999;
	position: fixed;
	/* Desplazamiento para ocultar hacia la derecha
todo el ancho del bloque menos el borde */
right: -200px;
	top: 40px;
	opacity: .9;
	margin-top: 5%;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0px ;
	background-color: #BE901B;;
}

/* Contenido visible al hacer hover */
.hiddencon:hover {
right: 0;
}
/* Pestaña para desplegar */
.hiddencon-label {
	margin-top: -15px;
	margin-left: -20px;
	position: absolute;
	display: inline-block;
	color: white;
	font-size: 28px;
	-moz-border-radius: 20px 0 0 20px;
	-webkit-border-radius: 20px 0 0 20px;
	border-radius: 20px 0 0 20px;
	background-color: #FFA705;
	height: 30px;
	left: -7px;
	top: 15px;
	font-weight: bold;
	text-align: center;
	vertical-align: bottom;
	padding-top: 25px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}
.hiddencon, .hiddencon-label {
/* Desplegado suave con transiciones */
-moz-transition: all 0.4s ease-in-out;
-webkit-transition: all 0.4s ease-in-out;
transition: all 0.4s ease-in-out;
}
/* El contenido incluida variante para listas */
.hiddencon p, .hiddencon ul {
	margin: 0;
	padding: 0;
	border-right: 0;
	color: #fff;
	text-align: center;
	vertical-align: center;
}

/* Estilo para listas */
.hiddencon ul {
margin:0;
overflow:auto;
}
.hiddencon li {
display: block;
}
.hiddencon li a {
	display: block;
	padding: 1px;
	border-bottom: 1px solid #333;
	color: #ddd;
	-moz-transition: all 0.4s linear;
	-webkit-transition: all 0.4s linear;
	transition: all 0.4s linear;
	text-decoration: none;
}
.hiddencon li:last-child a{
border-bottom: 0;
}
.hiddencon li a:hover {
background-color: #333;
text-decoration: none;
}
