﻿#cabecera{
	width:646px;
}

ul#menu{	
	float:left;
	}
	
ul#menu ,ul#menu li{
	padding:0px;
	margin:0px;
		
}

ul#menu a, ul#menu a span {
	background-repeat: no-repeat;
	display: block;
}

ul#menu li{
	display:block;
	float:left;
}

a.btn_grande {
	background-image: url(../images/menu/superboton.gif);
	background-repeat:no-repeat;
	background-position: left top;
	text-decoration:none;
	width:85px;/*Esta medida tiene que ser igual a width+padding-left+padding-right de a.btn_grande span */
	text-align: left;
	background-repeat:no-repeat;	
	color: white;	
		
}
a.btn_grande span {
	background-image: url(../images/menu/hotel.gif);
	background-repeat:no-repeat;
	background-position:right top;
	padding-top:10px;
	padding-bottom:8px;
	font-size: 11px;
	font-weight: bold;
	padding-left:6px;
	padding-right:32px;
	width:48px;		
}

a.btn_grande:hover {
	background-image: url(../images/menu/superboton_on.gif);
	background-repeat:no-repeat;
	color:#4F5B7A;/*azul marino;*/
	cursor:pointer;
}
a.btn_grande:hover span {
	background-image: url(../images/menu/hotel_on.gif);
	background-repeat:no-repeat;
	
	
}
a.btn_grande:hover span {
	background-image: url(../images/menu/hotel_on.gif);
	background-repeat:no-repeat;
}
a.btn_grande span#paquetes{
	background-image: url(../images/menu/paquetes.gif);
}
a.btn_grande span#vuelos{
	background-image: url(../images/menu/vuelos.gif);
}
a.btn_grande span#cruceros{
	background-image: url(../images/menu/cruceros.gif);
}
a.btn_grande span#esqui{
	background-image: url(../images/menu/esqui.gif);
}
a.btn_grande span#coches{
	background-image: url(../images/menu/coche.gif);
}
a.btn_grande span#vuelo_hot{
	padding-top:3px;
	background-image: url(../images/menu/vuelo_hot.gif);
	padding-bottom:1px;
}
a.btn_grande span#servicios{
	background-image: url(../images/menu/servicios.gif);
}
a.btn_grande span#asistentes{
	background-image: url(../images/menu/asistente.gif);
}
a.btn_grande:hover {
	background-image: url(../images/menu/superboton_on.gif);
	background-repeat:no-repeat;
}
a.btn_grande:hover span {
	background-image: url(../images/menu/hotel_on.gif);
	background-repeat:no-repeat;
}
a.btn_grande:hover span {
	background-image: url(../images/menu/hotel_on.gif);
	background-repeat:no-repeat;
}
a.btn_grande:hover span#paquetes{
	background-image: url(../images/menu/paquetes_on.gif);
}
a.btn_grande:hover span#vuelos{
	background-image: url(../images/menu/vuelos_on.gif);
}
a.btn_grande:hover span#cruceros{
	background-image: url(../images/menu/cruceros_on.gif);
}
a.btn_grande:hover span#esqui{
	background-image: url(../images/menu/esqui_on.gif);
}
a.btn_grande:hover span#coches{
	background-image: url(../images/menu/coche_on.gif);
}
a.btn_grande:hover span#vuelo_hot{
	background-image: url(../images/menu/vuelo_hot_on.gif);
}
a.btn_grande:hover span#servicios{
	background-image: url(../images/menu/servicios_on.gif);
}
a.btn_grande:hover span#asistentes{
	background-image: url(../images/menu/asistente_on.gif);
}

/* ------------------css submenus-------------------------------------*/
#general li ul{
    display:none;
}

#general li:hover ul{
    display:block;
}

#menu li ul{
    display:none;
	position:absolute;
	padding-left:0px;
	margin-left:0px;
	z-index:2000;
}
		
#menu li:hover  ul{/*igual que abajo para firefox y ie7*/
	display:block;
	background-color:#BCD0EE;/*azul claro*/
	z-index:2000;
}
#menu li.hover  ul{/*igual que arriba pero para ie6*/
	display:block;
	_padding-top:1.1em;/*la medida que sale aqui debe ser la misma  que _margintop en #menu li ul li a{} que se ve unas lineas más abajo*/
	background-color:#BCD0EE;/*azul claro*/

}
#menu li ul li{
	float:none;
	text-align:left;
	text-decoration:none;
}
#menu li ul li a{
	
	_margin-top:-18px;/*hack IE6*/
	text-decoration:none;
	border-bottom:1px solid white;
	color:#404A63;
	font-size:11px;
	padding:5px 7px 5px 7px;	
}

#menu li ul li a:hover{
	color:white;
	background-color:#404A63;/*azul marino**/
}
