- Adaptación a IE6

git-svn-id: https://192.168.0.254/svn/Proyectos.JardinDeCarrejo_Web/trunk@35 a05c588e-6d60-420d-a138-a9ac874067ed
This commit is contained in:
David Arranz 2010-04-16 18:44:53 +00:00
parent b51a7ae10d
commit 3a35a0bca0
77 changed files with 727 additions and 259 deletions

View File

@ -1,5 +1,4 @@
@charset "utf-8"; @charset "utf-8";
@import "menu.css";
@import "paginas.css"; @import "paginas.css";
* { * {

77
css/fondos_ie6.css Normal file
View File

@ -0,0 +1,77 @@
@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;
}

65
css/menu_ie6.css Normal file
View File

@ -0,0 +1,65 @@
@charset "utf-8";
/* CSS Document */
.menu {
font-family: Verdana, Geneva, sans-serif;
position: relative;
height: 22px;
width: 56px;
margin: 0;
font-size: 9px;
color: #999;
}
.menu table {
border-collapse: collapse;
border:0;
margin:0;
padding:0;
}
.menu ul li a.hide, .menu ul li a:visited.hide {
display:none;
}
.menu ul li a:hover ul li a.hide {
display:none;
}
.menu ul li a, .menu ul li a:visited {
display: block;
text-decoration: none;
color: #999;
width: 796px;
padding: 5px 0;
}
.menu ul li a:hover {
color: #000;
background: #fff;
}
.menu ul li a:hover ul {
display: block;
position: absolute;
top: 0;
left: 60px;
width: 744px;
background: transparent;
}
.menu ul li a:hover ul li {
float:left;
}
.menu ul li a:hover ul li a {
display: block;
color: #999;
width: auto;
float: left;
padding: 5px 0px 5px 12px;
}
.menu ul li a:hover ul li a:hover {
color: #000;
}

View File

@ -626,13 +626,13 @@
background: url(../img/textos/prizesverde.gif) no-repeat; background: url(../img/textos/prizesverde.gif) no-repeat;
} }
#cuerpo.tarifas .seccion-1, .seccion-2 { #cuerpo.tarifas .seccion-1, #cuerpo.tarifas .seccion-2 {
position: relative; position: relative;
top: 0px; top: 0px;
float: left; float: left;
padding-left: 20px; padding-left: 20px;
height: 340px; height: 340px;
width: 378px; width: 378px;
} }
#cuerpo.tarifas .seccion-2 { #cuerpo.tarifas .seccion-2 {

Binary file not shown.

View File

@ -4,8 +4,12 @@
<link rel="shortcut icon" href="../img/favicon.ico"/> <link rel="shortcut icon" href="../img/favicon.ico"/>
<title>Rural accommodation and tourism in Cantabria, Spain - Hotel Carrejo's Garden - Hotel without smoke</title> <title>Rural accommodation and tourism in Cantabria, Spain - Hotel Carrejo's Garden - Hotel without smoke</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"/> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"/>
<meta http-equiv="content-language" content="en"/> <meta http-equiv="content-language" content="en"/> <link href="../css/estilos.css" rel="stylesheet" type="text/css" media="screen" />
<link href="../css/estilos.css" rel="stylesheet" type="text/css" media="screen" /> <link href="../css/menu.css" rel="stylesheet" type="text/css" media="screen" />
<!--[if lte IE 6]>
<link href="../css/fondos_ie6.css" rel="stylesheet" type="text/css" media="screen" />
<link href="../css/menu_ie6.css" rel="stylesheet" type="text/css" media="screen" />
<![endif]-->
</head> </head>
<body> <body>
@ -15,7 +19,7 @@
<ul> <ul>
<li><a class="hide">Menu</a> <li><a class="hide">Menu</a>
<!--[if lte IE 6]> <!--[if lte IE 6]>
<a href="">Men&uacute; <a href="#">Menu
<table><tr><td> <table><tr><td>
<![endif]--> <![endif]-->
<ul> <ul>

View File

@ -4,8 +4,12 @@
<link rel="shortcut icon" href="../img/favicon.ico"/> <link rel="shortcut icon" href="../img/favicon.ico"/>
<title>Rural accommodation and tourism in Cantabria, Spain - Hotel Carrejo's Garden - Hotel without smoke</title> <title>Rural accommodation and tourism in Cantabria, Spain - Hotel Carrejo's Garden - Hotel without smoke</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"/> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"/>
<meta http-equiv="content-language" content="en"/> <meta http-equiv="content-language" content="en"/> <link href="../css/estilos.css" rel="stylesheet" type="text/css" media="screen" />
<link href="../css/estilos.css" rel="stylesheet" type="text/css" media="screen" /> <link href="../css/menu.css" rel="stylesheet" type="text/css" media="screen" />
<!--[if lte IE 6]>
<link href="../css/fondos_ie6.css" rel="stylesheet" type="text/css" media="screen" />
<link href="../css/menu_ie6.css" rel="stylesheet" type="text/css" media="screen" />
<![endif]-->
</head> </head>
<body> <body>
@ -15,7 +19,7 @@
<ul> <ul>
<li><a class="hide">Menu</a> <li><a class="hide">Menu</a>
<!--[if lte IE 6]> <!--[if lte IE 6]>
<a href="">Men&uacute; <a href="#">Menu
<table><tr><td> <table><tr><td>
<![endif]--> <![endif]-->
<ul> <ul>

View File

@ -4,8 +4,12 @@
<link rel="shortcut icon" href="../img/favicon.ico"/> <link rel="shortcut icon" href="../img/favicon.ico"/>
<title>Bed and Breakfast Accommodation - Hotel Carrejo's Garden in Cantabria, Spain - Rural tourism</title> <title>Bed and Breakfast Accommodation - Hotel Carrejo's Garden in Cantabria, Spain - Rural tourism</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"/> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"/>
<meta http-equiv="content-language" content="en"/> <meta http-equiv="content-language" content="en"/> <link href="../css/estilos.css" rel="stylesheet" type="text/css" media="screen" />
<link href="../css/estilos.css" rel="stylesheet" type="text/css" media="screen" /> <link href="../css/menu.css" rel="stylesheet" type="text/css" media="screen" />
<!--[if lte IE 6]>
<link href="../css/fondos_ie6.css" rel="stylesheet" type="text/css" media="screen" />
<link href="../css/menu_ie6.css" rel="stylesheet" type="text/css" media="screen" />
<![endif]-->
</head> </head>
<body> <body>
@ -15,7 +19,7 @@
<ul> <ul>
<li><a class="hide">Menu</a> <li><a class="hide">Menu</a>
<!--[if lte IE 6]> <!--[if lte IE 6]>
<a href="">Men&uacute; <a href="#">Menu
<table><tr><td> <table><tr><td>
<![endif]--> <![endif]-->
<ul> <ul>

View File

@ -6,9 +6,13 @@
<meta name="description" content="Hotel en el campo con 12 habitaciones en la zona occidental de Cantabria"/> <meta name="description" content="Hotel en el campo con 12 habitaciones en la zona occidental de Cantabria"/>
<meta name="keywords" content="hotel pequeño, hotel rural,hotel en el campo, alojamiento rural, hotel con caracter, rusticae, hotel con encanto, Comillas, Cueva el Soplao, San Vicente de la Barquera, Altamira, Santillana del Mar, Santander, Cantabria, LLanes, Parque natural, casona de cantabria, Club de calidad, Golf, Playas, hotel con niños"/> <meta name="keywords" content="hotel pequeño, hotel rural,hotel en el campo, alojamiento rural, hotel con caracter, rusticae, hotel con encanto, Comillas, Cueva el Soplao, San Vicente de la Barquera, Altamira, Santillana del Mar, Santander, Cantabria, LLanes, Parque natural, casona de cantabria, Club de calidad, Golf, Playas, hotel con niños"/>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"/> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"/>
<meta http-equiv="content-language" content="en"/> <meta http-equiv="content-language" content="en"/> <link href="../css/estilos.css" rel="stylesheet" type="text/css" media="screen" />
<link href="../css/estilos.css" rel="stylesheet" type="text/css" media="screen" /> <link href="../css/menu.css" rel="stylesheet" type="text/css" media="screen" />
<meta name="verify-v1" content="H7HI73FHuWNU1iaOAS6qprmvTf6eqsFs0MMN/EGuK9Y=" /> <!--[if lte IE 6]>
<link href="../css/fondos_ie6.css" rel="stylesheet" type="text/css" media="screen" />
<link href="../css/menu_ie6.css" rel="stylesheet" type="text/css" media="screen" />
<![endif]-->
<meta name="verify-v1" content="H7HI73FHuWNU1iaOAS6qprmvTf6eqsFs0MMN/EGuK9Y=" />
</head> </head>
<body> <body>
@ -18,7 +22,7 @@
<ul> <ul>
<li><a class="hide">Men&uacute;</a> <li><a class="hide">Men&uacute;</a>
<!--[if lte IE 6]> <!--[if lte IE 6]>
<a href="">Men&uacute; <a href="#">Menu
<table><tr><td> <table><tr><td>
<![endif]--> <![endif]-->
<ul> <ul>

View File

@ -4,8 +4,12 @@
<link rel="shortcut icon" href="../img/favicon.ico"/> <link rel="shortcut icon" href="../img/favicon.ico"/>
<title>Bed and Dinner Accommodation - Hotel Carrejo's Garden in Cantabria, Spain - Rural tourism</title> <title>Bed and Dinner Accommodation - Hotel Carrejo's Garden in Cantabria, Spain - Rural tourism</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"/> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"/>
<meta http-equiv="content-language" content="en"/> <meta http-equiv="content-language" content="en"/> <link href="../css/estilos.css" rel="stylesheet" type="text/css" media="screen" />
<link href="../css/estilos.css" rel="stylesheet" type="text/css" media="screen" /> <link href="../css/menu.css" rel="stylesheet" type="text/css" media="screen" />
<!--[if lte IE 6]>
<link href="../css/fondos_ie6.css" rel="stylesheet" type="text/css" media="screen" />
<link href="../css/menu_ie6.css" rel="stylesheet" type="text/css" media="screen" />
<![endif]-->
</head> </head>
<body> <body>
@ -15,7 +19,7 @@
<ul> <ul>
<li><a class="hide">Menu</a> <li><a class="hide">Menu</a>
<!--[if lte IE 6]> <!--[if lte IE 6]>
<a href="">Men&uacute; <a href="#">Menu
<table><tr><td> <table><tr><td>
<![endif]--> <![endif]-->
<ul> <ul>

View File

@ -4,8 +4,12 @@
<link rel="shortcut icon" href="../img/favicon.ico"/> <link rel="shortcut icon" href="../img/favicon.ico"/>
<title>Garden Photo Gallery - Hotel Carrejo's Garden in Cantabria, Spain - Rural tourism</title> <title>Garden Photo Gallery - Hotel Carrejo's Garden in Cantabria, Spain - Rural tourism</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"/> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"/>
<meta http-equiv="content-language" content="en"/> <meta http-equiv="content-language" content="en"/> <link href="../css/estilos.css" rel="stylesheet" type="text/css" media="screen" />
<link href="../css/estilos.css" rel="stylesheet" type="text/css" media="screen" /> <link href="../css/menu.css" rel="stylesheet" type="text/css" media="screen" />
<!--[if lte IE 6]>
<link href="../css/fondos_ie6.css" rel="stylesheet" type="text/css" media="screen" />
<link href="../css/menu_ie6.css" rel="stylesheet" type="text/css" media="screen" />
<![endif]-->
</head> </head>
<body> <body>
@ -15,7 +19,7 @@
<ul> <ul>
<li><a class="hide">Menu</a> <li><a class="hide">Menu</a>
<!--[if lte IE 6]> <!--[if lte IE 6]>
<a href="">Men&uacute; <a href="#">Menu
<table><tr><td> <table><tr><td>
<![endif]--> <![endif]-->
<ul> <ul>

View File

@ -4,8 +4,12 @@
<link rel="shortcut icon" href="../img/favicon.ico"/> <link rel="shortcut icon" href="../img/favicon.ico"/>
<title>Garden Photo Gallery - Hotel Carrejo's Garden in Cantabria, Spain - Rural tourism</title> <title>Garden Photo Gallery - Hotel Carrejo's Garden in Cantabria, Spain - Rural tourism</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"/> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"/>
<meta http-equiv="content-language" content="en"/> <meta http-equiv="content-language" content="en"/> <link href="../css/estilos.css" rel="stylesheet" type="text/css" media="screen" />
<link href="../css/estilos.css" rel="stylesheet" type="text/css" media="screen" /> <link href="../css/menu.css" rel="stylesheet" type="text/css" media="screen" />
<!--[if lte IE 6]>
<link href="../css/fondos_ie6.css" rel="stylesheet" type="text/css" media="screen" />
<link href="../css/menu_ie6.css" rel="stylesheet" type="text/css" media="screen" />
<![endif]-->
</head> </head>
<body> <body>
@ -15,7 +19,7 @@
<ul> <ul>
<li><a class="hide">Menu</a> <li><a class="hide">Menu</a>
<!--[if lte IE 6]> <!--[if lte IE 6]>
<a href="">Men&uacute; <a href="#">Menu
<table><tr><td> <table><tr><td>
<![endif]--> <![endif]-->
<ul> <ul>

View File

@ -4,8 +4,12 @@
<link rel="shortcut icon" href="../img/favicon.ico"/> <link rel="shortcut icon" href="../img/favicon.ico"/>
<title>Suites Photo Gallery - Hotel Carrejo's Garden in Cantabria, Spain - Rural tourism</title> <title>Suites Photo Gallery - Hotel Carrejo's Garden in Cantabria, Spain - Rural tourism</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"/> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"/>
<meta http-equiv="content-language" content="en"/> <meta http-equiv="content-language" content="en"/> <link href="../css/estilos.css" rel="stylesheet" type="text/css" media="screen" />
<link href="../css/estilos.css" rel="stylesheet" type="text/css" media="screen" /> <link href="../css/menu.css" rel="stylesheet" type="text/css" media="screen" />
<!--[if lte IE 6]>
<link href="../css/fondos_ie6.css" rel="stylesheet" type="text/css" media="screen" />
<link href="../css/menu_ie6.css" rel="stylesheet" type="text/css" media="screen" />
<![endif]-->
</head> </head>
<body> <body>
@ -15,7 +19,7 @@
<ul> <ul>
<li><a class="hide">Menu</a> <li><a class="hide">Menu</a>
<!--[if lte IE 6]> <!--[if lte IE 6]>
<a href="">Men&uacute; <a href="#">Menu
<table><tr><td> <table><tr><td>
<![endif]--> <![endif]-->
<ul> <ul>

View File

@ -4,8 +4,12 @@
<link rel="shortcut icon" href="../img/favicon.ico"/> <link rel="shortcut icon" href="../img/favicon.ico"/>
<title>Suites Hotel in Cantabria, Spain - Hotel Carrejo's Garden - Rural tourism</title> <title>Suites Hotel in Cantabria, Spain - Hotel Carrejo's Garden - Rural tourism</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"/> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"/>
<meta http-equiv="content-language" content="en"/> <meta http-equiv="content-language" content="en"/> <link href="../css/estilos.css" rel="stylesheet" type="text/css" media="screen" />
<link href="../css/estilos.css" rel="stylesheet" type="text/css" media="screen" /> <link href="../css/menu.css" rel="stylesheet" type="text/css" media="screen" />
<!--[if lte IE 6]>
<link href="../css/fondos_ie6.css" rel="stylesheet" type="text/css" media="screen" />
<link href="../css/menu_ie6.css" rel="stylesheet" type="text/css" media="screen" />
<![endif]-->
</head> </head>
<body> <body>
@ -15,7 +19,7 @@
<ul> <ul>
<li><a class="hide">Menu</a> <li><a class="hide">Menu</a>
<!--[if lte IE 6]> <!--[if lte IE 6]>
<a href="">Men&uacute; <a href="#">Menu
<table><tr><td> <table><tr><td>
<![endif]--> <![endif]-->
<ul> <ul>

View File

@ -4,8 +4,12 @@
<link rel="shortcut icon" href="../img/favicon.ico"/> <link rel="shortcut icon" href="../img/favicon.ico"/>
<title>Hotel Carrejo's Garden in Cantabria - Hotel without smoke - Rural accommodation and tourism in Spain</title> <title>Hotel Carrejo's Garden in Cantabria - Hotel without smoke - Rural accommodation and tourism in Spain</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"/> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"/>
<meta http-equiv="content-language" content="en"/> <meta http-equiv="content-language" content="en"/> <link href="../css/estilos.css" rel="stylesheet" type="text/css" media="screen" />
<link href="../css/estilos.css" rel="stylesheet" type="text/css" media="screen" /> <link href="../css/menu.css" rel="stylesheet" type="text/css" media="screen" />
<!--[if lte IE 6]>
<link href="../css/fondos_ie6.css" rel="stylesheet" type="text/css" media="screen" />
<link href="../css/menu_ie6.css" rel="stylesheet" type="text/css" media="screen" />
<![endif]-->
</head> </head>
<body> <body>
@ -15,7 +19,7 @@
<ul> <ul>
<li><a class="hide">Menu</a> <li><a class="hide">Menu</a>
<!--[if lte IE 6]> <!--[if lte IE 6]>
<a href="">Men&uacute; <a href="#">Menu
<table><tr><td> <table><tr><td>
<![endif]--> <![endif]-->
<ul> <ul>

View File

