ElJardinDeCarrejo_Web/css/paginas.css

188 lines
4.0 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 {
background: #fff;
}
#cuerpo.elhotel .seccion1 {
position: relative;
top: 0px;
padding-left: 20px;
height: 170px;
width: 377px;
}
#cuerpo.elhotel .seccion2 {
position: relative;
top: 0px;
padding-left: 20px;
height: 170px;
width: 577px;
}
#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;
}
#cuerpo.elhotel img.foto-galeria {
width: 198px;
height: 170px;
}
#cuerpo.eljardin {
background: url(../img/fondos/fondo-eljardin.jpg) no-repeat;
}
#cuerpo.eljardin pre {
background: #fff;
}
#cuerpo.eljardin .seccion1 {
position: relative;
top: 0px;
padding-left: 20px;
height: 170px;
width: 577px;
}
#cuerpo.eljardin .seccion2 {
position: relative;
top: 0px;
left: 198px;
padding-left: 20px;
height: 170px;
width: 379px;
}
#cuerpo.eljardin a.inicio:hover {
background: url(../img/logo.gif) no-repeat;
}
#cuerpo.eljardin a.menu-principal:hover {
background: url(../img/textos/menuon.gif) no-repeat;
}
#cuerpo.eljardin a.descripcion:hover {
background: url(../img/textos/descripcionon.gif) no-repeat;
}
#cuerpo.eljardin a.menu-elhotel:hover {
background: url(../img/textos/menualhotel.gif) no-repeat;
}
#cuerpo.eljardin a.fotos:hover {
background: url(../img/textos/fotosjardinon.gif) no-repeat;
}
#cuerpo.eljardin img.foto-galeria {
width: 198px;
height: 170px;
}
#cuerpo.habitaciones {
background: url(../img/fondos/fondo-habitaciones.jpg) no-repeat;
}
#cuerpo.habitaciones a.inicio:hover {
background: url(../img/logo.gif) no-repeat;
}
#cuerpo.habitaciones a.menu-principal:hover {
background: url(../img/textos/menuon.gif) no-repeat;
}
#cuerpo.habitaciones a.habitaciones:hover {
background: url(../img/textos/habitacioneson.gif) no-repeat;
}
#cuerpo.habitaciones a.suite-jardin:hover {
background: url(../img/textos/Suiteson.gif) no-repeat;
}
#cuerpo.habitaciones a.menu-habitaciones:hover {
background: url(../img/textos/menuahabitaciones.gif) no-repeat;
}
/* Auxiliar */
#cuerpo.sinfondo {
background: #fff;
}
#cuerpo ul li a.normal {
display: inline;
height: auto;
padding: 0;
overflow: display;
}