@charset "UTF-8";
/* CSS Document */
.titulo_nv_tabla {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 16px;
	color: #FFFFFF;
}

.titulo_principal {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 16px;
	color: #000;
}

.titulo_usuario {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #666;
}

.titulo_tema {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	color: #666;
	text-decoration: underline;
}

.texto_footer {
	color:#ffffff;
	font-family:Arial;
	font-size:14px;
	padding:8px 9px;
	text-decoration:none;
	text-shadow:0px -1px 0px #2b665e;	
}

.texto_instrucciones {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	color: #000000;
}

.resalta_verde {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	color: #006600;
}

.fondo_t1 {
background: rgb(246,248,249);

background: -moz-linear-gradient(top,  rgba(246,248,249,1) 0%, rgba(229,235,238,1) 50%, rgba(215,222,227,1) 51%, rgba(245,247,249,1) 100%);

background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(246,248,249,1)), color-stop(50%,rgba(229,235,238,1)), color-stop(51%,rgba(215,222,227,1)), color-stop(100%,rgba(245,247,249,1)));

background: -webkit-linear-gradient(top,  rgba(246,248,249,1) 0%,rgba(229,235,238,1) 50%,rgba(215,222,227,1) 51%,rgba(245,247,249,1) 100%);

background: -o-linear-gradient(top,  rgba(246,248,249,1) 0%,rgba(229,235,238,1) 50%,rgba(215,222,227,1) 51%,rgba(245,247,249,1) 100%);

background: -ms-linear-gradient(top,  rgba(246,248,249,1) 0%,rgba(229,235,238,1) 50%,rgba(215,222,227,1) 51%,rgba(245,247,249,1) 100%);

background: linear-gradient(to bottom,  rgba(246,248,249,1) 0%,rgba(229,235,238,1) 50%,rgba(215,222,227,1) 51%,rgba(245,247,249,1) 100%);

filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f6f8f9', endColorstr='#f5f7f9',GradientType=0 );

}

.fondo_t2 {
background: rgb(242,249,254);

background: -moz-linear-gradient(top,  rgba(242,249,254,1) 0%, rgba(252,252,252,1) 17%, rgba(214,240,253,1) 67%, rgba(214,240,253,1) 100%);

background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(242,249,254,1)), color-stop(17%,rgba(252,252,252,1)), color-stop(67%,rgba(214,240,253,1)), color-stop(100%,rgba(214,240,253,1)));

background: -webkit-linear-gradient(top,  rgba(242,249,254,1) 0%,rgba(252,252,252,1) 17%,rgba(214,240,253,1) 67%,rgba(214,240,253,1) 100%);

background: -o-linear-gradient(top,  rgba(242,249,254,1) 0%,rgba(252,252,252,1) 17%,rgba(214,240,253,1) 67%,rgba(214,240,253,1) 100%);

background: -ms-linear-gradient(top,  rgba(242,249,254,1) 0%,rgba(252,252,252,1) 17%,rgba(214,240,253,1) 67%,rgba(214,240,253,1) 100%);

background: linear-gradient(to bottom,  rgba(242,249,254,1) 0%,rgba(252,252,252,1) 17%,rgba(214,240,253,1) 67%,rgba(214,240,253,1) 100%);

filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f2f9fe', endColorstr='#d6f0fd',GradientType=0 );


}

.fondo_verde {
	
	background: rgb(248,255,232);

background: -moz-linear-gradient(top,  rgba(248,255,232,1) 0%, rgba(206,219,160,1) 100%);

background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(248,255,232,1)), color-stop(100%,rgba(206,219,160,1)));

background: -webkit-linear-gradient(top,  rgba(248,255,232,1) 0%,rgba(206,219,160,1) 100%);

background: -o-linear-gradient(top,  rgba(248,255,232,1) 0%,rgba(206,219,160,1) 100%);

background: -ms-linear-gradient(top,  rgba(248,255,232,1) 0%,rgba(206,219,160,1) 100%);

background: linear-gradient(to bottom,  rgba(248,255,232,1) 0%,rgba(206,219,160,1) 100%);

filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f8ffe8', endColorstr='#cedba0',GradientType=0 );

}

.texto_captura {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
}

.combo_reactivos {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	color: #000;
}

  .tooltip {
	display: inline;
	position: relative;
  }
  .tooltip:hover:after {
	bottom: 26px;
	content: attr(title); /* este es el texto que será mostrado */
	left: 20%;
	position: absolute;
	z-index: 98;
	/* el formato gráfico */
	background: rgba(5, 5, 5, 0.7); /* el color de fondo */
	border-radius: 5px;
	color: #FFF; /* el color del texto */
	font-family: Georgia;
	font-size: 12px;
	padding: 5px 15px;
	text-align: center;
	text-shadow: 1px 1px 1px #000;
	width: 150px;
  }
  .tooltip:hover:before {
	bottom: 20px;
	content: "";
	left: 50%;
	position: absolute;
	z-index: 99;
	/* el triángulo inferior */
	border: solid;
	border-color: rgba(5, 5, 5, 0.7) transparent;
	border-width: 6px 6px 0 6px;
  }
  

  .tooltipase {
	display: inline;
	position: relative;
  }
  .tooltipase:hover:after {
	bottom: 26px;
	content: attr(title); /* este es el texto que será mostrado */
	left: 20%;
	position: absolute;
	z-index: 98;
	/* el formato gráfico */
	background: rgba(5, 5, 5, 0.7); /* el color de fondo */
	border-radius: 5px;
	color: #FFF; /* el color del texto */
	font-family: Georgia;
	font-size: 12px;
	padding: 5px 15px;
	text-align: left;
	text-shadow: 1px 1px 1px #000;
	width: 250px;
  }
  .tooltipase:hover:before {
	bottom: 20px;
	content: "";
	left: 50%;
	position: absolute;
	z-index: 99;
	/* el triángulo inferior */
	border: solid;
	border-color: rgba(5, 5, 5, 0.7) transparent;
	border-width: 6px 6px 0 6px;
  }
  
.titulo_prin02 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 18px;
	color: #626262;
	font-weight: bold;
}

.titulo_prin03 {
	/*font-family: Verdana, Geneva, sans-serif;*/
  font-family: Trebuchet MS, sans-serif;
	font-size: 26px;
	color:  #00093F;
	font-weight: bold;
}

.subtitulo_01 {
	/*font-family: Verdana, Geneva, sans-serif;*/
  font-family: Trebuchet MS, sans-serif;
	font-size: 18px;
	color:  #00093F;
	font-weight: bold;
}

.titulo_usuario_02 {
	font-family: Verdana, Geneva, sans-serif;
  text-shadow: 1px 1px #DDDDDD;
	font-size: 14px;
	color: #232323;
}

.titulo_estrella {
	font-family: Verdana, Geneva, sans-serif;
  text-shadow: 1px 1px #DDDDDD;
	font-size: 18px;
	font-weight: bold;
	color: #00093F;
}