@ -4,8 +4,12 @@
<link rel="shortcut icon" href="../img/favicon.ico"/> <link rel="shortcut icon" href="../img/favicon.ico"/>
<title>Interesting Links - Hotel Carrejo's Garden in Cantabria - Rural accommodation and tourism in Spain</title> <title>Interesting Links - Hotel Carrejo's Garden in Cantabria - Rural accommodation and tourism in Spain</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"/> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"/>
<meta http-equiv="content-language" content="en"/> <meta http-equiv="content-language" content="en"/> <link href="../css/estilos.css" rel="stylesheet" type="text/css" media="screen" />
<link href="../css/estilos.css" rel="stylesheet" type="text/css" media="screen" /> <link href="../css/menu.css" rel="stylesheet" type="text/css" media="screen" />
<!--[if lte IE 6]>
<link href="../css/fondos_ie6.css" rel="stylesheet" type="text/css" media="screen" />
<link href="../css/menu_ie6.css" rel="stylesheet" type="text/css" media="screen" />
<![endif]-->
</head> </head>
<body> <body>
@ -15,7 +19,7 @@
<ul> <ul>
<li><a class="hide">Menu</a> <li><a class="hide">Menu</a>
<!--[if lte IE 6]> <!--[if lte IE 6]>
<a href="">Men&uacute; <a href="#">Menu
<table><tr><td> <table><tr><td>
<![endif]--> <![endif]-->
<ul> <ul>

View File

@ -4,8 +4,12 @@
<link rel="shortcut icon" href="../img/favicon.ico"/> <link rel="shortcut icon" href="../img/favicon.ico"/>
<title>Hotel Location - Hotel Carrejo's Garden in Cantabria - Rural accommodation and tourism in Spain</title> <title>Hotel Location - Hotel Carrejo's Garden in Cantabria - Rural accommodation and tourism in Spain</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"/> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"/>
<meta http-equiv="content-language" content="en"/> <meta http-equiv="content-language" content="en"/> <link href="../css/estilos.css" rel="stylesheet" type="text/css" media="screen" />
<link href="../css/estilos.css" rel="stylesheet" type="text/css" media="screen" /> <link href="../css/menu.css" rel="stylesheet" type="text/css" media="screen" />
<!--[if lte IE 6]>
<link href="../css/fondos_ie6.css" rel="stylesheet" type="text/css" media="screen" />
<link href="../css/menu_ie6.css" rel="stylesheet" type="text/css" media="screen" />
<![endif]-->
</head> </head>
<body> <body>
@ -15,7 +19,7 @@
<ul> <ul>
<li><a class="hide">Menu</a> <li><a class="hide">Menu</a>
<!--[if lte IE 6]> <!--[if lte IE 6]>
<a href="">Men&uacute; <a href="#">Menu
<table><tr><td> <table><tr><td>
<![endif]--> <![endif]-->
<ul> <ul>

View File

@ -4,8 +4,12 @@
<link rel="shortcut icon" href="../img/favicon.ico"/> <link rel="shortcut icon" href="../img/favicon.ico"/>
<title>Rural accommodation and tourism in Cantabria, Spain - Hotel Carrejo's Garden - Hotel without smoke</title> <title>Rural accommodation and tourism in Cantabria, Spain - Hotel Carrejo's Garden - Hotel without smoke</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"/> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"/>
<meta http-equiv="content-language" content="en"/> <meta http-equiv="content-language" content="en"/> <link href="../css/estilos.css" rel="stylesheet" type="text/css" media="screen" />
<link href="../css/estilos.css" rel="stylesheet" type="text/css" media="screen" /> <link href="../css/menu.css" rel="stylesheet" type="text/css" media="screen" />
<!--[if lte IE 6]>
<link href="../css/fondos_ie6.css" rel="stylesheet" type="text/css" media="screen" />
<link href="../css/menu_ie6.css" rel="stylesheet" type="text/css" media="screen" />
<![endif]-->
</head> </head>
<body> <body>
@ -15,7 +19,7 @@
<ul> <ul>
<li><a class="hide">Menu</a> <li><a class="hide">Menu</a>
<!--[if lte IE 6]> <!--[if lte IE 6]>
<a href="">Men&uacute; <a href="#">Menu
<table><tr><td> <table><tr><td>
<![endif]--> <![endif]-->
<ul> <ul>

View File

@ -4,8 +4,12 @@
<link rel="shortcut icon" href="../img/favicon.ico"/> <link rel="shortcut icon" href="../img/favicon.ico"/>
<title>Hotel Carrejo's Garden. Hotel without smoke. Carrejo, Cantabria, Spain</title> <title>Hotel Carrejo's Garden. Hotel without smoke. Carrejo, Cantabria, Spain</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"/> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"/>
<meta http-equiv="content-language" content="en"/> <meta http-equiv="content-language" content="en"/> <link href="../css/estilos.css" rel="stylesheet" type="text/css" media="screen" />
<link href="../css/estilos.css" rel="stylesheet" type="text/css" media="screen" /> <link href="../css/menu.css" rel="stylesheet" type="text/css" media="screen" />
<!--[if lte IE 6]>
<link href="../css/fondos_ie6.css" rel="stylesheet" type="text/css" media="screen" />
<link href="../css/menu_ie6.css" rel="stylesheet" type="text/css" media="screen" />
<![endif]-->
</head> </head>
<body> <body>
@ -15,7 +19,7 @@
<ul> <ul>
<li><a class="hide">Menu</a> <li><a class="hide">Menu</a>
<!--[if lte IE 6]> <!--[if lte IE 6]>
<a href="">Men&uacute; <a href="#">Menu
<table><tr><td> <table><tr><td>
<![endif]--> <![endif]-->
<ul> <ul>

View File

@ -4,8 +4,12 @@
<link rel="shortcut icon" href="../img/favicon.ico"/> <link rel="shortcut icon" href="../img/favicon.ico"/>
<title>Bed, Dinner and Breakfast Accommodation - Hotel Carrejo's Garden in Cantabria, Spain - Rural tourism</title> <title>Bed, Dinner and Breakfast Accommodation - Hotel Carrejo's Garden in Cantabria, Spain - Rural tourism</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"/> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"/>
<meta http-equiv="content-language" content="en"/> <meta http-equiv="content-language" content="en"/> <link href="../css/estilos.css" rel="stylesheet" type="text/css" media="screen" />
<link href="../css/estilos.css" rel="stylesheet" type="text/css" media="screen" /> <link href="../css/menu.css" rel="stylesheet" type="text/css" media="screen" />
<!--[if lte IE 6]>
<link href="../css/fondos_ie6.css" rel="stylesheet" type="text/css" media="screen" />
<link href="../css/menu_ie6.css" rel="stylesheet" type="text/css" media="screen" />
<![endif]-->
</head> </head>
<body> <body>
@ -15,7 +19,7 @@
<ul> <ul>
<li><a class="hide">Menu</a> <li><a class="hide">Menu</a>
<!--[if lte IE 6]> <!--[if lte IE 6]>
<a href="">Men&uacute; <a href="#">Menu
<table><tr><td> <table><tr><td>
<![endif]--> <![endif]-->
<ul> <ul>

View File

@ -4,8 +4,12 @@
<link rel="shortcut icon" href="../img/favicon.ico"/> <link rel="shortcut icon" href="../img/favicon.ico"/>
<title>Garden Photo Gallery - Hotel Carrejo's Garden in Cantabria, Spain - Rural tourism</title> <title>Garden Photo Gallery - Hotel Carrejo's Garden in Cantabria, Spain - Rural tourism</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"/> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"/>
<meta http-equiv="content-language" content="en"/> <meta http-equiv="content-language" content="en"/> <link href="../css/estilos.css" rel="stylesheet" type="text/css" media="screen" />
<link href="../css/estilos.css" rel="stylesheet" type="text/css" media="screen" /> <link href="../css/menu.css" rel="stylesheet" type="text/css" media="screen" />
<!--[if lte IE 6]>
<link href="../css/fondos_ie6.css" rel="stylesheet" type="text/css" media="screen" />
<link href="../css/menu_ie6.css" rel="stylesheet" type="text/css" media="screen" />
<![endif]-->
</head> </head>
<body> <body>
@ -15,7 +19,7 @@
<ul> <ul>
<li><a class="hide">Menu</a> <li><a class="hide">Menu</a>
<!--[if lte IE 6]> <!--[if lte IE 6]>
<a href="">Men&uacute; <a href="#">Menu
<table><tr><td> <table><tr><td>
<![endif]--> <![endif]-->
<ul> <ul>

View File

@ -4,8 +4,12 @@
<link rel="shortcut icon" href="../img/favicon.ico"/> <link rel="shortcut icon" href="../img/favicon.ico"/>
<title>Interesting Links - Hotel Carrejo's Garden in Cantabria - Rural accommodation and tourism in Spain</title> <title>Interesting Links - Hotel Carrejo's Garden in Cantabria - Rural accommodation and tourism in Spain</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"/> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"/>
<meta http-equiv="content-language" content="en"/> <meta http-equiv="content-language" content="en"/> <link href="../css/estilos.css" rel="stylesheet" type="text/css" media="screen" />
<link href="../css/estilos.css" rel="stylesheet" type="text/css" media="screen" /> <link href="../css/menu.css" rel="stylesheet" type="text/css" media="screen" />
<!--[if lte IE 6]>
<link href="../css/fondos_ie6.css" rel="stylesheet" type="text/css" media="screen" />
<link href="../css/menu_ie6.css" rel="stylesheet" type="text/css" media="screen" />
<![endif]-->
</head> </head>
<body> <body>
@ -15,7 +19,7 @@
<ul> <ul>
<li><a class="hide">Menu</a> <li><a class="hide">Menu</a>
<!--[if lte IE 6]> <!--[if lte IE 6]>
<a href="">Men&uacute; <a href="#">Menu
<table><tr><td> <table><tr><td>
<![endif]--> <![endif]-->
<ul> <ul>

View File

@ -4,8 +4,12 @@
<link rel="shortcut icon" href="../img/favicon.ico"/> <link rel="shortcut icon" href="../img/favicon.ico"/>
<title>Hotel Location - Hotel Carrejo's Garden in Cantabria - Rural accommodation and tourism in Spain</title> <title>Hotel Location - Hotel Carrejo's Garden in Cantabria - Rural accommodation and tourism in Spain</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"/> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"/>
<meta http-equiv="content-language" content="en"/> <meta http-equiv="content-language" content="en"/> <link href="../css/estilos.css" rel="stylesheet" type="text/css" media="screen" />
<link href="../css/estilos.css" rel="stylesheet" type="text/css" media="screen" /> <link href="../css/menu.css" rel="stylesheet" type="text/css" media="screen" />
<!--[if lte IE 6]>
<link href="../css/fondos_ie6.css" rel="stylesheet" type="text/css" media="screen" />
<link href="../css/menu_ie6.css" rel="stylesheet" type="text/css" media="screen" />
<![endif]-->
</head> </head>
<body> <body>
@ -15,7 +19,7 @@
<ul> <ul>
<li><a class="hide">Menu</a> <li><a class="hide">Menu</a>
<!--[if lte IE 6]> <!--[if lte IE 6]>
<a href="">Men&uacute; <a href="#">Menu
<table><tr><td> <table><tr><td>
<![endif]--> <![endif]-->
<ul> <ul>

View File

@ -4,8 +4,12 @@
<link rel="shortcut icon" href="../img/favicon.ico"/> <link rel="shortcut icon" href="../img/favicon.ico"/>
<title>Offers, promotions and hotel deals - Hotel Carrejo's Garden in Cantabria - Rural accommodation and tourism in Spain</title> <title>Offers, promotions and hotel deals - Hotel Carrejo's Garden in Cantabria - Rural accommodation and tourism in Spain</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"/> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"/>
<meta http-equiv="content-language" content="en"/> <meta http-equiv="content-language" content="en"/> <link href="../css/estilos.css" rel="stylesheet" type="text/css" media="screen" />
<link href="../css/estilos.css" rel="stylesheet" type="text/css" media="screen" /> <link href="../css/menu.css" rel="stylesheet" type="text/css" media="screen" />
<!--[if lte IE 6]>
<link href="../css/fondos_ie6.css" rel="stylesheet" type="text/css" media="screen" />
<link href="../css/menu_ie6.css" rel="stylesheet" type="text/css" media="screen" />
<![endif]-->
</head> </head>
<body> <body>
@ -15,7 +19,7 @@
<ul> <ul>
<li><a class="hide">Menu</a> <li><a class="hide">Menu</a>
<!--[if lte IE 6]> <!--[if lte IE 6]>
<a href="">Men&uacute; <a href="#">Menu
<table><tr><td> <table><tr><td>
<![endif]--> <![endif]-->
<ul> <ul>

View File

@ -4,8 +4,12 @@
<link rel="shortcut icon" href="../img/favicon.ico"/> <link rel="shortcut icon" href="../img/favicon.ico"/>
<title>Photo Collection - Hotel Carrejo's Garden in Cantabria - Rural accommodation and tourism in Spain</title> <title>Photo Collection - Hotel Carrejo's Garden in Cantabria - Rural accommodation and tourism in Spain</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"/> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"/>
<meta http-equiv="content-language" content="en"/> <meta http-equiv="content-language" content="en"/> <link href="../css/estilos.css" rel="stylesheet" type="text/css" media="screen" />
<link href="../css/estilos.css" rel="stylesheet" type="text/css" media="screen" /> <link href="../css/menu.css" rel="stylesheet" type="text/css" media="screen" />
<!--[if lte IE 6]>
<link href="../css/fondos_ie6.css" rel="stylesheet" type="text/css" media="screen" />
<link href="../css/menu_ie6.css" rel="stylesheet" type="text/css" media="screen" />
<![endif]-->
</head> </head>
<body> <body>
@ -15,7 +19,7 @@
<ul> <ul>
<li><a class="hide">Menu</a> <li><a class="hide">Menu</a>
<!--[if lte IE 6]> <!--[if lte IE 6]>
<a href="">Men&uacute; <a href="#">Menu
<table><tr><td> <table><tr><td>
<![endif]--> <![endif]-->
<ul> <ul>

View File

@ -4,8 +4,12 @@
<link rel="shortcut icon" href="../img/favicon.ico"/> <link rel="shortcut icon" href="../img/favicon.ico"/>
<title>Hotel Reservations and prices - Hotel Carrejo's Garden in Cantabria - Rural accommodation and tourism in Spain</title> <title>Hotel Reservations and prices - Hotel Carrejo's Garden in Cantabria - Rural accommodation and tourism in Spain</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"/> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"/>
<meta http-equiv="content-language" content="en"/> <meta http-equiv="content-language" content="en"/> <link href="../css/estilos.css" rel="stylesheet" type="text/css" media="screen" />
<link href="../css/estilos.css" rel="stylesheet" type="text/css" media="screen" /> <link href="../css/menu.css" rel="stylesheet" type="text/css" media="screen" />
<!--[if lte IE 6]>
<link href="../css/fondos_ie6.css" rel="stylesheet" type="text/css" media="screen" />
<link href="../css/menu_ie6.css" rel="stylesheet" type="text/css" media="screen" />
<![endif]-->
</head> </head>
<body> <body>
@ -15,7 +19,7 @@
<ul> <ul>
<li><a class="hide">Menu</a> <li><a class="hide">Menu</a>
<!--[if lte IE 6]> <!--[if lte IE 6]>
<a href="">Men&uacute; <a href="#">Menu
<table><tr><td> <table><tr><td>
<![endif]--> <![endif]-->
<ul> <ul>

View File

@ -4,8 +4,12 @@
<link rel="shortcut icon" href="../img/favicon.ico"/> <link rel="shortcut icon" href="../img/favicon.ico"/>
<title>Rooms - Hotel Carrejo's Garden in Cantabria - Rural accommodation and tourism in Spain</title> <title>Rooms - Hotel Carrejo's Garden in Cantabria - Rural accommodation and tourism in Spain</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"/> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"/>
<meta http-equiv="content-language" content="en"/> <meta http-equiv="content-language" content="en"/> <link href="../css/estilos.css" rel="stylesheet" type="text/css" media="screen" />
<link href="../css/estilos.css" rel="stylesheet" type="text/css" media="screen" /> <link href="../css/menu.css" rel="stylesheet" type="text/css" media="screen" />
<!--[if lte IE 6]>
<link href="../css/fondos_ie6.css" rel="stylesheet" type="text/css" media="screen" />
<link href="../css/menu_ie6.css" rel="stylesheet" type="text/css" media="screen" />
<![endif]-->
</head> </head>
<body> <body>
@ -15,7 +19,7 @@
<ul> <ul>
<li><a class="hide">Menu</a> <li><a class="hide">Menu</a>
<!--[if lte IE 6]> <!--[if lte IE 6]>
<a href="">Men&uacute; <a href="#">Menu
<table><tr><td> <table><tr><td>
<![endif]--> <![endif]-->
<ul> <ul>

View File

@ -4,8 +4,12 @@
<link rel="shortcut icon" href="../img/favicon.ico"/> <link rel="shortcut icon" href="../img/favicon.ico"/>
<title>Hotel Carrejo's Garden. Hotel without smoke. Carrejo, Cantabria, Spain</title> <title>Hotel Carrejo's Garden. Hotel without smoke. Carrejo, Cantabria, Spain</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"/> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"/>
<meta http-equiv="content-language" content="en"/> <meta http-equiv="content-language" content="en"/> <link href="../css/estilos.css" rel="stylesheet" type="text/css" media="screen" />
<link href="../css/estilos.css" rel="stylesheet" type="text/css" media="screen" /> <link href="../css/menu.css" rel="stylesheet" type="text/css" media="screen" />
<!--[if lte IE 6]>
<link href="../css/fondos_ie6.css" rel="stylesheet" type="text/css" media="screen" />
<link href="../css/menu_ie6.css" rel="stylesheet" type="text/css" media="screen" />
<![endif]-->
</head> </head>
<body> <body>
@ -15,7 +19,7 @@
<ul> <ul>
<li><a class="hide">Menu</a> <li><a class="hide">Menu</a>
<!--[if lte IE 6]> <!--[if lte IE 6]>
<a href="">Men&uacute; <a href="#">Menu
<table><tr><td> <table><tr><td>
<![endif]--> <![endif]-->
<ul> <ul>

