@charset "UTF-8";
@import url('https://fonts.googleapis.com/css?family=Poppins');

* {
    margin: 0;
    padding: 0;
}

body {
    font-size: 12px;
    font-family: 'Poppins', Verdana, sans-serif;
	margin: 0px;
    padding: 0px;
}

a {
	/* font-family: Verdana, Geneva, sans-serif; */
	/* font-size: 11px; */
	color: #005faf;
	/* font-weight: bold; */
    cursor: pointer;
}

a:hover {
    color: #000000;
}

.cabecera {
	/* font-family: Arial, Helvetica, sans-serif; */
	/* font-size: 10px; */
	color: #005faf;
	background-position: left top;
	width: 100%;
	background-color: #FFFFFF;
}

.cabeza_sito_mapa {
	/* font-family: Verdana, Geneva, sans-serif; */
	/* font-size: 10px; */
	color: #000;
	width: 100%;
	text-align: left;
	vertical-align: middle;
	padding-top: 10px;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-left: 15px;
}

.td_tabla_azul_f1f2f6_izq {
	/* font-family: Verdana, Geneva, sans-serif; */
	/* font-size: 10px; */
	background-color: #f1f2f6;
	border: thin solid #FFF;
	padding: 5px;
	color: #000;
	text-align: left;
	vertical-align: middle;
}

.td_tabla_azul_f1f2f6_cent {
	/* font-family: Verdana, Geneva, sans-serif; */
	/* font-size: 10px; */
	background-color: #f1f2f6;
	border: thin solid #FFF;
	padding: 5px;
	text-align: center;
	vertical-align: middle;
	color: #000;
}

.td_tabla_azul_f1f2f6_cent td {
    padding: 6px 4px;
}

.texto_tabla_azul_203e8d {
	/* font-family: Verdana, Geneva, sans-serif; */
	/* font-size: 10px; */
	color: #203e8d;
}

.texto_tabla_verde_387835 {
	/* font-family: Verdana, Geneva, sans-serif; */
	/* font-size: 10px; */
	color: #387835;
}

.td_beige {
	/* font-family: Verdana, Geneva, sans-serif; */
	/* font-size: 10px; */
	color: #203e8d;
	background-color: #fffadd;
	border: thin solid #FFF;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 15px;
}

.titulos_tabla_d0d8e3_cent {
	/* font-family: Verdana, Geneva, sans-serif; */
	/* font-size: 10px; */
	color: #203e8d;
	background-color: #d0d8e3;
	padding: 5px;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: medium;
	border-left-width: thin;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #a1bccd;
	border-right-color: #FFF;
	border-bottom-color: #FFF;
	border-left-color: #FFF;
	text-align: center;
	vertical-align: middle;
}

.titulos_tabla_d0d8e3_izq {
	/* font-family: Verdana, Geneva, sans-serif; */
	/* font-size: 10px; */
	color: #203e8d;
	background-color: #d0d8e3;
	padding: 5px;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: medium;
	border-left-width: thin;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #a1bccd;
	border-right-color: #FFF;
	border-bottom-color: #FFF;
	border-left-color: #FFF;
	text-align: left;
	vertical-align: middle;
}

.tabla_con_degradado {
	/* font-family: Verdana, Geneva, sans-serif; */
	/* font-size: 10px; */
	color: #000;
	background-color: #FFF;
	background-image: url(../images/degradado_tabla.jpg);
	background-repeat: repeat-x;
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: #a1bccd;
	vertical-align: middle;
}

.titulo_seccion {
	/* font-family: Verdana, Geneva, sans-serif; */
	/* font-size: 11px; */
	color: #005faf;
	text-align: left;
	vertical-align: middle;
	padding: 15px;
	height: 12px;
	font-weight: bold;
}

.campo_texto {
	/* font-family: Verdana, Geneva, sans-serif; */
	/* font-size: 10px; */
    -webkit-border-radius: 25;
    -moz-border-radius: 25;
    border-radius: 25px;
    padding: 8px;
	color: #000;
	background-color: #FFF;
	text-align: left;
	vertical-align: middle;
	border: thin solid #adadaf;
	margin-top: 5px;
	margin-bottom: 5px;
}

.campo_texto_over {
	/* font-family: Verdana, Geneva, sans-serif; */
	/* font-size: 10px; */
    -webkit-border-radius: 25;
    -moz-border-radius: 25;
    border-radius: 25px;
    padding: 8px;
	color: #000;
	background-color: #FFF;
	text-align: left;
	vertical-align: middle;
	border: thin solid #005faf;
	margin-top: 5px;
	margin-bottom: 5px;
}

.campo_texto_active {
	/* font-family: Verdana, Geneva, sans-serif; */
	/* font-size: 10px; */
    -webkit-border-radius: 25;
    -moz-border-radius: 25;
    border-radius: 25px;
    padding: 8px;
	color: #000;
	background-color: #fffadd;
	text-align: left;
	vertical-align: middle;
	border: thin solid #005faf;
	margin-top: 5px;
	margin-bottom: 5px;
}

.campo_texto_centrado {
	/* font-family: Verdana, Geneva, sans-serif; */
	/* font-size: 10px; */
    -webkit-border-radius: 25;
    -moz-border-radius: 25;
    border-radius: 25px;
    padding: 8px;
	color: #000;
	background-color: #FFF;
	text-align: center;
	vertical-align: middle;
	border: thin solid #adadaf;
	margin-top: 5px;
	margin-bottom: 5px;
}

.campo_texto_centrado_over {
	/* font-family: Verdana, Geneva, sans-serif; */
	/* font-size: 10px; */
    -webkit-border-radius: 25;
    -moz-border-radius: 25;
    border-radius: 25px;
    padding: 8px;
	color: #000;
	background-color: #FFF;
	text-align: center;
	vertical-align: middle;
	border: thin solid #005faf;
	margin-top: 5px;
	margin-bottom: 5px;
}

.campo_texto_centrado_active {
	/* font-family: Verdana, Geneva, sans-serif; */
	/* font-size: 10px; */
    -webkit-border-radius: 25;
    -moz-border-radius: 25;
    border-radius: 25px;
    padding: 8px;
	color: #000;
	background-color: #fffadd;
	text-align: center;
	vertical-align: middle;
	border: thin solid #005faf;
	margin-top: 5px;
	margin-bottom: 5px;
}

.textos_formulario {
	/* font-family: Verdana, Geneva, sans-serif; */
	/* font-size: 10px; */
	color: #000;
	text-align: left;
	vertical-align: middle;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 15px;
}

.campo_fecha {
	/* font-family: Verdana, Geneva, sans-serif; */
	/* font-size: 10px; */
	color: #000;
	background-color: #FFF;
	text-align: left;
	vertical-align: middle;
	border: thin solid #adadaf;
	padding: 3px;
	height: 15px;
	width: 230px;
	margin-top: 5px;
	margin-bottom: 5px;
	list-style-image: url(../images/fecha.jpg);
	list-style-position: inside;
	list-style-type: circle;
}

.recuadro_plan_cuentas {
	/* font-family: Verdana, Geneva, sans-serif; */
	/* font-size: 11px; */
	color: #4b69b8;
	background-color: #FFF;
	border: thin solid #a1bccd;
	height: 220px;
	width: 280px;
	margin-left: 30px;
}

.sesion_bold {
	/* font-family: Verdana, Geneva, sans-serif; */
	/* font-size: 10px; */
	font-weight: bold;
	color: #005faf;
	text-align: right;
	vertical-align: middle;
	padding-right: 15px;
	padding-top: 2px;
	padding-bottom: 2px;
}

.subtitulo_recuadros {
	/* font-family: Verdana, Geneva, sans-serif; */
	/* font-size: 11px; */
	font-weight: bold;
	color: #000;
	padding-top: 5px;
}

.titulo_recuadros {
	/* font-family: Verdana, Geneva, sans-serif; */
	/* font-size: 11px; */
	color: #005faf;
	text-align: center;
	vertical-align: middle;
	padding: 8px;
	height: 12px;
	font-weight: bold;
	background-color: #D9E0E8;
}

.solo_centrar_vh {
	text-align: center;
	vertical-align: middle;
}

.sesion_normal {
	/* font-family: Verdana, Geneva, sans-serif; */
	/* font-size: 10px; */
	color: #005faf;
	text-align: right;
	vertical-align: middle;
	padding-top: 2px;
	padding-right: 15px;
	padding-bottom: 2px;
}

.noticias_cabecera {
	/* font-family: Verdana, Geneva, sans-serif; */
	/* font-size: 10px; */
	font-weight: bold;
	color: #FFF;
	text-align: center;
	vertical-align: middle;
	padding: 15px;
}

.campo_combos {
	/* font-family: Verdana, Geneva, sans-serif; */
	/* font-size: 10px; */
    -webkit-border-radius: 25;
    -moz-border-radius: 25;
    border-radius: 25px;
    padding: 8px;
	color: #000;
	background-color: #FFF;
	border: thin solid #adadaf;
	margin-top: 5px;
	margin-bottom: 5px;
}

.campo_combos_over {
	/* font-family: Verdana, Geneva, sans-serif; */
	/* font-size: 10px; */
    -webkit-border-radius: 25;
    -moz-border-radius: 25;
    border-radius: 25px;
    padding: 8px;
	color: #000;
	background-color: #FFF;
	border: thin solid #005faf;
	margin-top: 5px;
	margin-bottom: 5px;
}

