	
/* Outer navigation bar container */
#nav2 {
	width: 100%;
	height: 35px;
	z-index: 100;
	background-repeat: repeat-x;
	background-position: center top;
	font-family: arial, verdana, sans-serif;
	font-size: 13px;
	border-bottom-color: #FC0;
	position: relative;
	float: left;
	background-image: url(../img/pro_line_0.gif);
	}
#nav_under {
	background-color: #FC0;
}



/* Navigation bar UL */
#menu2 {
	display: block;
	position: absolute;
	top: 0;
	left: 386px;
	width: 946px;
	margin: 0 0 0 -375px;
	padding: 0;
	list-style: none;
	text-align: center;
	z-index: 3;
	}
	
	
/* All list items */
#nav2 LI {
	position: relative;
	display: block;
	margin: 0 4px;
	padding: 0;
	line-height: 1em;
	float: left;
	}
	
/* 1st level - Tab style */
#nav2 LI A {
	display: block;
	margin: 0;
	text-decoration: none;
	color: #FFFFFF;
	background-image: url("../img/widgets/nav.png");
	background-position: 0 top;






	background-repeat; no-repeat;
	padding-top: 0.8em;
	padding-right: 10px;
	padding-bottom: 0.9em;
	padding-left: 10px;
	}
	
#nav2 LI A:hover {
	cursor: pointer;
	background-color: #424244;
	color: #FC3;
	}
	
/* 2nd level - List style */
#nav2 UL UL {
	display: none;
	position: absolute;
	left: 0;
	margin: 0 0 0 -3px;
	padding: 0;
	}
	
#nav2 LI LI {
	position: relative;
	display: block;
	padding: 0;
	list-style: none;
	width: 160px;
	text-align: center;
	}
	
#nav2 LI LI A {
	color: #414142;
	border-bottom: 1px solid #999;
	width: 190px;
	background-color: #FC3;
	}
	
#nav2 LI LI A:hover {
	color: #FC3;
	background: #6C6C6C;
	border-bottom: 1px solid #999;
	}


/* Rollover activation code */
#nav2 LI>UL { /* to override top and left in browsers other than IE, which will position to the top right of the containing li, rather than bottom left */
	top: auto;
	left: auto;
	}

#nav2 LI:hover UL, #nav2 LI.over UL { /* lists nested under hovered list items */
	display: block;
	_margin: 0 0 0 -6px; /* IE */
	padding: 0;
	width: 190px;
	margin-top: -1;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: -1px;
	}
#nav2 #menu2 .submenu_desp {
	cursor: text;
}
.activo {
	background-color: #78797C;
	color: #FC0;
}