View File

@ -4,8 +4,12 @@
<link rel="shortcut icon" href="../img/favicon.ico"/> <link rel="shortcut icon" href="../img/favicon.ico"/>
<title>Hotel Services - Carrejo's Garden in Cantabria - Hotel without smoke - Rural accommodation and tourism in Spain</title> <title>Hotel Services - Carrejo's Garden in Cantabria - Hotel without smoke - Rural accommodation and tourism in Spain</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"/> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"/>
<meta http-equiv="content-language" content="en"/> <meta http-equiv="content-language" content="en"/> <link href="../css/estilos.css" rel="stylesheet" type="text/css" media="screen" />
<link href="../css/estilos.css" rel="stylesheet" type="text/css" media="screen" /> <link href="../css/menu.css" rel="stylesheet" type="text/css" media="screen" />
<!--[if lte IE 6]>
<link href="../css/fondos_ie6.css" rel="stylesheet" type="text/css" media="screen" />
<link href="../css/menu_ie6.css" rel="stylesheet" type="text/css" media="screen" />
<![endif]-->
</head> </head>
<body> <body>
@ -15,7 +19,7 @@
<ul> <ul>
<li><a class="hide">Menu</a> <li><a class="hide">Menu</a>
<!--[if lte IE 6]> <!--[if lte IE 6]>
<a href="">Men&uacute; <a href="#">Menu
<table><tr><td> <table><tr><td>
<![endif]--> <![endif]-->
<ul> <ul>

View File

@ -4,8 +4,12 @@
<link rel="shortcut icon" href="../img/favicon.ico"/> <link rel="shortcut icon" href="../img/favicon.ico"/>
<title>Suites Hotel in Cantabria, Spain - Carrejo's Garden - Rural accommodation and tourism in Spain</title> <title>Suites Hotel in Cantabria, Spain - Carrejo's Garden - Rural accommodation and tourism in Spain</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"/> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"/>
<meta http-equiv="content-language" content="en"/> <meta http-equiv="content-language" content="en"/> <link href="../css/estilos.css" rel="stylesheet" type="text/css" media="screen" />
<link href="../css/estilos.css" rel="stylesheet" type="text/css" media="screen" /> <link href="../css/menu.css" rel="stylesheet" type="text/css" media="screen" />
<!--[if lte IE 6]>
<link href="../css/fondos_ie6.css" rel="stylesheet" type="text/css" media="screen" />
<link href="../css/menu_ie6.css" rel="stylesheet" type="text/css" media="screen" />
<![endif]-->
</head> </head>
<body> <body>
@ -15,7 +19,7 @@
<ul> <ul>
<li><a class="hide">Menu</a> <li><a class="hide">Menu</a>
<!--[if lte IE 6]> <!--[if lte IE 6]>
<a href="">Men&uacute; <a href="#">Menu
<table><tr><td> <table><tr><td>
<![endif]--> <![endif]-->
<ul> <ul>

View File

@ -4,8 +4,12 @@
<link rel="shortcut icon" href="../img/favicon.ico"/> <link rel="shortcut icon" href="../img/favicon.ico"/>
<title>Offers, promotions and hotel deals - Hotel Carrejo's Garden in Cantabria - Rural accommodation and tourism in Spain</title> <title>Offers, promotions and hotel deals - Hotel Carrejo's Garden in Cantabria - Rural accommodation and tourism in Spain</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"/> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"/>
<meta http-equiv="content-language" content="en"/> <meta http-equiv="content-language" content="en"/> <link href="../css/estilos.css" rel="stylesheet" type="text/css" media="screen" />
<link href="../css/estilos.css" rel="stylesheet" type="text/css" media="screen" /> <link href="../css/menu.css" rel="stylesheet" type="text/css" media="screen" />
<!--[if lte IE 6]>
<link href="../css/fondos_ie6.css" rel="stylesheet" type="text/css" media="screen" />
<link href="../css/menu_ie6.css" rel="stylesheet" type="text/css" media="screen" />
<![endif]-->
</head> </head>
<body> <body>
@ -15,7 +19,7 @@
<ul> <ul>
<li><a class="hide">Menu</a> <li><a class="hide">Menu</a>
<!--[if lte IE 6]> <!--[if lte IE 6]>
<a href="">Men&uacute; <a href="#">Menu
<table><tr><td> <table><tr><td>
<![endif]--> <![endif]-->
<ul> <ul>
@ -49,66 +53,106 @@
Back to <a href="../index.htm">home page.</a> Back to <a href="../index.htm">home page.</a>
<strong>----------------------------------</strong> <strong>----------------------------------</strong>
Only for bookings by; Only for bookings by;
email; reservas@eljardindecarrejo.com
email; reservas@eljardindecarrejo.com
and tel; +34 942701516 and tel; +34 942701516
<strong>1. Promotion + more time and +.</strong> <strong>1. Promotion + more time and +.</strong>
Prices for double room and 2 persons Prices for double room and 2 persons
<strong>1</strong> night, lodging <strong>88,00</strong> <strong>1</strong> night, lodging <strong>88,00</strong>
<strong>2</strong> nights + breakfast <strong>196,00</strong> , saving 20,00 <strong>2</strong> nights + breakfast <strong>196,00</strong> , saving 20,00
<strong>2</strong> nights + breakfast (sunday to thursday) <strong>2</strong> nights + breakfast (sunday to thursday)
we invite to breakfast <strong>176,00</strong> , saving 40,00 we invite to breakfast <strong>176,00</strong> , saving 40,00
<strong>3</strong> nights <strong>204,00</strong>, saving 60,00 <strong>3</strong> nights <strong>204,00</strong>, saving 60,00
<strong>4</strong> nights and pay 3 <strong>264,00</strong> , saving 88,00. <strong>4</strong> nights and pay 3 <strong>264,00</strong> , saving 88,00.
<strong>5</strong> nights <strong>307,00</strong>, saving 133,00 <strong>5</strong> nights <strong>307,00</strong>, saving 133,00
<strong>5</strong> nights with breakfast included(sunday to
thursday<strong>307,00</strong>, saving 233,00 <strong>5</strong> nights with breakfast included(sunday to thursday<strong>307,00</strong>, saving 233,00
<strong>6</strong> nights and pay 4 <strong>352,00</strong>, saving 176,00 <strong>6</strong> nights and pay 4 <strong>352,00</strong>, saving 176,00
<strong>7</strong> nights <strong>399,00</strong>, saving 217,00 <strong>7</strong> nights <strong>399,00</strong>, saving 217,00
This promotions is during low season in october,
november and december .
This promotions is during low season in october, november and december .
<strong>2.Promotion more space.</strong> <strong>2.Promotion more space.</strong>
Better room for the price of the minor category room;
Valid for low season, from sunday to thursday, Better room for the price of the minor category room; alojamiento
until december, and depending of the avaibility of the hotel.
Valid for low season, from sunday to thursday, until december,
and depending of the avaibility of the hotel.
<strong>Junior Suite</strong> Price double room <strong>131,00 a 88,00</strong> <strong>Junior Suite</strong> Price double room <strong>131,00 a 88,00</strong>
<strong>Garden Suite </strong> Price J. Suite <strong>166,00 a 131,00</strong> <strong>Garden Suite </strong> Price J. Suite <strong>166,00 a 131,00</strong>
<strong>3.A Complete day</strong> <strong>3.A Complete day</strong>
room + menu dinners + breakfast buffet
<strong> h. doble 148,00.-&euro;</strong> room + menú dinners + breakfast buffet
<strong> J. Suite 188,00.-&euro;</strong>
<strong> S. garden 218,00.-&euro;</strong> <strong> h. doble 148,00.-€</strong>
Dinners menu included; 1&ordm;, 2&ordm;, dessert, with water, bread
<strong> J. Suite 188,00.-€</strong>
<strong> S. garden 218,00.-€</strong>
Dinners menú included; 1º, 2º, dessert, with water, bread
and Wine recomended, Rioja Cosme Palacio. and Wine recomended, Rioja Cosme Palacio.
<strong>4. 4 Nights; 2 Hotels y 2 Caves.</strong>
<strong>Come to get to know Cantabria</strong> and visit
2 emblematic caves. Sleep like a King in a Palace <strong>4. 4 Nights; 2Hotels y 2 Caves.</strong>
and relax in a Cantabrian Casona (typical house)
Hotel Palacio Torre de Ruesga &amp; El Jardin de Carrejo, <strong>Come to get to know Cantabria</strong> and visit 2 emblematic caves. Sleep like a King
2 nights each and visit 2 caves in the area.
in a Palace and relax in a Cantabrian Casona (typical House)
Hotel Palacio Torre de Ruesga & El Jardín de Carrejo,
2 nights each and visit 2 caves in the area.
At east, a little and intimate cave, with paleolithic art, At east, a little and intimate cave, with paleolithic art,
Covalanas Caves, at west a large Cave
El Soplao is a &quot;UNIQUE&quot; cave, In Cantabria is
the first cave that has opened to the public which has
a purely geological value.
<strong>Included</strong>; lodging + breakfast + Tickets for Covalanas Caves, at west a large Cave El Soplao is a UNIQUE cave, In Cantabria
the caves for 2 persons in Suite room Torre de Ruesga) &amp;
J. Suite J.Suite (Jardin de Carrejo)
<strong>total 580,00.-&euro;</strong> (Tax included)
*valid on; may, june, october, is the first cave that has opened to the public which has a purely
november and december 2009.
geological value.
<strong>Included</strong>;lodging + breakfast + Tickets for the caves
for 2 persons in Suite room Torre de Ruesga) &
J. Suite J.Suite (Jardín de Carrejo)<strong>total 580,00.-€</strong> (Tax included)
*valid on; may, june, october, november and december 2009.
<strong>----------------------------------</strong> <strong>----------------------------------</strong>
Back to <a href="../index.htm">home page.</a> Back to <a href="../index.htm">home page.</a>
</pre> </pre>
</div> </div>
<div id="pie"> <div id="pie">

View File

@ -4,8 +4,12 @@
<link rel="shortcut icon" href="../img/favicon.ico"/> <link rel="shortcut icon" href="../img/favicon.ico"/>
<title>Offers, promotions and hotel deals - Hotel Carrejo's Garden in Cantabria - Rural accommodation and tourism in Spain</title> <title>Offers, promotions and hotel deals - Hotel Carrejo's Garden in Cantabria - Rural accommodation and tourism in Spain</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"/> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"/>
<meta http-equiv="content-language" content="en"/> <meta http-equiv="content-language" content="en"/> <link href="../css/estilos.css" rel="stylesheet" type="text/css" media="screen" />
<link href="../css/estilos.css" rel="stylesheet" type="text/css" media="screen" /> <link href="../css/menu.css" rel="stylesheet" type="text/css" media="screen" />
<!--[if lte IE 6]>
<link href="../css/fondos_ie6.css" rel="stylesheet" type="text/css" media="screen" />
<link href="../css/menu_ie6.css" rel="stylesheet" type="text/css" media="screen" />
<![endif]-->
</head> </head>
<body> <body>
@ -15,7 +19,7 @@
<ul> <ul>
<li><a class="hide">Menu</a> <li><a class="hide">Menu</a>
<!--[if lte IE 6]> <!--[if lte IE 6]>
<a href="">Men&uacute; <a href="#">Menu
<table><tr><td> <table><tr><td>
<![endif]--> <![endif]-->
<ul> <ul>

View File

@ -4,8 +4,12 @@
<link rel="shortcut icon" href="../img/favicon.ico"/> <link rel="shortcut icon" href="../img/favicon.ico"/>
<title>Offers, promotions and hotel deals - Hotel Carrejo's Garden in Cantabria - Rural accommodation and tourism in Spain</title> <title>Offers, promotions and hotel deals - Hotel Carrejo's Garden in Cantabria - Rural accommodation and tourism in Spain</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"/> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"/>
<meta http-equiv="content-language" content="en"/> <meta http-equiv="content-language" content="en"/> <link href="../css/estilos.css" rel="stylesheet" type="text/css" media="screen" />
<link href="../css/estilos.css" rel="stylesheet" type="text/css" media="screen" /> <link href="../css/menu.css" rel="stylesheet" type="text/css" media="screen" />
<!--[if lte IE 6]>
<link href="../css/fondos_ie6.css" rel="stylesheet" type="text/css" media="screen" />
<link href="../css/menu_ie6.css" rel="stylesheet" type="text/css" media="screen" />
<![endif]-->
</head> </head>
<body> <body>
@ -15,7 +19,7 @@
<ul> <ul>
<li><a class="hide">Menu</a> <li><a class="hide">Menu</a>
<!--[if lte IE 6]> <!--[if lte IE 6]>
<a href="">Men&uacute; <a href="#">Menu
<table><tr><td> <table><tr><td>
<![endif]--> <![endif]-->
<ul> <ul>

View File

@ -4,8 +4,12 @@
<link rel="shortcut icon" href="../img/favicon.ico"/> <link rel="shortcut icon" href="../img/favicon.ico"/>
<title>Photo Collection - Hotel Carrejo's Garden in Cantabria - Rural accommodation and tourism in Spain</title> <title>Photo Collection - Hotel Carrejo's Garden in Cantabria - Rural accommodation and tourism in Spain</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"/> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"/>
<meta http-equiv="content-language" content="en"/> <meta http-equiv="content-language" content="en"/> <link href="../css/estilos.css" rel="stylesheet" type="text/css" media="screen" />
<link href="../css/estilos.css" rel="stylesheet" type="text/css" media="screen" /> <link href="../css/menu.css" rel="stylesheet" type="text/css" media="screen" />
<!--[if lte IE 6]>
<link href="../css/fondos_ie6.css" rel="stylesheet" type="text/css" media="screen" />
<link href="../css/menu_ie6.css" rel="stylesheet" type="text/css" media="screen" />
<![endif]-->
</head> </head>
<body> <body>
@ -15,7 +19,7 @@
<ul> <ul>
<li><a class="hide">Menu</a> <li><a class="hide">Menu</a>
<!--[if lte IE 6]> <!--[if lte IE 6]>
<a href="">Men&uacute; <a href="#">Menu
<table><tr><td> <table><tr><td>
<![endif]--> <![endif]-->
<ul> <ul>

View File

@ -4,8 +4,12 @@
<link rel="shortcut icon" href="../img/favicon.ico"/> <link rel="shortcut icon" href="../img/favicon.ico"/>
<title>Hotel prices - Hotel Carrejo's Garden in Cantabria - Rural accommodation and tourism in Spain</title> <title>Hotel prices - Hotel Carrejo's Garden in Cantabria - Rural accommodation and tourism in Spain</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"/> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"/>
<meta http-equiv="content-language" content="en"/> <meta http-equiv="content-language" content="en"/> <link href="../css/estilos.css" rel="stylesheet" type="text/css" media="screen" />
<link href="../css/estilos.css" rel="stylesheet" type="text/css" media="screen" /> <link href="../css/menu.css" rel="stylesheet" type="text/css" media="screen" />
<!--[if lte IE 6]>
<link href="../css/fondos_ie6.css" rel="stylesheet" type="text/css" media="screen" />
<link href="../css/menu_ie6.css" rel="stylesheet" type="text/css" media="screen" />
<![endif]-->
</head> </head>
<body> <body>
@ -15,7 +19,7 @@
<ul> <ul>
<li><a class="hide">Menu</a> <li><a class="hide">Menu</a>
<!--[if lte IE 6]> <!--[if lte IE 6]>
<a href="">Men&uacute; <a href="#">Menu
<table><tr><td> <table><tr><td>
<![endif]--> <![endif]-->
<ul> <ul>

View File

@ -4,9 +4,13 @@
<link rel="shortcut icon" href="../img/favicon.ico"/> <link rel="shortcut icon" href="../img/favicon.ico"/>
<title>Hotel Reservations - Hotel Carrejo's Garden in Cantabria - Rural accommodation and tourism in Spain</title> <title>Hotel Reservations - Hotel Carrejo's Garden in Cantabria - Rural accommodation and tourism in Spain</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"/> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"/>
<meta http-equiv="content-language" content="en"/> <meta http-equiv="content-language" content="en"/> <link href="../css/estilos.css" rel="stylesheet" type="text/css" media="screen" />
<link href="../css/estilos.css" rel="stylesheet" type="text/css" media="screen" /> <link href="../css/menu.css" rel="stylesheet" type="text/css" media="screen" />
<script type="text/javascript" src="../js/reservas.js"></script> <!--[if lte IE 6]>
<link href="../css/fondos_ie6.css" rel="stylesheet" type="text/css" media="screen" />
<link href="../css/menu_ie6.css" rel="stylesheet" type="text/css" media="screen" />
<![endif]-->
<script type="text/javascript" src="../js/reservas.js"></script>
</head> </head>
<body> <body>
@ -16,7 +20,7 @@
<ul> <ul>
<li><a class="hide">Menu</a> <li><a class="hide">Menu</a>
<!--[if lte IE 6]> <!--[if lte IE 6]>
<a href="">Men&uacute; <a href="#">Menu
<table><tr><td> <table><tr><td>
<![endif]--> <![endif]-->
<ul> <ul>

View File

