﻿#cabecera{
	width: 99%;
}

a.btn_grande {
	/*background-image: url(../images/menu/superboton.gif);
	background-repeat:no-repeat;
	background-position: left top;*/
	text-decoration:none;
	width:145px;/*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: #000000;
	text-transform:uppercase;
		
}
a.btn_grande span {
	/*background-image: url(../images/menu/hotel.gif);
	background-repeat:no-repeat;
	background-position:right top;*/
	padding-top:11px;
	padding-bottom:8px;
	font-size: 11px;
	font-weight: bold;
	padding-left:6px;
	padding-right:0px;
	width:145px;		
}

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 span#hoteles{
	/*background-image: url(../images/menu/paquetes.gif);*/
	 width:145px;
}
a.btn_grande span#paquetes{ /*"escapadas"*/
	/*background-image: url(../images/menu/paquetes.gif);*/
	padding-left:6px;
	width:76px;
}
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);*/
	padding-left:60px;
}
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;*/
	text-decoration: underline;
	cursor:pointer;
}
a.btn_grande:hover span#hoteles{
	/*background-image: url(../images/menu/paquetes_on.gif);*/
	text-decoration: underline;
	cursor:pointer;
}
a.btn_grande:hover span#paquetes{ /*"escapadas"*/
	/*background-image: url(../images/menu/paquetes_on.gif);*/
	text-decoration: underline;
	cursor:pointer;
}
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);*/
	text-decoration: underline;
	cursor:pointer;
}
a.btn_grande:hover span#asistentes{
	/*background-image: url(../images/menu/asistente_on.gif);*/
	text-decoration: underline;
	cursor:pointer;
}

/* ------------------css submenus-------------------------------------*/
#general li ul{
    display:none;
}

#general li:hover ul{
    display:block;
}

#menu li ul, #menu2 li ul{
    display:none;
	background-color:#15A4D2;
	color: #000000;
	position:absolute;
	padding-left:0px;
	margin-left:0px;
	z-index:2000;
}
		
#menu li:hover  ul, #menu2 li:hover  ul{/*igual que abajo para firefox y ie7*/
	display:block;
	z-index:2000;
}
#menu li.hover  ul, #menu2 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*/
}
#menu li ul li, #menu2 li ul li{
	float:none;
	text-align:left;
	text-decoration:none;
}
#menu li ul li a, #menu2 li ul li a{
	
	_margin-top:-18px;/*hack IE6*/
	text-decoration:none;
	border-bottom:1px solid white;
	font-size:11px;
	padding:5px 7px 5px 7px;
	color: #000000;
}

#menu li ul li a:hover, #menu2 li ul li a:hover{
	color:#FFFFFF;
}
ul#menu, ul#menu2{	
	float:left;
	}
	
ul#menu ,ul#menu li, ul#menu2 li{
	padding:0px;
	margin:0px;
		
}

ul#menu a, ul#menu a span, ul#menu2 a, ul#menu2 a span {
	background-repeat: no-repeat;
	display: block;
}

ul#menu li, ul#menu2 li{
	display:block;
	float:left;
}

.submenu{
  height: 20px;
  clear: both;
}

.separador /*imagen separador*/
{
	padding-top:14px;
}
.escapadas
{
	width:76px;
	text-decoration:none;
	text-align: left;
	background-repeat:no-repeat;	
	color: #000000;
	text-transform:uppercase;
	padding-top:11px;
	padding-bottom:8px;
	font-size: 11px;
	font-weight: bold;
	padding-left:6px;
	padding-right:0px;
	
}
.reservadegrupos
{
	width:120px;
	text-decoration:none;
	text-align: left;
	background-repeat:no-repeat;	
	color: #000000;
	text-transform:uppercase;
	padding-top:11px;
	padding-bottom:8px;
	font-size: 11px;
	font-weight: bold;
	padding-left:6px;
	padding-right:0px;
	
}
.taxidays
{
	width:60px;
	text-decoration:none;
	text-align: left;
	background-repeat:no-repeat;	
	color: #000000;
	text-transform:uppercase;
	padding-top:11px;
	padding-bottom:8px;
	font-size: 11px;
	font-weight: bold;
	padding-left:6px;
	padding-right:0px;
	
}
.tureserva
{
	width:80px;
	text-decoration:none;
	text-align: left;
	background-repeat:no-repeat;	
	color: #000000;
	text-transform:uppercase;
	padding-top:11px;
	padding-bottom:8px;
	font-size: 11px;
	font-weight: bold;
	padding-left:6px;
	padding-right:0px;
	
}
.regalaunaestancia
{
	width:133px;
	text-decoration:none;
	text-align: left;
	background-repeat:no-repeat;	
	color: #000000;
	text-transform:uppercase;
	padding-top:11px;
	padding-bottom:8px;
	font-size: 11px;
	font-weight: bold;
	padding-left:6px;
	padding-right:0px;
	
}
.directoriodehoteles
{
	width:145px;
	text-decoration:none;
	text-align: left;
	background-repeat:no-repeat;	
	color: #000000;
	text-transform:uppercase;
	padding-top:11px;
	padding-bottom:8px;
	font-size: 11px;
	font-weight: bold;
	padding-left:6px;
	padding-right:0px;
	
}
.texto_menu
{
	font-family:Arial;
	font-size:13px;
	font-weight:bold;
}

.texto_submenuWeb
{
	font-family:Arial;
	font-size:11px;
	font-weight:bold;
	background-color: #15A4D2;
}
.texto_submenuIbi
{
	font-family:Arial;
	font-size:11px;
	font-weight:bold;
	background-color: #DD0067;
}
.texto_submenuAra
{
	font-family:Arial;
	font-size:11px;
	font-weight:bold;
	background-color: #7B9F4A;
}
