diff --git a/css/estilos.css b/css/estilos.css index caee73a..3a0daf5 100644 --- a/css/estilos.css +++ b/css/estilos.css @@ -22,19 +22,28 @@ a:link { color: #333; text-decoration: none; } + a:visited { text-decoration: none; color: #333; } + a:hover { text-decoration: none; color: #666; } + a:active { text-decoration: none; color: #333; } +pre { + color: #666; + font-family: Georgia,"Times New Roman",Times,serif; + font-size: 12px; +} + .resaltado { color: #FF0000; } @@ -61,40 +70,39 @@ a:active { #cuerpo { - width: 794px; - height: 510px; + width: 796px; + height: 512px; margin-bottom: 8px; } #cuerpo ul { - width: 794px; - height: 510px; + width: 796px; + /*height: 512px; */ padding:0; margin:0; list-style: none; } #cuerpo ul li { + display: block; + width: 199px; + height: 171px; + float: left; } #cuerpo ul li a { display: block; - width: 198px; height: 0px; - float: left; - padding: 170px 0 0 0; + padding: 171px 0 0 0; overflow: hidden; } - #cuerpo ul li a:hover { - border: 1px solid #fff; - } - #pie { - position: relative; + position: absolute; width: 794px; padding: 0px; height: 20px; + color: #999999; } #pie .direccion { float: left; @@ -102,6 +110,8 @@ a:active { #pie .email { float: right; + font-size: 16px; + font-weight: bold; } .hidden { diff --git a/css/menu.css b/css/menu.css index 5eff421..4d73589 100644 --- a/css/menu.css +++ b/css/menu.css @@ -15,7 +15,7 @@ display: block; text-decoration: none; color: #999; - width: 50px; + width: 796px; padding: 5px 0; } diff --git a/css/paginas.css b/css/paginas.css index af00896..d464719 100644 --- a/css/paginas.css +++ b/css/paginas.css @@ -4,10 +4,76 @@ background: url(../img/fondos/fondo-inicio.jpg) no-repeat; } #cuerpo.inicio a.elhotel:hover { - background: url(../imagenes/elhotelon.gif) no-repeat; + background: url(../img/textos/elhotelon.gif) no-repeat; } #cuerpo.inicio a.eljardin:hover { - background: #fff url(../imagenes/eljardinon.gif) no-repeat; + 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; + } diff --git a/hotel.htm b/hotel.htm index 76262d6..4e0a9a2 100644 --- a/hotel.htm +++ b/hotel.htm @@ -1,92 +1,70 @@ + + Hotel El jardín de Carrejo. Hotel sin humo.Carrejo, Cantabria, España. + + + + + -Hotel El jardín de Carrejo. Hotel sin humos. Hotel. Carrejo, Cantabria, España. - - - - - - -
- - - - - - - - - -
Menu principalFotos jardin
- - - - - -
Hotel Jardín de Carrejo · Hotel sin humos · Cabezón de la Sal, 39500 CANTABRIA · Tel: 942701516 · Fx: 942701871 · mapa web@
+ + diff --git a/imagenes/Suiteson.gif b/imagenes/Suiteson.gif index f16a2c7..c17fdce 100644 Binary files a/imagenes/Suiteson.gif and b/imagenes/Suiteson.gif differ diff --git a/imagenes/description.gif b/imagenes/description.gif index 4b55e76..4ae2a63 100644 Binary files a/imagenes/description.gif and b/imagenes/description.gif differ diff --git a/img/fondos/fondo-elhotel.jpg b/img/fondos/fondo-elhotel.jpg index c4531c4..c889b6c 100644 Binary files a/img/fondos/fondo-elhotel.jpg and b/img/fondos/fondo-elhotel.jpg differ diff --git a/img/fondos/fondo-inicio.jpg b/img/fondos/fondo-inicio.jpg index 2586e71..142dd2c 100644 Binary files a/img/fondos/fondo-inicio.jpg and b/img/fondos/fondo-inicio.jpg differ diff --git a/img/fondos/fondo-textohotel.gif b/img/fondos/fondo-textohotel.gif new file mode 100644 index 0000000..aca6371 Binary files /dev/null and b/img/fondos/fondo-textohotel.gif differ diff --git a/img/logo.gif b/img/logo.gif new file mode 100644 index 0000000..f61beb6 Binary files /dev/null and b/img/logo.gif differ diff --git a/img/textos - copia/Suiteson.gif b/img/textos - copia/Suiteson.gif new file mode 100644 index 0000000..f16a2c7 Binary files /dev/null and b/img/textos - copia/Suiteson.gif differ diff --git a/img/textos - copia/actividadeson.gif b/img/textos - copia/actividadeson.gif new file mode 100644 index 0000000..5895f2d Binary files /dev/null and b/img/textos - copia/actividadeson.gif differ diff --git a/img/textos - copia/cenason.gif b/img/textos - copia/cenason.gif new file mode 100644 index 0000000..a8bef13 Binary files /dev/null and b/img/textos - copia/cenason.gif differ diff --git a/img/textos - copia/desayunoson.gif b/img/textos - copia/desayunoson.gif new file mode 100644 index 0000000..eee7048 Binary files /dev/null and b/img/textos - copia/desayunoson.gif differ diff --git a/img/textos - copia/description.gif b/img/textos - copia/description.gif new file mode 100644 index 0000000..4b55e76 Binary files /dev/null and b/img/textos - copia/description.gif differ diff --git a/img/textos - copia/desyunoson.gif b/img/textos - copia/desyunoson.gif new file mode 100644 index 0000000..334a550 Binary files /dev/null and b/img/textos - copia/desyunoson.gif differ diff --git a/img/textos - copia/elhotelon.gif b/img/textos - copia/elhotelon.gif new file mode 100644 index 0000000..22be12f Binary files /dev/null and b/img/textos - copia/elhotelon.gif differ diff --git a/img/textos - copia/eljardinon.gif b/img/textos - copia/eljardinon.gif new file mode 100644 index 0000000..698a84c Binary files /dev/null and b/img/textos - copia/eljardinon.gif differ diff --git a/img/textos - copia/fotosjardinon.gif b/img/textos - copia/fotosjardinon.gif new file mode 100644 index 0000000..79e7a0e Binary files /dev/null and b/img/textos - copia/fotosjardinon.gif differ diff --git a/img/textos - copia/fotoson.gif b/img/textos - copia/fotoson.gif new file mode 100644 index 0000000..a30ccd8 Binary files /dev/null and b/img/textos - copia/fotoson.gif differ diff --git a/img/textos - copia/habitacion.gif b/img/textos - copia/habitacion.gif new file mode 100644 index 0000000..8206eb6 Binary files /dev/null and b/img/textos - copia/habitacion.gif differ diff --git a/img/textos - copia/habitacioneson.gif b/img/textos - copia/habitacioneson.gif new file mode 100644 index 0000000..4ed4bc3 Binary files /dev/null and b/img/textos - copia/habitacioneson.gif differ diff --git a/img/textos - copia/linkson.gif b/img/textos - copia/linkson.gif new file mode 100644 index 0000000..3a4c85e Binary files /dev/null and b/img/textos - copia/linkson.gif differ diff --git a/img/textos - copia/llegaron.gif b/img/textos - copia/llegaron.gif new file mode 100644 index 0000000..e6e34c6 Binary files /dev/null and b/img/textos - copia/llegaron.gif differ diff --git a/img/textos - copia/menuon.gif b/img/textos - copia/menuon.gif new file mode 100644 index 0000000..05cbcd4 Binary files /dev/null and b/img/textos - copia/menuon.gif differ diff --git a/img/textos - copia/noticiason.gif b/img/textos - copia/noticiason.gif new file mode 100644 index 0000000..a997172 Binary files /dev/null and b/img/textos - copia/noticiason.gif differ diff --git a/img/textos - copia/precioson.gif b/img/textos - copia/precioson.gif new file mode 100644 index 0000000..f07a54f Binary files /dev/null and b/img/textos - copia/precioson.gif differ diff --git a/img/textos - copia/reservason.gif b/img/textos - copia/reservason.gif new file mode 100644 index 0000000..3005302 Binary files /dev/null and b/img/textos - copia/reservason.gif differ diff --git a/img/textos - copia/servicioson.gif b/img/textos - copia/servicioson.gif new file mode 100644 index 0000000..c61c0d4 Binary files /dev/null and b/img/textos - copia/servicioson.gif differ diff --git a/img/textos - copia/tarifason.gif b/img/textos - copia/tarifason.gif new file mode 100644 index 0000000..42568da Binary files /dev/null and b/img/textos - copia/tarifason.gif differ diff --git a/img/textos/Suiteson.gif b/img/textos/Suiteson.gif new file mode 100644 index 0000000..3517f8a Binary files /dev/null and b/img/textos/Suiteson.gif differ diff --git a/img/textos/actividadeson.gif b/img/textos/actividadeson.gif new file mode 100644 index 0000000..e78d096 Binary files /dev/null and b/img/textos/actividadeson.gif differ diff --git a/img/textos/cenason.gif b/img/textos/cenason.gif new file mode 100644 index 0000000..341dd74 Binary files /dev/null and b/img/textos/cenason.gif differ diff --git a/img/textos/desayunoson.gif b/img/textos/desayunoson.gif new file mode 100644 index 0000000..5d8f64a Binary files /dev/null and b/img/textos/desayunoson.gif differ diff --git a/img/textos/descripcionon.gif b/img/textos/descripcionon.gif new file mode 100644 index 0000000..4b789af Binary files /dev/null and b/img/textos/descripcionon.gif differ diff --git a/img/textos/desyunoson.gif b/img/textos/desyunoson.gif new file mode 100644 index 0000000..3af25cf Binary files /dev/null and b/img/textos/desyunoson.gif differ diff --git a/img/textos/elhotelon.gif b/img/textos/elhotelon.gif new file mode 100644 index 0000000..2640d3e Binary files /dev/null and b/img/textos/elhotelon.gif differ diff --git a/img/textos/eljardinon.gif b/img/textos/eljardinon.gif new file mode 100644 index 0000000..e1b7858 Binary files /dev/null and b/img/textos/eljardinon.gif differ diff --git a/img/textos/fotosjardinon.gif b/img/textos/fotosjardinon.gif new file mode 100644 index 0000000..dcf2272 Binary files /dev/null and b/img/textos/fotosjardinon.gif differ diff --git a/img/textos/fotoson.gif b/img/textos/fotoson.gif new file mode 100644 index 0000000..8eb1ae3 Binary files /dev/null and b/img/textos/fotoson.gif differ diff --git a/img/textos/habitacion.gif b/img/textos/habitacion.gif new file mode 100644 index 0000000..0df1825 Binary files /dev/null and b/img/textos/habitacion.gif differ diff --git a/img/textos/habitacioneson.gif b/img/textos/habitacioneson.gif new file mode 100644 index 0000000..b8a6b27 Binary files /dev/null and b/img/textos/habitacioneson.gif differ diff --git a/img/textos/linkson.gif b/img/textos/linkson.gif new file mode 100644 index 0000000..7342f02 Binary files /dev/null and b/img/textos/linkson.gif differ diff --git a/img/textos/llegaron.gif b/img/textos/llegaron.gif new file mode 100644 index 0000000..6c1c201 Binary files /dev/null and b/img/textos/llegaron.gif differ diff --git a/img/textos/menualhotel.gif b/img/textos/menualhotel.gif new file mode 100644 index 0000000..27c851e Binary files /dev/null and b/img/textos/menualhotel.gif differ diff --git a/img/textos/menuon.gif b/img/textos/menuon.gif new file mode 100644 index 0000000..87e96f4 Binary files /dev/null and b/img/textos/menuon.gif differ diff --git a/img/textos/noticiason.gif b/img/textos/noticiason.gif new file mode 100644 index 0000000..bf60e2e Binary files /dev/null and b/img/textos/noticiason.gif differ diff --git a/img/textos/precioson.gif b/img/textos/precioson.gif new file mode 100644 index 0000000..5f05ec0 Binary files /dev/null and b/img/textos/precioson.gif differ diff --git a/img/textos/reservason.gif b/img/textos/reservason.gif new file mode 100644 index 0000000..87eaa77 Binary files /dev/null and b/img/textos/reservason.gif differ diff --git a/img/textos/servicioson.gif b/img/textos/servicioson.gif new file mode 100644 index 0000000..cc3376a Binary files /dev/null and b/img/textos/servicioson.gif differ diff --git a/img/textos/tarifason.gif b/img/textos/tarifason.gif new file mode 100644 index 0000000..56ae9c6 Binary files /dev/null and b/img/textos/tarifason.gif differ diff --git a/inicio.htm b/inicio.htm index ed525c8..453b7d5 100644 --- a/inicio.htm +++ b/inicio.htm @@ -1,19 +1,17 @@ - - -Hotel El jardín de Carrejo. Hotel sin humo.Carrejo, Cantabria, España. - - - - + + Hotel El jardín de Carrejo. Hotel sin humo.Carrejo, Cantabria, España. + + + + -
-
+