@font-face {
	font-family:Lato;
	src:url(../fonts/Lato.eot);
	src:url(../fonts/Lato.eot?#iefix) format('embedded-opentype'),url(../fonts/Lato.woff) format('woff'),url(../fonts/Lato.ttf) format('truetype'),url(../fonts/Lato.svg#latoregular) format('svg');
	font-weight:normal;
	font-style:normal
}

@font-face{
	font-family:Lato;
	src:url(../fonts/Lato-Italic.ttf);
	font-weight:bold;
	font-style: italic
}

@font-face{
	font-family:Lato;
	src:url(../fonts/Lato-Bold.ttf);
	font-weight:bold;
	font-style: normal
}

#contentMenu {
	position: fixed;
	z-index: 2;
	background: #000;
	width: 100%;
	padding: 3px;
}

#menu {
	position: absolute;
	top: 75px;
	height: 35px;
	width: 100%; 
	background: #FFF;
	border-radius:0 0 3px 3px;
	text-align: center;
	font-size: 14px;
	margin: 0;
	padding: 0;
}

#menu ul {
	list-style-type: none;
	margin: 0px; padding: 0px;
}

#menu ul li {
	height:32px;
	float: left;	
	font-family: lato, sans-serif;
	z-index: 3;
}

#menu ul li.nivel1 {
	position: relative;
	cursor: pointer;
}

#menu ul li a {
	display: block;
	text-decoration: none;
	color: #05297A;
	width:120px;
	height:88%;
	font-family: Lato, sans-serif;
	font-weight:bold;
	padding-top:8px;
	text-align: center;
}

.nivel1::after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 0%;
	height: 3px;
	background-color: #05297A;
}
    
.nivel1:hover::after {
	width: 100%;
}

.nivel1.active::after {
	width: 100%;
}

#menu ul li a.nivel1 {
	display: block !important;
	display: none;
}

#menu ul li ul {
	padding: 0;
	margin: 0px 20px;
	display: none;
	left: -20px;
}

#menu ul li:hover ul {
	display: block;
	position: absolute;
}

#menu ul li ul li {
	background:#05297A;
	border-bottom:1px solid #FFF;
	width: 100%;
	min-height: 29px;
}

#menu ul li ul li:hover {
	background:#1C42E8;
	color:#FFFFFF;
}

#menu ul li ul li a {
	font-family:lato, sans-serif;
	font-weight:normal;
	border: none;
	text-align: left;
	color: #FFF;
	width: 100%;
	height:100% !important;
	margin-left: 5px;
}

#menu ul li ul li a:hover {
	position: relative;
	border-bottom: none;
	font-family: Lato, sans-serif;
	font-weight:normal;
	color: #FFFFFF;
}

ul.tres {
	width: 249px;	
}

ul.cuatro {
	width: 302px;	
}

ul.cinco {
	width: 302px;
}

ul.seis {
	width: 279px;
}

ul.siete {
	width: 351px;
}

ul.ocho {
	width: 279px;
}

#mnu {
	position:absolute;
	top:35px;
	text-align: center;
	width: 100%;
	height: 34px; 
	border-radius:0 0 3px 3px;
}

#mnu ul {
	float: right;
	list-style: none;
	margin-right: 40px;
}

#mnu ul li {
	float: left;
	font-family:lato, sans-serif;
	font-weight:bold;
	text-decoration: none;
	width: 152px;
	color: #FFF;
	text-transform:uppercase;
	padding: 0px 10px 21px 10px;
}

#mnu ul li:hover {
	cursor: pointer;
	
}

.select {
    position: relative;
    padding: 0px 10px 21px 10px;
}

.select::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 3px;
    background-color: #FFF;
}

.fecha {	
	position:absolute !important;
	top:15px;
	width:1024px;
	height: auto;
	font-family:lato, sans-serif; 
	font-size:12px;
	text-align: right !important;
}

.fecha-text, .hora {
	margin-right:5px;
	width: 200px;
	height: 15px;
	padding: 5px;
	color: #FFF;
}

.triangle {
	display: inline;
	vertical-align: middle;
	text-align: left;
}

li.triangle {
	display: inline-block;
}

.sh {
	display: none;
}

.active{
	display: block;
}

.red {
	background: #FE0000 !important;
}

div.triangle {
	background-image:url("../images/header/Triangle1.png");
	background-repeat: no-repeat;
	background-position:center;
	vertical-align:text-top;
	padding: 0px 5px 6px 5px;
	top:0;
	margin-left: 10px;
	margin-top: 0px;
}

li.item-wsubmenu a {
	top:0;
	margin:0;
	height:auto;
}

.triangle a {
	display: inline-block !important;
	width:85%  !important;
	height:95% !important;
}

@media screen and (max-width: 600px){
    ul.mnu, ul#menu,
    ul#menu li {float: none;}
}

#mainMenu {
	width:100%;
	min-height:600px;
	height:auto;
	position:relative;
	margin-top: 2%;
	padding: 5px 5px 5px 5px;
}

#console {
	padding: 10px;
	position:fixed;
	left:20px;
	top:30px;	
	width:380PX;	
	height:250px;
 	background: #333;
	color:#24E711;
}

.fondo-header {
	width:100%;
	height:80px;
	background: #05297A;
	box-shadow: 0px 0px 6px 0px rgba(0,0,0,0.24);
	border-radius: 3px;
}

.logo {
	float:left;
	margin-left:30px;
	margin-top:15px;
	width: 298px;
	height: 54px;
}


/* ------------------------------------------ */
	body {
      margin: 0;
      font-family: Lato, sans-serif;
    }

    .menu2 {
      display: flex;
      justify-content: left;
      background-color: white;
      margin: 10px 0;
    }

    .menu2 a {
      position: relative;
      margin: 0 20px;
      text-decoration: none;
      color: #05297A;
      font-weight: bold;
      padding: 10px;
      font-family: Lato, sans-serif;
    }

    .menu2 a::after {
      content: "";
      position: absolute;
      bottom: 0;
      left: 0;
      width: 0%;
      height: 3px;
      background-color: #05297A;
    }

    .menu2 a:hover::after {
      width: 100%;
    }