
#navContainer	{
	float:left;
	text-align:center;
	width:100%;
	clear:both;
	border:1px solid red;
}

#nav	{
	/*margen del nav*/
	margin-top:0px;
	float:left;
	width:100%;
	text-align:center;
}
	
#nav ul { /* all lists */
	padding:0;
	margin:0 auto;
	list-style:none;
	line-height:1em;
	width:733px;
}

#nav a {
	display:block;
	width:auto;
	text-decoration:none;
	color:#222D33;
}

#nav li { /* all list items */
	float:left;
	width:auto; /* width needed or else Opera goes nuts */
	position:relative;
}

#nav li ul { /* second-level lists */
	position:absolute;
	width:172px;
	left:-999em; /* using left instead of display to hide menus because display:none isn't read by screen readers */
	z-index:1;
}

#nav li ul li {
	display:block;
	clear:both;
	line-height:1.5em;	
	text-align:left;
	width:172px;
	font-Size:0.8em;
	font-Weight:bold;
	background-image:url('../imagenes_menu/menu_fondo.png');
	background-repeat:repeat-y;
}

#nav li ul li a 	{
	width:158px;
	padding-left:8px;
}

#nav li ul li a:hover 	{
	color:#11779F;
}

#nav li ul li.ultimoElemento	{
	background-image:url('../imagenes_menu/menu_ultimo.png');
	background-repeat :no-repeat;
	background-position:top right;
	width:172px;
	height:15px;
	line-height:8px;
}

#nav li:hover ul, #nav li.sfhover ul { /* lists nested under hovered list items */
	left:auto;
}

/* Fijar la posicion para los menus en IE 7.0 */
#nav li:hover, #nav li.hover	{
	position:static;
}

#nav a	{
	behavior:url('/css/iepngfix.htc'); 
}
/*imagenes cogidas de:   http://images.europe.creative.com/iss/images/menu/top/  */
#nav a#menu1  {
	width:65px;
	height:34px;
	background:url('../imagenes_menu/menu1_off.gif') top left no-repeat;
}

#nav a#menu2 {
	width:140px;
	height:34px;
	background:url('../imagenes_menu/menu2_off.gif') top left no-repeat;
}

#nav a#menu3 {
	width:121px;
	height:34px;
	background:url('../imagenes_menu/menu3_off.gif') top left no-repeat;
}		

#nav a#menu4 {
	width:100px;
	height:34px;
	background:url('../imagenes_menu/menu4_off.gif') top left no-repeat;
}	

#nav a#menu5 {
	width:93px;
	height:34px;
	background:url('../imagenes_menu/menu5_off.gif') top left no-repeat;
}		

#nav a#menu6 {
	width:91px;
	height:34px;
	background:url('../imagenes_menu/menu6_off.gif') top left no-repeat;
}		


#nav a#menu1:hover img, #nav a#menu1.iluminado img {
	background:url('../imagenes_menu/menu1_on.gif') top left no-repeat;
}

#nav a#menu2:hover img, #nav a#menu2.iluminado img {
	background:url('../imagenes_menu/menu2_on.gif') top left no-repeat;
}

#nav a#menu3:hover img, #nav a#menu3.iluminado img {
	background:url('../imagenes_menu/menu3_on.gif') top left no-repeat;
}		

#nav a#menu4:hover img, #nav a#menu4.iluminado img {
	background:url('../imagenes_menu/menu4_on.gif') top left no-repeat;
}		

#nav a#menu5:hover img, #nav a#menu5.iluminado img {
	background:url('../imagenes_menu/menu5_on.gif') top left no-repeat;
}		

#nav a#menu6:hover img, #nav a#menu6.iluminado img {
	background:url('../imagenes_menu/menu6_on.gif') top left no-repeat;
}


#iframeBehindMenu {
	z-index:1;
	position:absolute;
	display:none;
	filter:alpha(opacity:0);
}

/* Support for the "iehover-fix.js" */

* html ul.nav iframe {
	position:absolute;
	/* account for the border */
	left:-0.25em;
	top:-0.25em;
	z-index:0;
	filter:progid:DXImageTransform.Microsoft.Alpha(style=0,opacity=0);
}