@ -4,8 +4,12 @@
<link rel="shortcut icon" href="../img/favicon.ico"/> <link rel="shortcut icon" href="../img/favicon.ico"/>
<title>Room Photos - Hotel Carrejo's Garden in Cantabria - Rural accommodation and tourism in Spain</title> <title>Room Photos - Hotel Carrejo's Garden in Cantabria - Rural accommodation and tourism in Spain</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"/> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"/>
<meta http-equiv="content-language" content="en"/> <meta http-equiv="content-language" content="en"/> <link href="../css/estilos.css" rel="stylesheet" type="text/css" media="screen" />
<link href="../css/estilos.css" rel="stylesheet" type="text/css" media="screen" /> <link href="../css/menu.css" rel="stylesheet" type="text/css" media="screen" />
<!--[if lte IE 6]>
<link href="../css/fondos_ie6.css" rel="stylesheet" type="text/css" media="screen" />
<link href="../css/menu_ie6.css" rel="stylesheet" type="text/css" media="screen" />
<![endif]-->
</head> </head>
<body> <body>
@ -15,7 +19,7 @@
<ul> <ul>
<li><a class="hide">Menu</a> <li><a class="hide">Menu</a>
<!--[if lte IE 6]> <!--[if lte IE 6]>
<a href="">Men&uacute; <a href="#">Menu
<table><tr><td> <table><tr><td>
<![endif]--> <![endif]-->
<ul> <ul>

View File

@ -4,8 +4,12 @@
<link rel="shortcut icon" href="../img/favicon.ico"/> <link rel="shortcut icon" href="../img/favicon.ico"/>
<title>Rooms - Hotel Carrejo's Garden in Cantabria - Rural accommodation and tourism in Spain</title> <title>Rooms - Hotel Carrejo's Garden in Cantabria - Rural accommodation and tourism in Spain</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"/> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"/>
<meta http-equiv="content-language" content="en"/> <meta http-equiv="content-language" content="en"/> <link href="../css/estilos.css" rel="stylesheet" type="text/css" media="screen" />
<link href="../css/estilos.css" rel="stylesheet" type="text/css" media="screen" /> <link href="../css/menu.css" rel="stylesheet" type="text/css" media="screen" />
<!--[if lte IE 6]>
<link href="../css/fondos_ie6.css" rel="stylesheet" type="text/css" media="screen" />
<link href="../css/menu_ie6.css" rel="stylesheet" type="text/css" media="screen" />
<![endif]-->
</head> </head>
<body> <body>
@ -15,7 +19,7 @@
<ul> <ul>
<li><a class="hide">Menu</a> <li><a class="hide">Menu</a>
<!--[if lte IE 6]> <!--[if lte IE 6]>
<a href="">Men&uacute; <a href="#">Menu
<table><tr><td> <table><tr><td>
<![endif]--> <![endif]-->
<ul> <ul>

View File

@ -4,8 +4,12 @@
<link rel="shortcut icon" href="../img/favicon.ico"/> <link rel="shortcut icon" href="../img/favicon.ico"/>
<title>Hotel Carrejo's Garden in Cantabria - Hotel without smoke - Rural accommodation and tourism in Spain</title> <title>Hotel Carrejo's Garden in Cantabria - Hotel without smoke - Rural accommodation and tourism in Spain</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"/> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"/>
<meta http-equiv="content-language" content="en"/> <meta http-equiv="content-language" content="en"/> <link href="../css/estilos.css" rel="stylesheet" type="text/css" media="screen" />
<link href="../css/estilos.css" rel="stylesheet" type="text/css" media="screen" /> <link href="../css/menu.css" rel="stylesheet" type="text/css" media="screen" />
<!--[if lte IE 6]>
<link href="../css/fondos_ie6.css" rel="stylesheet" type="text/css" media="screen" />
<link href="../css/menu_ie6.css" rel="stylesheet" type="text/css" media="screen" />
<![endif]-->
</head> </head>
<body> <body>
@ -15,7 +19,7 @@
<ul> <ul>
<li><a class="hide">Menu</a> <li><a class="hide">Menu</a>
<!--[if lte IE 6]> <!--[if lte IE 6]>
<a href="">Men&uacute; <a href="#">Menu
<table><tr><td> <table><tr><td>
<![endif]--> <![endif]-->
<ul> <ul>

View File

@ -4,8 +4,12 @@
<link rel="shortcut icon" href="../img/favicon.ico"/> <link rel="shortcut icon" href="../img/favicon.ico"/>
<title>Photos - Hotel Carrejo's Garden in Cantabria - Hotel without smoke - Rural accommodation and tourism in Spain</title> <title>Photos - Hotel Carrejo's Garden in Cantabria - Hotel without smoke - Rural accommodation and tourism in Spain</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"/> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"/>
<meta http-equiv="content-language" content="en"/> <meta http-equiv="content-language" content="en"/> <link href="../css/estilos.css" rel="stylesheet" type="text/css" media="screen" />
<link href="../css/estilos.css" rel="stylesheet" type="text/css" media="screen" /> <link href="../css/menu.css" rel="stylesheet" type="text/css" media="screen" />
<!--[if lte IE 6]>
<link href="../css/fondos_ie6.css" rel="stylesheet" type="text/css" media="screen" />
<link href="../css/menu_ie6.css" rel="stylesheet" type="text/css" media="screen" />
<![endif]-->
</head> </head>
<body> <body>
@ -15,7 +19,7 @@
<ul> <ul>
<li><a class="hide">Menu</a> <li><a class="hide">Menu</a>
<!--[if lte IE 6]> <!--[if lte IE 6]>
<a href="">Men&uacute; <a href="#">Menu
<table><tr><td> <table><tr><td>
<![endif]--> <![endif]-->
<ul> <ul>

View File

@ -4,8 +4,12 @@
<link rel="shortcut icon" href="../img/favicon.ico"/> <link rel="shortcut icon" href="../img/favicon.ico"/>
<title>Hotel Services - Carrejo's Garden in Cantabria - Hotel without smoke - Rural accommodation and tourism in Spain</title> <title>Hotel Services - Carrejo's Garden in Cantabria - Hotel without smoke - Rural accommodation and tourism in Spain</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"/> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"/>
<meta http-equiv="content-language" content="en"/> <meta http-equiv="content-language" content="en"/> <link href="../css/estilos.css" rel="stylesheet" type="text/css" media="screen" />
<link href="../css/estilos.css" rel="stylesheet" type="text/css" media="screen" /> <link href="../css/menu.css" rel="stylesheet" type="text/css" media="screen" />
<!--[if lte IE 6]>
<link href="../css/fondos_ie6.css" rel="stylesheet" type="text/css" media="screen" />
<link href="../css/menu_ie6.css" rel="stylesheet" type="text/css" media="screen" />
<![endif]-->
</head> </head>
<body> <body>
@ -15,7 +19,7 @@
<ul> <ul>
<li><a class="hide">Menu</a> <li><a class="hide">Menu</a>
<!--[if lte IE 6]> <!--[if lte IE 6]>
<a href="">Men&uacute; <a href="#">Menu
<table><tr><td> <table><tr><td>
<![endif]--> <![endif]-->
<ul> <ul>

View File

@ -6,8 +6,13 @@
<meta name="description" content="Situado en Carrejo cerca de Cabez&oacute;n de la Sal, en la zona occidental de Cantabria. El hotel dispone de 10 habitaciones con todas las comodidades y 2 suites en el jard&iacute;n."/> <meta name="description" content="Situado en Carrejo cerca de Cabez&oacute;n de la Sal, en la zona occidental de Cantabria. El hotel dispone de 10 habitaciones con todas las comodidades y 2 suites en el jard&iacute;n."/>
<meta name="keywords" content="hotel pequeño, hotel rural,hotel en el campo, alojamiento rural, hotel con caracter, rusticae, hotel con encanto, Comillas, Cueva el Soplao, San Vicente de la Barquera, Altamira, Santillana del Mar, Santander, Cantabria, LLanes, Parque natural, casona de cantabria, Club de calidad, Golf, Playas, hotel con niños"/> <meta name="keywords" content="hotel pequeño, hotel rural,hotel en el campo, alojamiento rural, hotel con caracter, rusticae, hotel con encanto, Comillas, Cueva el Soplao, San Vicente de la Barquera, Altamira, Santillana del Mar, Santander, Cantabria, LLanes, Parque natural, casona de cantabria, Club de calidad, Golf, Playas, hotel con niños"/>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"/> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"/>
<meta http-equiv="content-language" content="es"/> <meta http-equiv="content-language" content="es"/>
<link href="../css/estilos.css" rel="stylesheet" type="text/css" media="screen" /> <link href="../css/estilos.css" rel="stylesheet" type="text/css" media="screen" />
<link href="../css/menu.css" rel="stylesheet" type="text/css" media="screen" />
<!--[if lte IE 6]>
<link href="../css/fondos_ie6.css" rel="stylesheet" type="text/css" media="screen" />
<link href="../css/menu_ie6.css" rel="stylesheet" type="text/css" media="screen" />
<![endif]-->
</head> </head>
<body> <body>
@ -17,7 +22,7 @@
<ul> <ul>
<li><a class="hide">Men&uacute;</a> <li><a class="hide">Men&uacute;</a>
<!--[if lte IE 6]> <!--[if lte IE 6]>
<a href="">Men&uacute; <a href="#">Men&uacute;
<table><tr><td> <table><tr><td>
<![endif]--> <![endif]-->
<ul> <ul>

View File

@ -6,8 +6,12 @@
<meta name="description" content="El hotel dispone de 10 habitaciones completas con vistas al jard&iacute;n. Entorno natural &uacute;nico en el coraz&oacute;n de Cantabria."/> <meta name="description" content="El hotel dispone de 10 habitaciones completas con vistas al jard&iacute;n. Entorno natural &uacute;nico en el coraz&oacute;n de Cantabria."/>
<meta name="keywords" content="hotel pequeño, hotel rural,hotel en el campo, alojamiento rural, hotel con caracter, rusticae, hotel con encanto, Comillas, Cueva el Soplao, San Vicente de la Barquera, Altamira, Santillana del Mar, Santander, Cantabria, LLanes, Parque natural, casona de cantabria, Club de calidad, Golf, Playas, hotel con niños"/> <meta name="keywords" content="hotel pequeño, hotel rural,hotel en el campo, alojamiento rural, hotel con caracter, rusticae, hotel con encanto, Comillas, Cueva el Soplao, San Vicente de la Barquera, Altamira, Santillana del Mar, Santander, Cantabria, LLanes, Parque natural, casona de cantabria, Club de calidad, Golf, Playas, hotel con niños"/>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"/> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"/>
<meta http-equiv="content-language" content="es"/> <meta http-equiv="content-language" content="es"/> <link href="../css/estilos.css" rel="stylesheet" type="text/css" media="screen" />
<link href="../css/estilos.css" rel="stylesheet" type="text/css" media="screen" /> <link href="../css/menu.css" rel="stylesheet" type="text/css" media="screen" />
<!--[if lte IE 6]>
<link href="../css/fondos_ie6.css" rel="stylesheet" type="text/css" media="screen" />
<link href="../css/menu_ie6.css" rel="stylesheet" type="text/css" media="screen" />
<![endif]-->
</head> </head>
<body> <body>
@ -17,7 +21,7 @@
<ul> <ul>
<li><a class="hide">Men&uacute;</a> <li><a class="hide">Men&uacute;</a>
<!--[if lte IE 6]> <!--[if lte IE 6]>
<a href="">Men&uacute; <a href="#">Men&uacute;
<table><tr><td> <table><tr><td>
<![endif]--> <![endif]-->
<ul> <ul>

View File

@ -6,8 +6,12 @@
<meta name="description" content="Hotel en el campo con 12 habitaciones en la zona occidental de Cantabria. Turismo en un entorno natural &uacute;nico."/> <meta name="description" content="Hotel en el campo con 12 habitaciones en la zona occidental de Cantabria. Turismo en un entorno natural &uacute;nico."/>
<meta name="keywords" content="hotel pequeño, hotel rural,hotel en el campo, alojamiento rural, hotel con caracter, rusticae, hotel con encanto, Comillas, Cueva el Soplao, San Vicente de la Barquera, Altamira, Santillana del Mar, Santander, Cantabria, LLanes, Parque natural, casona de cantabria, Club de calidad, Golf, Playas, hotel con niños"/> <meta name="keywords" content="hotel pequeño, hotel rural,hotel en el campo, alojamiento rural, hotel con caracter, rusticae, hotel con encanto, Comillas, Cueva el Soplao, San Vicente de la Barquera, Altamira, Santillana del Mar, Santander, Cantabria, LLanes, Parque natural, casona de cantabria, Club de calidad, Golf, Playas, hotel con niños"/>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"/> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"/>
<meta http-equiv="content-language" content="es"/> <meta http-equiv="content-language" content="es"/> <link href="../css/estilos.css" rel="stylesheet" type="text/css" media="screen" />
<link href="../css/estilos.css" rel="stylesheet" type="text/css" media="screen" /> <link href="../css/menu.css" rel="stylesheet" type="text/css" media="screen" />
<!--[if lte IE 6]>
<link href="../css/fondos_ie6.css" rel="stylesheet" type="text/css" media="screen" />
<link href="../css/menu_ie6.css" rel="stylesheet" type="text/css" media="screen" />
<![endif]-->
</head> </head>
<body> <body>
@ -17,7 +21,7 @@
<ul> <ul>
<li><a class="hide">Men&uacute;</a> <li><a class="hide">Men&uacute;</a>
<!--[if lte IE 6]> <!--[if lte IE 6]>
<a href="">Men&uacute; <a href="#">Men&uacute;
<table><tr><td> <table><tr><td>
<![endif]--> <![endif]-->
<ul> <ul>

View File

@ -6,8 +6,12 @@
<meta name="description" content="Situado en Carrejo cerca de Cabez&oacute;n de la Sal, en la zona occidental de Cantabria. El hotel dispone de 10 habitaciones con todas las comodidades y 2 suites en el jard&iacute;n."/> <meta name="description" content="Situado en Carrejo cerca de Cabez&oacute;n de la Sal, en la zona occidental de Cantabria. El hotel dispone de 10 habitaciones con todas las comodidades y 2 suites en el jard&iacute;n."/>
<meta name="keywords" content="hotel pequeño, hotel rural,hotel en el campo, alojamiento rural, hotel con caracter, rusticae, hotel con encanto, Comillas, Cueva el Soplao, San Vicente de la Barquera, Altamira, Santillana del Mar, Santander, Cantabria, LLanes, Parque natural, casona de cantabria, Club de calidad, Golf, Playas, hotel con niños"/> <meta name="keywords" content="hotel pequeño, hotel rural,hotel en el campo, alojamiento rural, hotel con caracter, rusticae, hotel con encanto, Comillas, Cueva el Soplao, San Vicente de la Barquera, Altamira, Santillana del Mar, Santander, Cantabria, LLanes, Parque natural, casona de cantabria, Club de calidad, Golf, Playas, hotel con niños"/>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"/> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"/>
<meta http-equiv="content-language" content="es"/> <meta http-equiv="content-language" content="es"/> <link href="../css/estilos.css" rel="stylesheet" type="text/css" media="screen" />
<link href="../css/estilos.css" rel="stylesheet" type="text/css" media="screen" /> <link href="../css/menu.css" rel="stylesheet" type="text/css" media="screen" />
<!--[if lte IE 6]>
<link href="../css/fondos_ie6.css" rel="stylesheet" type="text/css" media="screen" />
<link href="../css/menu_ie6.css" rel="stylesheet" type="text/css" media="screen" />
<![endif]-->
</head> </head>
<body> <body>
@ -17,7 +21,7 @@
<ul> <ul>
<li><a class="hide">Men&uacute;</a> <li><a class="hide">Men&uacute;</a>
<!--[if lte IE 6]> <!--[if lte IE 6]>
<a href="">Men&uacute; <a href="#">Men&uacute;
<table><tr><td> <table><tr><td>
<![endif]--> <![endif]-->
<ul> <ul>

View File

@ -6,8 +6,12 @@
<meta name="description" content="Hotel en el campo con 12 habitaciones en la zona occidental de Cantabria"/> <meta name="description" content="Hotel en el campo con 12 habitaciones en la zona occidental de Cantabria"/>
<meta name="keywords" content="hotel pequeño, hotel rural,hotel en el campo, alojamiento rural, hotel con caracter, rusticae, hotel con encanto, Comillas, Cueva el Soplao, San Vicente de la Barquera, Altamira, Santillana del Mar, Santander, Cantabria, LLanes, Parque natural, casona de cantabria, Club de calidad, Golf, Playas, hotel con niños"/> <meta name="keywords" content="hotel pequeño, hotel rural,hotel en el campo, alojamiento rural, hotel con caracter, rusticae, hotel con encanto, Comillas, Cueva el Soplao, San Vicente de la Barquera, Altamira, Santillana del Mar, Santander, Cantabria, LLanes, Parque natural, casona de cantabria, Club de calidad, Golf, Playas, hotel con niños"/>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"/> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"/>
<meta http-equiv="content-language" content="es"/> <meta http-equiv="content-language" content="es"/> <link href="../css/estilos.css" rel="stylesheet" type="text/css" media="screen" />
<link href="../css/estilos.css" rel="stylesheet" type="text/css" media="screen" /> <link href="../css/menu.css" rel="stylesheet" type="text/css" media="screen" />
<!--[if lte IE 6]>
<link href="../css/fondos_ie6.css" rel="stylesheet" type="text/css" media="screen" />
<link href="../css/menu_ie6.css" rel="stylesheet" type="text/css" media="screen" />
<![endif]-->
</head> </head>
<body> <body>
@ -17,7 +21,7 @@
<ul> <ul>
<li><a class="hide">Men&uacute;</a> <li><a class="hide">Men&uacute;</a>
<!--[if lte IE 6]> <!--[if lte IE 6]>
<a href="">Men&uacute; <a href="#">Men&uacute;
<table><tr><td> <table><tr><td>
<![endif]--> <![endif]-->
<ul> <ul>

