﻿#cabeceraMenu {
	width:100%;
	background-color:#002776;
	overflow:hidden;
}

ul#menu {
	float:right;
}
	
ul#menu, ul#menu li {
	padding:0;
	margin:0;
	list-style-type:none;
}
ul#menu a{
  text-align:center;
  background:#FFFFFF url(/images/global/btn_menu_center.jpg) repeat-x scroll center top;
  display: block;
	height: 19px;
	color:#002776;
}
ul#menu a.btn_grande_act span{
}

ul#menu a span {
  background:transparent url(/images/global/btn_menu_right.jpg) no-repeat scroll right top;
	display: block;
	height: 19px;
	color:#002776;
	line-height:18px;
	padding: 0 18px 0 6px;
	white-space: nowrap;
}

ul#menu li {
	float:left;
	_width:5%;
}

a.btn_home span#home {
	text-align:center;	
}

a.btn_grande {
	background-color:#014DA1;
	text-decoration:none;
	/*width:86px;/*Esta medida tiene que ser igual a width+padding-left+padding-right de a.btn_grande span */
	text-align: left;
	color: white;	
		
}
a.btn_grande span {
  font: bold 12px Verdana;
	/*padding:0 16px;*/
	/*width:48px;		*/
}

a.btn_grande:hover, a.btn_grande_act{
	background-color:#FE9A22;
	color:#FFF;
	cursor:pointer;
	text-decoration:none;
}
/*
#menu li#hotel {width:6%}
#menu li#coches {width:12%}
#menu li#vuelos {width:6%}
#menu li#vuelo_hot {width:10%}
#menu li#transfers {width:10%}
#menu li#servicios {width:18%}
#menu li#esqui {width:4%}
#menu li#golf {width:4%}
#menu li#cruceros {width:8%}
#menu li#dinamic {width:15%}
*/
#menu li#dinamic a span{
  background:transparent url(/images/global/btn_menu_right_last.jpg) no-repeat scroll right top;
}

/* ------------------css submenus-------------------------------------*/
#general li ul {
    display:none;
}

#general li:hover ul {
    display:block;
}

#menu li ul {
  display:none;
	position:absolute;
	padding-left:0;
	margin-left:0;
	z-index:2000;
}
#menu li:hover ul { /*igual que abajo para firefox y ie7*/
	display:block;
	z-index:2000;
}
#menu li.iehover ul { /*igual que arriba pero para ie6*/
	display:block;
	background-color:#FFDF94;
	z-index:2000;
}
#menu li ul li {
	float:none;
	text-align:left;
	text-decoration:none;
	margin:0;
	padding:0;
	border:0;
}
#menu li ul li a {
	text-decoration:none;
	background-color:#fff;
	padding:4px 6px;
	color:#002776;
	font: bold 12px Arial;
	line-height: 18px;
	text-align:left;
	border:solid 1px #002776;
	border:0;
	/*_margin-top:-2px;/*hack IE6*/
  width:160px;
}

#menu li ul li a:hover {
}

#menu li ul li.construction{
  font: bold 11px Verdana;
  background: #D6D6D6 url('/images/global/construction.jpg') no-repeat left center;
  color: #012876;
  border: solid 1px #012876;
  padding: 0 8px 0 38px;
  height: 38px;
  line-height:38px;
  width:160px;
}