* {
	/*font-family: 'Oswald', sans-serif;*/
	list-style:none;
	text-decoration:none;
	margin:0;
	padding:0;
	font-size: 11px;
	font-weight: lighter;
	font-family: Arial, Helvetica, sans-serif;
}

.nav {
float:left;
position: relative; 
/*left: 50%;*/
z-index: 10;
font-size: 11px;
	font-weight: lighter;
	font-family: Arial, Helvetica, sans-serif;
}
.nav > li {
	float:left;
	/*position: relative;
	right: 50%;*/
	background-image: url(../imagenes/separacion-menuPpal.png);
	background-repeat: no-repeat;
	background-position: right top;
}
.nav li.inicio a {
	/*font-family: 'Oswald', sans-serif!important;*/
	color:#FFF;
	background-image: url(../imagenes/ico-menu-home.png);
	background-repeat: no-repeat;
	background-position: center 28px;
	text-indent:-999px;
	width: 40px;
	font-size: 11px;
	font-weight: lighter;
	font-family: Arial, Helvetica, sans-serif;
}
.nav li.inicio a:hover {
	color:#FFF;
	background-image: url(../imagenes/ico-menu-homeOver.png);
	background-repeat: no-repeat;
	background-position: center 28px;
}
.nav li a {
	/*background:#0c9ba0;*/
color:#FFF;
	display:block;
	/*border:1px solid;*/
	padding:20px 6px 40px 6px;
	line-height: 18px;
	text-align: center;
	color: #04f9fc;
	height:35px;
	/*border-top-width: 5px;
	border-top-style: solid;
	border-top-color: #04529c;*/
}

.nav li .flecha{
font-size: 9px;
padding-left: 2px;
display: none;
}
.nav li .flecha2{
font-size: 10px;
padding-left: 6px;
display: none;
}

.nav li a:not(:last-child) .flecha {
display: inline;
}

.nav li a:hover {
background-color: rgba(0, 0, 0, 0.4);
height:35px;
}

.nav li {
position:relative;
}

.nav li ul {
display:none;
position:absolute;
min-width:160px;
background-color: rgba(0, 0, 0, 0.9);
}
.nav li ul.listaG {
display:none;
position:absolute;
min-width:200px;
background-color: rgba(0, 0, 0, 0.9);
}
.nav li ul.listaH {
display:none;
position:absolute;
min-width:200px;
background-color: rgba(0, 0, 0, 0.8);
}
.nav li ul.listaV {
display:none;
position:absolute;
min-width:150px;
background-color: rgba(0, 0, 0, 0.8);
}

.nav li:hover > ul {
display:block;
/*padding-top:-1;*/
}

.nav li ul li ul {
right:-161px;
top:0;
}
.nav li ul.listaG li ul {
right:-201px;
top:0;
}
.nav li ul.listaH li ul {
right:-236px;
top:0;
}
.nav .encima {
	color: #04f9fc;
	border-top-width: 5px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
	padding-top:15px;
}
.nav .encimaH {
	color: #04f9fc;
	/*border-top-width: 5px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
	background-image: url(../imagenes/ico-menu-home.png);
	background-repeat: no-repeat;
	background-position: center 10px;*/
}
.navLat .encimaLat {
	background-color: #527f01;
}
.navLatET .encimaLatET {
	background-color: #026666;
}

.navLatETSub li a{
	font-size:13px;
}
.navLatETSub li {
	border-left-width: 10px;
	border-left-style: solid;
	border-left-color: #FF9900;
}
.navLatETSub .encimaLatETSub {
	background-color: #014949;
}

.nav li ul li {
	/*height:10px;*/
	margin-bottom:0px;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: rgba(255, 255, 255, 0.1);	
}
.nav li ul li a {
	/*background:#0c9ba0;*/
	color:#FFF;
	display:block;
	/*border:1px solid;*/
	/*padding:15px 12px 15px 12px;*/
	line-height: 16px;
	height:auto;/**/
	padding:13px 12px 13px 12px;
	font-weight: 300;
}
.nav li ul li a:hover {
	background-color: rgba(0, 0, 0, 0.4);
	height:auto;
}