View File

@ -6,9 +6,13 @@
<meta name="description" content="Hotel en el campo con 12 habitaciones en la zona occidental de Cantabria"/> <meta name="description" content="Hotel en el campo con 12 habitaciones en la zona occidental de Cantabria"/>
<meta name="keywords" content="hotel pequeño, hotel rural,hotel en el campo, alojamiento rural, hotel con caracter, rusticae, hotel con encanto, Comillas, Cueva el Soplao, San Vicente de la Barquera, Altamira, Santillana del Mar, Santander, Cantabria, LLanes, Parque natural, casona de cantabria, Club de calidad, Golf, Playas, hotel con niños"/> <meta name="keywords" content="hotel pequeño, hotel rural,hotel en el campo, alojamiento rural, hotel con caracter, rusticae, hotel con encanto, Comillas, Cueva el Soplao, San Vicente de la Barquera, Altamira, Santillana del Mar, Santander, Cantabria, LLanes, Parque natural, casona de cantabria, Club de calidad, Golf, Playas, hotel con niños"/>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"/> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"/>
<meta http-equiv="content-language" content="es"/> <meta http-equiv="content-language" content="es"/> <link href="../css/estilos.css" rel="stylesheet" type="text/css" media="screen" />
<link href="../css/estilos.css" rel="stylesheet" type="text/css" media="screen" /> <link href="../css/menu.css" rel="stylesheet" type="text/css" media="screen" />
<meta name="verify-v1" content="H7HI73FHuWNU1iaOAS6qprmvTf6eqsFs0MMN/EGuK9Y=" /> <!--[if lte IE 6]>
<link href="../css/fondos_ie6.css" rel="stylesheet" type="text/css" media="screen" />
<link href="../css/menu_ie6.css" rel="stylesheet" type="text/css" media="screen" />
<![endif]-->
<meta name="verify-v1" content="H7HI73FHuWNU1iaOAS6qprmvTf6eqsFs0MMN/EGuK9Y=" />
</head> </head>
<body> <body>
@ -18,7 +22,7 @@
<ul> <ul>
<li><a class="hide">Men&uacute;</a> <li><a class="hide">Men&uacute;</a>
<!--[if lte IE 6]> <!--[if lte IE 6]>
<a href="">Men&uacute; <a href="#">Men&uacute;
<table><tr><td> <table><tr><td>
<![endif]--> <![endif]-->
<ul> <ul>

View File

@ -6,8 +6,12 @@
<meta name="description" content="Hotel en el campo con 12 habitaciones en la zona occidental de Cantabria. Turismo en un entorno natural &uacute;nico."/> <meta name="description" content="Hotel en el campo con 12 habitaciones en la zona occidental de Cantabria. Turismo en un entorno natural &uacute;nico."/>
<meta name="keywords" content="hotel pequeño, hotel rural,hotel en el campo, alojamiento rural, hotel con caracter, rusticae, hotel con encanto, Comillas, Cueva el Soplao, San Vicente de la Barquera, Altamira, Santillana del Mar, Santander, Cantabria, LLanes, Parque natural, casona de cantabria, Club de calidad, Golf, Playas, hotel con niños"/> <meta name="keywords" content="hotel pequeño, hotel rural,hotel en el campo, alojamiento rural, hotel con caracter, rusticae, hotel con encanto, Comillas, Cueva el Soplao, San Vicente de la Barquera, Altamira, Santillana del Mar, Santander, Cantabria, LLanes, Parque natural, casona de cantabria, Club de calidad, Golf, Playas, hotel con niños"/>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"/> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"/>
<meta http-equiv="content-language" content="es"/> <meta http-equiv="content-language" content="es"/> <link href="../css/estilos.css" rel="stylesheet" type="text/css" media="screen" />
<link href="../css/estilos.css" rel="stylesheet" type="text/css" media="screen" /> <link href="../css/menu.css" rel="stylesheet" type="text/css" media="screen" />
<!--[if lte IE 6]>
<link href="../css/fondos_ie6.css" rel="stylesheet" type="text/css" media="screen" />
<link href="../css/menu_ie6.css" rel="stylesheet" type="text/css" media="screen" />
<![endif]-->
</head> </head>
<body> <body>
@ -17,7 +21,7 @@
<ul> <ul>
<li><a class="hide">Men&uacute;</a> <li><a class="hide">Men&uacute;</a>
<!--[if lte IE 6]> <!--[if lte IE 6]>
<a href="">Men&uacute; <a href="#">Men&uacute;
<table><tr><td> <table><tr><td>
<![endif]--> <![endif]-->
<ul> <ul>

View File

@ -6,8 +6,12 @@
<meta name="description" content="Situado en Carrejo cerca de Cabez&oacute;n de la Sal, en la zona occidental de Cantabria. El hotel dispone de 10 habitaciones con todas las comodidades y 2 suites en el jard&iacute;n."/> <meta name="description" content="Situado en Carrejo cerca de Cabez&oacute;n de la Sal, en la zona occidental de Cantabria. El hotel dispone de 10 habitaciones con todas las comodidades y 2 suites en el jard&iacute;n."/>
<meta name="keywords" content="hotel pequeño, hotel rural,hotel en el campo, alojamiento rural, hotel con caracter, rusticae, hotel con encanto, Comillas, Cueva el Soplao, San Vicente de la Barquera, Altamira, Santillana del Mar, Santander, Cantabria, LLanes, Parque natural, casona de cantabria, Club de calidad, Golf, Playas, hotel con niños"/> <meta name="keywords" content="hotel pequeño, hotel rural,hotel en el campo, alojamiento rural, hotel con caracter, rusticae, hotel con encanto, Comillas, Cueva el Soplao, San Vicente de la Barquera, Altamira, Santillana del Mar, Santander, Cantabria, LLanes, Parque natural, casona de cantabria, Club de calidad, Golf, Playas, hotel con niños"/>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"/> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"/>
<meta http-equiv="content-language" content="es"/> <meta http-equiv="content-language" content="es"/> <link href="../css/estilos.css" rel="stylesheet" type="text/css" media="screen" />
<link href="../css/estilos.css" rel="stylesheet" type="text/css" media="screen" /> <link href="../css/menu.css" rel="stylesheet" type="text/css" media="screen" />
<!--[if lte IE 6]>
<link href="../css/fondos_ie6.css" rel="stylesheet" type="text/css" media="screen" />
<link href="../css/menu_ie6.css" rel="stylesheet" type="text/css" media="screen" />
<![endif]-->
</head> </head>
<body> <body>
@ -17,7 +21,7 @@
<ul> <ul>
<li><a class="hide">Men&uacute;</a> <li><a class="hide">Men&uacute;</a>
<!--[if lte IE 6]> <!--[if lte IE 6]>
<a href="">Men&uacute; <a href="#">Men&uacute;
<table><tr><td> <table><tr><td>
<![endif]--> <![endif]-->
<ul> <ul>

View File

@ -6,8 +6,12 @@
<meta name="description" content="Hotel en el campo con 12 habitaciones en la zona occidental de Cantabria"/> <meta name="description" content="Hotel en el campo con 12 habitaciones en la zona occidental de Cantabria"/>
<meta name="keywords" content="hotel pequeño, hotel rural,hotel en el campo, alojamiento rural, hotel con caracter, rusticae, hotel con encanto, Comillas, Cueva el Soplao, San Vicente de la Barquera, Altamira, Santillana del Mar, Santander, Cantabria, LLanes, Parque natural, casona de cantabria, Club de calidad, Golf, Playas, hotel con niños"/> <meta name="keywords" content="hotel pequeño, hotel rural,hotel en el campo, alojamiento rural, hotel con caracter, rusticae, hotel con encanto, Comillas, Cueva el Soplao, San Vicente de la Barquera, Altamira, Santillana del Mar, Santander, Cantabria, LLanes, Parque natural, casona de cantabria, Club de calidad, Golf, Playas, hotel con niños"/>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"/> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"/>
<meta http-equiv="content-language" content="es"/> <meta http-equiv="content-language" content="es"/> <link href="../css/estilos.css" rel="stylesheet" type="text/css" media="screen" />
<link href="../css/estilos.css" rel="stylesheet" type="text/css" media="screen" /> <link href="../css/menu.css" rel="stylesheet" type="text/css" media="screen" />
<!--[if lte IE 6]>
<link href="../css/fondos_ie6.css" rel="stylesheet" type="text/css" media="screen" />
<link href="../css/menu_ie6.css" rel="stylesheet" type="text/css" media="screen" />
<![endif]-->
</head> </head>
<body> <body>
@ -17,7 +21,7 @@
<ul> <ul>
<li><a class="hide">Men&uacute;</a> <li><a class="hide">Men&uacute;</a>
<!--[if lte IE 6]> <!--[if lte IE 6]>
<a href="">Men&uacute; <a href="#">Men&uacute;
<table><tr><td> <table><tr><td>
<![endif]--> <![endif]-->
<ul> <ul>

View File

@ -6,8 +6,12 @@
<meta name="description" content="Descubre el encanto de nuestras habitaciones. Todas equipadas completamente y con vistas al jard&iacute;n. Entorno natural &uacute;nico en el coraz&oacute;n de Cantabria."/> <meta name="description" content="Descubre el encanto de nuestras habitaciones. Todas equipadas completamente y con vistas al jard&iacute;n. Entorno natural &uacute;nico en el coraz&oacute;n de Cantabria."/>
<meta name="keywords" content="hotel pequeño, hotel rural,hotel en el campo, alojamiento rural, hotel con caracter, rusticae, hotel con encanto, Comillas, Cueva el Soplao, San Vicente de la Barquera, Altamira, Santillana del Mar, Santander, Cantabria, LLanes, Parque natural, casona de cantabria, Club de calidad, Golf, Playas, hotel con niños"/> <meta name="keywords" content="hotel pequeño, hotel rural,hotel en el campo, alojamiento rural, hotel con caracter, rusticae, hotel con encanto, Comillas, Cueva el Soplao, San Vicente de la Barquera, Altamira, Santillana del Mar, Santander, Cantabria, LLanes, Parque natural, casona de cantabria, Club de calidad, Golf, Playas, hotel con niños"/>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"/> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"/>
<meta http-equiv="content-language" content="es"/> <meta http-equiv="content-language" content="es"/> <link href="../css/estilos.css" rel="stylesheet" type="text/css" media="screen" />
<link href="../css/estilos.css" rel="stylesheet" type="text/css" media="screen" /> <link href="../css/menu.css" rel="stylesheet" type="text/css" media="screen" />
<!--[if lte IE 6]>
<link href="../css/fondos_ie6.css" rel="stylesheet" type="text/css" media="screen" />
<link href="../css/menu_ie6.css" rel="stylesheet" type="text/css" media="screen" />
<![endif]-->
</head> </head>
<body> <body>
@ -17,7 +21,7 @@
<ul> <ul>
<li><a class="hide">Men&uacute;</a> <li><a class="hide">Men&uacute;</a>
<!--[if lte IE 6]> <!--[if lte IE 6]>
<a href="">Men&uacute; <a href="#">Men&uacute;
<table><tr><td> <table><tr><td>
<![endif]--> <![endif]-->
<ul> <ul>

View File

@ -6,8 +6,12 @@
<meta name="description" content="Descubre el encanto de nuestro hotel a través de estas fotograf&iacute;s. El hotel dispone de 12 habitaciones con todas las comodidades."/> <meta name="description" content="Descubre el encanto de nuestro hotel a través de estas fotograf&iacute;s. El hotel dispone de 12 habitaciones con todas las comodidades."/>
<meta name="keywords" content="hotel pequeño, hotel rural,hotel en el campo, alojamiento rural, hotel con caracter, rusticae, hotel con encanto, Comillas, Cueva el Soplao, San Vicente de la Barquera, Altamira, Santillana del Mar, Santander, Cantabria, LLanes, Parque natural, casona de cantabria, Club de calidad, Golf, Playas, hotel con niños"/> <meta name="keywords" content="hotel pequeño, hotel rural,hotel en el campo, alojamiento rural, hotel con caracter, rusticae, hotel con encanto, Comillas, Cueva el Soplao, San Vicente de la Barquera, Altamira, Santillana del Mar, Santander, Cantabria, LLanes, Parque natural, casona de cantabria, Club de calidad, Golf, Playas, hotel con niños"/>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"/> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"/>
<meta http-equiv="content-language" content="es"/> <meta http-equiv="content-language" content="es"/> <link href="../css/estilos.css" rel="stylesheet" type="text/css" media="screen" />
<link href="../css/estilos.css" rel="stylesheet" type="text/css" media="screen" /> <link href="../css/menu.css" rel="stylesheet" type="text/css" media="screen" />
<!--[if lte IE 6]>
<link href="../css/fondos_ie6.css" rel="stylesheet" type="text/css" media="screen" />
<link href="../css/menu_ie6.css" rel="stylesheet" type="text/css" media="screen" />
<![endif]-->
</head> </head>
<body> <body>
@ -17,7 +21,7 @@
<ul> <ul>
<li><a class="hide">Men&uacute;</a> <li><a class="hide">Men&uacute;</a>
<!--[if lte IE 6]> <!--[if lte IE 6]>
<a href="">Men&uacute; <a href="#">Men&uacute;
<table><tr><td> <table><tr><td>
<![endif]--> <![endif]-->
<ul> <ul>

View File

@ -6,8 +6,12 @@
<meta name="description" content="Galer&iacute;a fotogr&aacute;fica del jard&iacute;n de nuestro hotel donde encontrar&aacute;s espacios y rincones para todos los gustos y ocasiones."/> <meta name="description" content="Galer&iacute;a fotogr&aacute;fica del jard&iacute;n de nuestro hotel donde encontrar&aacute;s espacios y rincones para todos los gustos y ocasiones."/>
<meta name="keywords" content="hotel pequeño, hotel rural,hotel en el campo, alojamiento rural, hotel con caracter, rusticae, hotel con encanto, Comillas, Cueva el Soplao, San Vicente de la Barquera, Altamira, Santillana del Mar, Santander, Cantabria, LLanes, Parque natural, casona de cantabria, Club de calidad, Golf, Playas, hotel con niños"/> <meta name="keywords" content="hotel pequeño, hotel rural,hotel en el campo, alojamiento rural, hotel con caracter, rusticae, hotel con encanto, Comillas, Cueva el Soplao, San Vicente de la Barquera, Altamira, Santillana del Mar, Santander, Cantabria, LLanes, Parque natural, casona de cantabria, Club de calidad, Golf, Playas, hotel con niños"/>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"/> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"/>
<meta http-equiv="content-language" content="es"/> <meta http-equiv="content-language" content="es"/> <link href="../css/estilos.css" rel="stylesheet" type="text/css" media="screen" />
<link href="../css/estilos.css" rel="stylesheet" type="text/css" media="screen" /> <link href="../css/menu.css" rel="stylesheet" type="text/css" media="screen" />
<!--[if lte IE 6]>
<link href="../css/fondos_ie6.css" rel="stylesheet" type="text/css" media="screen" />
<link href="../css/menu_ie6.css" rel="stylesheet" type="text/css" media="screen" />
<![endif]-->
</head> </head>
<body> <body>
@ -17,7 +21,7 @@
<ul> <ul>
<li><a class="hide">Men&uacute;</a> <li><a class="hide">Men&uacute;</a>
<!--[if lte IE 6]> <!--[if lte IE 6]>
<a href="">Men&uacute; <a href="#">Men&uacute;
<table><tr><td> <table><tr><td>
<![endif]--> <![endif]-->
<ul> <ul>

View File

@ -6,8 +6,12 @@
<meta name="description" content="El hotel dispone de 2 suites completas con vistas al jard&iacute;n. Entorno natural &uacute;nico en el coraz&oacute;n de Cantabria."/> <meta name="description" content="El hotel dispone de 2 suites completas con vistas al jard&iacute;n. Entorno natural &uacute;nico en el coraz&oacute;n de Cantabria."/>
<meta name="keywords" content="hotel pequeño, hotel rural,hotel en el campo, alojamiento rural, hotel con caracter, rusticae, hotel con encanto, Comillas, Cueva el Soplao, San Vicente de la Barquera, Altamira, Santillana del Mar, Santander, Cantabria, LLanes, Parque natural, casona de cantabria, Club de calidad, Golf, Playas, hotel con niños"/> <meta name="keywords" content="hotel pequeño, hotel rural,hotel en el campo, alojamiento rural, hotel con caracter, rusticae, hotel con encanto, Comillas, Cueva el Soplao, San Vicente de la Barquera, Altamira, Santillana del Mar, Santander, Cantabria, LLanes, Parque natural, casona de cantabria, Club de calidad, Golf, Playas, hotel con niños"/>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"/> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"/>
<meta http-equiv="content-language" content="es"/> <meta http-equiv="content-language" content="es"/> <link href="../css/estilos.css" rel="stylesheet" type="text/css" media="screen" />
<link href="../css/estilos.css" rel="stylesheet" type="text/css" media="screen" /> <link href="../css/menu.css" rel="stylesheet" type="text/css" media="screen" />
<!--[if lte IE 6]>
<link href="../css/fondos_ie6.css" rel="stylesheet" type="text/css" media="screen" />
<link href="../css/menu_ie6.css" rel="stylesheet" type="text/css" media="screen" />
<![endif]-->
</head> </head>
<body> <body>
@ -17,7 +21,7 @@
<ul> <ul>
<li><a class="hide">Men&uacute;</a> <li><a class="hide">Men&uacute;</a>
<!--[if lte IE 6]> <!--[if lte IE 6]>
<a href="">Men&uacute; <a href="#">Men&uacute;
<table><tr><td> <table><tr><td>
<![endif]--> <![endif]-->
<ul> <ul>

