	
	#nav, #nav ul { /* all lists */
		padding: 0px;
		padding-top:5px;
		margin: 0;
		list-style: none;
		float : left;
		width :100%;	
		/*color:#ff0000;	*/			

	}
	
	#nav li {
	/* all list items */
	position : relative;
	float : left;
	line-height : 2em;
	margin-bottom : -2px;
	width: 165px;
	height:47px;
	background : url(../images/menu_bloque1.jpg) no-repeat;
	

}

/*#nav li.top {
	background : url(../images/menu_top_bottom.jpg) no-repeat;
	height:6px;
}
#nav li.bottom {
	background : url(../images/menu_top_bottom.jpg) no-repeat;
	height:6px;
}

*/
	
	#nav li ul { /* second-level lists */
		position : absolute;
		left: -999em;
		margin-left : 160px;
		margin-top : -35px;
		background-color:#9E9487;

	}
	
	#nav li ul ul { /* third-and-above-level lists */
		left: -999em;
	}
	
	#nav li a {
	width: 120px;
	display : block;
	color:#FFFFFF;
	font-weight:bold;
	text-decoration : none;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 30px;
}
	
	#nav li a:hover {
	color:#635748;
	background : url(../images/menu_bloque2.jpg) no-repeat;
	}
	
	#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul {
		left: -999em;
	}
	
	#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul { /* lists nested under hovered list items */
		left: auto;
	}

	/* Seccion Newsletter*/
#nav li.nl_top{
	background : url(../images/menu_bloque5.jpg) no-repeat;
	height:56px;
}

#nav li.nl_item{
	background : url(../images/menu_bloque6.jpg) no-repeat;
	height:24px;
}

	#nav nl_item a {
	width: 203px;
	display : block;
	color:#2F3E55;
	font-weight:bold;
	text-decoration : none;
	padding : 0 0 0px 36px;
}
