ElJardinDeCarrejo_Web/css/fondos_ie6.css
2010-04-16 18:44:53 +00:00

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;
}