﻿#cabeceraMenu {
	overflow: hidden;
	margin-top: 7px;
}

ul#menu {	
	position:absolute;
	bottom:0;
}
	
ul#menu, ul#menu li {
	padding:0;
	margin:0 0 0px 2px;
}

ul#menu a, ul#menu a span {
	background-repeat: no-repeat;
	display: block;
}

ul#menu li {
	display:block;
	float:left;
}


.btnHotel
{
	background: transparent url(/images/menu/btnHotelOff.jpg) no-repeat;
	width: 100px;
	height:24px;
	margin-left:10px;
	margin-top:18px;
}

.hotel .btnHotel
{

	background: transparent url(/images/menu/btnHotelOn.jpg) no-repeat;
}
	
.btnPaq
{
	background: transparent url(/images/menu/btnPaqOff.jpg) no-repeat;
	width: 100px;
	height:24px;
	margin-top:18px;
}

.btn_izq
{
    background: transparent url(/images/menu/btn_izq.gif) no-repeat;
    height:24px;
    width:9px;
    float:left;
}
.btn_der
{
    background: transparent url(/images/menu/btn_der.gif) no-repeat;
    height:24px;
    width:9px;
    float:left;
}
.btn_cen
{
    background: transparent url(/images/menu/btn_cen.gif) repeat;
    height:24px;
    font-family:Trebuchet MS;
    font-size:14px;
    font-weight:bold;
    float:left;
}


.btn_cenLast
{
    background: transparent url(/images/menu/btn_cen.gif) repeat;
    height:24px;
    font-family:Trebuchet MS;
    font-size:14px;
    font-weight:bold;
    float:left;
    display:block;
    width:150px;
}


/* para pre*/
.genHot
{
   
    padding-top:18px;
    padding-left:5px;
}

.genPaq,.genFerr,.genFerrH,.genEsc,.genVH,.genV,.genLast
{
    padding-top:18px;
}

/* si se ha de subir a pro
.genPaq,.genFerrH,.genEsc,.genLast
{
    padding-top:18px;
}

.genFerr,.genVH,.genV
{
    display:none;
}*/

.enlaceMenuHot,.enlaceMenuPaq,.enlaceMenuFerr,.enlaceMenuFerrH,.enlaceMenuEsc,.enlaceMenuVH,.enlaceMenuV,.enlaceMenuLast
{
     display:block;
     padding-top:3px;
     text-decoration:none;
     color:#FFF;
}


.paquete .enlaceMenuPaq,.hotel .enlaceMenuHot,.ferry .enlaceMenuFerr,.ferryHotel .enlaceMenuFerrH,.escapadas .enlaceMenuEsc,.paqueteVH .enlaceMenuVH,.vuelo .enlaceMenuV,.last .enlaceMenuLast
{
	color:#FAAB0A;
	text-decoration:none;
}

.paquete .btnPaq
{
	background: transparent url(/images/menu/btnPaqOn.jpg) no-repeat;
	
}

ul#menu li .btnFerry 
{
    display: none;
}


