@charset "utf-8";
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	height:100%;
	width:100%;
}
.menu_ {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #FFF;
	text-decoration: none;
}
.menu_:hover {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #000;
	text-decoration: none;
}
.submenu_ {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #FFF;
	text-decoration: none;
}
.txt1 {
	font-family: "Arial", Gadget, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #333;
}
.txt1_ag {
	font-family: "Arial", Gadget, sans-serif;
	font-size: 12px;
	font-weight:normal;
	color: #333;
}
.txt3 {	
	font-family: "Arial", Gadget, sans-serif;
	font-size: 10px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #333333;
	text-decoration: none;
}
.titulo1 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #58595B;
}
.pag_inactiva {
	display:inline;
	padding: 2px;
	color:#333;
	text-decoration:none;
	letter-spacing:5px;		
}
.pag_activa {
	display:inline;
	padding: 2px;
	color:#39F;
	text-decoration:none;
	letter-spacing:5px;
}
.marcar_todos {
	font-size: 8px;
	font-weight: normal;
	font-variant: normal;
	color: #000;
}
.check{
	font-size: 6px;
}
#mensaje {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 0;
	display: block;
	width: 100%;
	height:100%;
	text-align:center;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	
}
#contingencia {
	position: absolute;
	left: 0;
	top: 0;
	width:100%;
	z-index: 1;
	display: block;
	text-align:center;
	margin-top: 70px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	
}
 .tooltipU {
    display: inline;
    position: relative;
  }
  .tooltipU: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(255,255,255, 0.2); /* 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;
  }
  .tooltipU:hover:before {
    bottom: 20px;
    content: "";
    left: 50%;
    position: absolute;
    z-index: 99;
    /* el triángulo inferior */
    border: solid;
    border-color: rgba(255,255,255, 0.2) transparent;
    border-width: 6px 6px 0 6px;
  }
.tooltipN {
    display: inline;
    position: relative;
  }
  .tooltipN: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(255,255,255, 0.2); /* 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;
  }
  .tooltipN:hover:before {
    bottom: 20px;
    content: "";
    left: 50%;
    position: absolute;
    z-index: 99;
    /* el triángulo inferior */
    border: solid;
    border-color: rgba(255,255,255, 0.2) transparent;
    border-width: 6px 6px 0 6px;
  }
  
 .txt1_new {
	font-family: "Arial", Gadget, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #6692DE;
}
 .txt2_new {
	font-family: "Arial", Gadget, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color:#666
}