#container {
	width: 970px;
	max-width:100%;
	margin:0 auto;
	position: relative;
	background-color: #33C0CC;
}
#head {
	font-family:"Trebuchet MS";
	font-size: 11px;
	width: 950px;
	position: relative;
	text-align:left;
}
#head .im {
	vertical-align: middle;
	padding:1px;
}
#head #top {
	position: relative;
	height: 18px;
	line-height: 18px;
	color:#FFFFFF;
	padding-left:8px;
	background-color: #33C0CC;
}
#head #menu {
	position: relative;
	height: 30px;
	text-align:right;	
	padding-right: 3px;
	padding-left: 3px;
	background-color: #333333;
	background-attachment: scroll;
	background-image: url(imagenes/head-fondo.jpg);
	background-repeat: repeat-x;
	background-position: center top;
	line-height: 30px;	
}
#head #menu a, #head #menu a:visited{
	color: #CCCCCC;
	text-decoration: none;	
	position: relative;
	height: 30px;	
	line-height: 30px;
	text-align:center;
	padding-right: 3px;
	padding-left: 3px;
}
#head #menu a:hover{	
	color: #CCCCCC;
	text-decoration: none;
	color: #FF9900;		
	position: relative;	
	text-align:center;
	padding-right: 3px;
	padding-left: 3px;
}
#head span{
	text-align: center;
	width: 1px;
	height: 30px;
	background-color: #FFFFFF;
}


#head #multi-level {height:30px; position:relative; z-index:100;background-color: #33C0CC;	}
#head #multi-level .pad {float:left;}

/* The menu styling */
/* Remove the padding, margins and bullets from the lists */
#head .menu, #head  .menu ul {list-style-type:none; padding:0; margin:0; font-family:arial, sans-serif;}

/* Set up the top level list items and float left to place inline */
#head .menu li.top {display:block; float:left; position:relative;color:#FFFFFF;}

/* Style and position the table so it takes no part in the menu function. The font size is necessary for IE5.5 */
#head .menu table {border-collapse:collapse; width:0; height:0; position:absolute; top:0; left:0;}

/* Default top link link styling */
#head .menu li.top a.top_link {
	display:block;
	float:left;
	height:30px;
	color:#333;
	text-decoration:none;
	text-align:center;
	line-height: 30px;
}
#head .menu li.top span {
	text-align: center;
	background-color: #FFFFFF;
	width: 1px;
	height:30px;
	line-height:30px;
	display:block;
}
#head .menu li.top a span {position:absolute; left:-9999px; top:0; z-index:0; font-size:10px;} /* move the link text off screen */

/* pre-load the hover images into the lists */
#head .menu li.p1 {width:90px; }
#head .menu li.p2 {width:150px;}
#head .menu li.p3 {width:80px;}
#head .menu li.p4 {width:60px;}
#head .menu li.p5 {width:70px;}
#head .menu li.p6 {width:60px;}
#head .menu li.p7 {width:65px;}
#head .menu li.p8 {width:65px;}
#head .menu li.p9 {width:40px;}
#head .menu li.p10 {width:50px;}

/* set up the normal unhovered images in the links */
#head .menu li a#torneos {width:90px;}
#head .menu li a#mundial {width:150px;}
#head .menu li a#habitaciones {width:80px;}
#head .menu li a#hoteles {width:60px;}
#head .menu li a#reservas {width:70px;}
#head .menu li a#turismo {width:60px;}
#head .menu li a#servicios {width:65px;}
#head .menu li a#generales {width:65px;}
#head .menu li a#otros {width:40px;}

/* Style the list OR link hover. Depends on which browser is used */
#head .menu a:hover {visibility:visible;color:#D5D5D5;} /* for IE6 */
#head .menu li:hover { position:relative; z-index:200;color:#D5D5D5;} /* for IE7 */

/* make the links transparent on hover so that the hover images in the lists show through (no flicker) */
#head .menu li a#torneos:hover, #head .menu li:hover a#torneos,
#head .menu li a#mundial:hover, #head .menu li:hover a#mundial,
#head .menu li a#habitaciones:hover, #head .menu li:hover a#habitaciones,
#head .menu li a#hoteles:hover, #head .menu li:hover a#hoteles,
#head .menu li a#reservas:hover, #head .menu li:hover a#reservas,
#head .menu li a#turismo:hover, #head .menu li:hover a#turismo,
#head .menu li a#servicios:hover, #head .menu li:hover a#servicios,
#head .menu li a#generales:hover, #head .menu li:hover a#generales,
#head .menu li a#otros:hover, #head .menu li:hover a#otros {background:transparent;color:#F8F8F8;}

/* keep the 'next' level invisible by placing it off screen. */
#head .menu ul, 
#head .menu :hover ul ul, 
#head .menu :hover ul :hover ul ul,
#head .menu :hover ul :hover ul :hover ul ul,
#head .menu :hover ul :hover ul :hover ul :hover ul ul {position:absolute; left:-9999px; top:-9999px; width:0; height:0;}

/* set up the first drop down sub level */
#head .menu :hover ul.sub {left:0; top:27px; background: #333333; padding:3px 0; border:1px solid #888; white-space:nowrap; width:144px; height:auto;color:#fff;}
#head .menu :hover ul.sub li {
	display:block;
	height:20px;
	position:relative;
	float:left;
	width:144px;
	background-attachment: scroll;
	background-image: url(imagenes/menuf.png);
	background-repeat: repeat-x;
	background-position: center center;
}
#head .menu :hover ul.sub li a {display:block; font-size:11px; height:20px; width:135px; line-height:20px; text-indent:5px; color:#fff; text-decoration:none; border:3px solid #333; border-width:0 3px 0 3px;text-align:left;padding-right:3px;}
#head .menu :hover ul.sub li a.fly {
	background-attachment: scroll;
	background-color: #333333;
	background-image: url(imagens/flecha-menu.png);
	background-repeat: no-repeat;
	background-position: right center;
}
#head .menu :hover ul.sub li a:hover {background:#F3D527; color:#333;}
#head .menu :hover ul.sub li a.fly:hover {background:#F3D527; color:#333;background-image: url(imagens/flecha-menu2.png);
	background-repeat: no-repeat;
	background-position: right center;background-attachment: scroll;}
#head .menu :hover ul li:hover > a.fly {background:#F3D527; color:#333;} 

/* set up the flyout levels when hovering */
#head .menu :hover ul :hover ul,
#head .menu :hover ul :hover ul :hover ul,
#head .menu :hover ul :hover ul :hover ul :hover ul,
#head .menu :hover ul :hover ul :hover ul :hover ul :hover ul
{left:138px; top:-4px; background: #333; padding:3px 0; border:1px solid #888; white-space:nowrap; width:144px; z-index:200; height:auto; z-index:300;}

