/*** ESSENTIAL STYLES ***/
.sf-2-menu, .sf-2-menu * {
	margin: 0;
	padding:0;
	list-style: none;
}
.sf-2-menu li {
	position: relative;
}
.sf-2-menu ul {
	position: absolute;
	display: none;
	top: 100%;
	left: 0;
	z-index:99;
	
}
.sf-2-menu > li {
	float: left;

}
.sf-2-menu li:hover > ul,
.sf-2-menu li.sfHover > ul {
	display: block;
}

.sf-2-menu a {
	display: block;
	position: relative;
}
.sf-2-menu ul ul {
	top: 0;
	left: 100%;
	
}


/*** DEMO SKIN ***/


.mnu_img{
height:117px;
border:0px;

}



.sf-2-menu {
	float: left;
	margin-bottom: 1em;
}
.sf-2-menu ul {
	box-shadow: 2px 2px 6px rgba(0,0,0,.2);
	min-width: 180px; /*Ancho de SUBMENU */
	*width: 172px; /* no auto sub width for IE7, see white-space comment below */
}
.sf-2-menu a {
	border-left: 0px solid #FF0000; /******* SEPARADOR VERTICAL ITEMS *******/
	border-top: 0px solid #DEDBD1; /* fallback colour must use full shorthand */
	/*border-top: 1px solid rgba(255,255,255,.5);*/
	/*padding: .75em 1em;*/
	text-decoration: none;
	zoom: 1; /* IE7 */
}



.sf-2-menu a {
	color:#0B2E3A;   /******COLOR LETRAS MENU********/
	font-family: 'DOSIS', cursive; 
	font-size:16px; 
	line-height:18px; 
	
	
	
	 
}

.sf-2-menu a:hover {
	color:#EBE9E0;   /******COLOR LETRAS MENU********/
}


.sf-2-menu li,
.sf-2-menu li a{
	background:transparent;  /******FONDO ITEMS ENCABEZADOS********/
	white-space: nowrap; /* no need for Supersubs plugin */
	*white-space: normal; /* ...unless you support IE7 (let it wrap) */
	-webkit-transition: background .2s;
	transition: background .2s;
	
}


.sf-2-menu li a:hover {
	/*background: #0B2E3A; /******FONDO ILUMINACION ITEMS ********/
	 
}

.sf-2-menu ul li  a:hover{
	background:#0B2E3A; /******FONDO ILUMINACION SUBITEMS DESPLEGABLES 1 ********/
	
}


.sf-2-menu ul li {
	background:#FDFDFB; /******FONDO SUBITEMS DESPLEGABLES 1 ********/

}



.sf-2-menu ul li a{
   
	font-size:12px; /******TAMAŅO FONT SUBITEMS DESPLEGABLES 1 ********/
	line-height:28px;
	padding-left:8px;
}

.sf-2-menu ul ul li {
	background:#FDFDFB; /******FONDO SUBITEMS DESPLEGABLES 2 ********/
}
.sf-2-menu li:hover,
.sf-2-menu li.sfHover {
	/* only transition out, not in */
	-webkit-transition: none;
	transition: none;
}

