	.nav, .nav ul {
	/* all lists //LEER:: EN CASO DE AGRAGAR A LA BARRA INFO POR DE BAJO DEL CONTACTO SACAR DEL PADDING LOS 20px // HERNAN */
	padding: 0 0 20px 0px;
	margin: 0;
	list-style: none;
	float : left;
	width : 100%;
	color:#2F3E55;

}
	
	.nav li {
	/* all list items */
	position : relative;
	float : left;
	line-height : 2em;
	margin-bottom : -2px;
	width: 180px;
	height:26px;

}
	
	.nav li a {
	width: 142px;
	height:26px;
	display : block;
	color : #4466b0;
	text-decoration : none;
	padding : 0 0 0px 46px;
   background:url(../images/menuitem1.jpg) no-repeat 0 0;

}
	
.nav li a:hover {
background:url(../images/menuitem1.jpg) no-repeat 0 -26px;
color : #4466b0;
}

/* Links principales */ 
.nav li.big a {
	width: 140px;
	height:30px;
	display : block;
	color : #4466b0;
	font-weight : bold;
	text-decoration : none;
	padding : 3px 0 0px 34px;	
	background:url(../images/menuitem2.jpg) no-repeat 0 0;

}
	
.nav li.big a:hover {
background:url(../images/menuitem2.jpg) no-repeat 0 -26px;
color : #a3b9e8;
}	

/* Links principales Big2 */ 
.nav li.big2 a {
	width: 140px;
	height:30px;
	display : block;
	color : #4466b0;
/*	font-weight : bold;*/
	text-decoration : none;
	padding : 3px 0 0px 54px;	
	background:url(../images/menuitem3.jpg) no-repeat 0 0;

}
	
.nav li.big2 a:hover {
background:url(../images/menuitem3.jpg) no-repeat 0 -26px;
color : #a3b9e8;
}	






/* second-level lists */	
	
	
.nav li ul{
	position : absolute;
	left: -999em;
	margin: -33px 0 0 180px;
	padding:0px 0px 8px 0px;
	background-color : #f6f3ea;
}
	
.nav li ul li a {
	width:175px;
	padding : 0px 0 0 0px;
    background:url(../images/menuitem2.jpg) no-repeat 0px 0px;
	background-color : #f6f3ea;
}	
 .nav li ul li a:hover {
   width:175px;
   padding : 3px 0 0 34px;
   background:url(../images/menuitem2.jpg) no-repeat 0px 0px;
	background-color : #f6f3ea;
}	


 /* third-and-above-level lists */
 	.nav li ul ul {
		left: -999em;
		margin-left : 180px;
	}
	

		
	.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;
	}





