git-svn-id: https://192.168.0.254/svn/Proyectos.JardinDeCarrejo_Web/trunk@35 a05c588e-6d60-420d-a138-a9ac874067ed
77 lines
1.4 KiB
CSS
77 lines
1.4 KiB
CSS
@charset "utf-8";
|
|
|
|
div.entrada {
|
|
background: #fff;
|
|
}
|
|
|
|
div.inicio {
|
|
background: url(../img/fondos/fondo-inicio.jpg) no-repeat;
|
|
}
|
|
|
|
div.elhotel {
|
|
background: url(../img/fondos/fondo-elhotel.jpg) no-repeat;
|
|
}
|
|
|
|
div.eljardin {
|
|
background: url(../img/fondos/fondo-eljardin.jpg) no-repeat;
|
|
}
|
|
|
|
div.habitaciones {
|
|
background: url(../img/fondos/fondo-habitaciones.jpg) no-repeat;
|
|
}
|
|
|
|
div.habitaciones-0 {
|
|
background: url(../img/fondos/fondo-habitaciones0.jpg) no-repeat;
|
|
}
|
|
|
|
div.suites-jardin {
|
|
background: url(../img/fondos/fondo-suitejardin.jpg) no-repeat;
|
|
}
|
|
|
|
div.desayunos {
|
|
background: url(../img/fondos/fondo-desayunos.jpg) no-repeat;
|
|
}
|
|
|
|
div.fotos {
|
|
background: url(../img/fondos/fondo-coleccion-fotos.jpg) no-repeat;
|
|
}
|
|
|
|
div.servicios {
|
|
background: url(../img/fondos/fondo-servicios.jpg) no-repeat;
|
|
}
|
|
|
|
div.actividades {
|
|
background: url(../img/fondos/fondo-actividades.jpg) no-repeat;
|
|
}
|
|
|
|
div.tarifas {
|
|
background: url(../img/fondos/fondo-tarifas.jpg) no-repeat;
|
|
}
|
|
|
|
div.situacion {
|
|
background: url(../img/fondos/fondo-situacion.jpg) no-repeat;
|
|
}
|
|
|
|
div.enlaces {
|
|
background: url(../img/fondos/fondo-enlaces.jpg) no-repeat;
|
|
}
|
|
|
|
div.ofertas {
|
|
background: url(../img/fondos/fondo-ofertas.jpg) no-repeat;
|
|
}
|
|
|
|
div.en-obras {
|
|
background: #fff;
|
|
}
|
|
|
|
/* Auxiliar */
|
|
div.sinfondo {
|
|
background: #fff;
|
|
o
|
|
}
|
|
|
|
div.centrado-vertical {
|
|
min-height: 10em;
|
|
display: table-cell;
|
|
vertical-align: middle;
|
|
} |