/* Menu nuevo -------------------------------------------------------------------- 
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%*/
#divNav {
    /*background-color: #000;*/
	background: #000 url(/public/media/image/web/franja_menu.jpg) no-repeat scroll;
	/*height: 49px;*/
	height: 53px;
}
#nav {
	background: black;
}
#nav a {
	text-decoration: none;
}
#nav li {
	/*float the main list items*/
	float: left;
	text-transform: uppercase;
	height: 23px;
	list-style: none;
}
#nav li.on {
	color: #ce9c07;
	padding: 5px 0 0 0;
	display: block;
}
#nav li.off {
	color: #ce9c07;
	padding: 5px 0 0 0;
}
#nav li ul {
	display: none;
	height: 23px;
}
#nav li.on ul {
	/*put the subnav below*/
	position: absolute;
	top: 199px;
	left: 0;
	padding-top: 5px;
	background: #ce9c07;
	/*height: 16px;*/
	height: 20px;
	border-top: 1px white solid;
	/*width: 200px;*/
}
#nav li a {
	color: #fff;
	height: 15px; /*padding: 5px;display: block;*/;
	padding: 0 20px;
}
#nav li.on a {
	color: #ce9c07;
}
#nav li.on ul a, #nav li.off ul a {
	float: left; /*ie doesn't inherit the float*/;
	border: 0;
	color: #fff;
	text-transform: capitalize;
	background: transparent url('../media/image/web/menu-bgk.gif') no-repeat scroll left 2px;
	text-align: center;
}
#nav li.on ul .menuFirst a, #nav li.off ul .menuFirst a {
	background: none;
}
#nav li.on ul a:hover, #nav li.off ul a:hover {
	color: #000;
}
#nav li.on ul {
	display: block;
	border-top: 1px white solid;
	border-bottom: 1px white solid;
	width: 1000px;
}
#nav li.off:hover ul, #nav li.over ul {
	display: block;
	z-index: 6000;
	width: 1000px;
}
#nav li.off a:hover, #nav li:hover a {
	color: #ce9c07;
}
#nav li.on:hover ul, #nav li.over ul {
	/*for ie*/
		background: #ce9c07;
}

#nav li ul li.on a, #nav li ul li.on a:hover {
	/* font-weight: bold; */
	color: #000;
	
	
}

#nav li ul li.on {
	padding-top: 0px;	
}

#nav li ul {
	background-color:#123456;
}
#nav li ul li {
	float:none;
}

#nav li.on ul li {
	float:left;
}

#nav li.off ul {
	background: #ce9c07;
	/*put the subnav below*/
	/*position: absolute;
	top: 200px;
	left: 0;*/
	padding-top: 5px;
	background: #ce9c07;
	/*height: 16px;*/
	height: auto;
	border-top: 1px white solid;
	border-right:1px solid #000;
	border-left:1px solid #000;
	border-bottom:1px solid #000;
	/*width: 200px;*/
}
#nav li.off ul a {
	background:none;
}

#nav li.off ul li {
	display:block;
}