View File

@ -6,8 +6,12 @@
<meta name="description" content="Casona de 1881 convertida en hotel con 12 habitaciones con todas las comodidades."/> <meta name="description" content="Casona de 1881 convertida en hotel con 12 habitaciones con todas las comodidades."/>
<meta name="keywords" content="hotel pequeño, hotel rural,hotel en el campo, alojamiento rural, hotel con caracter, rusticae, hotel con encanto, Comillas, Cueva el Soplao, San Vicente de la Barquera, Altamira, Santillana del Mar, Santander, Cantabria, LLanes, Parque natural, casona de cantabria, Club de calidad, Golf, Playas, hotel con niños"/> <meta name="keywords" content="hotel pequeño, hotel rural,hotel en el campo, alojamiento rural, hotel con caracter, rusticae, hotel con encanto, Comillas, Cueva el Soplao, San Vicente de la Barquera, Altamira, Santillana del Mar, Santander, Cantabria, LLanes, Parque natural, casona de cantabria, Club de calidad, Golf, Playas, hotel con niños"/>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"/> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"/>
<meta http-equiv="content-language" content="es"/> <meta http-equiv="content-language" content="es"/> <link href="../css/estilos.css" rel="stylesheet" type="text/css" media="screen" />
<link href="../css/estilos.css" rel="stylesheet" type="text/css" media="screen" /> <link href="../css/menu.css" rel="stylesheet" type="text/css" media="screen" />
<!--[if lte IE 6]>
<link href="../css/fondos_ie6.css" rel="stylesheet" type="text/css" media="screen" />
<link href="../css/menu_ie6.css" rel="stylesheet" type="text/css" media="screen" />
<![endif]-->
</head> </head>
<body> <body>
@ -17,7 +21,7 @@
<ul> <ul>
<li><a class="hide">Men&uacute;</a> <li><a class="hide">Men&uacute;</a>
<!--[if lte IE 6]> <!--[if lte IE 6]>
<a href="">Men&uacute; <a href="#">Men&uacute;
<table><tr><td> <table><tr><td>
<![endif]--> <![endif]-->
<ul> <ul>

View File

@ -6,8 +6,13 @@
<meta name="description" content="Situado en Carrejo cerca de Cabez&oacute;n de la Sal, en la zona occidental de Cantabria. El hotel dispone de 10 habitaciones con todas las comodidades y 2 suites en el jard&iacute;n."/> <meta name="description" content="Situado en Carrejo cerca de Cabez&oacute;n de la Sal, en la zona occidental de Cantabria. El hotel dispone de 10 habitaciones con todas las comodidades y 2 suites en el jard&iacute;n."/>
<meta name="keywords" content="hotel pequeño, hotel rural,hotel en el campo, alojamiento rural, hotel con caracter, rusticae, hotel con encanto, Comillas, Cueva el Soplao, San Vicente de la Barquera, Altamira, Santillana del Mar, Santander, Cantabria, LLanes, Parque natural, casona de cantabria, Club de calidad, Golf, Playas, hotel con niños"/> <meta name="keywords" content="hotel pequeño, hotel rural,hotel en el campo, alojamiento rural, hotel con caracter, rusticae, hotel con encanto, Comillas, Cueva el Soplao, San Vicente de la Barquera, Altamira, Santillana del Mar, Santander, Cantabria, LLanes, Parque natural, casona de cantabria, Club de calidad, Golf, Playas, hotel con niños"/>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"/> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"/>
<meta http-equiv="content-language" content="es"/> <meta http-equiv="content-language" content="es"/>
<link href="../css/estilos.css" rel="stylesheet" type="text/css" media="screen" /> <link href="../css/estilos.css" rel="stylesheet" type="text/css" media="screen" />
<link href="../css/menu.css" rel="stylesheet" type="text/css" media="screen" />
<!--[if lte IE 6]>
<link href="../css/fondos_ie6.css" rel="stylesheet" type="text/css" media="screen" />
<link href="../css/menu_ie6.css" rel="stylesheet" type="text/css" media="screen" />
<![endif]-->
</head> </head>
<body> <body>
@ -17,7 +22,7 @@
<ul> <ul>
<li><a class="hide">Men&uacute;</a> <li><a class="hide">Men&uacute;</a>
<!--[if lte IE 6]> <!--[if lte IE 6]>
<a href="">Men&uacute; <a href="#">Men&uacute;
<table><tr><td> <table><tr><td>
<![endif]--> <![endif]-->
<ul> <ul>

View File

@ -6,8 +6,12 @@
<meta name="description" content="Disfruta del jard&iacute;n de nuestro hotel donde encontrar&aacute;s espacios y rincones para todos los gustos y ocasiones."/> <meta name="description" content="Disfruta del jard&iacute;n de nuestro hotel donde encontrar&aacute;s espacios y rincones para todos los gustos y ocasiones."/>
<meta name="keywords" content="hotel pequeño, hotel rural,hotel en el campo, alojamiento rural, hotel con caracter, rusticae, hotel con encanto, Comillas, Cueva el Soplao, San Vicente de la Barquera, Altamira, Santillana del Mar, Santander, Cantabria, LLanes, Parque natural, casona de cantabria, Club de calidad, Golf, Playas, hotel con niños"/> <meta name="keywords" content="hotel pequeño, hotel rural,hotel en el campo, alojamiento rural, hotel con caracter, rusticae, hotel con encanto, Comillas, Cueva el Soplao, San Vicente de la Barquera, Altamira, Santillana del Mar, Santander, Cantabria, LLanes, Parque natural, casona de cantabria, Club de calidad, Golf, Playas, hotel con niños"/>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"/> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"/>
<meta http-equiv="content-language" content="es"/> <meta http-equiv="content-language" content="es"/> <link href="../css/estilos.css" rel="stylesheet" type="text/css" media="screen" />
<link href="../css/estilos.css" rel="stylesheet" type="text/css" media="screen" /> <link href="../css/menu.css" rel="stylesheet" type="text/css" media="screen" />
<!--[if lte IE 6]>
<link href="../css/fondos_ie6.css" rel="stylesheet" type="text/css" media="screen" />
<link href="../css/menu_ie6.css" rel="stylesheet" type="text/css" media="screen" />
<![endif]-->
</head> </head>
<body> <body>
@ -17,7 +21,7 @@
<ul> <ul>
<li><a class="hide">Men&uacute;</a> <li><a class="hide">Men&uacute;</a>
<!--[if lte IE 6]> <!--[if lte IE 6]>
<a href="">Men&uacute; <a href="#">Men&uacute;
<table><tr><td> <table><tr><td>
<![endif]--> <![endif]-->
<ul> <ul>

View File

@ -6,8 +6,12 @@
<meta name="description" content="Situado en Carrejo cerca de Cabez&oacute;n de la Sal, en la zona occidental de Cantabria. El hotel dispone de 10 habitaciones con todas las comodidades y 2 suites en el jard&iacute;n."/> <meta name="description" content="Situado en Carrejo cerca de Cabez&oacute;n de la Sal, en la zona occidental de Cantabria. El hotel dispone de 10 habitaciones con todas las comodidades y 2 suites en el jard&iacute;n."/>
<meta name="keywords" content="hotel pequeño, hotel rural,hotel en el campo, alojamiento rural, hotel con caracter, rusticae, hotel con encanto, Comillas, Cueva el Soplao, San Vicente de la Barquera, Altamira, Santillana del Mar, Santander, Cantabria, LLanes, Parque natural, casona de cantabria, Club de calidad, Golf, Playas, hotel con niños"/> <meta name="keywords" content="hotel pequeño, hotel rural,hotel en el campo, alojamiento rural, hotel con caracter, rusticae, hotel con encanto, Comillas, Cueva el Soplao, San Vicente de la Barquera, Altamira, Santillana del Mar, Santander, Cantabria, LLanes, Parque natural, casona de cantabria, Club de calidad, Golf, Playas, hotel con niños"/>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"/> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"/>
<meta http-equiv="content-language" content="es"/> <meta http-equiv="content-language" content="es"/> <link href="../css/estilos.css" rel="stylesheet" type="text/css" media="screen" />
<link href="../css/estilos.css" rel="stylesheet" type="text/css" media="screen" /> <link href="../css/menu.css" rel="stylesheet" type="text/css" media="screen" />
<!--[if lte IE 6]>
<link href="../css/fondos_ie6.css" rel="stylesheet" type="text/css" media="screen" />
<link href="../css/menu_ie6.css" rel="stylesheet" type="text/css" media="screen" />
<![endif]-->
</head> </head>
<body> <body>
@ -17,7 +21,7 @@
<ul> <ul>
<li><a class="hide">Men&uacute;</a> <li><a class="hide">Men&uacute;</a>
<!--[if lte IE 6]> <!--[if lte IE 6]>
<a href="">Men&uacute; <a href="#">Men&uacute;
<table><tr><td> <table><tr><td>
<![endif]--> <![endif]-->
<ul> <ul>

View File

@ -6,8 +6,12 @@
<meta name="description" content="El hotel dispone de 10 habitaciones y 2 suites en el jard&iacute;n, todas con vistas al jard&iacute;n. Entorno natural &uacute;nico en el coraz&oacute;n de Cantabria."/> <meta name="description" content="El hotel dispone de 10 habitaciones y 2 suites en el jard&iacute;n, todas con vistas al jard&iacute;n. Entorno natural &uacute;nico en el coraz&oacute;n de Cantabria."/>
<meta name="keywords" content="hotel pequeño, hotel rural,hotel en el campo, alojamiento rural, hotel con caracter, rusticae, hotel con encanto, Comillas, Cueva el Soplao, San Vicente de la Barquera, Altamira, Santillana del Mar, Santander, Cantabria, LLanes, Parque natural, casona de cantabria, Club de calidad, Golf, Playas, hotel con niños"/> <meta name="keywords" content="hotel pequeño, hotel rural,hotel en el campo, alojamiento rural, hotel con caracter, rusticae, hotel con encanto, Comillas, Cueva el Soplao, San Vicente de la Barquera, Altamira, Santillana del Mar, Santander, Cantabria, LLanes, Parque natural, casona de cantabria, Club de calidad, Golf, Playas, hotel con niños"/>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"/> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"/>
<meta http-equiv="content-language" content="es"/> <meta http-equiv="content-language" content="es"/> <link href="../css/estilos.css" rel="stylesheet" type="text/css" media="screen" />
<link href="../css/estilos.css" rel="stylesheet" type="text/css" media="screen" /> <link href="../css/menu.css" rel="stylesheet" type="text/css" media="screen" />
<!--[if lte IE 6]>
<link href="../css/fondos_ie6.css" rel="stylesheet" type="text/css" media="screen" />
<link href="../css/menu_ie6.css" rel="stylesheet" type="text/css" media="screen" />
<![endif]-->
</head> </head>
<body> <body>
@ -17,7 +21,7 @@
<ul> <ul>
<li><a class="hide">Men&uacute;</a> <li><a class="hide">Men&uacute;</a>
<!--[if lte IE 6]> <!--[if lte IE 6]>
<a href="">Men&uacute; <a href="#">Men&uacute;
<table><tr><td> <table><tr><td>
<![endif]--> <![endif]-->
<ul> <ul>

View File

@ -6,8 +6,12 @@
<meta name="description" content="Situado en Carrejo cerca de Cabez&oacute;n de la Sal, en la zona occidental de Cantabria. El hotel dispone de 10 habitaciones con todas las comodidades y 2 suites en el jard&iacute;n."/> <meta name="description" content="Situado en Carrejo cerca de Cabez&oacute;n de la Sal, en la zona occidental de Cantabria. El hotel dispone de 10 habitaciones con todas las comodidades y 2 suites en el jard&iacute;n."/>
<meta name="keywords" content="hotel pequeño, hotel rural,hotel en el campo, alojamiento rural, hotel con caracter, rusticae, hotel con encanto, Comillas, Cueva el Soplao, San Vicente de la Barquera, Altamira, Santillana del Mar, Santander, Cantabria, LLanes, Parque natural, casona de cantabria, Club de calidad, Golf, Playas, hotel con niños"/> <meta name="keywords" content="hotel pequeño, hotel rural,hotel en el campo, alojamiento rural, hotel con caracter, rusticae, hotel con encanto, Comillas, Cueva el Soplao, San Vicente de la Barquera, Altamira, Santillana del Mar, Santander, Cantabria, LLanes, Parque natural, casona de cantabria, Club de calidad, Golf, Playas, hotel con niños"/>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"/> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"/>
<meta http-equiv="content-language" content="es"/> <meta http-equiv="content-language" content="es"/> <link href="../css/estilos.css" rel="stylesheet" type="text/css" media="screen" />
<link href="../css/estilos.css" rel="stylesheet" type="text/css" media="screen" /> <link href="../css/menu.css" rel="stylesheet" type="text/css" media="screen" />
<!--[if lte IE 6]>
<link href="../css/fondos_ie6.css" rel="stylesheet" type="text/css" media="screen" />
<link href="../css/menu_ie6.css" rel="stylesheet" type="text/css" media="screen" />
<![endif]-->
</head> </head>
<body> <body>
@ -17,7 +21,7 @@
<ul> <ul>
<li><a class="hide">Men&uacute;</a> <li><a class="hide">Men&uacute;</a>
<!--[if lte IE 6]> <!--[if lte IE 6]>
<a href="">Men&uacute; <a href="#">Men&uacute;
<table><tr><td> <table><tr><td>
<![endif]--> <![endif]-->
<ul> <ul>

View File

@ -6,8 +6,12 @@
<meta name="description" content="El hotel est&aacute; situado en Carrejo cerca de Cabez&oacute;n de la Sal, en la zona occidental de Cantabria."/> <meta name="description" content="El hotel est&aacute; situado en Carrejo cerca de Cabez&oacute;n de la Sal, en la zona occidental de Cantabria."/>
<meta name="keywords" content="hotel pequeño, hotel rural,hotel en el campo, alojamiento rural, hotel con caracter, rusticae, hotel con encanto, Comillas, Cueva el Soplao, San Vicente de la Barquera, Altamira, Santillana del Mar, Santander, Cantabria, LLanes, Parque natural, casona de cantabria, Club de calidad, Golf, Playas, hotel con niños"/> <meta name="keywords" content="hotel pequeño, hotel rural,hotel en el campo, alojamiento rural, hotel con caracter, rusticae, hotel con encanto, Comillas, Cueva el Soplao, San Vicente de la Barquera, Altamira, Santillana del Mar, Santander, Cantabria, LLanes, Parque natural, casona de cantabria, Club de calidad, Golf, Playas, hotel con niños"/>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"/> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"/>
<meta http-equiv="content-language" content="es"/> <meta http-equiv="content-language" content="es"/> <link href="../css/estilos.css" rel="stylesheet" type="text/css" media="screen" />
<link href="../css/estilos.css" rel="stylesheet" type="text/css" media="screen" /> <link href="../css/menu.css" rel="stylesheet" type="text/css" media="screen" />
<!--[if lte IE 6]>
<link href="../css/fondos_ie6.css" rel="stylesheet" type="text/css" media="screen" />
<link href="../css/menu_ie6.css" rel="stylesheet" type="text/css" media="screen" />
<![endif]-->
</head> </head>
<body> <body>
@ -17,7 +21,7 @@
<ul> <ul>
<li><a class="hide">Men&uacute;</a> <li><a class="hide">Men&uacute;</a>
<!--[if lte IE 6]> <!--[if lte IE 6]>
<a href="">Men&uacute; <a href="#">Men&uacute;
<table><tr><td> <table><tr><td>
<![endif]--> <![endif]-->
<ul> <ul>

View File

@ -6,8 +6,12 @@
<meta name="description" content="Hotel en el campo con 12 habitaciones en la zona occidental de Cantabria. Turismo en un entorno natural &uacute;nico."/> <meta name="description" content="Hotel en el campo con 12 habitaciones en la zona occidental de Cantabria. Turismo en un entorno natural &uacute;nico."/>
<meta name="keywords" content="hotel pequeño, hotel rural,hotel en el campo, alojamiento rural, hotel con caracter, rusticae, hotel con encanto, Comillas, Cueva el Soplao, San Vicente de la Barquera, Altamira, Santillana del Mar, Santander, Cantabria, LLanes, Parque natural, casona de cantabria, Club de calidad, Golf, Playas, hotel con niños"/> <meta name="keywords" content="hotel pequeño, hotel rural,hotel en el campo, alojamiento rural, hotel con caracter, rusticae, hotel con encanto, Comillas, Cueva el Soplao, San Vicente de la Barquera, Altamira, Santillana del Mar, Santander, Cantabria, LLanes, Parque natural, casona de cantabria, Club de calidad, Golf, Playas, hotel con niños"/>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"/> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"/>
<meta http-equiv="content-language" content="es"/> <meta http-equiv="content-language" content="es"/> <link href="../css/estilos.css" rel="stylesheet" type="text/css" media="screen" />
<link href="../css/estilos.css" rel="stylesheet" type="text/css" media="screen" /> <link href="../css/menu.css" rel="stylesheet" type="text/css" media="screen" />
<!--[if lte IE 6]>
<link href="../css/fondos_ie6.css" rel="stylesheet" type="text/css" media="screen" />
<link href="../css/menu_ie6.css" rel="stylesheet" type="text/css" media="screen" />
<![endif]-->
</head> </head>
<body> <body>
@ -17,7 +21,7 @@
<ul> <ul>
<li><a class="hide">Men&uacute;</a> <li><a class="hide">Men&uacute;</a>
<!--[if lte IE 6]> <!--[if lte IE 6]>
<a href="">Men&uacute; <a href="#">Men&uacute;
<table><tr><td> <table><tr><td>
<![endif]--> <![endif]-->
<ul> <ul>

