
.MenuGroup
{
  background-color:#b7d8f0;
  cursor:default; 
}


.TopMenuHotel
{ 
  /*margin-left:5px;*/
  text-align:center;
  font-family:Verdana; 
  font-size:18px; 
  color:White;
  cursor:pointer;
  background:url('../images/cabecera/buenos/hotel_inactivo.jpg');
  background-repeat:no-repeat;
  width:93px;
  height:107px;
}


div#Menu2
{ 
	position: relative;
	top: 50px;  

 
}

.TopMenuHotelHover
{
  text-align:center;
  font-family:Verdana; 
  font-size:18px; 
  color:White;
  cursor:pointer;
  background:url('../images/cabecera/buenos/hotel_inactivo_hover.jpg');
  background-repeat:no-repeat;
  width:93px;
  height:107px;
}

.TopMenuHotelAct
{
  text-align:center;
  font-family:Verdana; 
  font-size:18px; 
  color:#004F9F;
  cursor:pointer;
  /*background:url('../images/cabecera/hotel_activo.jpg');*/
  background:url('../images/cabecera/buenos/hotel_activo_hover.jpg');
  background-repeat:no-repeat;
  width:93px;
  height:107px;
}
.TopMenuHotelActHover
{
  text-align:center;
  font-family:Verdana; 
  font-size:18px; 
  color:#004F9F;
  cursor:pointer;
  background:url('../images/cabecera/buenos/hotel_activo_hover.jpg');
  background-repeat:no-repeat;
  width:93px;
  height:107px;
}

.TopMenuVuelo
{ 
  text-align:center;
  font-family:Verdana; 
  font-size:18px; 
  color:White;
  cursor:pointer;
  background:url('../images/cabecera/vuelos_inactivo.jpg');
  background-repeat:no-repeat;
  background-position:right bottom;
  width:84px;
  height:90px;
}
.TopMenuVueloHover
{
  text-align:center;
  font-family:Verdana; 
  font-size:18px; 
  color:White;
  cursor:pointer;
  background:url('../images/cabecera/vuelos_inactivo_hover.jpg');
  background-repeat:no-repeat;
  background-position:right bottom;
  width:84px;
  height:90px;
}

.TopMenuVueloAct
{ 
  text-align:center;
  font-family:Verdana; 
  font-size:18px; 
  color:#004F9F;
  cursor:pointer;
  /*background:url('../images/cabecera/vuelos_activo.jpg');*/
  background:url('../images/cabecera/vuelos_activo_hover.jpg');
  background-repeat:no-repeat;
  background-position: right bottom;
  width:84px;
  height:90px;  
}

.TopMenuVueloActHover
{
  text-align:center;
  font-family:Verdana; 
  font-size:18px; 
  letter-spacing:0px;
  color:#004F9F;
  cursor:pointer;
  background:url('../images/cabecera/vuelos_activo_hover.jpg');
  background-repeat:no-repeat;
  background-position:right bottom;
  width:84px;
  height:90px;
}



