ElJardinDeCarrejo_Web/css/paginas.css

80 lines
1.9 KiB
CSS
Raw Normal View History

@charset "utf-8";
#cuerpo.inicio {
background: url(../img/fondos/fondo-inicio.jpg) no-repeat;
}
#cuerpo.inicio a.elhotel:hover {
background: url(../img/textos/elhotelon.gif) no-repeat;
}
#cuerpo.inicio a.eljardin:hover {
background: url(../img/textos/eljardinon.gif) no-repeat;
}
#cuerpo.inicio a.habitaciones:hover {
background: url(../img/textos/habitacioneson.gif) no-repeat;
}
#cuerpo.inicio a.desayunos:hover {
background: url(../img/textos/desayunoson.gif) no-repeat;
}
#cuerpo.inicio a.fotos:hover {
background: url(../img/textos/fotoson.gif) no-repeat;
}
#cuerpo.inicio a.servicios:hover {
background: url(../img/textos/servicioson.gif) no-repeat;
}
#cuerpo.inicio a.actividades:hover {
background: url(../img/textos/actividadeson.gif) no-repeat;
}
#cuerpo.inicio a.tarifas:hover {
background: url(../img/textos/tarifason.gif) no-repeat;
}
#cuerpo.inicio a.situacion:hover {
background: url(../img/textos/llegaron.gif) no-repeat;
}
#cuerpo.inicio a.ofertas:hover {
background: url(../img/textos/noticiason.gif) no-repeat;
}
#cuerpo.inicio a.enlaces:hover {
background: url(../img/textos/linkson.gif) no-repeat;
}
#cuerpo.elhotel {
background: url(../img/fondos/fondo-elhotel.jpg) no-repeat;
}
#cuerpo.elhotel pre {
padding-left: 20px;
height: 342px;
background: url(../img/fondos/fondo-textohotel.gif) no-repeat bottom left;
}
#cuerpo.elhotel a.inicio:hover {
background: url(../img/logo.gif) no-repeat;
}
#cuerpo.elhotel a.menu-principal:hover {
background: url(../img/textos/menuon.gif) no-repeat;
}
#cuerpo.elhotel a.descripcion:hover {
background: url(../img/textos/descripcionon.gif) no-repeat;
}
#cuerpo.elhotel a.menu-elhotel:hover {
background: url(../img/textos/menualhotel.gif) no-repeat;
}
#cuerpo.elhotel a.fotos:hover {
background: url(../img/textos/fotosjardinon.gif) no-repeat;
}