View File

@ -6,8 +6,12 @@
<meta name="description" content="Situado en Carrejo cerca de Cabez&oacute;n de la Sal, en la zona occidental de Cantabria. El hotel dispone de 10 habitaciones con todas las comodidades y 2 suites en el jard&iacute;n."/> <meta name="description" content="Situado en Carrejo cerca de Cabez&oacute;n de la Sal, en la zona occidental de Cantabria. El hotel dispone de 10 habitaciones con todas las comodidades y 2 suites en el jard&iacute;n."/>
<meta name="keywords" content="hotel pequeño, hotel rural,hotel en el campo, alojamiento rural, hotel con caracter, rusticae, hotel con encanto, Comillas, Cueva el Soplao, San Vicente de la Barquera, Altamira, Santillana del Mar, Santander, Cantabria, LLanes, Parque natural, casona de cantabria, Club de calidad, Golf, Playas, hotel con niños"/> <meta name="keywords" content="hotel pequeño, hotel rural,hotel en el campo, alojamiento rural, hotel con caracter, rusticae, hotel con encanto, Comillas, Cueva el Soplao, San Vicente de la Barquera, Altamira, Santillana del Mar, Santander, Cantabria, LLanes, Parque natural, casona de cantabria, Club de calidad, Golf, Playas, hotel con niños"/>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"/> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"/>
<meta http-equiv="content-language" content="es"/> <meta http-equiv="content-language" content="es"/> <link href="../css/estilos.css" rel="stylesheet" type="text/css" media="screen" />
<link href="../css/estilos.css" rel="stylesheet" type="text/css" media="screen" /> <link href="../css/menu.css" rel="stylesheet" type="text/css" media="screen" />
<!--[if lte IE 6]>
<link href="../css/fondos_ie6.css" rel="stylesheet" type="text/css" media="screen" />
<link href="../css/menu_ie6.css" rel="stylesheet" type="text/css" media="screen" />
<![endif]-->
</head> </head>
<body> <body>
@ -17,7 +21,7 @@
<ul> <ul>
<li><a class="hide">Men&uacute;</a> <li><a class="hide">Men&uacute;</a>
<!--[if lte IE 6]> <!--[if lte IE 6]>
<a href="">Men&uacute; <a href="#">Men&uacute;
<table><tr><td> <table><tr><td>
<![endif]--> <![endif]-->
<ul> <ul>

View File

@ -6,8 +6,12 @@
<meta name="description" content="El hotel dispone de 10 habitaciones completas con vistas al jard&iacute;n. Entorno natural &uacute;nico en el coraz&oacute;n de Cantabria."/> <meta name="description" content="El hotel dispone de 10 habitaciones completas con vistas al jard&iacute;n. Entorno natural &uacute;nico en el coraz&oacute;n de Cantabria."/>
<meta name="keywords" content="hotel pequeño, hotel rural,hotel en el campo, alojamiento rural, hotel con caracter, rusticae, hotel con encanto, Comillas, Cueva el Soplao, San Vicente de la Barquera, Altamira, Santillana del Mar, Santander, Cantabria, LLanes, Parque natural, casona de cantabria, Club de calidad, Golf, Playas, hotel con niños"/> <meta name="keywords" content="hotel pequeño, hotel rural,hotel en el campo, alojamiento rural, hotel con caracter, rusticae, hotel con encanto, Comillas, Cueva el Soplao, San Vicente de la Barquera, Altamira, Santillana del Mar, Santander, Cantabria, LLanes, Parque natural, casona de cantabria, Club de calidad, Golf, Playas, hotel con niños"/>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"/> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"/>
<meta http-equiv="content-language" content="es"/> <meta http-equiv="content-language" content="es"/> <link href="../css/estilos.css" rel="stylesheet" type="text/css" media="screen" />
<link href="../css/estilos.css" rel="stylesheet" type="text/css" media="screen" /> <link href="../css/menu.css" rel="stylesheet" type="text/css" media="screen" />
<!--[if lte IE 6]>
<link href="../css/fondos_ie6.css" rel="stylesheet" type="text/css" media="screen" />
<link href="../css/menu_ie6.css" rel="stylesheet" type="text/css" media="screen" />
<![endif]-->
</head> </head>
<body> <body>
@ -17,7 +21,7 @@
<ul> <ul>
<li><a class="hide">Men&uacute;</a> <li><a class="hide">Men&uacute;</a>
<!--[if lte IE 6]> <!--[if lte IE 6]>
<a href="">Men&uacute; <a href="#">Men&uacute;
<table><tr><td> <table><tr><td>
<![endif]--> <![endif]-->
<ul> <ul>

View File

@ -6,8 +6,12 @@
<meta name="description" content="Casona de 1881 convertida en hotel con 12 habitaciones con todas las comodidades."/> <meta name="description" content="Casona de 1881 convertida en hotel con 12 habitaciones con todas las comodidades."/>
<meta name="keywords" content="hotel pequeño, hotel rural,hotel en el campo, alojamiento rural, hotel con caracter, rusticae, hotel con encanto, Comillas, Cueva el Soplao, San Vicente de la Barquera, Altamira, Santillana del Mar, Santander, Cantabria, LLanes, Parque natural, casona de cantabria, Club de calidad, Golf, Playas, hotel con niños"/> <meta name="keywords" content="hotel pequeño, hotel rural,hotel en el campo, alojamiento rural, hotel con caracter, rusticae, hotel con encanto, Comillas, Cueva el Soplao, San Vicente de la Barquera, Altamira, Santillana del Mar, Santander, Cantabria, LLanes, Parque natural, casona de cantabria, Club de calidad, Golf, Playas, hotel con niños"/>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"/> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"/>
<meta http-equiv="content-language" content="es"/> <meta http-equiv="content-language" content="es"/> <link href="../css/estilos.css" rel="stylesheet" type="text/css" media="screen" />
<link href="../css/estilos.css" rel="stylesheet" type="text/css" media="screen" /> <link href="../css/menu.css" rel="stylesheet" type="text/css" media="screen" />
<!--[if lte IE 6]>
<link href="../css/fondos_ie6.css" rel="stylesheet" type="text/css" media="screen" />
<link href="../css/menu_ie6.css" rel="stylesheet" type="text/css" media="screen" />
<![endif]-->
</head> </head>
<body> <body>
@ -17,7 +21,7 @@
<ul> <ul>
<li><a class="hide">Men&uacute;</a> <li><a class="hide">Men&uacute;</a>
<!--[if lte IE 6]> <!--[if lte IE 6]>
<a href="">Men&uacute; <a href="#">Men&uacute;
<table><tr><td> <table><tr><td>
<![endif]--> <![endif]-->
<ul> <ul>

View File

@ -6,8 +6,12 @@
<meta name="description" content="Disfruta del jard&iacute;n de nuestro hotel donde encontrar&aacute;s espacios y rincones para todos los gustos y ocasiones."/> <meta name="description" content="Disfruta del jard&iacute;n de nuestro hotel donde encontrar&aacute;s espacios y rincones para todos los gustos y ocasiones."/>
<meta name="keywords" content="hotel pequeño, hotel rural,hotel en el campo, alojamiento rural, hotel con caracter, rusticae, hotel con encanto, Comillas, Cueva el Soplao, San Vicente de la Barquera, Altamira, Santillana del Mar, Santander, Cantabria, LLanes, Parque natural, casona de cantabria, Club de calidad, Golf, Playas, hotel con niños"/> <meta name="keywords" content="hotel pequeño, hotel rural,hotel en el campo, alojamiento rural, hotel con caracter, rusticae, hotel con encanto, Comillas, Cueva el Soplao, San Vicente de la Barquera, Altamira, Santillana del Mar, Santander, Cantabria, LLanes, Parque natural, casona de cantabria, Club de calidad, Golf, Playas, hotel con niños"/>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"/> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"/>
<meta http-equiv="content-language" content="es"/> <meta http-equiv="content-language" content="es"/> <link href="../css/estilos.css" rel="stylesheet" type="text/css" media="screen" />
<link href="../css/estilos.css" rel="stylesheet" type="text/css" media="screen" /> <link href="../css/menu.css" rel="stylesheet" type="text/css" media="screen" />
<!--[if lte IE 6]>
<link href="../css/fondos_ie6.css" rel="stylesheet" type="text/css" media="screen" />
<link href="../css/menu_ie6.css" rel="stylesheet" type="text/css" media="screen" />
<![endif]-->
</head> </head>
<body> <body>
@ -17,7 +21,7 @@
<ul> <ul>
<li><a class="hide">Men&uacute;</a> <li><a class="hide">Men&uacute;</a>
<!--[if lte IE 6]> <!--[if lte IE 6]>
<a href="">Men&uacute; <a href="#">Men&uacute;
<table><tr><td> <table><tr><td>
<![endif]--> <![endif]-->
<ul> <ul>

View File

@ -6,8 +6,12 @@
<meta name="description" content="Situado en Carrejo cerca de Cabez&oacute;n de la Sal, en la zona occidental de Cantabria. El hotel dispone de 10 habitaciones con todas las comodidades y 2 suites en el jard&iacute;n."/> <meta name="description" content="Situado en Carrejo cerca de Cabez&oacute;n de la Sal, en la zona occidental de Cantabria. El hotel dispone de 10 habitaciones con todas las comodidades y 2 suites en el jard&iacute;n."/>
<meta name="keywords" content="hotel pequeño, hotel rural,hotel en el campo, alojamiento rural, hotel con caracter, rusticae, hotel con encanto, Comillas, Cueva el Soplao, San Vicente de la Barquera, Altamira, Santillana del Mar, Santander, Cantabria, LLanes, Parque natural, casona de cantabria, Club de calidad, Golf, Playas, hotel con niños"/> <meta name="keywords" content="hotel pequeño, hotel rural,hotel en el campo, alojamiento rural, hotel con caracter, rusticae, hotel con encanto, Comillas, Cueva el Soplao, San Vicente de la Barquera, Altamira, Santillana del Mar, Santander, Cantabria, LLanes, Parque natural, casona de cantabria, Club de calidad, Golf, Playas, hotel con niños"/>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"/> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"/>
<meta http-equiv="content-language" content="es"/> <meta http-equiv="content-language" content="es"/> <link href="../css/estilos.css" rel="stylesheet" type="text/css" media="screen" />
<link href="../css/estilos.css" rel="stylesheet" type="text/css" media="screen" /> <link href="../css/menu.css" rel="stylesheet" type="text/css" media="screen" />
<!--[if lte IE 6]>
<link href="../css/fondos_ie6.css" rel="stylesheet" type="text/css" media="screen" />
<link href="../css/menu_ie6.css" rel="stylesheet" type="text/css" media="screen" />
<![endif]-->
</head> </head>
<body> <body>
@ -17,7 +21,7 @@
<ul> <ul>
<li><a class="hide">Men&uacute;</a> <li><a class="hide">Men&uacute;</a>
<!--[if lte IE 6]> <!--[if lte IE 6]>
<a href="">Men&uacute; <a href="#">Men&uacute;
<table><tr><td> <table><tr><td>
<![endif]--> <![endif]-->
<ul> <ul>

View File

@ -6,8 +6,12 @@
<meta name="description" content="Situado en Carrejo cerca de Cabez&oacute;n de la Sal, en la zona occidental de Cantabria. El hotel dispone de 10 habitaciones con todas las comodidades y 2 suites en el jard&iacute;n."/> <meta name="description" content="Situado en Carrejo cerca de Cabez&oacute;n de la Sal, en la zona occidental de Cantabria. El hotel dispone de 10 habitaciones con todas las comodidades y 2 suites en el jard&iacute;n."/>
<meta name="keywords" content="hotel pequeño, hotel rural,hotel en el campo, alojamiento rural, hotel con caracter, rusticae, hotel con encanto, Comillas, Cueva el Soplao, San Vicente de la Barquera, Altamira, Santillana del Mar, Santander, Cantabria, LLanes, Parque natural, casona de cantabria, Club de calidad, Golf, Playas, hotel con niños"/> <meta name="keywords" content="hotel pequeño, hotel rural,hotel en el campo, alojamiento rural, hotel con caracter, rusticae, hotel con encanto, Comillas, Cueva el Soplao, San Vicente de la Barquera, Altamira, Santillana del Mar, Santander, Cantabria, LLanes, Parque natural, casona de cantabria, Club de calidad, Golf, Playas, hotel con niños"/>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"/> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"/>
<meta http-equiv="content-language" content="es"/> <meta http-equiv="content-language" content="es"/> <link href="../css/estilos.css" rel="stylesheet" type="text/css" media="screen" />
<link href="../css/estilos.css" rel="stylesheet" type="text/css" media="screen" /> <link href="../css/menu.css" rel="stylesheet" type="text/css" media="screen" />
<!--[if lte IE 6]>
<link href="../css/fondos_ie6.css" rel="stylesheet" type="text/css" media="screen" />
<link href="../css/menu_ie6.css" rel="stylesheet" type="text/css" media="screen" />
<![endif]-->
</head> </head>
<body> <body>
@ -17,7 +21,7 @@
<ul> <ul>
<li><a class="hide">Men&uacute;</a> <li><a class="hide">Men&uacute;</a>
<!--[if lte IE 6]> <!--[if lte IE 6]>
<a href="">Men&uacute; <a href="#">Men&uacute;
<table><tr><td> <table><tr><td>
<![endif]--> <![endif]-->
<ul> <ul>

View File

@ -6,8 +6,12 @@
<meta name="description" content="Hotel en el campo con 12 habitaciones en la zona occidental de Cantabria"/> <meta name="description" content="Hotel en el campo con 12 habitaciones en la zona occidental de Cantabria"/>
<meta name="keywords" content="hotel pequeño, hotel rural,hotel en el campo, alojamiento rural, hotel con caracter, rusticae, hotel con encanto, Comillas, Cueva el Soplao, San Vicente de la Barquera, Altamira, Santillana del Mar, Santander, Cantabria, LLanes, Parque natural, casona de cantabria, Club de calidad, Golf, Playas, hotel con niños"/> <meta name="keywords" content="hotel pequeño, hotel rural,hotel en el campo, alojamiento rural, hotel con caracter, rusticae, hotel con encanto, Comillas, Cueva el Soplao, San Vicente de la Barquera, Altamira, Santillana del Mar, Santander, Cantabria, LLanes, Parque natural, casona de cantabria, Club de calidad, Golf, Playas, hotel con niños"/>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"/> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"/>
<meta http-equiv="content-language" content="es"/> <meta http-equiv="content-language" content="es"/> <link href="../css/estilos.css" rel="stylesheet" type="text/css" media="screen" />
<link href="../css/estilos.css" rel="stylesheet" type="text/css" media="screen" /> <link href="../css/menu.css" rel="stylesheet" type="text/css" media="screen" />
<!--[if lte IE 6]>
<link href="../css/fondos_ie6.css" rel="stylesheet" type="text/css" media="screen" />
<link href="../css/menu_ie6.css" rel="stylesheet" type="text/css" media="screen" />
<![endif]-->
</head> </head>
<body> <body>
@ -17,7 +21,7 @@
<ul> <ul>
<li><a class="hide">Men&uacute;</a> <li><a class="hide">Men&uacute;</a>
<!--[if lte IE 6]> <!--[if lte IE 6]>
<a href="">Men&uacute; <a href="#">Men&uacute;
<table><tr><td> <table><tr><td>
<![endif]--> <![endif]-->
<ul> <ul>

View File

@ -6,8 +6,12 @@
<meta name="description" content="El hotel dispone de 2 suites completas con vistas al jard&iacute;n. Entorno natural &uacute;nico en el coraz&oacute;n de Cantabria."/> <meta name="description" content="El hotel dispone de 2 suites completas con vistas al jard&iacute;n. Entorno natural &uacute;nico en el coraz&oacute;n de Cantabria."/>
<meta name="keywords" content="hotel pequeño, hotel rural,hotel en el campo, alojamiento rural, hotel con caracter, rusticae, hotel con encanto, Comillas, Cueva el Soplao, San Vicente de la Barquera, Altamira, Santillana del Mar, Santander, Cantabria, LLanes, Parque natural, casona de cantabria, Club de calidad, Golf, Playas, hotel con niños"/> <meta name="keywords" content="hotel pequeño, hotel rural,hotel en el campo, alojamiento rural, hotel con caracter, rusticae, hotel con encanto, Comillas, Cueva el Soplao, San Vicente de la Barquera, Altamira, Santillana del Mar, Santander, Cantabria, LLanes, Parque natural, casona de cantabria, Club de calidad, Golf, Playas, hotel con niños"/>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"/> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"/>
<meta http-equiv="content-language" content="es"/> <meta http-equiv="content-language" content="es"/> <link href="../css/estilos.css" rel="stylesheet" type="text/css" media="screen" />
<link href="../css/estilos.css" rel="stylesheet" type="text/css" media="screen" /> <link href="../css/menu.css" rel="stylesheet" type="text/css" media="screen" />
<!--[if lte IE 6]>
<link href="../css/fondos_ie6.css" rel="stylesheet" type="text/css" media="screen" />
<link href="../css/menu_ie6.css" rel="stylesheet" type="text/css" media="screen" />
<![endif]-->
</head> </head>
<body> <body>
@ -17,7 +21,7 @@
<ul> <ul>
<li><a class="hide">Men&uacute;</a> <li><a class="hide">Men&uacute;</a>
<!--[if lte IE 6]> <!--[if lte IE 6]>
<a href="">Men&uacute; <a href="#">Men&uacute;
<table><tr><td> <table><tr><td>
<![endif]--> <![endif]-->
<ul> <ul>

View File