.solo_texto_negro_underline {
	/* font-family: Verdana, Geneva, sans-serif; */
	color: #000;
	text-decoration: underline;
}

.campo_texto_limpio {
	/* font-family: Verdana, Geneva, sans-serif; */
	/* font-size: 10px; */
    -webkit-border-radius: 25;
    -moz-border-radius: 25;
    border-radius: 25px;
    padding: 8px;
	color: #000;
	background-color: #FFF;
	text-align: left;
	vertical-align: middle;
	border: thin solid #adadaf;
	height: 15px;
}

.td_tabla_azul_f1f2f6_izq_asiganadas {
	/* font-family: Verdana, Geneva, sans-serif; */
	/* font-size: 10px; */
	background-color: #f1f2f6;
	border: thin solid #FFF;
	padding: 5px;
	color: #999;
	text-align: left;
	vertical-align: middle;
}

.texto_tabla_gris_asignadas {
	/* font-family: Verdana, Geneva, sans-serif; */
	/* font-size: 10px; */
	color: #999;
}

.dias_semana_titulo {
	margin: 2px;
}

.dia_domingo_bg {
	/* font-family: Verdana, Geneva, sans-serif; */
	font-size: 9px;
	color: #000;
	background-image: url(../images/dia_domingo.gif);
	background-position: center center;
	text-align: center;
	vertical-align: middle;
	height: 20px;
	width: 20px;
    border: 1px solid #F1F2F6;
}

.dia_lunes_bg {
	/* font-family: Verdana, Geneva, sans-serif; */
	font-size: 9px;
	color: #000;
	background-image: url(../images/dia_lunes.gif);
	background-position: center center;
	text-align: center;
	vertical-align: middle;
	height: 20px;
	width: 20px;
    border: 1px solid #F1F2F6;
}

.dia_martes_bg {
	/* font-family: Verdana, Geneva, sans-serif; */
	font-size: 9px;
	color: #000;
	background-image: url(../images/dia_martes.gif);
	background-position: center center;
	text-align: center;
	vertical-align: middle;
	height: 20px;
	width: 20px;
    border: 1px solid #F1F2F6;
}

.dia_miercoles_bg {
	/* font-family: Verdana, Geneva, sans-serif; */
	font-size: 9px;
	color: #000;
	background-image: url(../images/dia_miercoles.gif);
	background-position: center center;
	text-align: center;
	vertical-align: middle;
	height: 20px;
	width: 20px;
    border: 1px solid #F1F2F6;
}

.dia_jueves_bg {
	/* font-family: Verdana, Geneva, sans-serif; */
	font-size: 9px;
	color: #000;
	background-image: url(../images/dia_jueves.gif);
	background-position: center center;
	text-align: center;
	vertical-align: middle;
	margin: 2px;
	height: 20px;
	width: 20px;
    border: 1px solid #F1F2F6;
}

.dia_viernes_bg {
	/* font-family: Verdana, Geneva, sans-serif; */
	font-size: 9px;
	color: #000;
	background-image: url(../images/dia_viernes.gif);
	background-position: center center;
	text-align: center;
	vertical-align: middle;
	height: 20px;
	width: 20px;
    border: 1px solid #F1F2F6;
}

.dia_sabado_bg {
	/* font-family: Verdana, Geneva, sans-serif; */
	font-size: 9px;
	color: #000;
	background-image: url(../images/dia_sabado.gif);
	background-position: center center;
	text-align: center;
	vertical-align: middle;
	height: 20px;
	width: 20px;
    border: 1px solid #F1F2F6;
}

.dia_vacio_bg {
	/* font-family: Verdana, Geneva, sans-serif; */
	font-size: 9px;
	color: #FFF;
	background-position: center center;
	text-align: center;
	vertical-align: middle;
	height: 20px;
	width: 20px;
	background-color: #f1f2f6;
    border: 1px solid #F1F2F6;
}

.dia_domingo_bg_no {
	/* font-family: Verdana, Geneva, sans-serif; */
	font-size: 9px;
	color: #CCC;
	background-image: url(../images/dia_domingo_no.gif);
	background-position: center center;
	text-align: center;
	vertical-align: middle;
	height: 20px;
	width: 20px;
    border: 1px solid #F1F2F6;
}

.dia_lunes_bg_no {
	/* font-family: Verdana, Geneva, sans-serif; */
	font-size: 9px;
	color: #CCC;
	background-image: url(../images/dia_lunes_no.gif);
	background-position: center center;
	text-align: center;
	vertical-align: middle;
	height: 20px;
	width: 20px;
    border: 1px solid #F1F2F6;
}

.dia_martes_bg_no {
	/* font-family: Verdana, Geneva, sans-serif; */
	font-size: 9px;
	color: #CCC;
	background-image: url(../images/dia_martes_no.gif);
	background-position: center center;
	text-align: center;
	vertical-align: middle;
	height: 20px;
	width: 20px;
    border: 1px solid #F1F2F6;
}

.dia_miercoles_bg_no {
	/* font-family: Verdana, Geneva, sans-serif; */
	font-size: 9px;
	color: #CCC;
	background-image: url(../images/dia_miercoles_no.gif);
	background-position: center center;
	text-align: center;
	vertical-align: middle;
	height: 20px;
	width: 20px;
    border: 1px solid #F1F2F6;
}

.dia_jueves_bg_no {
	/* font-family: Verdana, Geneva, sans-serif; */
	font-size: 9px;
	color: #CCC;
	background-image: url(../images/dia_jueves_no.gif);
	background-position: center center;
	text-align: center;
	vertical-align: middle;
	height: 20px;
	width: 20px;
    border: 1px solid #F1F2F6;
}

.dia_viernes_bg_no {
	/* font-family: Verdana, Geneva, sans-serif; */
	font-size: 9px;
	color: #CCC;
	background-image: url(../images/dia_viernes_no.gif);
	background-position: center center;
	text-align: center;
	vertical-align: middle;
	height: 20px;
	width: 20px;
    border: 1px solid #F1F2F6;
}

.dia_sabado_bg_no {
	/* font-family: Verdana, Geneva, sans-serif; */
	font-size: 9px;
	color: #CCC;
	background-image: url(../images/dia_sabado_no.gif);
	background-position: center center;
	text-align: center;
	vertical-align: middle;
	height: 20px;
	width: 20px;
    border: 1px solid #F1F2F6;
}

