git-svn-id: https://192.168.0.254/svn/Proyectos.CasonaDeSuesa_Web/trunk@2 de94f0af-3a1b-bf4d-aefa-fad6b661e968
137 lines
3.1 KiB
CSS
137 lines
3.1 KiB
CSS
@charset "utf-8";
|
|
/* CSS Document */
|
|
|
|
#menu {
|
|
list-style: none;
|
|
padding: 0;
|
|
margin: 0;
|
|
width: 100%;
|
|
height: 44px;
|
|
background: #000;
|
|
}
|
|
|
|
#menu li, #menu a {
|
|
outline: none;
|
|
display: block;
|
|
text-indent: -9000%;
|
|
float: left;
|
|
}
|
|
|
|
#menu a:hover {
|
|
background: none;
|
|
}
|
|
|
|
|
|
#menu .inicio {
|
|
width: 88px;
|
|
height: 24px;
|
|
background: url(imagenes/menu/lahome-off.gif) no-repeat;
|
|
}
|
|
#menu li.inicio {background: url(imagenes/menu/lahome-on.gif) no-repeat;}
|
|
|
|
|
|
#menu .elhotel {
|
|
width: 105px;
|
|
height: 24px;
|
|
background: url(imagenes/menu/lacasona-off.gif) no-repeat;
|
|
}
|
|
#menu li.elhotel {background: url(imagenes/menu/lacasona-on.gif) no-repeat;}
|
|
|
|
|
|
#menu .habitaciones {
|
|
width: 123px;
|
|
height: 24px;
|
|
background: url(imagenes/menu/habitaciones-off.gif) no-repeat;
|
|
}
|
|
#menu li.habitaciones {background: url(imagenes/menu/habitaciones-on.gif) no-repeat;}
|
|
|
|
|
|
#menu .precios {
|
|
width: 81px;
|
|
height: 24px;
|
|
background: url(imagenes/menu/precios-off.gif) no-repeat;
|
|
}
|
|
#menu li.precios {background: url(imagenes/menu/precios-on.gif) no-repeat;}
|
|
|
|
|
|
#menu .reservas {
|
|
width: 89px;
|
|
height: 24px;
|
|
background: url(imagenes/menu/reservas-off.gif) no-repeat;
|
|
}
|
|
#menu li.reservas {background: url(imagenes/menu/reservas-on.gif) no-repeat;}
|
|
|
|
|
|
#menu .comollegar {
|
|
width: 107px;
|
|
height: 24px;
|
|
background: url(imagenes/menu/quehacer-off.gif) no-repeat;
|
|
}
|
|
#menu li.comollegar {background: url(imagenes/menu/quehacer-on.gif) no-repeat;}
|
|
|
|
|
|
#menu .playas {
|
|
width: 71px;
|
|
height: 24px;
|
|
background: url(imagenes/menu/playas-off.gif) no-repeat;
|
|
}
|
|
#menu li.playas {background: url(imagenes/menu/playas-on.gif) no-repeat;}
|
|
|
|
|
|
#menu .alfinsolos {
|
|
width: 116px;
|
|
height: 24px;
|
|
background: url(imagenes/menu/curiosidades-off.gif) no-repeat;
|
|
}
|
|
#menu li.alfinsolos {background: url(imagenes/menu/curiosidades-on.gif) no-repeat;}
|
|
|
|
|
|
#menu .lacasuca {
|
|
width: 100px;
|
|
height: 20px;
|
|
background: url(imagenes/menu/empresaoff.gif) no-repeat;
|
|
}
|
|
#menu li.lacasuca {background: url(imagenes/menu/empresaon.gif) no-repeat;}
|
|
|
|
|
|
#menu .regalanoches {
|
|
width: 241px;
|
|
height: 20px;
|
|
background: url(imagenes/menu/regalanochesoff.gif) no-repeat;
|
|
}
|
|
#menu li.regalanoches {background: url(imagenes/menu/regalanocheson.gif) no-repeat;}
|
|
|
|
|
|
#menu .tenundetalle {
|
|
width: 121px;
|
|
height: 20px;
|
|
background: url(imagenes/menu/tenundetalleoff.gif) no-repeat;
|
|
}
|
|
#menu li.tenundetalle {background: url(imagenes/menu/tenundetalleon.gif) no-repeat;}
|
|
|
|
|
|
#menu .estanciasespeciales {
|
|
width: 182px;
|
|
height: 20px;
|
|
background: url(imagenes/menu/estanciasespecialesoff.gif) no-repeat;
|
|
}
|
|
#menu li.estanciasespeciales {background: url(imagenes/menu/estanciasespecialeson.gif) no-repeat;}
|
|
|
|
|
|
#menu .fotos {
|
|
width: 56px;
|
|
height: 20px;
|
|
background: url(imagenes/menu/fotosoff.gif) no-repeat;
|
|
}
|
|
#menu li.fotos {background: url(imagenes/menu/fotoson.gif) no-repeat;}
|
|
|
|
|
|
#menu .cosucas {
|
|
width: 80px;
|
|
height: 20px;
|
|
background: url(imagenes/menu/cosucasoff.gif) no-repeat;
|
|
}
|
|
#menu li.cosucas {background: url(imagenes/menu/cosucason.gif) no-repeat;}
|
|
|
|
|