@ -6,8 +6,12 @@
<meta name="description" content="Situado en Carrejo cerca de Cabez&oacute;n de la Sal, en la zona occidental de Cantabria. El hotel dispone de 10 habitaciones con todas las comodidades y 2 suites en el jard&iacute;n."/> <meta name="description" content="Situado en Carrejo cerca de Cabez&oacute;n de la Sal, en la zona occidental de Cantabria. El hotel dispone de 10 habitaciones con todas las comodidades y 2 suites en el jard&iacute;n."/>
<meta name="keywords" content="hotel pequeño, hotel rural,hotel en el campo, alojamiento rural, hotel con caracter, rusticae, hotel con encanto, Comillas, Cueva el Soplao, San Vicente de la Barquera, Altamira, Santillana del Mar, Santander, Cantabria, LLanes, Parque natural, casona de cantabria, Club de calidad, Golf, Playas, hotel con niños"/> <meta name="keywords" content="hotel pequeño, hotel rural,hotel en el campo, alojamiento rural, hotel con caracter, rusticae, hotel con encanto, Comillas, Cueva el Soplao, San Vicente de la Barquera, Altamira, Santillana del Mar, Santander, Cantabria, LLanes, Parque natural, casona de cantabria, Club de calidad, Golf, Playas, hotel con niños"/>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"/> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"/>
<meta http-equiv="content-language" content="es"/> <meta http-equiv="content-language" content="es"/> <link href="../css/estilos.css" rel="stylesheet" type="text/css" media="screen" />
<link href="../css/estilos.css" rel="stylesheet" type="text/css" media="screen" /> <link href="../css/menu.css" rel="stylesheet" type="text/css" media="screen" />
<!--[if lte IE 6]>
<link href="../css/fondos_ie6.css" rel="stylesheet" type="text/css" media="screen" />
<link href="../css/menu_ie6.css" rel="stylesheet" type="text/css" media="screen" />
<![endif]-->
</head> </head>
<body> <body>
@ -17,7 +21,7 @@
<ul> <ul>
<li><a class="hide">Men&uacute;</a> <li><a class="hide">Men&uacute;</a>
<!--[if lte IE 6]> <!--[if lte IE 6]>
<a href="">Men&uacute; <a href="#">Men&uacute;
<table><tr><td> <table><tr><td>
<![endif]--> <![endif]-->
<ul> <ul>

View File

@ -6,8 +6,12 @@
<meta name="description" content="Situado en Carrejo cerca de Cabez&oacute;n de la Sal, en la zona occidental de Cantabria. El hotel dispone de 10 habitaciones con todas las comodidades y 2 suites en el jard&iacute;n."/> <meta name="description" content="Situado en Carrejo cerca de Cabez&oacute;n de la Sal, en la zona occidental de Cantabria. El hotel dispone de 10 habitaciones con todas las comodidades y 2 suites en el jard&iacute;n."/>
<meta name="keywords" content="hotel pequeño, hotel rural,hotel en el campo, alojamiento rural, hotel con caracter, rusticae, hotel con encanto, Comillas, Cueva el Soplao, San Vicente de la Barquera, Altamira, Santillana del Mar, Santander, Cantabria, LLanes, Parque natural, casona de cantabria, Club de calidad, Golf, Playas, hotel con niños"/> <meta name="keywords" content="hotel pequeño, hotel rural,hotel en el campo, alojamiento rural, hotel con caracter, rusticae, hotel con encanto, Comillas, Cueva el Soplao, San Vicente de la Barquera, Altamira, Santillana del Mar, Santander, Cantabria, LLanes, Parque natural, casona de cantabria, Club de calidad, Golf, Playas, hotel con niños"/>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"/> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"/>
<meta http-equiv="content-language" content="es"/> <meta http-equiv="content-language" content="es"/> <link href="../css/estilos.css" rel="stylesheet" type="text/css" media="screen" />
<link href="../css/estilos.css" rel="stylesheet" type="text/css" media="screen" /> <link href="../css/menu.css" rel="stylesheet" type="text/css" media="screen" />
<!--[if lte IE 6]>
<link href="../css/fondos_ie6.css" rel="stylesheet" type="text/css" media="screen" />
<link href="../css/menu_ie6.css" rel="stylesheet" type="text/css" media="screen" />
<![endif]-->
</head> </head>
<body> <body>
@ -17,7 +21,7 @@
<ul> <ul>
<li><a class="hide">Men&uacute;</a> <li><a class="hide">Men&uacute;</a>
<!--[if lte IE 6]> <!--[if lte IE 6]>
<a href="">Men&uacute; <a href="#">Men&uacute;
<table><tr><td> <table><tr><td>
<![endif]--> <![endif]-->
<ul> <ul>

View File

@ -6,8 +6,12 @@
<meta name="description" content="Hotel en el campo con 12 habitaciones en la zona occidental de Cantabria"/> <meta name="description" content="Hotel en el campo con 12 habitaciones en la zona occidental de Cantabria"/>
<meta name="keywords" content="hotel pequeño, hotel rural,hotel en el campo, alojamiento rural, hotel con caracter, rusticae, hotel con encanto, Comillas, Cueva el Soplao, San Vicente de la Barquera, Altamira, Santillana del Mar, Santander, Cantabria, LLanes, Parque natural, casona de cantabria, Club de calidad, Golf, Playas, hotel con niños"/> <meta name="keywords" content="hotel pequeño, hotel rural,hotel en el campo, alojamiento rural, hotel con caracter, rusticae, hotel con encanto, Comillas, Cueva el Soplao, San Vicente de la Barquera, Altamira, Santillana del Mar, Santander, Cantabria, LLanes, Parque natural, casona de cantabria, Club de calidad, Golf, Playas, hotel con niños"/>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"/> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"/>
<meta http-equiv="content-language" content="es"/> <meta http-equiv="content-language" content="es"/> <link href="../css/estilos.css" rel="stylesheet" type="text/css" media="screen" />
<link href="../css/estilos.css" rel="stylesheet" type="text/css" media="screen" /> <link href="../css/menu.css" rel="stylesheet" type="text/css" media="screen" />
<!--[if lte IE 6]>
<link href="../css/fondos_ie6.css" rel="stylesheet" type="text/css" media="screen" />
<link href="../css/menu_ie6.css" rel="stylesheet" type="text/css" media="screen" />
<![endif]-->
</head> </head>
<body> <body>
@ -17,7 +21,7 @@
<ul> <ul>
<li><a class="hide">Men&uacute;</a> <li><a class="hide">Men&uacute;</a>
<!--[if lte IE 6]> <!--[if lte IE 6]>
<a href="">Men&uacute; <a href="#">Men&uacute;
<table><tr><td> <table><tr><td>
<![endif]--> <![endif]-->
<ul> <ul>

View File

@ -6,9 +6,13 @@
<meta name="description" content="Situado en Carrejo cerca de Cabez&oacute;n de la Sal, en la zona occidental de Cantabria. El hotel dispone de 10 habitaciones con todas las comodidades y 2 suites en el jard&iacute;n."/> <meta name="description" content="Situado en Carrejo cerca de Cabez&oacute;n de la Sal, en la zona occidental de Cantabria. El hotel dispone de 10 habitaciones con todas las comodidades y 2 suites en el jard&iacute;n."/>
<meta name="keywords" content="hotel pequeño, hotel rural,hotel en el campo, alojamiento rural, hotel con caracter, rusticae, hotel con encanto, Comillas, Cueva el Soplao, San Vicente de la Barquera, Altamira, Santillana del Mar, Santander, Cantabria, LLanes, Parque natural, casona de cantabria, Club de calidad, Golf, Playas, hotel con niños"/> <meta name="keywords" content="hotel pequeño, hotel rural,hotel en el campo, alojamiento rural, hotel con caracter, rusticae, hotel con encanto, Comillas, Cueva el Soplao, San Vicente de la Barquera, Altamira, Santillana del Mar, Santander, Cantabria, LLanes, Parque natural, casona de cantabria, Club de calidad, Golf, Playas, hotel con niños"/>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"/> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"/>
<meta http-equiv="content-language" content="es"/> <meta http-equiv="content-language" content="es"/> <link href="../css/estilos.css" rel="stylesheet" type="text/css" media="screen" />
<link href="../css/estilos.css" rel="stylesheet" type="text/css" media="screen" /> <link href="../css/menu.css" rel="stylesheet" type="text/css" media="screen" />
<script type="text/javascript" src="../js/reservas.js"></script> <!--[if lte IE 6]>
<link href="../css/fondos_ie6.css" rel="stylesheet" type="text/css" media="screen" />
<link href="../css/menu_ie6.css" rel="stylesheet" type="text/css" media="screen" />
<![endif]-->
<script type="text/javascript" src="../js/reservas.js"></script>
<script type="text/javascript"> <script type="text/javascript">
<!-- <!--
function openCancelacion() { function openCancelacion() {
@ -27,7 +31,7 @@
<ul> <ul>
<li><a class="hide">Men&uacute;</a> <li><a class="hide">Men&uacute;</a>
<!--[if lte IE 6]> <!--[if lte IE 6]>
<a href="">Men&uacute; <a href="#">Men&uacute;
<table><tr><td> <table><tr><td>
<![endif]--> <![endif]-->
<ul> <ul>
@ -84,9 +88,9 @@ sobre el alojamiento.
<pre class="seccion-2"> <pre class="seccion-2">
<form name="form1" method="post" action="send_reserva.php" onsubmit="return ValidateForm_sp()"> <form name="form1" method="post" action="send_reserva.php" onsubmit="return ValidateForm_sp()">
<? if (($error=="required")) echo("<font color='red'>Por favor, rellene todos los campos.</font>"); ?> <?php if (($error=="required")) echo("<font color='red'>Por favor, rellene todos los campos.</font>"); ?>
<? if (($error=="email")) echo("<font color='red'>Cuenta de correo incorrecta, por favor, revísela.</font>"); ?> <?php if (($error=="email")) echo("<font color='red'>Cuenta de correo incorrecta, por favor, revísela.</font>"); ?>
<? if (isset($sent)) echo("<font color='red'>Hemos recibido su reserva, nos pondremos en contacto con usted.<br>Muchas Gracias.</font>"); ?> <?php if (isset($sent)) echo("<font color='red'>Hemos recibido su reserva, nos pondremos en contacto con usted.<br>Muchas Gracias.</font>"); ?>
Nombre: Nombre:
<input name="nombre" type="text" size="32"> <input name="nombre" type="text" size="32">
Email contacto: Email contacto:
@ -104,11 +108,8 @@ D&iacute;a salidad(DD/MM/AA):
Observaciones: Observaciones:
<input name="observaciones" type="text" size="32"> <input name="observaciones" type="text" size="32">
<input type="hidden" name="return" value="reservas-hotel-rural-santander.php"> <input type="hidden" name="return" value="reservas-hotel-rural-santander.php">
<input type="submit" name="Submit" value="Enviar"> <input type="submit" name="Submit" value="Enviar">
</form> </form>
</pre> </pre>
</div> </div>
<div id="pie"> <div id="pie">

View File

@ -6,8 +6,12 @@
<meta name="description" content="Nuestro hotel dispone de todos los servicios y comodidades. Cafeter&iacute;a, prensa diaria, lavander&iacute;a, rinc&oacute;n de lectura, conexión WiFi..."/> <meta name="description" content="Nuestro hotel dispone de todos los servicios y comodidades. Cafeter&iacute;a, prensa diaria, lavander&iacute;a, rinc&oacute;n de lectura, conexión WiFi..."/>
<meta name="keywords" content="hotel pequeño, hotel rural,hotel en el campo, alojamiento rural, hotel con caracter, rusticae, hotel con encanto, Comillas, Cueva el Soplao, San Vicente de la Barquera, Altamira, Santillana del Mar, Santander, Cantabria, LLanes, Parque natural, casona de cantabria, Club de calidad, Golf, Playas, hotel con niños"/> <meta name="keywords" content="hotel pequeño, hotel rural,hotel en el campo, alojamiento rural, hotel con caracter, rusticae, hotel con encanto, Comillas, Cueva el Soplao, San Vicente de la Barquera, Altamira, Santillana del Mar, Santander, Cantabria, LLanes, Parque natural, casona de cantabria, Club de calidad, Golf, Playas, hotel con niños"/>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"/> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"/>
<meta http-equiv="content-language" content="es"/> <meta http-equiv="content-language" content="es"/> <link href="../css/estilos.css" rel="stylesheet" type="text/css" media="screen" />
<link href="../css/estilos.css" rel="stylesheet" type="text/css" media="screen" /> <link href="../css/menu.css" rel="stylesheet" type="text/css" media="screen" />
<!--[if lte IE 6]>
<link href="../css/fondos_ie6.css" rel="stylesheet" type="text/css" media="screen" />
<link href="../css/menu_ie6.css" rel="stylesheet" type="text/css" media="screen" />
<![endif]-->
</head> </head>
<body> <body>
@ -17,7 +21,7 @@
<ul> <ul>
<li><a class="hide">Men&uacute;</a> <li><a class="hide">Men&uacute;</a>
<!--[if lte IE 6]> <!--[if lte IE 6]>
<a href="">Men&uacute; <a href="#">Men&uacute;
<table><tr><td> <table><tr><td>
<![endif]--> <![endif]-->
<ul> <ul>

View File

@ -6,8 +6,12 @@
<meta name="description" content="El hotel dispone de 2 suites completas con vistas al jard&iacute;n. Entorno natural &uacute;nico en el coraz&oacute;n de Cantabria."/> <meta name="description" content="El hotel dispone de 2 suites completas con vistas al jard&iacute;n. Entorno natural &uacute;nico en el coraz&oacute;n de Cantabria."/>
<meta name="keywords" content="hotel pequeño, hotel rural,hotel en el campo, alojamiento rural, hotel con caracter, rusticae, hotel con encanto, Comillas, Cueva el Soplao, San Vicente de la Barquera, Altamira, Santillana del Mar, Santander, Cantabria, LLanes, Parque natural, casona de cantabria, Club de calidad, Golf, Playas, hotel con niños"/> <meta name="keywords" content="hotel pequeño, hotel rural,hotel en el campo, alojamiento rural, hotel con caracter, rusticae, hotel con encanto, Comillas, Cueva el Soplao, San Vicente de la Barquera, Altamira, Santillana del Mar, Santander, Cantabria, LLanes, Parque natural, casona de cantabria, Club de calidad, Golf, Playas, hotel con niños"/>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"/> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"/>
<meta http-equiv="content-language" content="es"/> <meta http-equiv="content-language" content="es"/> <link href="../css/estilos.css" rel="stylesheet" type="text/css" media="screen" />
<link href="../css/estilos.css" rel="stylesheet" type="text/css" media="screen" /> <link href="../css/menu.css" rel="stylesheet" type="text/css" media="screen" />
<!--[if lte IE 6]>
<link href="../css/fondos_ie6.css" rel="stylesheet" type="text/css" media="screen" />
<link href="../css/menu_ie6.css" rel="stylesheet" type="text/css" media="screen" />
<![endif]-->
</head> </head>
<body> <body>
@ -17,7 +21,7 @@
<ul> <ul>
<li><a class="hide">Men&uacute;</a> <li><a class="hide">Men&uacute;</a>
<!--[if lte IE 6]> <!--[if lte IE 6]>
<a href="">Men&uacute; <a href="#">Men&uacute;
<table><tr><td> <table><tr><td>
<![endif]--> <![endif]-->
<ul> <ul>

View File

@ -6,8 +6,12 @@
<meta name="description" content="Situado en Carrejo cerca de Cabez&oacute;n de la Sal, en la zona occidental de Cantabria. El hotel dispone de 10 habitaciones con todas las comodidades y 2 suites en el jard&iacute;n."/> <meta name="description" content="Situado en Carrejo cerca de Cabez&oacute;n de la Sal, en la zona occidental de Cantabria. El hotel dispone de 10 habitaciones con todas las comodidades y 2 suites en el jard&iacute;n."/>
<meta name="keywords" content="hotel pequeño, hotel rural,hotel en el campo, alojamiento rural, hotel con caracter, rusticae, hotel con encanto, Comillas, Cueva el Soplao, San Vicente de la Barquera, Altamira, Santillana del Mar, Santander, Cantabria, LLanes, Parque natural, casona de cantabria, Club de calidad, Golf, Playas, hotel con niños"/> <meta name="keywords" content="hotel pequeño, hotel rural,hotel en el campo, alojamiento rural, hotel con caracter, rusticae, hotel con encanto, Comillas, Cueva el Soplao, San Vicente de la Barquera, Altamira, Santillana del Mar, Santander, Cantabria, LLanes, Parque natural, casona de cantabria, Club de calidad, Golf, Playas, hotel con niños"/>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"/> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"/>
<meta http-equiv="content-language" content="es"/> <meta http-equiv="content-language" content="es"/> <link href="../css/estilos.css" rel="stylesheet" type="text/css" media="screen" />
<link href="../css/estilos.css" rel="stylesheet" type="text/css" media="screen" /> <link href="../css/menu.css" rel="stylesheet" type="text/css" media="screen" />
<!--[if lte IE 6]>
<link href="../css/fondos_ie6.css" rel="stylesheet" type="text/css" media="screen" />
<link href="../css/menu_ie6.css" rel="stylesheet" type="text/css" media="screen" />
<![endif]-->
</head> </head>
<body> <body>
@ -17,7 +21,7 @@
<ul> <ul>
<li><a class="hide">Men&uacute;</a> <li><a class="hide">Men&uacute;</a>
<!--[if lte IE 6]> <!--[if lte IE 6]>
<a href="">Men&uacute; <a href="#">Men&uacute;
<table><tr><td> <table><tr><td>
<![endif]--> <![endif]-->
<ul> <ul>