.login {
	/* font-family: Verdana, Geneva, sans-serif; */
	/* font-size: 11px; */
	color: #000;
	background-image: url(../images/login_bg.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	text-align: center;
	vertical-align: middle;
	padding: 50px;
}

.index_inicial {
	/* font-family: Verdana, Geneva, sans-serif; */
	/* font-size: 11px; */
	color: #000;
	background-image: url(../images/login_bg.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	text-align: center;
	vertical-align: middle;
}

.textos_login {
	/* font-family: Verdana, Geneva, sans-serif; */
	/* font-size: 10px; */
	color: #000;
	text-align: right;
	vertical-align: middle;
	padding: 10px;
}

.titulo_notas_cabecera {
	/* font-family: Verdana, Geneva, sans-serif; */
	font-size: 12px;
	color: #005faf;
    text-decoration: underline;
}

.notas_cabecera_remitente {
	/* font-family: Verdana, Geneva, sans-serif; */
	/* font-size: 11px; */
	color: #005faf;
}

.notas_cabecera {
	/* font-family: Verdana, Geneva, sans-serif; */
	/* font-size: 11px; */
	color: #005faf;
}

.cerrar_sesion {
	/* font-family: Verdana, Geneva, sans-serif; */
	/* font-size: 10px; */
	font-weight: bold;
	color: #005faf;
	text-align: right;
	vertical-align: middle;
}

.notas_cabecera_cuenta_activa {
	/* font-family: Verdana, Geneva, sans-serif; */
	/* font-size: 11px; */
	color: #555555;
    /* font-weight: bold; */
}

.linea_vertical {
	border-right-color: #203e8d;
	border-left-color: #203e8d;
	height: 100%;
	width: 1px;
	border-right-width: thin;
	border-left-width: thin;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
}

.titulo_seccion_centrado {
	/* font-family: Verdana, Geneva, sans-serif; */
	/* font-size: 11px; */
	color: #005faf;
	text-align: center;
	vertical-align: middle;
	padding: 15px;
	height: 12px;
	/* font-weight: bold; */
}

.subtitulo_centrado {
	/* font-family: Verdana, Geneva, sans-serif; */
	/* font-size: 11px; */
	color: #000;
	padding-top: 5px;
	text-align: center;
	vertical-align: middle;
}

.td_beige_alertas {
	/* font-family: Verdana, Geneva, sans-serif; */
	/* font-size: 10px; */
	color: #C60;
	background-color: #fffadd;
	border: thin solid #FFF;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 15px;
	text-align: center;
	vertical-align: middle;
}

.campo_texto_empleados {
	/* font-family: Verdana, Geneva, sans-serif; */
	/* font-size: 10px; */
	color: #000;
	background-color: #FFF;
	text-align: left;
	vertical-align: middle;
	border: thin solid #adadaf;
	padding: 3px;
	height: 15px;
	width: 250px;
	margin-top: 5px;
	margin-bottom: 5px;
}

.td_tabla_azul_f1f2f6_empleados {
	/* font-family: Verdana, Geneva, sans-serif; */
	/* font-size: 10px; */
	background-color: #f1f2f6;
	color: #000;
	text-align: left;
	vertical-align: middle;
	border-top-width: thin;
	border-bottom-width: thin;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #FFF;
	border-bottom-color: #FFF;
	/* font-weight: bold; */
	padding-top: 5px;
	padding-bottom: 5px;
}

.td_tabla_azul_f1f2f6_cargoempleado {
	/* font-family: Verdana, Geneva, sans-serif; */
	/* font-size: 10px; */
	background-color: #f1f2f6;
	padding: 5px;
	color: #000;
	text-align: left;
	vertical-align: middle;
	/* font-weight: bold; */
}

.tab_noact {
	/* font-family: Verdana, Geneva, sans-serif; */
	font-size: 9px;
	color: #000;
	background-color: #FFF;
	background-image: url(../img/tab_noact_cent.jpg);
	background-repeat: repeat-x;
	background-position: center;
	text-align: center;
	vertical-align: middle;
	padding-right: 2px;
	padding-left: 2px;
}

.td_formualrio_normal {
	/* font-family: Verdana, Geneva, sans-serif; */
	/* font-size: 10px; */
	background-color: #f1f2f6;
	color: #999;
	text-align: left;
	vertical-align: middle;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 8px;
	padding-left: 5px;
}

.td_formualrio_over {
	/* font-family: Verdana, Geneva, sans-serif; */
	/* font-size: 10px; */
	background-color: #f1f2f6;
	color: #000;
	text-align: left;
	vertical-align: middle;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 8px;
	padding-left: 5px;
}

.td_formualrio_hit {
	/* font-family: Verdana, Geneva, sans-serif; */
	/* font-size: 10px; */
	background-color: #d0d8e3;
	color: #000;
	text-align: left;
	vertical-align: middle;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 8px;
	padding-left: 5px;
}

.td_formualrio_hit2 {
	/* font-family: Verdana, Geneva, sans-serif; */
	/* font-size: 10px; */
	background-color: #d0d8e3;
    border: thin solid #FFF;
	color: #000;
	text-align: left;
	vertical-align: middle;
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left: 5px;
}

.td_beige_hit {
	/* font-family: Verdana, Geneva, sans-serif; */
	/* font-size: 10px; */
	color: #000;
	background-color: #d0d8e3;
	border: thin solid #FFF;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 15px;
}

.boton_hit {
	/* font-family: Verdana, Geneva, sans-serif; */
	/* font-size: 10px; */
	background-color: #7795B7;
	color: #FFF;
	text-align: center;
	vertical-align: middle;
	margin: 3px;
	padding: 5px;
	border: thin solid #0088BC;
    cursor: pointer;
}

.boton_ov {
	/* font-family: Verdana, Geneva, sans-serif; */
	/* font-size: 10px; */
	background-color: #F4F5F8;
	color: #999;
	text-align: center;
	vertical-align: middle;
	margin: 3px;
	padding: 5px;
	border: thin solid #0088BC;
    cursor: pointer;
}

.boton_normal {
	/* font-family: Verdana, Geneva, sans-serif; */
	/* font-size: 10px; */
	background-color: #d0d8e3;
	color: #000;
	text-align: center;
	vertical-align: middle;
	margin: 3px;
	padding: 5px;
	border: thin solid #0088BC;
    cursor: pointer;
}

.tabla_azul_f1f2f6_reporte {
	/* font-family: Verdana, Geneva, sans-serif; */
	/* font-size: 10px; */
	background-color: #f1f2f6;
	border: thin solid #FFF;
	color: #000;
	text-align: left;
	vertical-align: middle;
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left: 5px;
}

.tabla_azul_f1f2f6_reporte_2 {
	/* font-family: Verdana, Geneva, sans-serif; */
	/* font-size: 10px; */
	background-color: #E3E5ED;
	border: thin solid #FFF;
	color: #000;
	text-align: left;
	vertical-align: middle;
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left: 5px;
}

.tabla_blanco_reporte {
	/* font-family: Verdana, Geneva, sans-serif; */
	/* font-size: 10px; */
	background-color: #FFFFFF;
	border: thin solid #FFF;
	color: #000;
	text-align: left;
	vertical-align: middle;
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left: 5px;
}

.tabla_rojo_F6928F_reporte {
	/* font-family: Verdana, Geneva, sans-serif; */
	/* font-size: 10px; */
	background-color: #F6928F;
	border: thin solid #FFF;
	color: #000;
	text-align: left;
	vertical-align: middle;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 5px;
}

.tabla_verde_8DF68B_reporte {
	/* font-family: Verdana, Geneva, sans-serif; */
	/* font-size: 10px; */
	background-color: #8DF68B;
	border: thin solid #FFF;
	color: #000;
	text-align: left;
	vertical-align: middle;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 5px;
}

.tabla_amarillo_FC0_reporte {
	/* font-family: Verdana, Geneva, sans-serif; */
	/* font-size: 10px; */
	background-color: #FFFF99;
	border: thin solid #FFF;
	color: #000;
	text-align: left;
	vertical-align: middle;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 5px;
}

.td_formualrio_hit_cent {
	/* font-family: Verdana, Geneva, sans-serif; */
	/* font-size: 10px; */
	background-color: #d0d8e3;
	color: #000;
	text-align: center;
	vertical-align: middle;
	border-top-width: thin;
	border-bottom-width: thin;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #FFF;
	border-bottom-color: #FFF;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 8px;
	padding-left: 5px;
}

.alerta_cent {
	/* font-family: Verdana, Geneva, sans-serif; */
	/* font-size: 11px; */
	color: #005faf;
	text-align: center;
	vertical-align: middle;
	padding: 15px;
	height: 12px;
	/* font-weight: bold; */
}

.fondo_mapa {
	background-image: url(../images/mapa_demo.jpg);
}

.texto_tabla_rojo {
	/* font-family: Verdana, Geneva, sans-serif; */
	/* font-size: 10px; */
	color: #900;
	/* font-weight: bold; */
}

.texto_tabla_amarillo {
	/* font-family: Verdana, Geneva, sans-serif; */
	/* font-size: 10px; */
	color: #CF9938;
	/* font-weight: bold; */
}

.texto_tabla_verde {
	/* font-family: Verdana, Geneva, sans-serif; */
	/* font-size: 10px; */
	color: #387835;
	/* font-weight: bold; */
}

.texto_tabla_azul {
	/* font-family: Verdana, Geneva, sans-serif; */
	/* font-size: 10px; */
	color: #005faf;
	/* font-weight: bold; */
}

.td_alertas {
	/* font-family: Verdana, Geneva, sans-serif; */
	/* font-size: 10px; */
	color: #203e8d;
	background-color: #FFCEBE;
	border: thin solid #FFF;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 15px;
}

.campo_texto_alerta {
	/* font-family: Verdana, Geneva, sans-serif; */
	/* font-size: 10px; */
	color: #999;
	background-color: #FFF;
	text-align: center;
	vertical-align: middle;
	border: thin solid #adadaf;
	padding: 3px;
	margin-top: 5px;
	margin-bottom: 5px;
}

.td_gris_oscuro {
	background-color: #999;
}

.td_subindices {
	/* font-family: Verdana, Geneva, sans-serif; */
	/* font-size: 10px; */
	color: #333;
	background-color: #EFEFEF;
	border: thin solid #FFF;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 15px;
}

.hr_rojo{
	color: #005faf;
	background-color: #005faf;
}

.lightbox_fondo{
    display: none;
    position: absolute;
    top: 0%;
    left: 0%;
    width: 100%;
    height: 100%;
    background-color: #222222;
    z-index:1001;
    -moz-opacity: 0.8;
    opacity:.80;
    filter: alpha(opacity=80);
}

.lightbox_caja {
    display: none;
    position: absolute;
    top: 25%;
    left: 25%;
    padding: 10px;
    border: 5px solid #005faf;
    background-color: #FFFFFF;
    color: #333333;
    z-index:1002;
    overflow: auto;
}

.td_linea_vertical {
	/* font-family: Verdana, Geneva, sans-serif; */
	/* font-size: 10px; */
	background-color: #f1f2f6;
	text-align: center;
	vertical-align: middle;
	color: #000;
	border-right-width: medium;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: none;
	border-right-color: #203E8D;
}

.campo_objetivos {
	/* font-family: Verdana, Geneva, sans-serif; */
	/* font-size: 10px; */
	color: #000;
	background-color: #FFF;
	height: 25px;
	width: 95%;
	text-align: left;
	vertical-align: middle;
	padding-right: 5px;
	padding-left: 5px;
	padding-top: 2px;
	padding-bottom: 2px;
	border: 1px solid #B0C8D6;
	margin-bottom: 10px;
}

.td_tabla_azul_EAEBEE_cent {
	/* font-family: Verdana, Geneva, sans-serif; */
	/* font-size: 10px; */
	background-color: #D9E0E8;
	border: thin solid #FFF;
	padding: 5px;
	text-align: center;
	vertical-align: middle;
	color: #000;
}

.td_tabla_FFF {
	/* font-family: Verdana, Geneva, sans-serif; */
	/* font-size: 10px; */
	background-color: #FFF;
	border: thin solid #FFF;
	padding: 5px;
	text-align: center;
	vertical-align: middle;
	color: #000;
}

.etiquetas_mattel {
	/* font-family: Verdana, Geneva, sans-serif; */
	/* font-size: 10px; */
	color: #000;
	text-align: left;
	vertical-align: top;
	word-spacing: normal;
	padding-top: 7px;
	padding-right: 10px;
	padding-bottom: 7px;
	padding-left: 10px;
}

.enc_cabeza_pregunta {
	/* font-family: Verdana, Geneva, sans-serif; */
	font-size: 14px;
	color: #FFF;
	background-image: url(../img/degradado_encuestas.jpg);
	text-align: left;
	vertical-align: middle;
	height: 25px;
}

.enc_titulo_pregunta {
	/* font-family: Verdana, Geneva, sans-serif; */
	font-size: 16px;
	font-weight: normal;
	color: #FFF;
	background-color: #55A9DA;
	text-align: left;
	vertical-align: middle;
	height: 25px;
	padding-right: 10px;
	padding-left: 10px;
}

.enc_tabla_pregunta {
	background-color: #F4F5F8;
	border: 1px solid #B0C8D6;
}

.enc_etiquetas {
	/* font-family: Verdana, Geneva, sans-serif; */
	/* font-size: 10px; */
	color: #000;
	text-align: left;
	vertical-align: top;
	word-spacing: normal;
	padding-top: 7px;
	padding-right: 10px;
	padding-bottom: 7px;
	padding-left: 10px;
	/* font-weight: bold; */
}

.enc_opcion_selec {
	/* font-family: Verdana, Geneva, sans-serif; */
	/* font-size: 10px; */
	color: #000;
	background-color: #FFFAE5;
	height: 15px;
	width: 95%;
	text-align: left;
	vertical-align: middle;
	padding-right: 5px;
	padding-left: 5px;
	padding-top: 3px;
	padding-bottom: 2px;
	cursor: pointer;
}

.enc_opcion_normal {
	/* font-family: Verdana, Geneva, sans-serif; */
	/* font-size: 10px; */
	color: #000;
	background-color: #F4F5F8;
	width: 95%;
	text-align: left;
	vertical-align: middle;
	padding-right: 5px;
	padding-left: 5px;
	padding-top: 3px;
	padding-bottom: 2px;
	height: 15px;
}

.enc_opcion_activo {
	/* font-family: Verdana, Geneva, sans-serif; */
	/* font-size: 10px; */
	color: #000;
	background-color: #FFF;
	height: 30px;
	width: 95%;
	text-align: left;
	vertical-align: middle;
	padding-right: 5px;
	padding-left: 5px;
	padding-top: 3px;
	padding-bottom: 2px;
	border: 1px solid #B0C8D6;
	margin-bottom: 3px;
}

.enc_tipo_pregunta {
	/* font-family: Verdana, Geneva, sans-serif; */
	/* font-size: 10px; */
	/* font-weight: bold; */
	color: #005faf;
	padding-left: 4px;
}

.enc_opcion_link {
	/* font-family: Verdana, Geneva, sans-serif; */
	/* font-size: 10px; */
	color: #000;
	background-color: #D9E0E8;
	height: 15px;
	width: 250px;
	text-align: left;
	vertical-align: middle;
	padding-right: 5px;
	padding-left: 5px;
	padding-top: 2px;
	padding-bottom: 1px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #B0C8D6;
	border-right-color: #B0C8D6;
	border-bottom-color: #B0C8D6;
	border-left-color: #B0C8D6;
	margin-right: 10px;
}

.enc_opcion_linkOv {
	/* font-family: Verdana, Geneva, sans-serif; */
	/* font-size: 10px; */
	color: #FFF;
	background-color: #67B8DF;
	height: 15px;
	width: 250px;
	text-align: left;
	vertical-align: middle;
	padding-right: 5px;
	padding-left: 5px;
	padding-top: 2px;
	padding-bottom: 1px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #B0C8D6;
	border-right-color: #B0C8D6;
	border-bottom-color: #B0C8D6;
	border-left-color: #B0C8D6;
	margin-right: 10px;
	cursor: pointer;
}

.enc_opcion_linkCorto {
	/* font-family: Verdana, Geneva, sans-serif; */
	/* font-size: 10px; */
	color: #000;
	background-color: #D9E0E8;
	height: 15px;
	width: 120px;
	text-align: left;
	vertical-align: middle;
	padding-right: 5px;
	padding-left: 5px;
	padding-top: 2px;
	padding-bottom: 1px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #B0C8D6;
	border-right-color: #B0C8D6;
	border-bottom-color: #B0C8D6;
	border-left-color: #B0C8D6;
	margin-right: 10px;
}

.enc_opcion_linkCorto_ov {
	/* font-family: Verdana, Geneva, sans-serif; */
	/* font-size: 10px; */
	color: #FFF;
	background-color: #67B8DF;
	height: 15px;
	width: 120px;
	text-align: left;
	vertical-align: middle;
	padding-right: 5px;
	padding-left: 5px;
	padding-top: 2px;
	padding-bottom: 1px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #B0C8D6;
	border-right-color: #B0C8D6;
	border-bottom-color: #B0C8D6;
	border-left-color: #B0C8D6;
	margin-right: 10px;
	cursor: pointer;
}

.enc_opcion_activoRespuestas {
	/* font-family: Verdana, Geneva, sans-serif; */
	/* font-size: 10px; */
	color: #000;
	background-color: #FFF;
	width: 95%;
	text-align: left;
	vertical-align: middle;
	padding-right: 5px;
	padding-left: 5px;
	padding-top: 3px;
	padding-bottom: 2px;
	border: 1px solid #B0C8D6;
	margin-bottom: 10px;
}

.enc_campoRespuesta {
	/* font-family: Verdana, Geneva, sans-serif; */
	/* font-size: 10px; */
	color: #000;
	background-color: #FFF;
	width: 350px;
	text-align: left;
	vertical-align: middle;
	border: 1px solid #B0C8D6;
	margin-bottom: 2px;
	height: 20px;
	margin-top: 2px;
	margin-right: 5px;
	margin-left: 5px;
}

.enc_campoRespuestaCombo {
	color: #000;
	background-color: #FFF;
	width: 140px;
	text-align: left;
	vertical-align: middle;
	border: 1px solid #B0C8D6;
	margin-bottom: 2px;
	height: 20px;
	margin-top: 2px;
	margin-right: 5px;
	margin-left: 5px;
}

.enc_opcion_respuestas {
	/* font-family: Verdana, Geneva, sans-serif; */
	/* font-size: 10px; */
	color: #000;
	background-color: #F4F5F8;
	width: 95%;
	text-align: left;
	vertical-align: middle;
	padding-right: 5px;
	padding-left: 5px;
	padding-top: 3px;
	padding-bottom: 2px;
	margin-bottom: 5px;
}

.enc_opcion_selecRespuestas {
	/* font-family: Verdana, Geneva, sans-serif; */
	/* font-size: 10px; */
	color: #000;
	background-color: #FFFAE5;
	width: 95%;
	text-align: left;
	vertical-align: middle;
	padding-right: 5px;
	padding-left: 5px;
	padding-top: 3px;
	padding-bottom: 2px;
	cursor: pointer;
	margin-bottom: 5px;
}

.enc_lista_preguntas {
	/* font-family: Verdana, Geneva, sans-serif; */
	/* font-size: 10px; */
	color: #000;
	background-color: #FFF;
	width: 400px;
	text-align: left;
	vertical-align: middle;
	padding-right: 5px;
	padding-left: 5px;
	padding-top: 4px;
	padding-bottom: 4px;
	border: 1px solid #B0C8D6;
	margin-bottom: 5px;
	margin-top: 5px;
	margin-right: 10px;
	margin-left: 10px;
}

.enc_lista_preguntasActivo {
	/* font-family: Verdana, Geneva, sans-serif; */
	/* font-size: 10px; */
	color: #FFF;
	background-color: #67B8DF;
	width: 400px;
	text-align: left;
	vertical-align: middle;
	padding-right: 5px;
	padding-left: 5px;
	padding-top: 4px;
	padding-bottom: 4px;
	border: 1px solid #67B8DF;
	margin-bottom: 5px;
	margin-top: 5px;
	margin-right: 10px;
	margin-left: 10px;
	cursor: pointer;
}

.enc_fila_nva_pregunta {
	/* font-family: Verdana, Geneva, sans-serif; */
	/* font-size: 10px; */
	color: #CCC;
	text-align: center;
	vertical-align: middle;
	margin: 4px;
	padding-top: 3px;
	padding-bottom: 3px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #FFF;
}

.enc_fila_nva_preguntaBot {
	/* font-family: Verdana, Geneva, sans-serif; */
	/* font-size: 10px; */
	font-weight: normal;
	color: #005faf;
	text-align: center;
	vertical-align: middle;
	margin: 4px;
	padding-top: 3px;
	padding-bottom: 3px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #005faf;
	cursor: pointer;
}

.titulo_seguimiento_01 {
	/* font-family: Verdana, Geneva, sans-serif; */
	/* font-size: 10px; */
	color: #FFF;
	background-color: #5F87DB;
	padding: 5px;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: medium;
	border-left-width: thin;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #FFF;
	border-right-color: #FFF;
	border-bottom-color: #FFF;
	border-left-color: #FFF;
	text-align: left;
	vertical-align: middle;
}
.cuerpo_seguimiento_01 {
	/* font-family: Verdana, Geneva, sans-serif; */
	/* font-size: 10px; */
	background-color: #f1f2f6;
	padding: 5px;
	color: #000;
	text-align: left;
	vertical-align: middle;
	border: thin solid #FFF;
}
.titulo_seguimiento_02 {
	/* font-family: Verdana, Geneva, sans-serif; */
	/* font-size: 10px; */
	color: #FFF;
	background-color: #57A74B;
	padding: 5px;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: medium;
	border-left-width: thin;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #FFF;
	border-right-color: #FFF;
	border-bottom-color: #FFF;
	border-left-color: #FFF;
	text-align: left;
	vertical-align: middle;
}
.cuerpo_seguimiento_02 {
	/* font-family: Verdana, Geneva, sans-serif; */
	/* font-size: 10px; */
	background-color: #EAFFE7;
	padding: 5px;
	color: #000;
	text-align: left;
	vertical-align: middle;
	border: thin solid #FFF;
}
.titulo_seguimiento_03 {
	/* font-family: Verdana, Geneva, sans-serif; */
	/* font-size: 10px; */
	color: #FFF;
	background-color: #FF0000;
	padding: 5px;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: medium;
	border-left-width: thin;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #FFF;
	border-right-color: #FFF;
	border-bottom-color: #FFF;
	border-left-color: #FFF;
	text-align: left;
	vertical-align: middle;
}
.cuerpo_seguimiento_03 {
	/* font-family: Verdana, Geneva, sans-serif; */
	/* font-size: 10px; */
	background-color: #FFF6F2;
	padding: 5px;
	color: #000;
	text-align: left;
	vertical-align: middle;
	border: thin solid #FFF;
}
.cuerpo_seguimiento_04 {
	/* font-family: Verdana, Geneva, sans-serif; */
	/* font-size: 10px; */
	background-color: #FFFFCC;
	padding: 5px;
	color: #000;
	text-align: left;
	vertical-align: middle;
	border: thin solid #FFF;
}
.titulo_seguimiento_04 {
	/* font-family: Verdana, Geneva, sans-serif; */
	/* font-size: 10px; */
	color: #FFF;
	background-color: #FFCC00;
	padding: 5px;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: medium;
	border-left-width: thin;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #FFF;
	border-right-color: #FFF;
	border-bottom-color: #FFF;
	border-left-color: #FFF;
	text-align: left;
	vertical-align: middle;
}
.titulo_seguimiento_05 {
	/* font-family: Verdana, Geneva, sans-serif; */
	/* font-size: 10px; */
	color: #FFF;
	background-color: #A33BDD;
	padding: 5px;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: medium;
	border-left-width: thin;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #FFF;
	border-right-color: #FFF;
	border-bottom-color: #FFF;
	border-left-color: #FFF;
	text-align: left;
	vertical-align: middle;
}
.cuerpo_seguimiento_05 {
	/* font-family: Verdana, Geneva, sans-serif; */
	/* font-size: 10px; */
	background-color: #F8F0FF;
	padding: 5px;
	color: #000;
	text-align: left;
	vertical-align: middle;
	border: thin solid #FFF;
}
.titulo_seguimiento_06 {
	/* font-family: Verdana, Geneva, sans-serif; */
	/* font-size: 10px; */
	color: #FFF;
	background-color: #32E0FB;
	padding: 5px;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: medium;
	border-left-width: thin;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #FFF;
	border-right-color: #FFF;
	border-bottom-color: #FFF;
	border-left-color: #FFF;
	text-align: left;
	vertical-align: middle;
}
.cuerpo_seguimiento_06 {
	/* font-family: Verdana, Geneva, sans-serif; */
	/* font-size: 10px; */
	background-color: #EEFFF9;
	padding: 5px;
	color: #000;
	text-align: left;
	vertical-align: middle;
	border: thin solid #FFF;
}
.titulo_seguimiento_07 {
	/* font-family: Verdana, Geneva, sans-serif; */
	/* font-size: 10px; */
	color: #FFF;
	background-color: #494949;
	padding: 5px;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: medium;
	border-left-width: thin;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #FFF;
	border-right-color: #FFF;
	border-bottom-color: #FFF;
	border-left-color: #FFF;
	text-align: left;
	vertical-align: middle;
}
.cuerpo_seguimiento_07 {
	/* font-family: Verdana, Geneva, sans-serif; */
	/* font-size: 10px; */
	background-color: #F0F0F0;
	padding: 5px;
	color: #000;
	text-align: left;
	vertical-align: middle;
	border: thin solid #FFF;
}
.titulo_seguimiento_08 {
	/* font-family: Verdana, Geneva, sans-serif; */
	/* font-size: 10px; */
	color: #FFF;
	background-color: #999999;
	padding: 5px;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: medium;
	border-left-width: thin;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #FFF;
	border-right-color: #FFF;
	border-bottom-color: #FFF;
	border-left-color: #FFF;
	text-align: left;
	vertical-align: middle;
}
.cuerpo_seguimiento_08 {
	/* font-family: Verdana, Geneva, sans-serif; */
	/* font-size: 10px; */
	background-color: #ECECEC;
	padding: 5px;
	color: #000;
	text-align: left;
	vertical-align: middle;
	border: thin solid #FFF;
}
.titulo_seguimiento_09 {
	/* font-family: Verdana, Geneva, sans-serif; */
	/* font-size: 10px; */
	color: #FFF;
	background-color: #9B5C3E;
	padding: 5px;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: medium;
	border-left-width: thin;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #FFF;
	border-right-color: #FFF;
	border-bottom-color: #FFF;
	border-left-color: #FFF;
	text-align: left;
	vertical-align: middle;
}
.cuerpo_seguimiento_09 {
	/* font-family: Verdana, Geneva, sans-serif; */
	/* font-size: 10px; */
	background-color: #F0E8DF;
	padding: 5px;
	color: #000;
	text-align: left;
	vertical-align: middle;
	border: thin solid #FFF;
}
.titulo_seguimiento_10 {
	/* font-family: Verdana, Geneva, sans-serif; */
	/* font-size: 10px; */
	color: #FFF;
	background-color: #50DE2E;
	padding: 5px;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: medium;
	border-left-width: thin;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #FFF;
	border-right-color: #FFF;
	border-bottom-color: #FFF;
	border-left-color: #FFF;
	text-align: left;
	vertical-align: middle;
}
.cuerpo_seguimiento_10 {
	/* font-family: Verdana, Geneva, sans-serif; */
	/* font-size: 10px; */
	background-color: #F1FFEE;
	padding: 5px;
	color: #000;
	text-align: left;
	vertical-align: middle;
	border: thin solid #FFF;
}
.titulo_seguimiento_11 {
	/* font-family: Verdana, Geneva, sans-serif; */
	/* font-size: 10px; */
	color: #FFF;
	background-color: #FFA8D2;
	padding: 5px;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: medium;
	border-left-width: thin;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #FFF;
	border-right-color: #FFF;
	border-bottom-color: #FFF;
	border-left-color: #FFF;
	text-align: left;
	vertical-align: middle;
}
.cuerpo_seguimiento_11 {
	/* font-family: Verdana, Geneva, sans-serif; */
	/* font-size: 10px; */
	background-color: #FFF6F2;
	padding: 5px;
	color: #000;
	text-align: left;
	vertical-align: middle;
	border: thin solid #FFF;
}
.titulo_seguimiento_12 {
	/* font-family: Verdana, Geneva, sans-serif; */
	/* font-size: 10px; */
	color: #FFF;
	background-color: #606A89;
	padding: 5px;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: medium;
	border-left-width: thin;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #FFF;
	border-right-color: #FFF;
	border-bottom-color: #FFF;
	border-left-color: #FFF;
	text-align: left;
	vertical-align: middle;
}
.cuerpo_seguimiento_12 {
	/* font-family: Verdana, Geneva, sans-serif; */
	/* font-size: 10px; */
	background-color: #ECF1F7;
	padding: 5px;
	color: #000;
	text-align: left;
	vertical-align: middle;
	border: thin solid #FFF;
}
.titulo_seguimiento_13 {
	/* font-family: Verdana, Geneva, sans-serif; */
	/* font-size: 10px; */
	color: #FFF;
	background-color: #FF9123;
	padding: 5px;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: medium;
	border-left-width: thin;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #FFF;
	border-right-color: #FFF;
	border-bottom-color: #FFF;
	border-left-color: #FFF;
	text-align: left;
	vertical-align: middle;
}
.cuerpo_seguimiento_13 {
	/* font-family: Verdana, Geneva, sans-serif; */
	/* font-size: 10px; */
	background-color: #FFF0E3;
	padding: 5px;
	color: #000;
	text-align: left;
	vertical-align: middle;
	border: thin solid #FFF;
}
.titulo_seguimiento_14 {
	/* font-family: Verdana, Geneva, sans-serif; */
	/* font-size: 10px; */
	color: #FFF;
	background-color: #990000;
	padding: 5px;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: medium;
	border-left-width: thin;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #FFF;
	border-right-color: #FFF;
	border-bottom-color: #FFF;
	border-left-color: #FFF;
	text-align: left;
	vertical-align: middle;
}
.cuerpo_seguimiento_14 {
	/* font-family: Verdana, Geneva, sans-serif; */
	/* font-size: 10px; */
	background-color: #FFE3E6;
	padding: 5px;
	color: #000;
	text-align: left;
	vertical-align: middle;
	border: thin solid #FFF;
}
.titulo_seguimiento_15 {
	/* font-family: Verdana, Geneva, sans-serif; */
	/* font-size: 10px; */
	color: #FFF;
	background-color: #35A0F1;
	padding: 5px;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: medium;
	border-left-width: thin;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #FFF;
	border-right-color: #FFF;
	border-bottom-color: #FFF;
	border-left-color: #FFF;
	text-align: left;
	vertical-align: middle;
}
.cuerpo_seguimiento_15 {
	/* font-family: Verdana, Geneva, sans-serif; */
	/* font-size: 10px; */
	background-color: #DBF6FF;
	padding: 5px;
	color: #000;
	text-align: left;
	vertical-align: middle;
	border: thin solid #FFF;
}
.titulo_seguimiento_16 {
	/* font-family: Verdana, Geneva, sans-serif; */
	/* font-size: 10px; */
	color: #FFF;
	background-color: #FF5EA0;
	padding: 5px;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: medium;
	border-left-width: thin;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #FFF;
	border-right-color: #FFF;
	border-bottom-color: #FFF;
	border-left-color: #FFF;
	text-align: left;
	vertical-align: middle;
}
.cuerpo_seguimiento_16 {
	/* font-family: Verdana, Geneva, sans-serif; */
	/* font-size: 10px; */
	background-color: #FFE6F3;
	padding: 5px;
	color: #000;
	text-align: left;
	vertical-align: middle;
	border: thin solid #FFF;
}
.titulo_seguimiento_17 {
	/* font-family: Verdana, Geneva, sans-serif; */
	/* font-size: 10px; */
	color: #FFF;
	background-color: #E6FC38;
	padding: 5px;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: medium;
	border-left-width: thin;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #FFF;
	border-right-color: #FFF;
	border-bottom-color: #FFF;
	border-left-color: #FFF;
	text-align: left;
	vertical-align: middle;
}
.cuerpo_seguimiento_17 {
	/* font-family: Verdana, Geneva, sans-serif; */
	/* font-size: 10px; */
	background-color: #FFFCE0;
	padding: 5px;
	color: #000;
	text-align: left;
	vertical-align: middle;
	border: thin solid #FFF;
}
.titulo_seguimiento_18 {
	/* font-family: Verdana, Geneva, sans-serif; */
	/* font-size: 10px; */
	color: #FFF;
	background-color: #93BC3C;
	padding: 5px;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: medium;
	border-left-width: thin;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #FFF;
	border-right-color: #FFF;
	border-bottom-color: #FFF;
	border-left-color: #FFF;
	text-align: left;
	vertical-align: middle;
}
.cuerpo_seguimiento_18 {
	/* font-family: Verdana, Geneva, sans-serif; */
	/* font-size: 10px; */
	background-color: #D6EDCA;
	padding: 5px;
	color: #000;
	text-align: left;
	vertical-align: middle;
	border: thin solid #FFF;
}
.titulo_seguimiento_19 {
	/* font-family: Verdana, Geneva, sans-serif; */
	/* font-size: 10px; */
	color: #FFF;
	background-color: #CC86EF;
	padding: 5px;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: medium;
	border-left-width: thin;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #FFF;
	border-right-color: #FFF;
	border-bottom-color: #FFF;
	border-left-color: #FFF;
	text-align: left;
	vertical-align: middle;
}
.cuerpo_seguimiento_19 {
	/* font-family: Verdana, Geneva, sans-serif; */
	/* font-size: 10px; */
	background-color: #F5EAFA;
	padding: 5px;
	color: #000;
	text-align: left;
	vertical-align: middle;
	border: thin solid #FFF;
}
.titulo_seguimiento_20 {
	/* font-family: Verdana, Geneva, sans-serif; */
	/* font-size: 10px; */
	color: #FFF;
	background-color: #811C57;
	padding: 5px;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: medium;
	border-left-width: thin;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #FFF;
	border-right-color: #FFF;
	border-bottom-color: #FFF;
	border-left-color: #FFF;
	text-align: left;
	vertical-align: middle;
}
.cuerpo_seguimiento_20 {
	/* font-family: Verdana, Geneva, sans-serif; */
	/* font-size: 10px; */
	background-color: #FCD6D9;
	padding: 5px;
	color: #000;
	text-align: left;
	vertical-align: middle;
	border: thin solid #FFF;
}
.cuerpo_seguimiento_desactivo{
	/* font-family: Verdana, Geneva, sans-serif; */
	/* font-size: 10px; */
	background-color: #FFD2BF;
	padding: 5px;
	color: #000;
	text-align: left;
	vertical-align: middle;
	border: thin solid #FFF;
}

.td_cabecera_columna{
    color: #203e8d;
    background-color: #d0d8e3;
}

.td_semaforo_rojo{
    color: #000000;
    background-color: #F6928F;
}

.td_semaforo_amarillo{
    color: #000000;
    background-color: #FFFF99;
}

.td_semaforo_verde{
    color: #000000;
    background-color: #8DF68B;
}

.btnGallery{
	cursor:pointer;
}

.myButtonEmetrix {
	-moz-box-shadow:inset 0px 1px 0px 0px #97c4fe;
	-webkit-box-shadow:inset 0px 1px 0px 0px #97c4fe;
	box-shadow:inset 0px 1px 0px 0px #97c4fe;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #3d94f6), color-stop(1, #1e62d0));
	background:-moz-linear-gradient(top, #3d94f6 5%, #1e62d0 100%);
	background:-webkit-linear-gradient(top, #3d94f6 5%, #1e62d0 100%);
	background:-o-linear-gradient(top, #3d94f6 5%, #1e62d0 100%);
	background:-ms-linear-gradient(top, #3d94f6 5%, #1e62d0 100%);
	background:linear-gradient(to bottom, #3d94f6 5%, #1e62d0 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#3d94f6', endColorstr='#1e62d0',GradientType=0);
	background-color:#3d94f6;
	-moz-border-radius:25px;
	-webkit-border-radius:25px;
	border-radius:25px;
	border:1px solid #337fed;
	display:inline-block;
	cursor:pointer;
	color:#ffffff !important;
	/* font-family:arial; */
	font-size:14px;
	/* font-weight: bold; */
	padding:5px 12px;
	text-decoration:none;
	text-shadow:0px 1px 0px #1570cd;
}

.myButtonEmetrix:hover {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #1e62d0), color-stop(1, #3d94f6));
	background:-moz-linear-gradient(top, #1e62d0 5%, #3d94f6 100%);
	background:-webkit-linear-gradient(top, #1e62d0 5%, #3d94f6 100%);
	background:-o-linear-gradient(top, #1e62d0 5%, #3d94f6 100%);
	background:-ms-linear-gradient(top, #1e62d0 5%, #3d94f6 100%);
	background:linear-gradient(to bottom, #1e62d0 5%, #3d94f6 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#1e62d0', endColorstr='#3d94f6',GradientType=0);
	background-color:#1e62d0;
    box-shadow: 1px 1px 4px 0px #666666;
    color:#ffffff;
}

.myButtonEmetrix:active {
	position:relative;
	top:1px;
}

.myButtonEmetrixGris {
	-moz-box-shadow:inset 0px 1px 0px 0px #BBBBBB;
	-webkit-box-shadow:inset 0px 1px 0px 0px #BBBBBB;
	box-shadow:inset 0px 1px 0px 0px #BBBBBB;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #BBBBBB), color-stop(1, #858585));
	background:-moz-linear-gradient(top, #BBBBBB 5%, #858585 100%);
	background:-webkit-linear-gradient(top, #BBBBBB 5%, #858585 100%);
	background:-o-linear-gradient(top, #BBBBBB 5%, #858585 100%);
	background:-ms-linear-gradient(top, #BBBBBB 5%, #858585 100%);
	background:linear-gradient(to bottom, #BBBBBB 5%, #858585 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#BBBBBB', endColorstr='#858585',GradientType=0);
	background-color:#BBBBBB;
	-moz-border-radius:25px;
	-webkit-border-radius:25px;
	border-radius:25px;
	border:1px solid #555555;
	display:inline-block;
	cursor:pointer;
	color:#ffffff !important;
	/* font-family:arial; */
	font-size:14px;
	/* font-weight: bold; */
	padding:5px 12px;
	text-decoration:none;
	text-shadow:0px 1px 0px #555555;
}

.myButtonEmetrixGris:hover {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #858585), color-stop(1, #BBBBBB));
	background:-moz-linear-gradient(top, #858585 5%, #BBBBBB 100%);
	background:-webkit-linear-gradient(top, #858585 5%, #BBBBBB 100%);
	background:-o-linear-gradient(top, #858585 5%, #BBBBBB 100%);
	background:-ms-linear-gradient(top, #858585 5%, #BBBBBB 100%);
	background:linear-gradient(to bottom, #858585 5%, #BBBBBB 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#858585', endColorstr='#BBBBBB',GradientType=0);
	background-color:#858585;
    color:#ffffff;
}

.myButtonEmetrixGris:active {
	position:relative;
	top:1px;
}

.myButton_XS {
	font-size:9px;
	padding:3px 8px;
}

.myButton_S {
	font-size:11px;
	padding:4px 9px;
}

.myButton_M {
	font-size:13px;
	padding:5px 12px;
}

.myButton_L {
	font-size:15px;
	padding:6px 15px;
}

.myButton_XL {
	font-size:18px;
	padding:8px 15px;
}

.myButtonShadow:hover {
    box-shadow: 1px 1px 4px 0px #666666;
}

.buttonPaginacionNum {
    display: inline;
    padding: 8px;
    background-color: #BBBBBB;
    color: #555555;
    border: 1px solid #EEEEEE;
    font-weight: normal;
}

.buttonPaginacionNum:hover {
    background-color: #555555;
    color: #FFFFFF;
    border: 1px solid #FFFFFF;
}

.buttonPaginacionNumSelect {
    display: inline;
    padding: 8px;
    background-color: #4B69B8;
    color: #FFFFFF;
    border: 1px solid #FFFFFF;
    font-weight: normal;
}

.buttonPaginacionNumSelect:hover {
    background-color: #555555;
    color: #FFFFFF;
    border: 1px solid #4B69B8;
}


    .tablesorterCss {
        /* font-family: Verdana, Geneva, sans-serif; */
        font-weight: normal;
        /* font-size: 11px; */
        border-collapse: collapse;
        border: 0px solid #444444;
        -webkit-box-shadow: 2px 2px 5px #383838;
        -moz-box-shadow: 2px 2px 5px #383838;
        box-shadow: 2px 2px 5px #383838;
    }

    .tablesorterCss thead th, .tablesorterCss thead td {
        padding: 8px;
        text-align: center;
        font-weight: bold;
        background-color: #D0D8E3;
        color: #203EAA;
        border: 0px;
        border-bottom: 2px solid #444444;
    }

    .tablesorterCss tbody tr.odd {
    	background-color:#F3F7F7;
    }

    .tablesorterCss tbody tr:hover {
        background-color: #FAF5EB;
    }

    .tablesorterCss tbody td {
        font-weight: normal;
        padding: 8px;
        border: 0px;
        border-bottom: 1px solid #DDDDDD;
        text-align: left;
    }

    .tablesorterCss tbody td.bordeCompleto {
        border: 1px solid #AAAAAA;
    }

    .tablesorterCss tbody td.tdBordePunteado {
        border: 1px dashed #AAAAAA;
    }

    .tablesorterCss tbody td.th {
        font-weight: bold;
        background-color: #D0D8E3;
        color: #203EAA;
    }

    .tablesorterCss tfoot td {
        padding: 8px;
        background-color: #E2E7EE;
        color: #444444;
    }

    .txtDetalleGris {
        /* font-size: 10px; */
        font-style: italic;
        color: #BBBBBB;
    }

    .txtDetalleGrisNormal {
        /* font-size: 10px; */
        font-style: normal;
        font-weight: normal;
        color: #BBBBBB;
    }

    .campoForma {
        /* font-family: Verdana, Geneva, sans-serif; */
        -webkit-border-radius: 25;
        -moz-border-radius: 25;
        border-radius: 25px;
        -webkit-box-shadow: 2px 2px 5px #383838;
        -moz-box-shadow: 2px 2px 5px #383838;
        box-shadow: 2px 2px 5px #383838;
        padding: 8px;
        width: 200px;
        border: 1px solid #EEEEEE;
    }

    .campoFormaTabla {
        /* font-family: Verdana, Geneva, sans-serif; */
        -webkit-border-radius: 25;
        -moz-border-radius: 25;
        border-radius: 25px;
        -webkit-box-shadow: 2px 2px 5px #616161;
        -moz-box-shadow: 2px 2px 5px #616161;
        box-shadow: 2px 2px 5px #616161;
        padding: 8px;
        width: 100px;
        background-color: transparent;
        border: 0px;
        border-bottom: 1px solid #EEEEEE;
    }

    .selectForma {
        /* font-family: Verdana, Geneva, sans-serif; */
        -webkit-border-radius: 25;
        -moz-border-radius: 25;
        border-radius: 25px;
        -webkit-box-shadow: 2px 2px 5px #383838;
        -moz-box-shadow: 2px 2px 5px #383838;
        box-shadow: 2px 2px 5px #383838;
        padding: 8px;
        border: 0px;
        border-bottom: 1px solid #EEEEEE;
        width: 200px;
    }

    .selectFormaTabla {
        /* font-family: Verdana, Geneva, sans-serif; */
        -webkit-border-radius: 25;
        -moz-border-radius: 25;
        border-radius: 25px;
        width: 100px;
        background-color: transparent;
        padding: 8px;
        border: 0px;
        border-bottom: 1px solid #EEEEEE;
    }

    .selectFormaTabla2 {
        /* font-family: Verdana, Geneva, sans-serif; */
        /* width: 100px; */
        background-color: transparent;
        border: 0px;
        border-bottom: 1px solid #EEEEEE;
    }

    .hrLogin {
        border: 0;
        height: 1px;
        background-image: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(46, 81, 204, 1.0), rgba(0, 0, 0, 0));
    }

    .hrMainTitulo {
        border: 0;
        height: 1px;
        background-image: linear-gradient(to right, rgba(8, 27, 69, 1.0), rgba(0, 0, 0, 0));
    }

    .hrTitulo {
        border: 1px solid #081B45;
        width: 95%;
        margin: 15px 0px 15px 0px;
    }

    .hover11 a {
        opacity: 1;
        -webkit-transition: .2s ease-in-out;
        transition: .2s ease-in-out;
    }
    .hover11 a:hover {
        opacity: .5;
    }

    .scrollThin{
        scrollbar-width: thin;
    }

    .scrollThin::-webkit-scrollbar {
        width: 5px;
        height: 5px;
    }

    .scrollThin::-webkit-scrollbar-track {
        background: #F0F0F0;
    }

    .scrollThin::-webkit-scrollbar-thumb {
        background: #A6A6A6;
    }


    .flexContenedorPrincipal {
        width: 100%;
        border: 0px solid #DDDDDD;
        display: flex;
        /* flex-flow: row wrap; */
        flex-direction: row;
        flex-wrap: wrap;

        justify-content: center;
        align-items: flex-start;
        align-content: center;
    }

    .flexContenedorHijo {
        padding: 10px;
        margin: 10px;
        /* font-family:Verdana,Geneva,sans-serif; */
        text-align: left;
        border: 0px solid #CC0000;
    }

    .flexElementoFotos {
        padding: 10px;
        /* font-family:Verdana,Geneva,sans-serif; */
        text-align: center;
        border: 0px solid #CC0000;
    }



    .ancho100 {
        width: 100%;
    }

    .centrado {
        text-align: center;
    }

    .negritas {
        font-weight: bold;
    }

    .w100centrado {
        width: 100%;
        text-align: center;
        color: #292929;
        font-weight: normal;
    }



    .bordeRedondo {
        -moz-border-radius: 6px;
    	-webkit-border-radius: 6px;
    	border-radius: 6px;
    }

    .bordeSolo {
        -moz-border-radius: 6px;
    	-webkit-border-radius: 6px;
    	border-radius: 6px;
    }

    .bordeDivide {
        -moz-border-radius: 6px;
    	-webkit-border-radius: 6px;
    	border-radius: 6px;
        border: 2px solid #EBEBEB;
    }

    .bordeDivide_azulMarino {
        border: 3px solid #28458E;
    }

    .bordeDivide_azul {
        border: 3px solid #2986B2;
    }

    .bordeDivide_verde {
        border: 3px solid #55983E;
    }

    .shadowElement, .shadowElementImg{
        transition: all 0.3s ease;
    }

    .shadowElement:hover{
        -webkit-box-shadow: 0px 0px 8px 4px #AAAAAA;
        -moz-box-shadow: 0px 0px 8px 4px #AAAAAA;
        box-shadow: 0px 0px 8px 4px #AAAAAA;
    }

    .shadowElementImg:hover{
        filter: brightness(70%);
    }

    .imgBright_85{
        filter: brightness(85%);
    }

    .imgBright_135{
        filter: brightness(135%);
    }



    table.tablaGeneral {
        border-spacing: 0;
    }

    .tablaGeneral th, .tablaGeneral td {
        padding: 15px;
    }

    .tablaGeneral thead th {
        background: #EEEEEE;
        font-weight: bold;
        text-align: center;
        border-bottom: 2px solid #FEBE28;
    }

    .tablaGeneral tfoot th, .tablaGeneral tfoot td {
        background: #EEEEEE;
        font-weight: bold;
        border-top: 2px solid #FEBE28;
    }

    .tablaGeneral .thFilaPrincipal {
        padding: 15px;
        background-color: #FFFFFF !important;
        color: #28458E;
        font-weight: bold;
        text-align: center;
        border-bottom: 1px solid #FEBE28;
    }

    .tablaGeneral td {
        border-bottom: 1px solid #EEEEEE;
    }

    .tZebra tbody tr:nth-child(even) {
        background: #ECF3F6;
    }

    .tZebra tbody tr:hover {
        background-color: #F0F0F0;
    }

    .tStickty thead tr:nth-child(1) > th {
        position: sticky;
        z-index: 1;
        top: 0;
    }

    .tStickty thead tr:nth-child(2) > th {
        position: sticky;
        z-index: 1;
        top: 34px;
    }

    .tdLink{
        cursor: pointer;
        transition: all 0.3s ease;
    }

    .tdLink:hover {
        background-color: #FFF7E5;
        -webkit-box-shadow: 0px 0px 8px 4px #AAAAAA;
        -moz-box-shadow: 0px 0px 8px 4px #AAAAAA;
        box-shadow: 0px 0px 8px 4px #AAAAAA;
    }

    .imprimeQueryEnTabla {
        margin-bottom: 25px;
        border-collapse: collapse;
    }

    .imprimeQueryEnTabla thead th {
        padding: 10px;
        background: #EEEEEE;
        font-weight: bold;
        text-align: center;
        border-bottom: 1px solid #FEBE28;
    }

    .imprimeQueryEnTabla td {
        padding: 10px;
        border-bottom: 1px solid #DDDDDD;
    }

    .imprimeQueryEnTabla tbody tr:nth-child(even) {
        background: #FFFCF5;
    }

    .imprimeQueryEnTabla tbody tr:hover {
        background-color: #F7F7F7;
    }




    .notifOK, .notifBAD, .notifWARNING {
        -webkit-box-shadow: 0px 0px 8px 0px #CCCCCC;
        -moz-box-shadow: 0px 0px 8px 0px #CCCCCC;
        box-shadow: 0px 0px 8px 0px #CCCCCC;
        padding: 15px 30px;
        border-radius: 15px;
        font-weight: bold;
        width: fit-content;
        margin: 10px;
    }

    .notifOK {
        background: #C7FFD5;
        border: 2px solid #006118;
        color: #006118;
    }

    .notifBAD {
        background: #FFE5E5;
        border: 2px solid #700000;
        color: #700000;
    }

    .notifWARNING {
        background: #FFFFE5;
        border: 2px solid #A3A300;
        color: #444444;
    }

    .bgClaroOK{
        background-color: #E7F3E7;
    }

    .bgClaroWARNING{
        background-color: #FFF1DB;
    }

    .bgClaroBAD {
        background-color: #FFE5E5;
    }

    .bgClaroGris {
        background-color: #E3E3E3;
    }

    .detalleNormalTxt {
        font-size: 18px;
        color: #292929;
        font-weight: normal;
    }

    .detalleRojoTxt {
        font-size: 18px;
        color: #C70000;
        font-weight: normal;
    }

    .detalleGrisTxt {
        font-style: italic;
        font-size: 70%;
        color: #888888;
    }

    .divNotificacionInline {
        -moz-border-radius: 6px;
    	-webkit-border-radius: 6px;
    	border-radius: 6px;
        font-weight: bold;
        text-align: center;
        width: 90%;
        margin: auto;
        padding: 30px;
        border: 2px solid #51639A;
        background: #EEF0F6;
        line-height: 30px;
    }

    .divNI_NORMAL {
        -moz-border-radius: 6px;
    	-webkit-border-radius: 6px;
    	border-radius: 6px;
        border: 2px solid #5B5B59;
    }

    .divNI_OK {
        -moz-border-radius: 6px;
    	-webkit-border-radius: 6px;
    	border-radius: 6px;
        border: 2px solid #336633;
        background: #D6EAD6;
    }

    .divNI_WARNING {
        -moz-border-radius: 6px;
    	-webkit-border-radius: 6px;
    	border-radius: 6px;
        border: 2px solid #E6D53D;
        background: #FBF8DF;
    }

    .divNI_BAD {
        -moz-border-radius: 6px;
    	-webkit-border-radius: 6px;
    	border-radius: 6px;
        border: 2px solid #CC0000;
        background: #FFE5E5;
    }

    .divNI_OK_bg {
        background-color: #D6EAD6;
    }

    .divNI_BAD_bg {
        background-color: #FFE5E5;
    }

    .divNI_WARNING_bg {
        background-color: #FBF8DF;
    }

    .borderThin {
        border-width: 1px;
    }



    /*
        You want a simple and fancy tooltip?
        Just copy all [data-tooltip] blocks:
    */
    [data-tooltip] {
        position: relative;
        /* z-index: 10; */
    }

    /* Positioning and visibility settings of the tooltip */
    [data-tooltip]:before,
    [data-tooltip]:after {
        position: absolute;
        visibility: hidden;
        opacity: 0;
        left: 50%;
        bottom: calc(100% + 5px); /* 5px is the size of the arrow */
        pointer-events: none;
        transition: 0.2s;
        will-change: transform;
    }

    /* The actual tooltip with a dynamic width */
    [data-tooltip]:before {
        content: attr(data-tooltip);
        padding: 10px 18px;
        min-width: 50px;
        max-width: 300px;
        width: max-content;
        width: -moz-max-content;
        border-radius: 6px;
        font-size: 14px;
        background-color: rgba(59, 72, 80, 0.9);
        background-image: linear-gradient(30deg,
            rgba(59, 72, 80, 0.44),
            rgba(59, 68, 75, 0.44),
            rgba(60, 82, 88, 0.44));
        box-shadow: 0px 0px 24px rgba(0, 0, 0, 0.2);
        color: #fff;
        text-align: center;
        white-space: pre-wrap;
        transform: translate(-50%, -5px) scale(0.5);
    }

    /* Tooltip arrow */
    [data-tooltip]:after {
        content: '';
        border-style: solid;
        border-width: 5px 5px 0px 5px; /* CSS triangle */
        border-color: rgba(55, 64, 70, 0.9) transparent transparent transparent;
        transition-duration: 0s; /* If the mouse leaves the element,
                                                                the transition effects for the
                                                                tooltip arrow are "turned off" */
        transform-origin: top;   /* Orientation setting for the
                                                                slide-down effect */
        transform: translateX(-50%) scaleY(0);
    }

    /* Tooltip becomes visible at hover */
    [data-tooltip]:hover:before,
    [data-tooltip]:hover:after {
        visibility: visible;
        opacity: 1;
    }
    /* Scales from 0.5 to 1 -> grow effect */
    [data-tooltip]:hover:before {
        transition-delay: 0.3s;
        transform: translate(-50%, -5px) scale(1);
    }
    /*
        Arrow slide down effect only on mouseenter (NOT on mouseleave)
    */
    [data-tooltip]:hover:after {
        transition-delay: 0.5s; /* Starting after the grow effect */
        transition-duration: 0.2s;
        transform: translateX(-50%) scaleY(1);
    }
    /*
        That's it.
    */






    /*
        If you want some adjustability
        here are some orientation settings you can use:
    */

    /* LEFT */
    /* Tooltip + arrow */
    [data-tooltip-location="left"]:before,
    [data-tooltip-location="left"]:after {
        left: auto;
        right: calc(100% + 5px);
        bottom: 50%;
    }

    /* Tooltip */
    [data-tooltip-location="left"]:before {
        transform: translate(-5px, 50%) scale(0.5);
    }
    [data-tooltip-location="left"]:hover:before {
        transform: translate(-5px, 50%) scale(1);
    }

    /* Arrow */
    [data-tooltip-location="left"]:after {
        border-width: 5px 0px 5px 5px;
        border-color: transparent transparent transparent rgba(55, 64, 70, 0.9);
        transform-origin: left;
        transform: translateY(50%) scaleX(0);
    }
    [data-tooltip-location="left"]:hover:after {
        transform: translateY(50%) scaleX(1);
    }



    /* RIGHT */
    [data-tooltip-location="right"]:before,
    [data-tooltip-location="right"]:after {
        left: calc(100% + 5px);
        bottom: 50%;
    }

    [data-tooltip-location="right"]:before {
        transform: translate(5px, 50%) scale(0.5);
    }
    [data-tooltip-location="right"]:hover:before {
        transform: translate(5px, 50%) scale(1);
    }

    [data-tooltip-location="right"]:after {
        border-width: 5px 5px 5px 0px;
        border-color: transparent rgba(55, 64, 70, 0.9) transparent transparent;
        transform-origin: right;
        transform: translateY(50%) scaleX(0);
    }
    [data-tooltip-location="right"]:hover:after {
        transform: translateY(50%) scaleX(1);
    }



    /* BOTTOM */
    [data-tooltip-location="bottom"]:before,
    [data-tooltip-location="bottom"]:after {
        top: calc(100% + 5px);
        bottom: auto;
    }

    [data-tooltip-location="bottom"]:before {
        transform: translate(-50%, 5px) scale(0.5);
    }
    [data-tooltip-location="bottom"]:hover:before {
        transform: translate(-50%, 5px) scale(1);
        z-index: 10;
    }

    [data-tooltip-location="bottom"]:after {
        border-width: 0px 5px 5px 5px;
        border-color: transparent transparent rgba(55, 64, 70, 0.9) transparent;
        transform-origin: bottom;
        z-index: 9;
    }


    
    @media screen and (max-width: 815px){    /* 812px - Iphone max en horizontal */
        .tablaGeneral tfoot th, .tablaGeneral tfoot td {
            border: 0px solid #EB7B30;
        }

        .tResposive, .tResposive tbody, .tResposive tfoot, .tResposive tr, .tResposive td {
            display: block;
            width: 100%;
        }

        .tResposive tr {
            margin-bottom: 20px;
            border-bottom: 2px solid #EB7B30;
        }

        .tResposive tfoot td {
            border-bottom: 1px solid #EB7B30;
        }

        .tResposive td, .tResposive th {
            display: flex;
            flex-flow: row wrap;
            justify-content: flex-start;
        }

        .tResposive td::before, .tResposive th::before {
            content: attr(data-label);
            width: 170px;
            text-align: left;
            font-weight: bold;
        }

        .tZebra tbody tr:nth-child(even) {
            background-color: transparent;
        }

        .tZebra tbody td:nth-child(even) {
            background: rgba(235, 235, 235, 0.8);
        }

        .tZebra tbody tr:hover {
            background-color: transparent;
        }

        .tZebra td:hover {
            background-color: #FFFAF0;
        }

        .tResposive thead, .hideMinScreen {
            display: none;
        }
    }