Cambios
git-svn-id: https://192.168.0.254/svn/Proyectos.JardinDeCarrejo_Web/trunk@7 a05c588e-6d60-420d-a138-a9ac874067ed
This commit is contained in:
parent
e9b1ca60f4
commit
65d7a4fbea
@ -1,100 +1,69 @@
|
||||
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
|
||||
<html xmlns="http://www.w3.org/1999/xhtml">
|
||||
<head>
|
||||
<link rel="shortcut icon" href="imagenes/favicon.ico"/>
|
||||
<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-language" content="en"/>
|
||||
<link href="../css/estilos.css" rel="stylesheet" type="text/css" media="screen" />
|
||||
</head>
|
||||
|
||||
<title>Hotel Carrejo's Garden. Hotel without smoke. Carrejo, Cantabria, Spain.</title>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
|
||||
<style type="text/css">
|
||||
<!--
|
||||
body {
|
||||
background-color: #FFFFFF;
|
||||
}
|
||||
.Estilo1 {
|
||||
color: #999999;
|
||||
font-family: Verdana, Arial, Helvetica, sans-serif;
|
||||
font-weight: bold;
|
||||
font-size: 14px;
|
||||
}
|
||||
.Estilo2 {
|
||||
color: #999999;
|
||||
font-family: Verdana, Arial, Helvetica, sans-serif;
|
||||
font-size: 10px;
|
||||
}
|
||||
.Estilo3 {
|
||||
color: #333333;
|
||||
font-weight: bold;
|
||||
}
|
||||
a:link {
|
||||
color: #666666;
|
||||
text-decoration: none;
|
||||
}
|
||||
a:visited {
|
||||
text-decoration: none;
|
||||
color: #666666;
|
||||
}
|
||||
a:hover {
|
||||
text-decoration: none;
|
||||
}
|
||||
a:active {
|
||||
text-decoration: none;
|
||||
color: #666666;
|
||||
}
|
||||
.Estilo4 {color: #333333;
|
||||
font-family: Verdana, Arial, Helvetica, sans-serif;
|
||||
font-weight: bold;
|
||||
font-size: 16px;
|
||||
}
|
||||
-->
|
||||
</style>
|
||||
<script language="JavaScript" type="text/JavaScript">
|
||||
<!--
|
||||
function MM_preloadImages() { //v3.0
|
||||
var d=document; if(d.images){ if(!d.MM_p) d.MM_p=new Array();
|
||||
var i,j=d.MM_p.length,a=MM_preloadImages.arguments; for(i=0; i<a.length; i++)
|
||||
if (a[i].indexOf("#")!=0){ d.MM_p[j]=new Image; d.MM_p[j++].src=a[i];}}
|
||||
}
|
||||
<body>
|
||||
<div id="layout">
|
||||
<div id="cabecera">
|
||||
<div class="menu ingles">
|
||||
<ul>
|
||||
<li><a class="hide">Menu</a>
|
||||
<!--[if lte IE 6]>
|
||||
<a href="">Menú
|
||||
<table><tr><td>
|
||||
<![endif]-->
|
||||
<ul>
|
||||
<li><a title="The hotel" href="hotel.htm">The hotel</a></li>
|
||||
<li><a title="The garden" href="jardin.htm">The garden</a></li>
|
||||
<li><a title="Rooms" href="habitaciones.htm">Rooms</a></li>
|
||||
<li><a title="Breakfast & dinners" href="desayunos.htm">Breakfast & dinners</a></li>
|
||||
<li><a title="Photo collection" href="fotos.htm">Photo collection</a></li>
|
||||
<li><a title="Services" href="servicios.htm">Services</a></li>
|
||||
<li><a title="Activities" href="quever.htm">Activities</a></li>
|
||||
<li><a title="Prices & reservations" href="reservasyprecios.htm">Prices & reservations</a></li>
|
||||
<li><a title="Location" href="llegar.htm">Location</a></li>
|
||||
<li><a title="Offers" href="noticias.htm">Offers</a></li>
|
||||
<li><a title="Links" href="links.htm">Links</a></li>
|
||||
</ul>
|
||||
<!--[if lte IE 6]>
|
||||
</td></tr></table>
|
||||
</a>
|
||||
<![endif]-->
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
<div id="cuerpo" class="desayunos">
|
||||
<ul>
|
||||
<li><a class="inicio" title="Start" href="../index.htm">Hotel Carrejo's Garden</a></li>
|
||||
<li><a class="main-menu" title="Back to main menu" href="inicio.htm">Main menu</a></li>
|
||||
<li><a class="breakfasts" title="Breakfasts" href="textodesayuno.htm">Breakfasts</a></li>
|
||||
<li><a class="dinners" title="Dinners" href="textocenas.htm">Dinners</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
<div id="pie">
|
||||
<span class="direccion">
|
||||
<strong>Carrejo's Garden</strong> · Hotel without smoke · Cabezón de la Sal, 39500 CANTABRIA · Tel: 942701516 · Fx: 942701871
|
||||
</span>
|
||||
<a class="email" href="mailto:info@eljardindecarrejo.com?subject=Information">@</a>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
function MM_findObj(n, d) { //v4.01
|
||||
var p,i,x; if(!d) d=document; if((p=n.indexOf("?"))>0&&parent.frames.length) {
|
||||
d=parent.frames[n.substring(p+1)].document; n=n.substring(0,p);}
|
||||
if(!(x=d[n])&&d.all) x=d.all[n]; for (i=0;!x&&i<d.forms.length;i++) x=d.forms[i][n];
|
||||
for(i=0;!x&&d.layers&&i<d.layers.length;i++) x=MM_findObj(n,d.layers[i].document);
|
||||
if(!x && d.getElementById) x=d.getElementById(n); return x;
|
||||
}
|
||||
|
||||
function MM_swapImgRestore() { //v3.0
|
||||
var i,x,a=document.MM_sr; for(i=0;a&&i<a.length&&(x=a[i])&&x.oSrc;i++) x.src=x.oSrc;
|
||||
}
|
||||
|
||||
function MM_swapImage() { //v3.0
|
||||
var i,j=0,x,a=MM_swapImage.arguments; document.MM_sr=new Array; for(i=0;i<(a.length-2);i+=3)
|
||||
if ((x=MM_findObj(a[i]))!=null){document.MM_sr[j++]=x; if(!x.oSrc) x.oSrc=x.src; x.src=a[i+2];}
|
||||
}
|
||||
|
||||
function MM_openBrWindow(theURL,winName,features) { //v2.0
|
||||
window.open(theURL,winName,features);
|
||||
}
|
||||
//-->
|
||||
</script>
|
||||
<script type="text/javascript" src="../stmenu.js"></script></head>
|
||||
|
||||
<body onLoad="MM_preloadImages('../imagenes/logo.gif','../imagenes/descripjardin.gif','../imagenes/desayunos.off.jpg','../imagenes/principal.gif','../imagenes/breakfast2.gif','../imagenes/dinners2.gif')">
|
||||
<table width="794" height="25" cellspacing="0" cellpadding="0" border="0" align="center"><tbody><tr><td><script type="text/javascript" src="topmenu.js"></script></td></tr></tbody></table><table width="794" height="393" border="0" align="center" cellpadding="0" cellspacing="1">
|
||||
<tr>
|
||||
<td width="197" height="170"><a href="../index.htm" onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage('Image5','','../imagenes/logo.gif',1)"><img src="../imagenes/coci1.jpg" name="Image5" width="198" height="170" border="0"></a></td>
|
||||
<td width="197" height="170"><a href="inicio.htm" onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage('Menu principal','','../imagenes/principal.gif',1)"><img src="../imagenes/coci2.jpg" alt="Menu principal" name="Menu principal" width="198" height="170" border="0"></a></td>
|
||||
<td width="197" height="170"><a href="../textojardin.htm" onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage('Fotos jardin','','../imagenes/descripjardin.gif',1)"></a><a href="textodesayuno.htm" onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage('Desayunos','','../imagenes/breakfast2.gif',1)"><img src="../imagenes/coci3.jpg" alt="Desayunos" name="Desayunos" width="197" height="170" border="0"></a></td>
|
||||
<td width="197" height="170"><a href="textocenas.htm" onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage('Cenas','','../imagenes/dinners2.gif',1)"><img src="../imagenes/coci4.jpg" alt="Cenas del hotel" name="Cenas" width="198" height="170" border="0"></a></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td height="339" colspan="4"><img src="../imagenes/cocitotal.jpg" width="794" height="339"></td>
|
||||
</tr>
|
||||
</table>
|
||||
<table width="794" border="0" align="center" cellpadding="0" cellspacing="1">
|
||||
<tr>
|
||||
<td width="760" height="20"><span class="Estilo2"> <strong>Carrejo's Garden </strong> · Hotel without smoke· Cabezón de la Sal, 39500 CANTABRIA · Tel: 942701516 · Fx: 942701871· <span class="Estilo3"><strong><a href="#" onClick="MM_openBrWindow('webmap.htm','','toolbar=yes,width=250,height=500')"> web map </a></strong> </span></span></td>
|
||||
<td height="20" align="right"><span class="Estilo4"><a href="mailto:info@eljardindecarrejo.com?SUBJECT=Información">@</a></span></td>
|
||||
</tr>
|
||||
</table>
|
||||
<script type="text/javascript">
|
||||
var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www.");
|
||||
document.write(unescape("%3Cscript src='" + gaJsHost + "google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E"));
|
||||
</script>
|
||||
<script type="text/javascript">
|
||||
try {
|
||||
var pageTracker = _gat._getTracker("UA-9006771-1");
|
||||
pageTracker._trackPageview();
|
||||
} catch(err) {}
|
||||
</script>
|
||||
</body>
|
||||
</html>
|
||||
|
||||
@ -1,99 +1,68 @@
|
||||
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
|
||||
<html xmlns="http://www.w3.org/1999/xhtml">
|
||||
<head>
|
||||
<link rel="shortcut icon" href="imagenes/favicon.ico"/>
|
||||
<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-language" content="en"/>
|
||||
<link href="../css/estilos.css" rel="stylesheet" type="text/css" media="screen" />
|
||||
</head>
|
||||
|
||||
<link rel="shortcut icon" href="imagenes/favicon.ico"> <title>Hotel Carrejo's Garden. Hotel without smoke. Carrejo, Cantabria, Spain.</title>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
|
||||
<style type="text/css">
|
||||
<!--
|
||||
body {
|
||||
background-color: #FFFFFF;
|
||||
}
|
||||
.Estilo1 {
|
||||
color: #999999;
|
||||
font-family: Verdana, Arial, Helvetica, sans-serif;
|
||||
font-weight: bold;
|
||||
font-size: 16px;
|
||||
}
|
||||
.Estilo2 {
|
||||
color: #999999;
|
||||
font-family: Verdana, Arial, Helvetica, sans-serif;
|
||||
font-size: 10px;
|
||||
}
|
||||
a:link {
|
||||
color: #333333;
|
||||
text-decoration: none;
|
||||
}
|
||||
a:visited {
|
||||
text-decoration: none;
|
||||
color: #333333;
|
||||
}
|
||||
a:hover {
|
||||
text-decoration: none;
|
||||
color: #333333;
|
||||
}
|
||||
a:active {
|
||||
text-decoration: none;
|
||||
color: #333333;
|
||||
}
|
||||
.Estilo3 { color: #333333;
|
||||
font-weight: bold;
|
||||
}
|
||||
-->
|
||||
</style>
|
||||
<script language="JavaScript" type="text/JavaScript">
|
||||
<!--
|
||||
function MM_preloadImages() { //v3.0
|
||||
var d=document; if(d.images){ if(!d.MM_p) d.MM_p=new Array();
|
||||
var i,j=d.MM_p.length,a=MM_preloadImages.arguments; for(i=0; i<a.length; i++)
|
||||
if (a[i].indexOf("#")!=0){ d.MM_p[j]=new Image; d.MM_p[j++].src=a[i];}}
|
||||
}
|
||||
<body>
|
||||
<div id="layout">
|
||||
<div id="cabecera">
|
||||
<div class="menu ingles">
|
||||
<ul>
|
||||
<li><a class="hide">Menu</a>
|
||||
<!--[if lte IE 6]>
|
||||
<a href="">Menú
|
||||
<table><tr><td>
|
||||
<![endif]-->
|
||||
<ul>
|
||||
<li><a title="The hotel" href="hotel.htm">The hotel</a></li>
|
||||
<li><a title="The garden" href="jardin.htm">The garden</a></li>
|
||||
<li><a title="Rooms" href="habitaciones.htm">Rooms</a></li>
|
||||
<li><a title="Breakfast & dinners" href="desayunos.htm">Breakfast & dinners</a></li>
|
||||
<li><a title="Photo collection" href="fotos.htm">Photo collection</a></li>
|
||||
<li><a title="Services" href="servicios.htm">Services</a></li>
|
||||
<li><a title="Activities" href="quever.htm">Activities</a></li>
|
||||
<li><a title="Prices & reservations" href="reservasyprecios.htm">Prices & reservations</a></li>
|
||||
<li><a title="Location" href="llegar.htm">Location</a></li>
|
||||
<li><a title="Offers" href="noticias.htm">Offers</a></li>
|
||||
<li><a title="Links" href="links.htm">Links</a></li>
|
||||
</ul>
|
||||
<!--[if lte IE 6]>
|
||||
</td></tr></table>
|
||||
</a>
|
||||
<![endif]-->
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
<div id="cuerpo" class="fotos">
|
||||
<ul>
|
||||
<li><a class="inicio" title="Start" href="../index.htm">Hotel Carrejo's Garden</a></li>
|
||||
<li><a class="main-menu" title="Back to main menu" href="inicio.htm">Main menu</a></li>
|
||||
<li><a class="description" title="Description" href="textosfotos.htm">Description</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
<div id="pie">
|
||||
<span class="direccion">
|
||||
<strong>Carrejo's Garden</strong> · Hotel without smoke · Cabezón de la Sal, 39500 CANTABRIA · Tel: 942701516 · Fx: 942701871
|
||||
</span>
|
||||
<a class="email" href="mailto:info@eljardindecarrejo.com?subject=Information">@</a>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
function MM_findObj(n, d) { //v4.01
|
||||
var p,i,x; if(!d) d=document; if((p=n.indexOf("?"))>0&&parent.frames.length) {
|
||||
d=parent.frames[n.substring(p+1)].document; n=n.substring(0,p);}
|
||||
if(!(x=d[n])&&d.all) x=d.all[n]; for (i=0;!x&&i<d.forms.length;i++) x=d.forms[i][n];
|
||||
for(i=0;!x&&d.layers&&i<d.layers.length;i++) x=MM_findObj(n,d.layers[i].document);
|
||||
if(!x && d.getElementById) x=d.getElementById(n); return x;
|
||||
}
|
||||
|
||||
function MM_swapImgRestore() { //v3.0
|
||||
var i,x,a=document.MM_sr; for(i=0;a&&i<a.length&&(x=a[i])&&x.oSrc;i++) x.src=x.oSrc;
|
||||
}
|
||||
|
||||
function MM_swapImage() { //v3.0
|
||||
var i,j=0,x,a=MM_swapImage.arguments; document.MM_sr=new Array; for(i=0;i<(a.length-2);i+=3)
|
||||
if ((x=MM_findObj(a[i]))!=null){document.MM_sr[j++]=x; if(!x.oSrc) x.oSrc=x.src; x.src=a[i+2];}
|
||||
}
|
||||
|
||||
function MM_openBrWindow(theURL,winName,features) { //v2.0
|
||||
window.open(theURL,winName,features);
|
||||
}
|
||||
//-->
|
||||
</script>
|
||||
<script type="text/javascript" src="../stmenu.js"></script></head>
|
||||
|
||||
<body onLoad="MM_preloadImages('../imagenes/logo.gif','../imagenes/fotosjardinon.gif','../imagenes/principal.gif','../imagenes/description.gif')">
|
||||
<table width="794" height="25" cellspacing="0" cellpadding="0" border="0" align="center"><tbody><tr><td><script type="text/javascript" src="topmenu.js"></script></td></tr></tbody></table><table width="794" height="393" border="0" align="center" cellpadding="0" cellspacing="1">
|
||||
<tr>
|
||||
<td width="197" height="170"><a href="../index.htm" onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage('Image5','','../imagenes/logo.gif',1)"><img src="../imagenes/foto1.jpg" name="Image5" width="198" height="170" border="0"></a></td>
|
||||
<td width="197" height="170"><a href="inicio.htm" onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage('Menu principal','','../imagenes/principal.gif',1)"><img src="../imagenes/foto2.jpg" alt="Menu principal" name="Menu principal" width="198" height="170" border="0"></a></td>
|
||||
<td width="197" height="170"><a href="textosfotos.htm" onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage('Descripcion colección fotos','','../imagenes/description.gif',1)"><img src="../imagenes/foto3.jpg" alt="Descripcion texto fotos" name="Descripcion colección fotos" width="198" height="170" border="0"></a></td>
|
||||
<td width="197" height="170"><img src="../imagenes/foto4.jpg" width="199" height="170"></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td height="339" colspan="4"><img src="../imagenes/fotostotal.jpg" width="795" height="339"></td>
|
||||
</tr>
|
||||
</table>
|
||||
<table width="794" border="0" align="center" cellpadding="0" cellspacing="1">
|
||||
<tr>
|
||||
<td width="760" height="20"><span class="Estilo2"> <strong><span class="Estilo2"><strong>Carrejo's Garden </strong> </span></strong>· Hotel without smoke · Cabezón de la Sal, 39500 CANTABRIA · Tel: 942701516 · Fx: 942701871 <span class="Estilo3"><a href="#" onClick="MM_openBrWindow('webmap.htm','','toolbar=yes,scrollbars=yes,width=250,height=500')">· web map</a></span></span></td>
|
||||
<td height="20" align="right"><span class="Estilo1"><a href="mailto:info@eljardindecarrejo.com?SUBJECT=Información">@</a></span></td>
|
||||
</tr>
|
||||
</table>
|
||||
</body>
|
||||
</html></a></span></td>
|
||||
</tr>
|
||||
</table>
|
||||
<script type="text/javascript">
|
||||
var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www.");
|
||||
document.write(unescape("%3Cscript src='" + gaJsHost + "google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E"));
|
||||
</script>
|
||||
<script type="text/javascript">
|
||||
try {
|
||||
var pageTracker = _gat._getTracker("UA-9006771-1");
|
||||
pageTracker._trackPageview();
|
||||
} catch(err) {}
|
||||
</script>
|
||||
</body>
|
||||
</html>
|
||||
|
||||
@ -1,80 +1,77 @@
|
||||
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
|
||||
<html xmlns="http://www.w3.org/1999/xhtml">
|
||||
<head>
|
||||
|
||||
<title>Hotel Carrejo's Garden. Hotel without smoke. Carrejo, Cantabria, Spain.</title>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
|
||||
<style type="text/css">
|
||||
<!--
|
||||
body {
|
||||
background-color: #FFFFFF;
|
||||
}
|
||||
.Estilo1 {
|
||||
color: #999999;
|
||||
font-family: Verdana, Arial, Helvetica, sans-serif;
|
||||
font-weight: bold;
|
||||
font-size: 14px;
|
||||
}
|
||||
.Estilo2 {
|
||||
color: #999999;
|
||||
font-family: Verdana, Arial, Helvetica, sans-serif;
|
||||
font-size: 10px;
|
||||
}
|
||||
a:link {
|
||||
color: #333333;
|
||||
text-decoration: none;
|
||||
}
|
||||
a:visited {
|
||||
text-decoration: none;
|
||||
color: #333333;
|
||||
}
|
||||
a:hover {
|
||||
text-decoration: none;
|
||||
color: #333333;
|
||||
}
|
||||
a:active {
|
||||
text-decoration: none;
|
||||
color: #333333;
|
||||
}
|
||||
.Estilo3 { color: #333333;
|
||||
font-family: Verdana, Arial, Helvetica, sans-serif;
|
||||
font-weight: bold;
|
||||
font-size: 16px;
|
||||
}
|
||||
.Estilo4 { color: #333333;
|
||||
font-weight: bold;
|
||||
}
|
||||
-->
|
||||
</style>
|
||||
<script language="JavaScript" type="text/JavaScript">
|
||||
<!--
|
||||
function MM_preloadImages() { //v3.0
|
||||
var d=document; if(d.images){ if(!d.MM_p) d.MM_p=new Array();
|
||||
var i,j=d.MM_p.length,a=MM_preloadImages.arguments; for(i=0; i<a.length; i++)
|
||||
if (a[i].indexOf("#")!=0){ d.MM_p[j]=new Image; d.MM_p[j++].src=a[i];}}
|
||||
}
|
||||
|
||||
function MM_openBrWindow(theURL,winName,features) { //v2.0
|
||||
window.open(theURL,winName,features);
|
||||
}
|
||||
//-->
|
||||
</script>
|
||||
<script type="text/javascript" src="../stmenu.js"></script></head>
|
||||
<link rel="shortcut icon" href="imagenes/favicon.ico"/>
|
||||
<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-language" content="en"/>
|
||||
<link href="../css/estilos.css" rel="stylesheet" type="text/css" media="screen" />
|
||||
</head>
|
||||
|
||||
<body>
|
||||
<table width="794" height="25" cellspacing="0" cellpadding="0" border="0" align="center"><tbody><tr><td><script type="text/javascript" src="topmenu.js"></script></td></tr></tbody></table><table width="794" height="393" border="0" align="center" cellpadding="0" cellspacing="1">
|
||||
<tr>
|
||||
<td><img src="../imagenes/fotoshabitacionesenglish.jpg" width="794" height="510" border="0" usemap="#Map"></td>
|
||||
</tr>
|
||||
</table>
|
||||
<table width="794" border="0" align="center" cellpadding="0" cellspacing="1">
|
||||
<tr>
|
||||
<td width="760" height="20"><span class="Estilo2"> <strong><span class="Estilo2"><strong>Carrejo's Garden </strong> </span></strong> · Hotel without smoke· Cabezón de la Sal, 39500 CANTABRIA · Tel: 942701516 · Fx: 942701871 · <span class="Estilo4"><a href="#" onClick="MM_openBrWindow('webmap.htm','','toolbar=yes,scrollbars=yes,width=250,height=500')">web map</a></span></span></td>
|
||||
<td height="20" align="right"><span class="Estilo3"><a href="mailto:info@eljardindecarrejo.com?SUBJECT=Información">@</a></span></td>
|
||||
</tr>
|
||||
</table>
|
||||
<map name="Map">
|
||||
<area shape="rect" coords="602,348,786,502" href="habitaciones0.htm">
|
||||
</map>
|
||||
<div id="layout">
|
||||
<div id="cabecera">
|
||||
<div class="menu ingles">
|
||||
<ul>
|
||||
<li><a class="hide">Menu</a>
|
||||
<!--[if lte IE 6]>
|
||||
<a href="">Menú
|
||||
<table><tr><td>
|
||||
<![endif]-->
|
||||
<ul>
|
||||
<li><a title="The hotel" href="hotel.htm">The hotel</a></li>
|
||||
<li><a title="The garden" href="jardin.htm">The garden</a></li>
|
||||
<li><a title="Rooms" href="habitaciones.htm">Rooms</a></li>
|
||||
<li><a title="Breakfast & dinners" href="desayunos.htm">Breakfast & dinners</a></li>
|
||||
<li><a title="Photo collection" href="fotos.htm">Photo collection</a></li>
|
||||
<li><a title="Services" href="servicios.htm">Services</a></li>
|
||||
<li><a title="Activities" href="quever.htm">Activities</a></li>
|
||||
<li><a title="Prices & reservations" href="reservasyprecios.htm">Prices & reservations</a></li>
|
||||
<li><a title="Location" href="llegar.htm">Location</a></li>
|
||||
<li><a title="Offers" href="noticias.htm">Offers</a></li>
|
||||
<li><a title="Links" href="links.htm">Links</a></li>
|
||||
</ul>
|
||||
<!--[if lte IE 6]>
|
||||
</td></tr></table>
|
||||
</a>
|
||||
<![endif]-->
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
<div id="cuerpo" class="habitaciones-0 sinfondo">
|
||||
<ul>
|
||||
<li><img class="foto-galeria" src="../imagenes/fhabitaciones1.jpg"/></li>
|
||||
<li><img class="foto-galeria" src="../imagenes/fhabitaciones2.jpg"/></li>
|
||||
<li><img class="foto-galeria" src="../imagenes/fhabitaciones3.jpg"/></li>
|
||||
<li><img class="foto-galeria" src="../imagenes/fhabitaciones4.jpg"/></li>
|
||||
<li><img class="foto-galeria" src="../imagenes/fhabitaciones5.jpg"/></li>
|
||||
<li><img class="foto-galeria" src="../imagenes/fhabitaciones6.jpg"/></li>
|
||||
<li><img class="foto-galeria" src="../imagenes/fhabitaciones7.jpg"/></li>
|
||||
<li><img class="foto-galeria" src="../imagenes/fhabitaciones8.jpg"/></li>
|
||||
<li><img class="foto-galeria" src="../imagenes/fhabitaciones9.jpg"/></li>
|
||||
<li><img class="foto-galeria" src="../imagenes/fhabitaciones10.jpg"/></li>
|
||||
<li><img class="foto-galeria" src="../imagenes/fhabitaciones11.jpg"/></li>
|
||||
<li><a class="normal" title="Back to rooms menu" href="habitaciones0.htm"><img src="../img/textos/roomsgreen.gif" alt="Back to rooms menu"/></a></li>
|
||||
</ul>
|
||||
</div>
|
||||
<div id="pie">
|
||||
<span class="direccion">
|
||||
<strong>Carrejo's Garden</strong> · Hotel without smoke · Cabezón de la Sal, 39500 CANTABRIA · Tel: 942701516 · Fx: 942701871
|
||||
</span>
|
||||
<a class="email" href="mailto:info@eljardindecarrejo.com?subject=Information">@</a>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<script type="text/javascript">
|
||||
var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www.");
|
||||
document.write(unescape("%3Cscript src='" + gaJsHost + "google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E"));
|
||||
</script>
|
||||
<script type="text/javascript">
|
||||
try {
|
||||
var pageTracker = _gat._getTracker("UA-9006771-1");
|
||||
pageTracker._trackPageview();
|
||||
} catch(err) {}
|
||||
</script>
|
||||
</body>
|
||||
</html>
|
||||
|
||||
@ -1,89 +1,79 @@
|
||||
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
|
||||
<html xmlns="http://www.w3.org/1999/xhtml">
|
||||
<head>
|
||||
|
||||
<link rel="shortcut icon" href="imagenes/favicon.ico"> <title>Hotel Carrejo's Garden. Hotel without smoke. Carrejo, Cantabria, Spain.</title>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
|
||||
<style type="text/css">
|
||||
<!--
|
||||
body {
|
||||
background-color: #FFFFFF;
|
||||
}
|
||||
.Estilo1 {
|
||||
color: #333333;
|
||||
font-family: Verdana, Arial, Helvetica, sans-serif;
|
||||
font-weight: bold;
|
||||
font-size: 16px;
|
||||
}
|
||||
.Estilo2 {
|
||||
color: #999999;
|
||||
font-family: Verdana, Arial, Helvetica, sans-serif;
|
||||
font-size: 10px;
|
||||
}
|
||||
a:link {
|
||||
color: #333333;
|
||||
text-decoration: none;
|
||||
}
|
||||
a:visited {
|
||||
text-decoration: none;
|
||||
color: #333333;
|
||||
}
|
||||
a:hover {
|
||||
text-decoration: none;
|
||||
color: #333333;
|
||||
}
|
||||
a:active {
|
||||
text-decoration: none;
|
||||
color: #333333;
|
||||
}
|
||||
.Estilo3 {
|
||||
font-size: 10px;
|
||||
color: #999999;
|
||||
}
|
||||
.Estilo4 {font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 16px; color: #333333;}
|
||||
-->
|
||||
</style>
|
||||
<script language="JavaScript" type="text/JavaScript">
|
||||
<!--
|
||||
function MM_preloadImages() { //v3.0
|
||||
var d=document; if(d.images){ if(!d.MM_p) d.MM_p=new Array();
|
||||
var i,j=d.MM_p.length,a=MM_preloadImages.arguments; for(i=0; i<a.length; i++)
|
||||
if (a[i].indexOf("#")!=0){ d.MM_p[j]=new Image; d.MM_p[j++].src=a[i];}}
|
||||
}
|
||||
|
||||
function MM_openBrWindow(theURL,winName,features) { //v2.0
|
||||
window.open(theURL,winName,features);
|
||||
}
|
||||
//-->
|
||||
</script>
|
||||
<script type="text/javascript" src="../stmenu.js"></script></head>
|
||||
<link rel="shortcut icon" href="imagenes/favicon.ico"/>
|
||||
<title>Hotel Carrejo's Garden. Hotel without smoke. Carrejo, Cantabria, Spain.</title>
|
||||
<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 http-equiv="Content-Type" content="text/html; charset=iso-8859-1"/>
|
||||
<meta http-equiv="content-language" content="en"/>
|
||||
<link href="../css/estilos.css" rel="stylesheet" type="text/css" media="screen" />
|
||||
</head>
|
||||
|
||||
<body>
|
||||
<table width="794" height="25" cellspacing="0" cellpadding="0" border="0" align="center"><tbody><tr><td><script type="text/javascript" src="topmenu.js"></script></td></tr></tbody></table><table width="794" height="393" border="0" align="center" cellpadding="0" cellspacing="1">
|
||||
<tr>
|
||||
<td width="197" height="170"><img src="../imagenes/fjardin1.jpg" width="198" height="170" border="0"></td>
|
||||
<td width="197" height="170"><img src="../imagenes/fjardin2.jpg" width="198" height="170"></td>
|
||||
<td width="197" height="170"><img src="../imagenes/fjardin3.jpg" name="El jardin" width="198" height="170" border="0"></td>
|
||||
<td width="197" height="170"><img src="../imagenes/fjardin4.jpg" name="habitaciones" width="198" height="170" border="0"></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td height="165"><img src="../imagenes/fjardin5.jpg" alt="Desayunos y cenas" name="Desayunos y cenas" width="198" height="169" border="0"></td>
|
||||
<td><img src="../imagenes/fjardin6.jpg" alt="Colecciones de fotos" name="Collecion de fotos" width="197" height="169" border="0"></td>
|
||||
<td><img src="../imagenes/fjardin7.jpg" width="197" height="169"></td>
|
||||
<td width="197" height="170"><img src="../imagenes/fjardin8.jpg" width="198" height="169"></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td width="197" height="170"><img src="../imagenes/fjardin9.jpg" width="198" height="169"></td>
|
||||
<td width="197" height="170"><img src="../imagenes/fjardin10.jpg" width="198" height="169"></td>
|
||||
<td width="197" height="170"><img src="../imagenes/fjardin11.jpg" width="197" height="169"></td>
|
||||
<td width="197" height="170"><a href="../links.htm"></a><a href="jardin.htm"><img src="../imagenes/backgarden.gif" width="199" height="170" border="0"></a></td>
|
||||
</tr>
|
||||
</table>
|
||||
<table width="794" border="0" align="center" cellpadding="0" cellspacing="1">
|
||||
<tr>
|
||||
<td width="721" height="20"><span class="Estilo2"> <strong>Carrejo's Garden </strong> · Hotel without smoke · Cabezón de la Sal, 39500 CANTABRIA · Tel: 942701516 · Fx: 942701871· <strong><a href="#" onClick="MM_openBrWindow('webmap.htm','','toolbar=yes,width=250,height=500')">web map </a></strong></span></td>
|
||||
<td width="70" height="20" align="right"><span class="Estilo1"><a href="mailto:info@eljardindecarrejo.com?SUBJECT=Información">@</a></span></td>
|
||||
</tr>
|
||||
</table>
|
||||
<div id="layout">
|
||||
<div id="cabecera">
|
||||
<div class="menu ingles">
|
||||
<ul>
|
||||
<li><a class="hide">Menu</a>
|
||||
<!--[if lte IE 6]>
|
||||
<a href="">Menú
|
||||
<table><tr><td>
|
||||
<![endif]-->
|
||||
<ul>
|
||||
<li><a title="The hotel" href="hotel.htm">The hotel</a></li>
|
||||
<li><a title="The garden" href="jardin.htm">The garden</a></li>
|
||||
<li><a title="Rooms" href="habitaciones.htm">Rooms</a></li>
|
||||
<li><a title="Breakfast & dinners" href="desayunos.htm">Breakfast & dinners</a></li>
|
||||
<li><a title="Photo collection" href="fotos.htm">Photo collection</a></li>
|
||||
<li><a title="Services" href="servicios.htm">Services</a></li>
|
||||
<li><a title="Activities" href="quever.htm">Activities</a></li>
|
||||
<li><a title="Prices & reservations" href="reservasyprecios.htm">Prices & reservations</a></li>
|
||||
<li><a title="Location" href="llegar.htm">Location</a></li>
|
||||
<li><a title="Offers" href="noticias.htm">Offers</a></li>
|
||||
<li><a title="Links" href="links.htm">Links</a></li>
|
||||
</ul>
|
||||
<!--[if lte IE 6]>
|
||||
</td></tr></table>
|
||||
</a>
|
||||
<![endif]-->
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
<div id="cuerpo" class="eljardin sinfondo">
|
||||
<ul>
|
||||
<li><img class="foto-galeria" src="../imagenes/fjardin1.jpg"/></li>
|
||||
<li><img class="foto-galeria" src="../imagenes/fjardin2.jpg"/></li>
|
||||
<li><img class="foto-galeria" src="../imagenes/fjardin3.jpg"/></li>
|
||||
<li><img class="foto-galeria" src="../imagenes/fjardin4.jpg"/></li>
|
||||
<li><img class="foto-galeria" src="../imagenes/fjardin5.jpg"/></li>
|
||||
<li><img class="foto-galeria" src="../imagenes/fjardin6.jpg"/></li>
|
||||
<li><img class="foto-galeria" src="../imagenes/fjardin7.jpg"/></li>
|
||||
<li><img class="foto-galeria" src="../imagenes/fjardin8.jpg"/></li>
|
||||
<li><img class="foto-galeria" src="../imagenes/fjardin9.jpg"/></li>
|
||||
<li><img class="foto-galeria" src="../imagenes/fjardin10.jpg"/></li>
|
||||
<li><img class="foto-galeria" src="../imagenes/fjardin11.jpg"/></li>
|
||||
<li><a class="normal" title="Back to the garden" href="jardin.htm"><img src="../img/textos/backgarden.gif" alt="Back to the garden"/></a></li>
|
||||
</ul>
|
||||
</div>
|
||||
<div id="pie">
|
||||
<span class="direccion">
|
||||
<strong>Carrejo's Garden</strong> · Hotel without smoke · Cabezón de la Sal, 39500 CANTABRIA · Tel: 942701516 · Fx: 942701871
|
||||
</span>
|
||||
<a class="email" href="mailto:info@eljardindecarrejo.com?subject=Information">@</a>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<script type="text/javascript">
|
||||
var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www.");
|
||||
document.write(unescape("%3Cscript src='" + gaJsHost + "google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E"));
|
||||
</script>
|
||||
<script type="text/javascript">
|
||||
try {
|
||||
var pageTracker = _gat._getTracker("UA-9006771-1");
|
||||
pageTracker._trackPageview();
|
||||
} catch(err) {}
|
||||
</script>
|
||||
</body>
|
||||
</html>
|
||||
|
||||
@ -1,88 +1,77 @@
|
||||
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
|
||||
<html xmlns="http://www.w3.org/1999/xhtml">
|
||||
<head>
|
||||
|
||||
<title>Hotel Carrejo's Garden. Hotel without smoke. Carrejo, Cantabria, Spain.</title>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
|
||||
<style type="text/css">
|
||||
<!--
|
||||
body {
|
||||
background-color: #FFFFFF;
|
||||
}
|
||||
.Estilo1 {
|
||||
color: #999999;
|
||||
font-family: Verdana, Arial, Helvetica, sans-serif;
|
||||
font-weight: bold;
|
||||
font-size: 14px;
|
||||
}
|
||||
.Estilo2 {
|
||||
color: #999999;
|
||||
font-family: Verdana, Arial, Helvetica, sans-serif;
|
||||
font-size: 10px;
|
||||
}
|
||||
a:link {
|
||||
color: #333333;
|
||||
text-decoration: none;
|
||||
}
|
||||
a:visited {
|
||||
text-decoration: none;
|
||||
color: #333333;
|
||||
}
|
||||
a:hover {
|
||||
text-decoration: none;
|
||||
color: #333333;
|
||||
}
|
||||
a:active {
|
||||
text-decoration: none;
|
||||
color: #333333;
|
||||
}
|
||||
.Estilo3 { color: #333333;
|
||||
font-family: Verdana, Arial, Helvetica, sans-serif;
|
||||
font-weight: bold;
|
||||
font-size: 16px;
|
||||
}
|
||||
-->
|
||||
</style>
|
||||
<script language="JavaScript" type="text/JavaScript">
|
||||
<!--
|
||||
function MM_preloadImages() { //v3.0
|
||||
var d=document; if(d.images){ if(!d.MM_p) d.MM_p=new Array();
|
||||
var i,j=d.MM_p.length,a=MM_preloadImages.arguments; for(i=0; i<a.length; i++)
|
||||
if (a[i].indexOf("#")!=0){ d.MM_p[j]=new Image; d.MM_p[j++].src=a[i];}}
|
||||
}
|
||||
|
||||
function MM_openBrWindow(theURL,winName,features) { //v2.0
|
||||
window.open(theURL,winName,features);
|
||||
}
|
||||
//-->
|
||||
</script>
|
||||
<script type="text/javascript" src="../stmenu.js"></script></head>
|
||||
<link rel="shortcut icon" href="imagenes/favicon.ico"/>
|
||||
<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-language" content="en"/>
|
||||
<link href="../css/estilos.css" rel="stylesheet" type="text/css" media="screen" />
|
||||
</head>
|
||||
|
||||
<body>
|
||||
<table width="794" height="25" cellspacing="0" cellpadding="0" border="0" align="center"><tbody><tr><td><script type="text/javascript" src="topmenu.js"></script></td></tr></tbody></table><table width="794" height="393" border="0" align="center" cellpadding="0" cellspacing="1">
|
||||
<tr>
|
||||
<td><img src="../imagenes/fotosqueverenglish.jpg" width="794" height="510" border="0" usemap="#map"></td>
|
||||
</tr>
|
||||
</table>
|
||||
<table width="794" border="0" align="center" cellpadding="0" cellspacing="1">
|
||||
<tr>
|
||||
<td width="760" height="20"><span class="Estilo2"> <strong>Carrejo's Garden </strong> · Hotel without smoke · Cabezón de la Sal, 39500 CANTABRIA · Tel: 942701516 · Fx: 942701871· <strong><a href="#" onClick="MM_openBrWindow('webmap.htm','','toolbar=yes,width=250,height=500')">web map </a></strong></span></td>
|
||||
<td height="20" align="right"><span class="Estilo3"><a href="mailto:info@eljardindecarrejo.com?SUBJECT=Información">@</a></span></td>
|
||||
</tr>
|
||||
</table>
|
||||
<map name="map" id="map">
|
||||
<area shape="rect" coords="602,348,786,502" href="../quever.htm">
|
||||
<area shape="rect" coords="11,8,185,159" href="http://www.elsoplao.es/" target="_blank" alt="El Soplao">
|
||||
<area shape="rect" coords="207,10,376,157" href="http://www.liebanaypicosdeeuropa.com/visita/potes.htm" target="_blank" alt="Potes, Cantabria.">
|
||||
<area shape="rect" coords="407,11,585,158" href="http://www.guggenheim-bilbao.es/idioma.htm" target="_blank" alt="El Guggenheim Bilbao">
|
||||
<area shape="rect" coords="605,13,785,161" href="http://www.parquedecabarceno.com/" target="_blank" alt="Parque de la naturaleza de Cabarceno">
|
||||
<area shape="rect" coords="14,184,188,331" href="http://www.santillana-del-mar.com/" target="_blank" alt="Santillana del Mar">
|
||||
<area shape="rect" coords="212,187,386,330" href="http://www.palaciofestivales.com/" target="_blank" alt="Palacio de Festivales, Santander">
|
||||
<area shape="rect" coords="409,184,582,332" href="http://www.comillas.es/" target="_blank" alt="Comillas, Cantabria.">
|
||||
<area shape="rect" coords="606,183,783,332" href="http://www.pielagos.es/pueblo_pueblo.asp?id_pueblo=5" target="_blank" alt="Playa de Liencres, Cantabria.">
|
||||
<area shape="rect" coords="9,353,190,500" href="http://museodealtamira.mcu.es/" target="_blank" alt="Museo de Altamira, Cantabria.">
|
||||
<area shape="rect" coords="205,352,388,500" href="http://images.google.es/imgres?imgurl=http://www.cantabriajoven.com/naturaleza/oyambre/oyambre2.jpg&imgrefurl=http://www.cantabriajoven.com/naturaleza/oyambre/oyambre.html&h=238&w=256&sz=19&hl=es&start=10&tbnid=iEtgyhngqNVatM:&tbnh=103&tbnw=111&prev=/images%3Fq%3Doyambre%26gbv%3D2%26svnum%3D10%26hl%3Des%26sa%3DN" target="_blank" alt="Playa de Oyambre, Cantabria.">
|
||||
<area shape="rect" coords="405,354,590,501" href="http://www.picoseuropa.net/galeria/index.php" target="_blank" alt="Picos de Europa, Cantabria.">
|
||||
</map>
|
||||
<div id="layout">
|
||||
<div id="cabecera">
|
||||
<div class="menu ingles">
|
||||
<ul>
|
||||
<li><a class="hide">Menu</a>
|
||||
<!--[if lte IE 6]>
|
||||
<a href="">Menú
|
||||
<table><tr><td>
|
||||
<![endif]-->
|
||||
<ul>
|
||||
<li><a title="The hotel" href="hotel.htm">The hotel</a></li>
|
||||
<li><a title="The garden" href="jardin.htm">The garden</a></li>
|
||||
<li><a title="Rooms" href="habitaciones.htm">Rooms</a></li>
|
||||
<li><a title="Breakfast & dinners" href="desayunos.htm">Breakfast & dinners</a></li>
|
||||
<li><a title="Photo collection" href="fotos.htm">Photo collection</a></li>
|
||||
<li><a title="Services" href="servicios.htm">Services</a></li>
|
||||
<li><a title="Activities" href="quever.htm">Activities</a></li>
|
||||
<li><a title="Prices & reservations" href="reservasyprecios.htm">Prices & reservations</a></li>
|
||||
<li><a title="Location" href="llegar.htm">Location</a></li>
|
||||
<li><a title="Offers" href="noticias.htm">Offers</a></li>
|
||||
<li><a title="Links" href="links.htm">Links</a></li>
|
||||
</ul>
|
||||
<!--[if lte IE 6]>
|
||||
</td></tr></table>
|
||||
</a>
|
||||
<![endif]-->
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
<div id="cuerpo" class="actividades sinfondo">
|
||||
<ul>
|
||||
<li><img class="foto-galeria" src="../imagenes/factividades1.jpg"/></li>
|
||||
<li><img class="foto-galeria" src="../imagenes/factividades2.jpg"/></li>
|
||||
<li><img class="foto-galeria" src="../imagenes/factividades3.jpg"/></li>
|
||||
<li><img class="foto-galeria" src="../imagenes/factividades4.jpg"/></li>
|
||||
<li><img class="foto-galeria" src="../imagenes/factividades5.jpg"/></li>
|
||||
<li><img class="foto-galeria" src="../imagenes/factividades6.jpg"/></li>
|
||||
<li><img class="foto-galeria" src="../imagenes/factividades7.jpg"/></li>
|
||||
<li><img class="foto-galeria" src="../imagenes/factividades8.jpg"/></li>
|
||||
<li><img class="foto-galeria" src="../imagenes/factividades9.jpg"/></li>
|
||||
<li><img class="foto-galeria" src="../imagenes/factividades10.jpg"/></li>
|
||||
<li><img class="foto-galeria" src="../imagenes/factividades11.jpg"/></li>
|
||||
<li><a class="normal" title="Back to activities & surroundings" href="quever.htm"><img src="../img/textos/backactivities.gif" alt="Back to activities & surroundings"/></a></li>
|
||||
</ul>
|
||||
</div>
|
||||
<div id="pie">
|
||||
<span class="direccion">
|
||||
<strong>Carrejo's Garden</strong> · Hotel without smoke · Cabezón de la Sal, 39500 CANTABRIA · Tel: 942701516 · Fx: 942701871
|
||||
</span>
|
||||
<a class="email" href="mailto:info@eljardindecarrejo.com?subject=Information">@</a>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<script type="text/javascript">
|
||||
var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www.");
|
||||
document.write(unescape("%3Cscript src='" + gaJsHost + "google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E"));
|
||||
</script>
|
||||
<script type="text/javascript">
|
||||
try {
|
||||
var pageTracker = _gat._getTracker("UA-9006771-1");
|
||||
pageTracker._trackPageview();
|
||||
} catch(err) {}
|
||||
</script>
|
||||
</body>
|
||||
</html>
|
||||
|
||||
@ -1,76 +1,77 @@
|
||||
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
|
||||
<html xmlns="http://www.w3.org/1999/xhtml">
|
||||
<head>
|
||||
|
||||
<title>Hotel Carrejo's Garden. Hotel without smoke. Carrejo, Cantabria, Spain.</title>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
|
||||
<style type="text/css">
|
||||
<!--
|
||||
body {
|
||||
background-color: #FFFFFF;
|
||||
}
|
||||
.Estilo1 {
|
||||
color: #999999;
|
||||
font-family: Verdana, Arial, Helvetica, sans-serif;
|
||||
font-weight: bold;
|
||||
font-size: 14px;
|
||||
}
|
||||
.Estilo2 {
|
||||
color: #999999;
|
||||
font-family: Verdana, Arial, Helvetica, sans-serif;
|
||||
font-size: 10px;
|
||||
}
|
||||
a:link {
|
||||
color: #333333;
|
||||
text-decoration: none;
|
||||
}
|
||||
a:visited {
|
||||
text-decoration: none;
|
||||
color: #333333;
|
||||
}
|
||||
a:hover {
|
||||
text-decoration: none;
|
||||
color: #333333;
|
||||
}
|
||||
a:active {
|
||||
text-decoration: none;
|
||||
color: #333333;
|
||||
}
|
||||
.Estilo3 { color: #333333;
|
||||
font-family: Verdana, Arial, Helvetica, sans-serif;
|
||||
font-weight: bold;
|
||||
font-size: 16px;
|
||||
}
|
||||
-->
|
||||
</style>
|
||||
<script language="JavaScript" type="text/JavaScript">
|
||||
<!--
|
||||
|
||||
|
||||
|
||||
function MM_preloadImages() { //v3.0
|
||||
var d=document; if(d.images){ if(!d.MM_p) d.MM_p=new Array();
|
||||
var i,j=d.MM_p.length,a=MM_preloadImages.arguments; for(i=0; i<a.length; i++)
|
||||
if (a[i].indexOf("#")!=0){ d.MM_p[j]=new Image; d.MM_p[j++].src=a[i];}}
|
||||
}
|
||||
//-->
|
||||
</script>
|
||||
<script type="text/javascript" src="../stmenu.js"></script></head>
|
||||
<link rel="shortcut icon" href="imagenes/favicon.ico"/>
|
||||
<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-language" content="en"/>
|
||||
<link href="../css/estilos.css" rel="stylesheet" type="text/css" media="screen" />
|
||||
</head>
|
||||
|
||||
<body>
|
||||
<table width="794" height="25" cellspacing="0" cellpadding="0" border="0" align="center"><tbody><tr><td><script type="text/javascript" src="topmenu.js"></script></td></tr></tbody></table><table width="794" height="393" border="0" align="center" cellpadding="0" cellspacing="1">
|
||||
<tr>
|
||||
<td><img src="../imagenes/totalfsuitesenglish.jpg" width="794" height="510" border="0" usemap="#Map"></td>
|
||||
</tr>
|
||||
</table>
|
||||
<table width="794" border="0" align="center" cellpadding="0" cellspacing="1">
|
||||
<tr>
|
||||
<td width="760" height="20"><span class="Estilo2"> <strong>Carrejo's Garden </strong> · Hotel without smoke · Cabezón de la Sal, 39500 CANTABRIA · Tel: 942701516 · Fx: 942701871 </span></td>
|
||||
<td height="20" align="right"><span class="Estilo3"><a href="mailto:info@eljardindecarrejo.com?SUBJECT=Información">@</a></span></td>
|
||||
</tr>
|
||||
</table>
|
||||
<map name="Map">
|
||||
<area shape="rect" coords="602,348,786,502" href="suitejardin.htm">
|
||||
</map>
|
||||
<div id="layout">
|
||||
<div id="cabecera">
|
||||
<div class="menu ingles">
|
||||
<ul>
|
||||
<li><a class="hide">Menu</a>
|
||||
<!--[if lte IE 6]>
|
||||
<a href="">Menú
|
||||
<table><tr><td>
|
||||
<![endif]-->
|
||||
<ul>
|
||||
<li><a title="The hotel" href="hotel.htm">The hotel</a></li>
|
||||
<li><a title="The garden" href="jardin.htm">The garden</a></li>
|
||||
<li><a title="Rooms" href="habitaciones.htm">Rooms</a></li>
|
||||
<li><a title="Breakfast & dinners" href="desayunos.htm">Breakfast & dinners</a></li>
|
||||
<li><a title="Photo collection" href="fotos.htm">Photo collection</a></li>
|
||||
<li><a title="Services" href="servicios.htm">Services</a></li>
|
||||
<li><a title="Activities" href="quever.htm">Activities</a></li>
|
||||
<li><a title="Prices & reservations" href="reservasyprecios.htm">Prices & reservations</a></li>
|
||||
<li><a title="Location" href="llegar.htm">Location</a></li>
|
||||
<li><a title="Offers" href="noticias.htm">Offers</a></li>
|
||||
<li><a title="Links" href="links.htm">Links</a></li>
|
||||
</ul>
|
||||
<!--[if lte IE 6]>
|
||||
</td></tr></table>
|
||||
</a>
|
||||
<![endif]-->
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
<div id="cuerpo" class="suites-jardin sinfondo">
|
||||
<ul>
|
||||
<li><img class="foto-galeria" src="../imagenes/fsuite1.jpg"/></li>
|
||||
<li><img class="foto-galeria" src="../imagenes/fsuite2.jpg"/></li>
|
||||
<li><img class="foto-galeria" src="../imagenes/fsuite3.jpg"/></li>
|
||||
<li><img class="foto-galeria" src="../imagenes/fsuite4.jpg"/></li>
|
||||
<li><img class="foto-galeria" src="../imagenes/fsuite5.jpg"/></li>
|
||||
<li><img class="foto-galeria" src="../imagenes/fsuite6.jpg"/></li>
|
||||
<li><img class="foto-galeria" src="../imagenes/fsuite7.jpg"/></li>
|
||||
<li><img class="foto-galeria" src="../imagenes/fsuite8.jpg"/></li>
|
||||
<li><img class="foto-galeria" src="../imagenes/fsuite9.jpg"/></li>
|
||||
<li><img class="foto-galeria" src="../imagenes/fsuite10.jpg"/></li>
|
||||
<li><img class="foto-galeria" src="../imagenes/fsuite11.jpg"/></li>
|
||||
<li><a class="normal" title="Back to suite's menu" href="suitejardin.htm"><img src="../img/textos/backsuites.gif" alt="Back to suite's menu"/></a></li>
|
||||
</ul>
|
||||
</div>
|
||||
<div id="pie">
|
||||
<span class="direccion">
|
||||
<strong>Carrejo's Garden</strong> · Hotel without smoke · Cabezón de la Sal, 39500 CANTABRIA · Tel: 942701516 · Fx: 942701871
|
||||
</span>
|
||||
<a class="email" href="mailto:info@eljardindecarrejo.com?subject=Information">@</a>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<script type="text/javascript">
|
||||
var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www.");
|
||||
document.write(unescape("%3Cscript src='" + gaJsHost + "google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E"));
|
||||
</script>
|
||||
<script type="text/javascript">
|
||||
try {
|
||||
var pageTracker = _gat._getTracker("UA-9006771-1");
|
||||
pageTracker._trackPageview();
|
||||
} catch(err) {}
|
||||
</script>
|
||||
</body>
|
||||
</html>
|
||||
|
||||
@ -1,97 +1,69 @@
|
||||
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
|
||||
<html xmlns="http://www.w3.org/1999/xhtml">
|
||||
<head>
|
||||
<link rel="shortcut icon" href="imagenes/favicon.ico"/>
|
||||
<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-language" content="en"/>
|
||||
<link href="../css/estilos.css" rel="stylesheet" type="text/css" media="screen" />
|
||||
</head>
|
||||
|
||||
<title>Hotel Carrejo's Garden. Hotel without smoke. Carrejo, Cantabria, Spain.</title>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
|
||||
<style type="text/css">
|
||||
<!--
|
||||
body {
|
||||
background-color: #FFFFFF;
|
||||
}
|
||||
.Estilo1 {
|
||||
color: #999999;
|
||||
font-family: Verdana, Arial, Helvetica, sans-serif;
|
||||
font-weight: bold;
|
||||
font-size: 14px;
|
||||
}
|
||||
.Estilo2 {
|
||||
color: #999999;
|
||||
font-family: Verdana, Arial, Helvetica, sans-serif;
|
||||
font-size: 10px;
|
||||
}
|
||||
a:link {
|
||||
color: #333333;
|
||||
text-decoration: none;
|
||||
}
|
||||
a:visited {
|
||||
text-decoration: none;
|
||||
color: #333333;
|
||||
}
|
||||
a:hover {
|
||||
text-decoration: none;
|
||||
color: #333333;
|
||||
}
|
||||
a:active {
|
||||
text-decoration: none;
|
||||
color: #333333;
|
||||
}
|
||||
.Estilo3 { color: #333333;
|
||||
font-family: Verdana, Arial, Helvetica, sans-serif;
|
||||
font-weight: bold;
|
||||
font-size: 16px;
|
||||
}
|
||||
-->
|
||||
</style>
|
||||
<script language="JavaScript" type="text/JavaScript">
|
||||
<!--
|
||||
function MM_preloadImages() { //v3.0
|
||||
var d=document; if(d.images){ if(!d.MM_p) d.MM_p=new Array();
|
||||
var i,j=d.MM_p.length,a=MM_preloadImages.arguments; for(i=0; i<a.length; i++)
|
||||
if (a[i].indexOf("#")!=0){ d.MM_p[j]=new Image; d.MM_p[j++].src=a[i];}}
|
||||
}
|
||||
<body>
|
||||
<div id="layout">
|
||||
<div id="cabecera">
|
||||
<div class="menu ingles">
|
||||
<ul>
|
||||
<li><a class="hide">Menu</a>
|
||||
<!--[if lte IE 6]>
|
||||
<a href="">Menú
|
||||
<table><tr><td>
|
||||
<![endif]-->
|
||||
<ul>
|
||||
<li><a title="The hotel" href="hotel.htm">The hotel</a></li>
|
||||
<li><a title="The garden" href="jardin.htm">The garden</a></li>
|
||||
<li><a title="Rooms" href="habitaciones.htm">Rooms</a></li>
|
||||
<li><a title="Breakfast & dinners" href="desayunos.htm">Breakfast & dinners</a></li>
|
||||
<li><a title="Photo collection" href="fotos.htm">Photo collection</a></li>
|
||||
<li><a title="Services" href="servicios.htm">Services</a></li>
|
||||
<li><a title="Activities" href="quever.htm">Activities</a></li>
|
||||
<li><a title="Prices & reservations" href="reservasyprecios.htm">Prices & reservations</a></li>
|
||||
<li><a title="Location" href="llegar.htm">Location</a></li>
|
||||
<li><a title="Offers" href="noticias.htm">Offers</a></li>
|
||||
<li><a title="Links" href="links.htm">Links</a></li>
|
||||
</ul>
|
||||
<!--[if lte IE 6]>
|
||||
</td></tr></table>
|
||||
</a>
|
||||
<![endif]-->
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
<div id="cuerpo" class="habitaciones">
|
||||
<ul>
|
||||
<li><a class="inicio" title="Start" href="../index.htm">Hotel Carrejo's Garden</a></li>
|
||||
<li><a class="main-menu" title="Back to main menu" href="inicio.htm">Main menu</a></li>
|
||||
<li><a class="rooms" title="Rooms" href="habitaciones0.htm">Rooms</a></li>
|
||||
<li><a class="suites" title="Suites" href="suitejardin.htm">Suites</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
<div id="pie">
|
||||
<span class="direccion">
|
||||
<strong>Carrejo's Garden</strong> · Hotel without smoke · Cabezón de la Sal, 39500 CANTABRIA · Tel: 942701516 · Fx: 942701871
|
||||
</span>
|
||||
<a class="email" href="mailto:info@eljardindecarrejo.com?subject=Information">@</a>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
function MM_findObj(n, d) { //v4.01
|
||||
var p,i,x; if(!d) d=document; if((p=n.indexOf("?"))>0&&parent.frames.length) {
|
||||
d=parent.frames[n.substring(p+1)].document; n=n.substring(0,p);}
|
||||
if(!(x=d[n])&&d.all) x=d.all[n]; for (i=0;!x&&i<d.forms.length;i++) x=d.forms[i][n];
|
||||
for(i=0;!x&&d.layers&&i<d.layers.length;i++) x=MM_findObj(n,d.layers[i].document);
|
||||
if(!x && d.getElementById) x=d.getElementById(n); return x;
|
||||
}
|
||||
|
||||
function MM_swapImgRestore() { //v3.0
|
||||
var i,x,a=document.MM_sr; for(i=0;a&&i<a.length&&(x=a[i])&&x.oSrc;i++) x.src=x.oSrc;
|
||||
}
|
||||
|
||||
function MM_swapImage() { //v3.0
|
||||
var i,j=0,x,a=MM_swapImage.arguments; document.MM_sr=new Array; for(i=0;i<(a.length-2);i+=3)
|
||||
if ((x=MM_findObj(a[i]))!=null){document.MM_sr[j++]=x; if(!x.oSrc) x.oSrc=x.src; x.src=a[i+2];}
|
||||
}
|
||||
|
||||
function MM_openBrWindow(theURL,winName,features) { //v2.0
|
||||
window.open(theURL,winName,features);
|
||||
}
|
||||
//-->
|
||||
</script>
|
||||
<script type="text/javascript" src="../stmenu.js"></script></head>
|
||||
|
||||
<body onLoad="MM_preloadImages('../imagenes/logo.gif','../imagenes/fotosjardinon.gif','../imagenes/descripjardin.gif','../imagenes/principal.gif','../imagenes/rooms.gif','../imagenes/backsuites.gif')">
|
||||
<table width="794" height="25" cellspacing="0" cellpadding="0" border="0" align="center"><tbody><tr><td><script type="text/javascript" src="topmenu.js"></script></td></tr></tbody></table><table width="794" height="393" border="0" align="center" cellpadding="0" cellspacing="1">
|
||||
<tr>
|
||||
<td width="197" height="170"><a href="../index.htm" onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage('Image5','','../imagenes/logo.gif',1)"><img src="../imagenes/hab1.jpg" name="Image5" width="198" height="170" border="0"></a></td>
|
||||
<td width="197" height="170"><a href="inicio.htm" onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage('Menu principal','','../imagenes/principal.gif',1)"><img src="../imagenes/hab2.jpg" alt="Menu principal" name="Menu principal" width="198" height="170" border="0"></a></td>
|
||||
<td width="197" height="170"><a href="habitaciones0.htm" onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage('Habitaciones','','../imagenes/rooms.gif',1)"><img src="../imagenes/hab3.jpg" alt="Habitaciones" name="Habitaciones" width="197" height="170" border="0"></a></td>
|
||||
<td width="197" height="170"><a href="suitejardin.htm" onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage('Suites del jardin','','../imagenes/backsuites.gif',1)"><img src="../imagenes/hab4.jpg" alt="Suites del jardin" name="Suites del jardin" width="197" height="170" border="0"></a></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td height="339" colspan="4"><img src="../imagenes/habtotal.jpg" width="794" height="339"></td>
|
||||
</tr>
|
||||
</table>
|
||||
<table width="794" border="0" align="center" cellpadding="0" cellspacing="1">
|
||||
<tr>
|
||||
<td width="760" height="20"><span class="Estilo2"> <strong>Carrejo's Garden</strong> · Hotel without smoke · Cabezón de la Sal, 39500 CANTABRIA · Tel: 942701516 · Fx: 942701871 · <strong><a href="#" onClick="MM_openBrWindow('webmap.htm','','toolbar=yes,width=250,height=500')">web map </a></strong></span></td>
|
||||
<td height="20" align="right"><span class="Estilo3"><a href="mailto:info@eljardindecarrejo.com?SUBJECT=Información">@</a></span></td>
|
||||
</tr>
|
||||
</table>
|
||||
<script type="text/javascript">
|
||||
var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www.");
|
||||
document.write(unescape("%3Cscript src='" + gaJsHost + "google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E"));
|
||||
</script>
|
||||
<script type="text/javascript">
|
||||
try {
|
||||
var pageTracker = _gat._getTracker("UA-9006771-1");
|
||||
pageTracker._trackPageview();
|
||||
} catch(err) {}
|
||||
</script>
|
||||
</body>
|
||||
</html>
|
||||
|
||||
@ -1,97 +1,69 @@
|
||||
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
|
||||
<html xmlns="http://www.w3.org/1999/xhtml">
|
||||
<head>
|
||||
<link rel="shortcut icon" href="imagenes/favicon.ico"/>
|
||||
<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-language" content="en"/>
|
||||
<link href="../css/estilos.css" rel="stylesheet" type="text/css" media="screen" />
|
||||
</head>
|
||||
|
||||
<title>Hotel Carrejo's Garden. Hotel without smoke. Carrejo, Cantabria, Spain.</title>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
|
||||
<style type="text/css">
|
||||
<!--
|
||||
body {
|
||||
background-color: #FFFFFF;
|
||||
}
|
||||
.Estilo1 {
|
||||
color: #999999;
|
||||
font-family: Verdana, Arial, Helvetica, sans-serif;
|
||||
font-weight: bold;
|
||||
font-size: 14px;
|
||||
}
|
||||
.Estilo2 {
|
||||
color: #999999;
|
||||
font-family: Verdana, Arial, Helvetica, sans-serif;
|
||||
font-size: 10px;
|
||||
}
|
||||
a:link {
|
||||
color: #333333;
|
||||
text-decoration: none;
|
||||
}
|
||||
a:visited {
|
||||
text-decoration: none;
|
||||
color: #333333;
|
||||
}
|
||||
a:hover {
|
||||
text-decoration: none;
|
||||
color: #333333;
|
||||
}
|
||||
a:active {
|
||||
text-decoration: none;
|
||||
color: #333333;
|
||||
}
|
||||
.Estilo3 { color: #333333;
|
||||
font-family: Verdana, Arial, Helvetica, sans-serif;
|
||||
font-weight: bold;
|
||||
font-size: 16px;
|
||||
}
|
||||
-->
|
||||
</style>
|
||||
<script language="JavaScript" type="text/JavaScript">
|
||||
<!--
|
||||
function MM_preloadImages() { //v3.0
|
||||
var d=document; if(d.images){ if(!d.MM_p) d.MM_p=new Array();
|
||||
var i,j=d.MM_p.length,a=MM_preloadImages.arguments; for(i=0; i<a.length; i++)
|
||||
if (a[i].indexOf("#")!=0){ d.MM_p[j]=new Image; d.MM_p[j++].src=a[i];}}
|
||||
}
|
||||
<body>
|
||||
<div id="layout">
|
||||
<div id="cabecera">
|
||||
<div class="menu ingles">
|
||||
<ul>
|
||||
<li><a class="hide">Menu</a>
|
||||
<!--[if lte IE 6]>
|
||||
<a href="">Menú
|
||||
<table><tr><td>
|
||||
<![endif]-->
|
||||
<ul>
|
||||
<li><a title="The hotel" href="hotel.htm">The hotel</a></li>
|
||||
<li><a title="The garden" href="jardin.htm">The garden</a></li>
|
||||
<li><a title="Rooms" href="habitaciones.htm">Rooms</a></li>
|
||||
<li><a title="Breakfast & dinners" href="desayunos.htm">Breakfast & dinners</a></li>
|
||||
<li><a title="Photo collection" href="fotos.htm">Photo collection</a></li>
|
||||
<li><a title="Services" href="servicios.htm">Services</a></li>
|
||||
<li><a title="Activities" href="quever.htm">Activities</a></li>
|
||||
<li><a title="Prices & reservations" href="reservasyprecios.htm">Prices & reservations</a></li>
|
||||
<li><a title="Location" href="llegar.htm">Location</a></li>
|
||||
<li><a title="Offers" href="noticias.htm">Offers</a></li>
|
||||
<li><a title="Links" href="links.htm">Links</a></li>
|
||||
</ul>
|
||||
<!--[if lte IE 6]>
|
||||
</td></tr></table>
|
||||
</a>
|
||||
<![endif]-->
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
<div id="cuerpo" class="habitaciones-0">
|
||||
<ul>
|
||||
<li><a class="inicio" title="Start" href="../index.htm">Hotel Carrejo's Garden</a></li>
|
||||
<li><a class="menu-rooms" title="Back to rooms menu" href="habitaciones.htm">Rooms menu</a></li>
|
||||
<li><a class="description" title="Description" href="textohabitaciones.htm">Description</a></li>
|
||||
<li><a class="photos" title="Room photos" href="fotoshabitaciones.htm">Photos</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
<div id="pie">
|
||||
<span class="direccion">
|
||||
<strong>Carrejo's Garden</strong> · Hotel without smoke · Cabezón de la Sal, 39500 CANTABRIA · Tel: 942701516 · Fx: 942701871
|
||||
</span>
|
||||
<a class="email" href="mailto:info@eljardindecarrejo.com?subject=Information">@</a>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
function MM_findObj(n, d) { //v4.01
|
||||
var p,i,x; if(!d) d=document; if((p=n.indexOf("?"))>0&&parent.frames.length) {
|
||||
d=parent.frames[n.substring(p+1)].document; n=n.substring(0,p);}
|
||||
if(!(x=d[n])&&d.all) x=d.all[n]; for (i=0;!x&&i<d.forms.length;i++) x=d.forms[i][n];
|
||||
for(i=0;!x&&d.layers&&i<d.layers.length;i++) x=MM_findObj(n,d.layers[i].document);
|
||||
if(!x && d.getElementById) x=d.getElementById(n); return x;
|
||||
}
|
||||
|
||||
function MM_swapImgRestore() { //v3.0
|
||||
var i,x,a=document.MM_sr; for(i=0;a&&i<a.length&&(x=a[i])&&x.oSrc;i++) x.src=x.oSrc;
|
||||
}
|
||||
|
||||
function MM_swapImage() { //v3.0
|
||||
var i,j=0,x,a=MM_swapImage.arguments; document.MM_sr=new Array; for(i=0;i<(a.length-2);i+=3)
|
||||
if ((x=MM_findObj(a[i]))!=null){document.MM_sr[j++]=x; if(!x.oSrc) x.oSrc=x.src; x.src=a[i+2];}
|
||||
}
|
||||
|
||||
function MM_openBrWindow(theURL,winName,features) { //v2.0
|
||||
window.open(theURL,winName,features);
|
||||
}
|
||||
//-->
|
||||
</script>
|
||||
<script type="text/javascript" src="../stmenu.js"></script></head>
|
||||
|
||||
<body onLoad="MM_preloadImages('../imagenes/logo.gif','../imagenes/principal.gif','../imagenes/photograf.gif','../imagenes/backrooms.gif','../imagenes/description.gif')">
|
||||
<table width="794" height="25" cellspacing="0" cellpadding="0" border="0" align="center"><tbody><tr><td><script type="text/javascript" src="topmenu.js"></script></td></tr></tbody></table><table width="794" height="393" border="0" align="center" cellpadding="0" cellspacing="1">
|
||||
<tr>
|
||||
<td width="197" height="170"><a href="inicio.htm" onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage('Image5','','../imagenes/principal.gif',1)"><img src="../imagenes/hab01.jpg" name="Image5" width="198" height="170" border="0"></a></td>
|
||||
<td width="197" height="170"><a href="habitaciones.htm" onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage('Menu principal','','../imagenes/backrooms.gif',1)"><img src="../imagenes/hab02.jpg" alt="Menu principal" name="Menu principal" width="198" height="170" border="0"></a></td>
|
||||
<td width="197" height="170"><a href="textohabitaciones.htm" onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage('Image6','','../imagenes/description.gif',1)"><img src="../imagenes/hab03.jpg" name="Image6" width="197" height="170" border="0"></a></td>
|
||||
<td width="197" height="170"><a href="fotoshabitaciones.htm" onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage('fotos','','../imagenes/photograf.gif',1)"><img src="../imagenes/hab04.jpg" name="fotos" width="198" height="170" border="0"></a></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td height="339" colspan="4"><img src="../imagenes/hab0total.jpg" width="794" height="338"></td>
|
||||
</tr>
|
||||
</table>
|
||||
<table width="794" border="0" align="center" cellpadding="0" cellspacing="1">
|
||||
<tr>
|
||||
<td width="760" height="20"><span class="Estilo2"> <strong>Carrejo's Garden</strong> · Hotel without smoke · Cabezón de la Sal, 39500 CANTABRIA · Tel: 942701516 · Fx: 942701871 · <strong><a href="#" onClick="MM_openBrWindow('webmap.htm','','toolbar=yes,width=250,height=500')">web map </a></strong></span></td>
|
||||
<td height="20" align="right"><span class="Estilo3"><a href="mailto:info@eljardindecarrejo.com?SUBJECT=Información">@</a></span></td>
|
||||
</tr>
|
||||
</table>
|
||||
<script type="text/javascript">
|
||||
var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www.");
|
||||
document.write(unescape("%3Cscript src='" + gaJsHost + "google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E"));
|
||||
</script>
|
||||
<script type="text/javascript">
|
||||
try {
|
||||
var pageTracker = _gat._getTracker("UA-9006771-1");
|
||||
pageTracker._trackPageview();
|
||||
} catch(err) {}
|
||||
</script>
|
||||
</body>
|
||||
</html>
|
||||
|
||||
@ -1,97 +1,69 @@
|
||||
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
|
||||
<html xmlns="http://www.w3.org/1999/xhtml">
|
||||
<head>
|
||||
<link rel="shortcut icon" href="imagenes/favicon.ico"/>
|
||||
<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-language" content="en"/>
|
||||
<link href="../css/estilos.css" rel="stylesheet" type="text/css" media="screen" />
|
||||
</head>
|
||||
|
||||
<title>Hotel Carrejo's Garden. Hotel without smoke. Carrejo, Cantabria, Spain.</title>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
|
||||
<style type="text/css">
|
||||
<!--
|
||||
body {
|
||||
background-color: #FFFFFF;
|
||||
}
|
||||
.Estilo1 {
|
||||
color: #999999;
|
||||
font-family: Verdana, Arial, Helvetica, sans-serif;
|
||||
font-weight: bold;
|
||||
font-size: 14px;
|
||||
}
|
||||
.Estilo2 {
|
||||
color: #999999;
|
||||
font-family: Verdana, Arial, Helvetica, sans-serif;
|
||||
font-size: 10px;
|
||||
}
|
||||
a:link {
|
||||
color: #333333;
|
||||
text-decoration: none;
|
||||
}
|
||||
a:visited {
|
||||
text-decoration: none;
|
||||
color: #333333;
|
||||
}
|
||||
a:hover {
|
||||
text-decoration: none;
|
||||
color: #333333;
|
||||
}
|
||||
a:active {
|
||||
text-decoration: none;
|
||||
color: #333333;
|
||||
}
|
||||
.Estilo3 { color: #333333;
|
||||
font-family: Verdana, Arial, Helvetica, sans-serif;
|
||||
font-weight: bold;
|
||||
font-size: 16px;
|
||||
}
|
||||
-->
|
||||
</style>
|
||||
<script language="JavaScript" type="text/JavaScript">
|
||||
<!--
|
||||
function MM_preloadImages() { //v3.0
|
||||
var d=document; if(d.images){ if(!d.MM_p) d.MM_p=new Array();
|
||||
var i,j=d.MM_p.length,a=MM_preloadImages.arguments; for(i=0; i<a.length; i++)
|
||||
if (a[i].indexOf("#")!=0){ d.MM_p[j]=new Image; d.MM_p[j++].src=a[i];}}
|
||||
}
|
||||
<body>
|
||||
<div id="layout">
|
||||
<div id="cabecera">
|
||||
<div class="menu ingles">
|
||||
<ul>
|
||||
<li><a class="hide">Menu</a>
|
||||
<!--[if lte IE 6]>
|
||||
<a href="">Menú
|
||||
<table><tr><td>
|
||||
<![endif]-->
|
||||
<ul>
|
||||
<li><a title="The hotel" href="hotel.htm">The hotel</a></li>
|
||||
<li><a title="The garden" href="jardin.htm">The garden</a></li>
|
||||
<li><a title="Rooms" href="habitaciones.htm">Rooms</a></li>
|
||||
<li><a title="Breakfast & dinners" href="desayunos.htm">Breakfast & dinners</a></li>
|
||||
<li><a title="Photo collection" href="fotos.htm">Photo collection</a></li>
|
||||
<li><a title="Services" href="servicios.htm">Services</a></li>
|
||||
<li><a title="Activities" href="quever.htm">Activities</a></li>
|
||||
<li><a title="Prices & reservations" href="reservasyprecios.htm">Prices & reservations</a></li>
|
||||
<li><a title="Location" href="llegar.htm">Location</a></li>
|
||||
<li><a title="Offers" href="noticias.htm">Offers</a></li>
|
||||
<li><a title="Links" href="links.htm">Links</a></li>
|
||||
</ul>
|
||||
<!--[if lte IE 6]>
|
||||
</td></tr></table>
|
||||
</a>
|
||||
<![endif]-->
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
<div id="cuerpo" class="eljardin">
|
||||
<ul>
|
||||
<li><a class="inicio" title="Start" href="../index.htm">Hotel Carrejo's Garden</a></li>
|
||||
<li><a class="main-menu" title="Back to main menu" href="inicio.htm">Main menu</a></li>
|
||||
<li><a class="description" title="Description" href="textojardin.htm">Description</a></li>
|
||||
<li><a class="photos" title="Hotel photos" href="fotosjardin.htm">Hotel photos</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
<div id="pie">
|
||||
<span class="direccion">
|
||||
<strong>Carrejo's Garden</strong> · Hotel without smoke · Cabezón de la Sal, 39500 CANTABRIA · Tel: 942701516 · Fx: 942701871
|
||||
</span>
|
||||
<a class="email" href="mailto:info@eljardindecarrejo.com?subject=Information">@</a>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
function MM_findObj(n, d) { //v4.01
|
||||
var p,i,x; if(!d) d=document; if((p=n.indexOf("?"))>0&&parent.frames.length) {
|
||||
d=parent.frames[n.substring(p+1)].document; n=n.substring(0,p);}
|
||||
if(!(x=d[n])&&d.all) x=d.all[n]; for (i=0;!x&&i<d.forms.length;i++) x=d.forms[i][n];
|
||||
for(i=0;!x&&d.layers&&i<d.layers.length;i++) x=MM_findObj(n,d.layers[i].document);
|
||||
if(!x && d.getElementById) x=d.getElementById(n); return x;
|
||||
}
|
||||
|
||||
function MM_swapImgRestore() { //v3.0
|
||||
var i,x,a=document.MM_sr; for(i=0;a&&i<a.length&&(x=a[i])&&x.oSrc;i++) x.src=x.oSrc;
|
||||
}
|
||||
|
||||
function MM_swapImage() { //v3.0
|
||||
var i,j=0,x,a=MM_swapImage.arguments; document.MM_sr=new Array; for(i=0;i<(a.length-2);i+=3)
|
||||
if ((x=MM_findObj(a[i]))!=null){document.MM_sr[j++]=x; if(!x.oSrc) x.oSrc=x.src; x.src=a[i+2];}
|
||||
}
|
||||
|
||||
function MM_openBrWindow(theURL,winName,features) { //v2.0
|
||||
window.open(theURL,winName,features);
|
||||
}
|
||||
//-->
|
||||
</script>
|
||||
<script type="text/javascript" src="../stmenu.js"></script></head>
|
||||
|
||||
<body onLoad="MM_preloadImages('../imagenes/logo.gif','../imagenes/principal.gif','../imagenes/photograf.gif','../imagenes/description.gif')">
|
||||
<table width="794" height="25" cellspacing="0" cellpadding="0" border="0" align="center"><tbody><tr><td><script type="text/javascript" src="topmenu.js"></script></td></tr></tbody></table><table width="794" height="393" border="0" align="center" cellpadding="0" cellspacing="1">
|
||||
<tr>
|
||||
<td width="197" height="170"><a href="../index.htm" onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage('Image5','','../imagenes/logo.gif',1)"><img src="../imagenes/jardin2.jpg" name="Image5" width="197" height="170" border="0"></a></td>
|
||||
<td width="197" height="170"><a href="inicio.htm" onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage('Menu principal','','../imagenes/principal.gif',1)"><img src="../imagenes/menuoff.jpg" alt="Menu principal" name="Menu principal" width="199" height="170" border="0"></a></td>
|
||||
<td width="197" height="170"><a href="textojardin.htm" onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage('Fotos jardin','','../imagenes/description.gif',1)"><img src="../imagenes/fotosjardinoff.jpg" alt="Fotos jardin" name="Fotos jardin" width="198" height="170" border="0"></a></td>
|
||||
<td width="197" height="170"><a href="fotosjardin.htm" onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage('Image6','','../imagenes/photograf.gif',1)"><img src="../imagenes/jardin3.jpg" name="Image6" width="198" height="170" border="0"></a></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td height="339" colspan="4"><img src="../imagenes/jardintotal.jpg" width="794" height="339"></td>
|
||||
</tr>
|
||||
</table>
|
||||
<table width="794" border="0" align="center" cellpadding="0" cellspacing="1">
|
||||
<tr>
|
||||
<td width="760" height="20"><span class="Estilo2"> <strong>Carrejo's Garden</strong> · Hotel without smoke · Cabezón de la Sal, 39500 CANTABRIA · Tel: 942701516 · Fx: 942701871·<strong><a href="#" onClick="MM_openBrWindow('webmap.htm','','toolbar=yes,width=250,height=500')"> web map </a></strong></span></td>
|
||||
<td height="20" align="right"><span class="Estilo3"><a href="mailto:info@eljardindecarrejo.com?SUBJECT=Información">@</a></span></td>
|
||||
</tr>
|
||||
</table>
|
||||
<script type="text/javascript">
|
||||
var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www.");
|
||||
document.write(unescape("%3Cscript src='" + gaJsHost + "google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E"));
|
||||
</script>
|
||||
<script type="text/javascript">
|
||||
try {
|
||||
var pageTracker = _gat._getTracker("UA-9006771-1");
|
||||
pageTracker._trackPageview();
|
||||
} catch(err) {}
|
||||
</script>
|
||||
</body>
|
||||
</html>
|
||||
|
||||
@ -1,97 +1,69 @@
|
||||
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
|
||||
<html xmlns="http://www.w3.org/1999/xhtml">
|
||||
<head>
|
||||
<link rel="shortcut icon" href="imagenes/favicon.ico"/>
|
||||
<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-language" content="en"/>
|
||||
<link href="../css/estilos.css" rel="stylesheet" type="text/css" media="screen" />
|
||||
</head>
|
||||
|
||||
<title>Hotel Carrejo's Garden. Hotel without smoke. Carrejo, Cantabria, Spain.</title>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
|
||||
<style type="text/css">
|
||||
<!--
|
||||
body {
|
||||
background-color: #FFFFFF;
|
||||
}
|
||||
.Estilo1 {
|
||||
color: #999999;
|
||||
font-family: Verdana, Arial, Helvetica, sans-serif;
|
||||
font-weight: bold;
|
||||
font-size: 14px;
|
||||
}
|
||||
.Estilo2 {
|
||||
color: #999999;
|
||||
font-family: Verdana, Arial, Helvetica, sans-serif;
|
||||
font-size: 10px;
|
||||
}
|
||||
a:link {
|
||||
color: #333333;
|
||||
text-decoration: none;
|
||||
}
|
||||
a:visited {
|
||||
color: #333333;
|
||||
text-decoration: none;
|
||||
}
|
||||
a:hover {
|
||||
color: #333333;
|
||||
text-decoration: none;
|
||||
}
|
||||
a:active {
|
||||
color: #333333;
|
||||
text-decoration: none;
|
||||
}
|
||||
.Estilo3 { color: #333333;
|
||||
font-family: Verdana, Arial, Helvetica, sans-serif;
|
||||
font-weight: bold;
|
||||
font-size: 16px;
|
||||
}
|
||||
-->
|
||||
</style>
|
||||
<script language="JavaScript" type="text/JavaScript">
|
||||
<!--
|
||||
function MM_preloadImages() { //v3.0
|
||||
var d=document; if(d.images){ if(!d.MM_p) d.MM_p=new Array();
|
||||
var i,j=d.MM_p.length,a=MM_preloadImages.arguments; for(i=0; i<a.length; i++)
|
||||
if (a[i].indexOf("#")!=0){ d.MM_p[j]=new Image; d.MM_p[j++].src=a[i];}}
|
||||
}
|
||||
<body>
|
||||
<div id="layout">
|
||||
<div id="cabecera">
|
||||
<div class="menu ingles">
|
||||
<ul>
|
||||
<li><a class="hide">Menu</a>
|
||||
<!--[if lte IE 6]>
|
||||
<a href="">Menú
|
||||
<table><tr><td>
|
||||
<![endif]-->
|
||||
<ul>
|
||||
<li><a title="The hotel" href="hotel.htm">The hotel</a></li>
|
||||
<li><a title="The garden" href="jardin.htm">The garden</a></li>
|
||||
<li><a title="Rooms" href="habitaciones.htm">Rooms</a></li>
|
||||
<li><a title="Breakfast & dinners" href="desayunos.htm">Breakfast & dinners</a></li>
|
||||
<li><a title="Photo collection" href="fotos.htm">Photo collection</a></li>
|
||||
<li><a title="Services" href="servicios.htm">Services</a></li>
|
||||
<li><a title="Activities" href="quever.htm">Activities</a></li>
|
||||
<li><a title="Prices & reservations" href="reservasyprecios.htm">Prices & reservations</a></li>
|
||||
<li><a title="Location" href="llegar.htm">Location</a></li>
|
||||
<li><a title="Offers" href="noticias.htm">Offers</a></li>
|
||||
<li><a title="Links" href="links.htm">Links</a></li>
|
||||
</ul>
|
||||
<!--[if lte IE 6]>
|
||||
</td></tr></table>
|
||||
</a>
|
||||
<![endif]-->
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
<div id="cuerpo" class="actividades">
|
||||
<ul>
|
||||
<li><a class="inicio" title="Start" href="../index.htm">Hotel Carrejo's Garden</a></li>
|
||||
<li><a class="main-menu" title="Back to main menu" href="inicio.htm">Main menu</a></li>
|
||||
<li><a class="description" title="Description" href="textoquever.htm">Description</a></li>
|
||||
<li><a class="photos" title="Photos" href="fotosquever.htm">Photos</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
<div id="pie">
|
||||
<span class="direccion">
|
||||
<strong>Carrejo's Garden</strong> · Hotel without smoke · Cabezón de la Sal, 39500 CANTABRIA · Tel: 942701516 · Fx: 942701871
|
||||
</span>
|
||||
<a class="email" href="mailto:info@eljardindecarrejo.com?subject=Information">@</a>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
function MM_findObj(n, d) { //v4.01
|
||||
var p,i,x; if(!d) d=document; if((p=n.indexOf("?"))>0&&parent.frames.length) {
|
||||
d=parent.frames[n.substring(p+1)].document; n=n.substring(0,p);}
|
||||
if(!(x=d[n])&&d.all) x=d.all[n]; for (i=0;!x&&i<d.forms.length;i++) x=d.forms[i][n];
|
||||
for(i=0;!x&&d.layers&&i<d.layers.length;i++) x=MM_findObj(n,d.layers[i].document);
|
||||
if(!x && d.getElementById) x=d.getElementById(n); return x;
|
||||
}
|
||||
|
||||
function MM_swapImgRestore() { //v3.0
|
||||
var i,x,a=document.MM_sr; for(i=0;a&&i<a.length&&(x=a[i])&&x.oSrc;i++) x.src=x.oSrc;
|
||||
}
|
||||
|
||||
function MM_swapImage() { //v3.0
|
||||
var i,j=0,x,a=MM_swapImage.arguments; document.MM_sr=new Array; for(i=0;i<(a.length-2);i+=3)
|
||||
if ((x=MM_findObj(a[i]))!=null){document.MM_sr[j++]=x; if(!x.oSrc) x.oSrc=x.src; x.src=a[i+2];}
|
||||
}
|
||||
|
||||
function MM_openBrWindow(theURL,winName,features) { //v2.0
|
||||
window.open(theURL,winName,features);
|
||||
}
|
||||
//-->
|
||||
</script>
|
||||
<script type="text/javascript" src="../stmenu.js"></script></head>
|
||||
|
||||
<body onLoad="MM_preloadImages('../imagenes/logo.gif','../imagenes/principal.gif','../imagenes/photograf.gif','../imagenes/description.gif')">
|
||||
<table width="794" height="25" cellspacing="0" cellpadding="0" border="0" align="center"><tbody><tr><td><script type="text/javascript" src="topmenu.js"></script></td></tr></tbody></table><table width="794" height="393" border="0" align="center" cellpadding="0" cellspacing="1">
|
||||
<tr>
|
||||
<td width="197" height="170"><a href="../index.htm" onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage('Image5','','../imagenes/logo.gif',1)"><img src="../imagenes/al1.jpg" name="Image5" width="198" height="170" border="0"></a></td>
|
||||
<td width="197" height="170"><a href="inicio.htm" onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage('Menu principal','','../imagenes/principal.gif',1)"><img src="../imagenes/al2.jpg" alt="Menu principal" name="Menu principal" width="198" height="170" border="0"></a></td>
|
||||
<td width="197" height="170"><a href="textoquever.htm" onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage('Fotos jardin','','../imagenes/description.gif',1)"><img src="../imagenes/al3.jpg" alt="Fotos jardin" name="Fotos jardin" width="197" height="170" border="0"></a></td>
|
||||
<td width="197" height="170"><a href="fotosquever.htm" target="_blank" onMouseOver="MM_swapImage('fotos','','../imagenes/photograf.gif',1)" onMouseOut="MM_swapImgRestore()"><img src="../imagenes/al4.jpg" name="fotos" width="199" height="170" border="0"></a></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td height="339" colspan="4"><img src="../imagenes/altotal.jpg" width="794" height="339"></td>
|
||||
</tr>
|
||||
</table>
|
||||
<table width="794" border="0" align="center" cellpadding="0" cellspacing="1">
|
||||
<tr>
|
||||
<td width="760" height="20"><span class="Estilo2"> <strong>Carrejo's Garden</strong> · Hotel without smoke · Cabezón de la Sal, 39500 CANTABRIA · Tel: 942701516 · Fx: 942701871 · <strong><a href="#" onClick="MM_openBrWindow('webmap.htm','','toolbar=yes,width=250,height=500')">web map </a></strong></span></td>
|
||||
<td height="20" align="right"><span class="Estilo3"><a href="mailto:info@eljardindecarrejo.com?SUBJECT=Información">@</a></span></td>
|
||||
</tr>
|
||||
</table>
|
||||
<script type="text/javascript">
|
||||
var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www.");
|
||||
document.write(unescape("%3Cscript src='" + gaJsHost + "google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E"));
|
||||
</script>
|
||||
<script type="text/javascript">
|
||||
try {
|
||||
var pageTracker = _gat._getTracker("UA-9006771-1");
|
||||
pageTracker._trackPageview();
|
||||
} catch(err) {}
|
||||
</script>
|
||||
</body>
|
||||
</html>
|
||||
|
||||
@ -1,97 +1,69 @@
|
||||
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
|
||||
<html xmlns="http://www.w3.org/1999/xhtml">
|
||||
<head>
|
||||
<link rel="shortcut icon" href="imagenes/favicon.ico"/>
|
||||
<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-language" content="en"/>
|
||||
<link href="../css/estilos.css" rel="stylesheet" type="text/css" media="screen" />
|
||||
</head>
|
||||
|
||||
<title>Hotel Carrejo's Garden. Hotel without smoke. Carrejo, Cantabria, Spain.</title>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
|
||||
<style type="text/css">
|
||||
<!--
|
||||
body {
|
||||
background-color: #FFFFFF;
|
||||
}
|
||||
.Estilo1 {
|
||||
color: #999999;
|
||||
font-family: Verdana, Arial, Helvetica, sans-serif;
|
||||
font-weight: bold;
|
||||
font-size: 14px;
|
||||
}
|
||||
.Estilo2 {
|
||||
color: #999999;
|
||||
font-family: Verdana, Arial, Helvetica, sans-serif;
|
||||
font-size: 10px;
|
||||
}
|
||||
a:link {
|
||||
text-decoration: none;
|
||||
color: #333333;
|
||||
}
|
||||
a:visited {
|
||||
text-decoration: none;
|
||||
color: #333333;
|
||||
}
|
||||
a:hover {
|
||||
text-decoration: none;
|
||||
color: #333333;
|
||||
}
|
||||
a:active {
|
||||
text-decoration: none;
|
||||
color: #333333;
|
||||
}
|
||||
.Estilo3 { color: #333333;
|
||||
font-family: Verdana, Arial, Helvetica, sans-serif;
|
||||
font-weight: bold;
|
||||
font-size: 16px;
|
||||
}
|
||||
-->
|
||||
</style>
|
||||
<script language="JavaScript" type="text/JavaScript">
|
||||
<!--
|
||||
function MM_preloadImages() { //v3.0
|
||||
var d=document; if(d.images){ if(!d.MM_p) d.MM_p=new Array();
|
||||
var i,j=d.MM_p.length,a=MM_preloadImages.arguments; for(i=0; i<a.length; i++)
|
||||
if (a[i].indexOf("#")!=0){ d.MM_p[j]=new Image; d.MM_p[j++].src=a[i];}}
|
||||
}
|
||||
<body>
|
||||
<div id="layout">
|
||||
<div id="cabecera">
|
||||
<div class="menu ingles">
|
||||
<ul>
|
||||
<li><a class="hide">Menu</a>
|
||||
<!--[if lte IE 6]>
|
||||
<a href="">Menú
|
||||
<table><tr><td>
|
||||
<![endif]-->
|
||||
<ul>
|
||||
<li><a title="The hotel" href="hotel.htm">The hotel</a></li>
|
||||
<li><a title="The garden" href="jardin.htm">The garden</a></li>
|
||||
<li><a title="Rooms" href="habitaciones.htm">Rooms</a></li>
|
||||
<li><a title="Breakfast & dinners" href="desayunos.htm">Breakfast & dinners</a></li>
|
||||
<li><a title="Photo collection" href="fotos.htm">Photo collection</a></li>
|
||||
<li><a title="Services" href="servicios.htm">Services</a></li>
|
||||
<li><a title="Activities" href="quever.htm">Activities</a></li>
|
||||
<li><a title="Prices & reservations" href="reservasyprecios.htm">Prices & reservations</a></li>
|
||||
<li><a title="Location" href="llegar.htm">Location</a></li>
|
||||
<li><a title="Offers" href="noticias.htm">Offers</a></li>
|
||||
<li><a title="Links" href="links.htm">Links</a></li>
|
||||
</ul>
|
||||
<!--[if lte IE 6]>
|
||||
</td></tr></table>
|
||||
</a>
|
||||
<![endif]-->
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
<div id="cuerpo" class="tarifas">
|
||||
<ul>
|
||||
<li><a class="inicio" title="Start" href="../index.htm">Hotel Carrejo's Garden</a></li>
|
||||
<li><a class="main-menu" title="Back to main menu" href="inicio.htm">Main menu</a></li>
|
||||
<li><a class="prices" title="Prices" href="precios.htm">Prices</a></li>
|
||||
<li><a class="reservations" title="Reservations" href="../reservas_en.php">Reservations</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
<div id="pie">
|
||||
<span class="direccion">
|
||||
<strong>Carrejo's Garden</strong> · Hotel without smoke · Cabezón de la Sal, 39500 CANTABRIA · Tel: 942701516 · Fx: 942701871
|
||||
</span>
|
||||
<a class="email" href="mailto:info@eljardindecarrejo.com?subject=Information">@</a>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
function MM_findObj(n, d) { //v4.01
|
||||
var p,i,x; if(!d) d=document; if((p=n.indexOf("?"))>0&&parent.frames.length) {
|
||||
d=parent.frames[n.substring(p+1)].document; n=n.substring(0,p);}
|
||||
if(!(x=d[n])&&d.all) x=d.all[n]; for (i=0;!x&&i<d.forms.length;i++) x=d.forms[i][n];
|
||||
for(i=0;!x&&d.layers&&i<d.layers.length;i++) x=MM_findObj(n,d.layers[i].document);
|
||||
if(!x && d.getElementById) x=d.getElementById(n); return x;
|
||||
}
|
||||
|
||||
function MM_swapImgRestore() { //v3.0
|
||||
var i,x,a=document.MM_sr; for(i=0;a&&i<a.length&&(x=a[i])&&x.oSrc;i++) x.src=x.oSrc;
|
||||
}
|
||||
|
||||
function MM_swapImage() { //v3.0
|
||||
var i,j=0,x,a=MM_swapImage.arguments; document.MM_sr=new Array; for(i=0;i<(a.length-2);i+=3)
|
||||
if ((x=MM_findObj(a[i]))!=null){document.MM_sr[j++]=x; if(!x.oSrc) x.oSrc=x.src; x.src=a[i+2];}
|
||||
}
|
||||
|
||||
function MM_openBrWindow(theURL,winName,features) { //v2.0
|
||||
window.open(theURL,winName,features);
|
||||
}
|
||||
//-->
|
||||
</script>
|
||||
<script type="text/javascript" src="../stmenu.js"></script></head>
|
||||
|
||||
<body onLoad="MM_preloadImages('../imagenes/logo.gif','../imagenes/fotosjardinon.gif','../imagenes/descripjardin.gif','../imagenes/principal.gif','../imagenes/prizesverde.gif','../imagenes/backreservations.gif')">
|
||||
<table width="794" height="25" cellspacing="0" cellpadding="0" border="0" align="center"><tbody><tr><td><script type="text/javascript" src="topmenu.js"></script></td></tr></tbody></table><table width="794" height="393" border="0" align="center" cellpadding="0" cellspacing="1">
|
||||
<tr>
|
||||
<td width="197" height="170"><a href="../index.htm" onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage('Image5','','../imagenes/logo.gif',1)"><img src="../imagenes/reservas1.jpg" name="Image5" width="198" height="170" border="0"></a></td>
|
||||
<td width="197" height="170"><a href="inicio.htm" onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage('Menu principal','','../imagenes/principal.gif',1)"><img src="../imagenes/reservas2.jpg" alt="Menu principal" name="Menu principal" width="198" height="170" border="0"></a></td>
|
||||
<td width="197" height="170"><a href="precios.htm" onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage('Fotos jardin','','../imagenes/prizesverde.gif',1)"><img src="../imagenes/reservas3.jpg" alt="Fotos jardin" name="Fotos jardin" width="197" height="170" border="0"></a></td>
|
||||
<td width="197" height="170"><a href="../reservas_en.php" onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage('Image6','','../imagenes/backreservations.gif',1)"><img src="../imagenes/reservas5.jpg" name="Image6" width="198" height="170" border="0"></a></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td height="339" colspan="4"><img src="../imagenes/reservastotal.jpg" width="794" height="340"></td>
|
||||
</tr>
|
||||
</table>
|
||||
<table width="794" border="0" align="center" cellpadding="0" cellspacing="1">
|
||||
<tr>
|
||||
<td width="760" height="20"><span class="Estilo2"> <strong>Carrejo's Garden</strong> · Hotel without smoke · Cabezón de la Sal, 39500 CANTABRIA · Tel: 942701516 · Fx: 942701871 · <strong><a href="#" onClick="MM_openBrWindow('webmap.htm','','toolbar=yes,width=250,height=500')">web map </a></strong></span></td>
|
||||
<td height="20" align="right"><span class="Estilo3"><a href="mailto:info@eljardindecarrejo.com?SUBJECT=Información">@</a></span></td>
|
||||
</tr>
|
||||
</table>
|
||||
<script type="text/javascript">
|
||||
var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www.");
|
||||
document.write(unescape("%3Cscript src='" + gaJsHost + "google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E"));
|
||||
</script>
|
||||
<script type="text/javascript">
|
||||
try {
|
||||
var pageTracker = _gat._getTracker("UA-9006771-1");
|
||||
pageTracker._trackPageview();
|
||||
} catch(err) {}
|
||||
</script>
|
||||
</body>
|
||||
</html>
|
||||
|
||||
@ -1,97 +1,68 @@
|
||||
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
|
||||
<html xmlns="http://www.w3.org/1999/xhtml">
|
||||
<head>
|
||||
<link rel="shortcut icon" href="imagenes/favicon.ico"/>
|
||||
<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-language" content="en"/>
|
||||
<link href="../css/estilos.css" rel="stylesheet" type="text/css" media="screen" />
|
||||
</head>
|
||||
|
||||
<title>Hotel Carrejo's Garden. Hotel without smoke. Carrejo, Cantabria, Spain.</title>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
|
||||
<style type="text/css">
|
||||
<!--
|
||||
body {
|
||||
background-color: #FFFFFF;
|
||||
}
|
||||
.Estilo1 {
|
||||
color: #999999;
|
||||
font-family: Verdana, Arial, Helvetica, sans-serif;
|
||||
font-weight: bold;
|
||||
font-size: 14px;
|
||||
}
|
||||
.Estilo2 {
|
||||
color: #999999;
|
||||
font-family: Verdana, Arial, Helvetica, sans-serif;
|
||||
font-size: 10px;
|
||||
}
|
||||
a:link {
|
||||
color: #333333;
|
||||
text-decoration: none;
|
||||
}
|
||||
a:visited {
|
||||
color: #333333;
|
||||
text-decoration: none;
|
||||
}
|
||||
a:hover {
|
||||
color: #333333;
|
||||
text-decoration: none;
|
||||
}
|
||||
a:active {
|
||||
color: #333333;
|
||||
text-decoration: none;
|
||||
}
|
||||
.Estilo3 { color: #333333;
|
||||
font-family: Verdana, Arial, Helvetica, sans-serif;
|
||||
font-weight: bold;
|
||||
font-size: 16px;
|
||||
}
|
||||
-->
|
||||
</style>
|
||||
<script language="JavaScript" type="text/JavaScript">
|
||||
<!--
|
||||
function MM_preloadImages() { //v3.0
|
||||
var d=document; if(d.images){ if(!d.MM_p) d.MM_p=new Array();
|
||||
var i,j=d.MM_p.length,a=MM_preloadImages.arguments; for(i=0; i<a.length; i++)
|
||||
if (a[i].indexOf("#")!=0){ d.MM_p[j]=new Image; d.MM_p[j++].src=a[i];}}
|
||||
}
|
||||
<body>
|
||||
<div id="layout">
|
||||
<div id="cabecera">
|
||||
<div class="menu ingles">
|
||||
<ul>
|
||||
<li><a class="hide">Menu</a>
|
||||
<!--[if lte IE 6]>
|
||||
<a href="">Menú
|
||||
<table><tr><td>
|
||||
<![endif]-->
|
||||
<ul>
|
||||
<li><a title="The hotel" href="hotel.htm">The hotel</a></li>
|
||||
<li><a title="The garden" href="jardin.htm">The garden</a></li>
|
||||
<li><a title="Rooms" href="habitaciones.htm">Rooms</a></li>
|
||||
<li><a title="Breakfast & dinners" href="desayunos.htm">Breakfast & dinners</a></li>
|
||||
<li><a title="Photo collection" href="fotos.htm">Photo collection</a></li>
|
||||
<li><a title="Services" href="servicios.htm">Services</a></li>
|
||||
<li><a title="Activities" href="quever.htm">Activities</a></li>
|
||||
<li><a title="Prices & reservations" href="reservasyprecios.htm">Prices & reservations</a></li>
|
||||
<li><a title="Location" href="llegar.htm">Location</a></li>
|
||||
<li><a title="Offers" href="noticias.htm">Offers</a></li>
|
||||
<li><a title="Links" href="links.htm">Links</a></li>
|
||||
</ul>
|
||||
<!--[if lte IE 6]>
|
||||
</td></tr></table>
|
||||
</a>
|
||||
<![endif]-->
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
<div id="cuerpo" class="servicios">
|
||||
<ul>
|
||||
<li><a class="inicio" title="Start" href="../index.htm">Hotel Carrejo's Garden</a></li>
|
||||
<li><a class="main-menu" title="Back to main menu" href="inicio.htm">Main menu</a></li>
|
||||
<li><a class="description" title="Description" href="textoservicios.htm">Description</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
<div id="pie">
|
||||
<span class="direccion">
|
||||
<strong>Carrejo's Garden</strong> · Hotel without smoke · Cabezón de la Sal, 39500 CANTABRIA · Tel: 942701516 · Fx: 942701871
|
||||
</span>
|
||||
<a class="email" href="mailto:info@eljardindecarrejo.com?subject=Information">@</a>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
function MM_findObj(n, d) { //v4.01
|
||||
var p,i,x; if(!d) d=document; if((p=n.indexOf("?"))>0&&parent.frames.length) {
|
||||
d=parent.frames[n.substring(p+1)].document; n=n.substring(0,p);}
|
||||
if(!(x=d[n])&&d.all) x=d.all[n]; for (i=0;!x&&i<d.forms.length;i++) x=d.forms[i][n];
|
||||
for(i=0;!x&&d.layers&&i<d.layers.length;i++) x=MM_findObj(n,d.layers[i].document);
|
||||
if(!x && d.getElementById) x=d.getElementById(n); return x;
|
||||
}
|
||||
|
||||
function MM_swapImgRestore() { //v3.0
|
||||
var i,x,a=document.MM_sr; for(i=0;a&&i<a.length&&(x=a[i])&&x.oSrc;i++) x.src=x.oSrc;
|
||||
}
|
||||
|
||||
function MM_swapImage() { //v3.0
|
||||
var i,j=0,x,a=MM_swapImage.arguments; document.MM_sr=new Array; for(i=0;i<(a.length-2);i+=3)
|
||||
if ((x=MM_findObj(a[i]))!=null){document.MM_sr[j++]=x; if(!x.oSrc) x.oSrc=x.src; x.src=a[i+2];}
|
||||
}
|
||||
|
||||
function MM_openBrWindow(theURL,winName,features) { //v2.0
|
||||
window.open(theURL,winName,features);
|
||||
}
|
||||
//-->
|
||||
</script>
|
||||
<script type="text/javascript" src="../stmenu.js"></script></head>
|
||||
|
||||
<body onLoad="MM_preloadImages('../imagenes/logo.gif','../imagenes/principal.gif','../imagenes/description.gif')">
|
||||
<table width="794" height="25" cellspacing="0" cellpadding="0" border="0" align="center"><tbody><tr><td><script type="text/javascript" src="topmenu.js"></script></td></tr></tbody></table><table width="794" height="393" border="0" align="center" cellpadding="0" cellspacing="1">
|
||||
<tr>
|
||||
<td width="197" height="170"><a href="../index.htm" onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage('Image5','','../imagenes/logo.gif',1)"><img src="../imagenes/ser1.jpg" name="Image5" width="198" height="170" border="0"></a></td>
|
||||
<td width="197" height="170"><a href="inicio.htm" onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage('Menu principal','','../imagenes/principal.gif',1)"><img src="../imagenes/ser2.jpg" alt="Menu principal" name="Menu principal" width="198" height="170" border="0"></a></td>
|
||||
<td width="197" height="170"><a href="textoservicios.htm" onMouseOver="MM_swapImage('Fotos jardin','','../imagenes/description.gif',1)" onMouseOut="MM_swapImgRestore()"><img src="../imagenes/ser3.jpg" alt="Fotos jardin" name="Fotos jardin" width="197" height="170" border="0"></a></td>
|
||||
<td width="197" height="170"><img src="../imagenes/ser4.jpg" width="198" height="170"></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td height="339" colspan="4"><img src="../imagenes/sertotal.jpg" width="794" height="339"></td>
|
||||
</tr>
|
||||
</table>
|
||||
<table width="794" border="0" align="center" cellpadding="0" cellspacing="1">
|
||||
<tr>
|
||||
<td width="760" height="20"><span class="Estilo2"> <strong>Carrejo's Garden</strong> · Hotel without smoke · Cabezón de la Sal, 39500 CANTABRIA · Tel: 942701516 · Fx: 942701871 · <strong><a href="#" onClick="MM_openBrWindow('webmap.htm','','toolbar=yes,width=250,height=500')">web map </a></strong></span></td>
|
||||
<td height="20" align="right"><span class="Estilo3"><a href="mailto:info@eljardindecarrejo.com?SUBJECT=Información">@</a></span></td>
|
||||
</tr>
|
||||
</table>
|
||||
<script type="text/javascript">
|
||||
var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www.");
|
||||
document.write(unescape("%3Cscript src='" + gaJsHost + "google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E"));
|
||||
</script>
|
||||
<script type="text/javascript">
|
||||
try {
|
||||
var pageTracker = _gat._getTracker("UA-9006771-1");
|
||||
pageTracker._trackPageview();
|
||||
} catch(err) {}
|
||||
</script>
|
||||
</body>
|
||||
</html>
|
||||
|
||||
@ -1,97 +1,69 @@
|
||||
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
|
||||
<html xmlns="http://www.w3.org/1999/xhtml">
|
||||
<head>
|
||||
<link rel="shortcut icon" href="imagenes/favicon.ico"/>
|
||||
<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-language" content="en"/>
|
||||
<link href="../css/estilos.css" rel="stylesheet" type="text/css" media="screen" />
|
||||
</head>
|
||||
|
||||
<title>Hotel Carrejo's Garden. Hotel without smoke. Carrejo, Cantabria, Spain.</title>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
|
||||
<style type="text/css">
|
||||
<!--
|
||||
body {
|
||||
background-color: #FFFFFF;
|
||||
}
|
||||
.Estilo1 {
|
||||
color: #999999;
|
||||
font-family: Verdana, Arial, Helvetica, sans-serif;
|
||||
font-weight: bold;
|
||||
font-size: 14px;
|
||||
}
|
||||
.Estilo2 {
|
||||
color: #999999;
|
||||
font-family: Verdana, Arial, Helvetica, sans-serif;
|
||||
font-size: 10px;
|
||||
}
|
||||
a:link {
|
||||
color: #333333;
|
||||
text-decoration: none;
|
||||
}
|
||||
a:visited {
|
||||
text-decoration: none;
|
||||
color: #333333;
|
||||
}
|
||||
a:hover {
|
||||
text-decoration: none;
|
||||
color: #333333;
|
||||
}
|
||||
a:active {
|
||||
text-decoration: none;
|
||||
color: #333333;
|
||||
}
|
||||
.Estilo3 { color: #333333;
|
||||
font-family: Verdana, Arial, Helvetica, sans-serif;
|
||||
font-weight: bold;
|
||||
font-size: 16px;
|
||||
}
|
||||
-->
|
||||
</style>
|
||||
<script language="JavaScript" type="text/JavaScript">
|
||||
<!--
|
||||
function MM_preloadImages() { //v3.0
|
||||
var d=document; if(d.images){ if(!d.MM_p) d.MM_p=new Array();
|
||||
var i,j=d.MM_p.length,a=MM_preloadImages.arguments; for(i=0; i<a.length; i++)
|
||||
if (a[i].indexOf("#")!=0){ d.MM_p[j]=new Image; d.MM_p[j++].src=a[i];}}
|
||||
}
|
||||
<body>
|
||||
<div id="layout">
|
||||
<div id="cabecera">
|
||||
<div class="menu ingles">
|
||||
<ul>
|
||||
<li><a class="hide">Menu</a>
|
||||
<!--[if lte IE 6]>
|
||||
<a href="">Menú
|
||||
<table><tr><td>
|
||||
<![endif]-->
|
||||
<ul>
|
||||
<li><a title="The hotel" href="hotel.htm">The hotel</a></li>
|
||||
<li><a title="The garden" href="jardin.htm">The garden</a></li>
|
||||
<li><a title="Rooms" href="habitaciones.htm">Rooms</a></li>
|
||||
<li><a title="Breakfast & dinners" href="desayunos.htm">Breakfast & dinners</a></li>
|
||||
<li><a title="Photo collection" href="fotos.htm">Photo collection</a></li>
|
||||
<li><a title="Services" href="servicios.htm">Services</a></li>
|
||||
<li><a title="Activities" href="quever.htm">Activities</a></li>
|
||||
<li><a title="Prices & reservations" href="reservasyprecios.htm">Prices & reservations</a></li>
|
||||
<li><a title="Location" href="llegar.htm">Location</a></li>
|
||||
<li><a title="Offers" href="noticias.htm">Offers</a></li>
|
||||
<li><a title="Links" href="links.htm">Links</a></li>
|
||||
</ul>
|
||||
<!--[if lte IE 6]>
|
||||
</td></tr></table>
|
||||
</a>
|
||||
<![endif]-->
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
<div id="cuerpo" class="suites-jardin">
|
||||
<ul>
|
||||
<li><a class="inicio" title="Start" href="../index.htm">Hotel Carrejo's Garden</a></li>
|
||||
<li><a class="menu-rooms" title="Back to rooms menu" href="habitaciones.htm">Rooms menu</a></li>
|
||||
<li><a class="description" title="Description" href="textosuitejardin.htm">Description</a></li>
|
||||
<li><a class="photos" title="Room photos" href="fotosuites.htm">Photos</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
<div id="pie">
|
||||
<span class="direccion">
|
||||
<strong>Carrejo's Garden</strong> · Hotel without smoke · Cabezón de la Sal, 39500 CANTABRIA · Tel: 942701516 · Fx: 942701871
|
||||
</span>
|
||||
<a class="email" href="mailto:info@eljardindecarrejo.com?subject=Information">@</a>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
function MM_findObj(n, d) { //v4.01
|
||||
var p,i,x; if(!d) d=document; if((p=n.indexOf("?"))>0&&parent.frames.length) {
|
||||
d=parent.frames[n.substring(p+1)].document; n=n.substring(0,p);}
|
||||
if(!(x=d[n])&&d.all) x=d.all[n]; for (i=0;!x&&i<d.forms.length;i++) x=d.forms[i][n];
|
||||
for(i=0;!x&&d.layers&&i<d.layers.length;i++) x=MM_findObj(n,d.layers[i].document);
|
||||
if(!x && d.getElementById) x=d.getElementById(n); return x;
|
||||
}
|
||||
|
||||
function MM_swapImgRestore() { //v3.0
|
||||
var i,x,a=document.MM_sr; for(i=0;a&&i<a.length&&(x=a[i])&&x.oSrc;i++) x.src=x.oSrc;
|
||||
}
|
||||
|
||||
function MM_swapImage() { //v3.0
|
||||
var i,j=0,x,a=MM_swapImage.arguments; document.MM_sr=new Array; for(i=0;i<(a.length-2);i+=3)
|
||||
if ((x=MM_findObj(a[i]))!=null){document.MM_sr[j++]=x; if(!x.oSrc) x.oSrc=x.src; x.src=a[i+2];}
|
||||
}
|
||||
|
||||
function MM_openBrWindow(theURL,winName,features) { //v2.0
|
||||
window.open(theURL,winName,features);
|
||||
}
|
||||
//-->
|
||||
</script>
|
||||
<script type="text/javascript" src="../stmenu.js"></script></head>
|
||||
|
||||
<body onLoad="MM_preloadImages('../imagenes/principal.gif','../imagenes/backrooms.gif','../imagenes/photograf.gif','../imagenes/description.gif')">
|
||||
<table width="794" height="25" cellspacing="0" cellpadding="0" border="0" align="center"><tbody><tr><td><script type="text/javascript" src="topmenu.js"></script></td></tr></tbody></table><table width="794" height="393" border="0" align="center" cellpadding="0" cellspacing="1">
|
||||
<tr>
|
||||
<td width="197" height="170"><a href="../inicio.htm" onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage('Menú principal','','../imagenes/principal.gif',1)"><img src="../imagenes/suite1.jpg" name="Menú principal" width="198" height="170" border="0"></a></td>
|
||||
<td width="197" height="170"><a href="habitaciones.htm" onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage('menú habitaciones','','../imagenes/backrooms.gif',1)"><img src="../imagenes/suite2.jpg" name="menú habitaciones" width="198" height="170" border="0"></a></td>
|
||||
<td width="197" height="170"><a href="textosuitejardin.htm" onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage('Descripción suites jardín','','../imagenes/description.gif',1)"><img src="../imagenes/suite3.jpg" name="Descripción suites jardín" width="197" height="170" border="0"></a></td>
|
||||
<td width="197" height="170"><a href="fotosuites.htm" onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage('fotos','','../imagenes/photograf.gif',1)"><img src="../imagenes/suite4.jpg" name="fotos" width="198" height="170" border="0"></a></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td height="339" colspan="4"><img src="../imagenes/suitetotal.jpg" width="794" height="339"></td>
|
||||
</tr>
|
||||
</table>
|
||||
<table width="794" border="0" align="center" cellpadding="0" cellspacing="1">
|
||||
<tr>
|
||||
<td width="760" height="20"><span class="Estilo2"> <strong>Carrejo's Garden</strong> · Hotel without smoke · Cabezón de la Sal, 39500 CANTABRIA · Tel: 942701516 · Fx: 942701871· <strong><a href="#" onClick="MM_openBrWindow('webmap.htm','','toolbar=yes,width=250,height=500')">web map</a></strong></span></td>
|
||||
<td height="20" align="right"><span class="Estilo3"><a href="mailto:info@eljardindecarrejo.com?SUBJECT=Información">@</a></span></td>
|
||||
</tr>
|
||||
</table>
|
||||
<script type="text/javascript">
|
||||
var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www.");
|
||||
document.write(unescape("%3Cscript src='" + gaJsHost + "google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E"));
|
||||
</script>
|
||||
<script type="text/javascript">
|
||||
try {
|
||||
var pageTracker = _gat._getTracker("UA-9006771-1");
|
||||
pageTracker._trackPageview();
|
||||
} catch(err) {}
|
||||
</script>
|
||||
</body>
|
||||
</html>
|
||||
|
||||
@ -1,113 +1,79 @@
|
||||
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
|
||||
<html xmlns="http://www.w3.org/1999/xhtml">
|
||||
<head>
|
||||
|
||||
<title>Hotel Carrejo's Garden. Hotel without smoke. Carrejo, Cantabria, Spain.</title>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
|
||||
<style type="text/css">
|
||||
<!--
|
||||
body {
|
||||
background-color: #FFFFFF;
|
||||
}
|
||||
.Estilo2 {
|
||||
color: #999999;
|
||||
font-family: Verdana, Arial, Helvetica, sans-serif;
|
||||
font-size: 10px;
|
||||
}
|
||||
|
||||
.Estilo3 {
|
||||
font-family: Georgia, "Times New Roman", Times, serif;
|
||||
font-size: 12px;
|
||||
color: #666666;
|
||||
}
|
||||
a:link {
|
||||
color: #333333;
|
||||
text-decoration: none;
|
||||
}
|
||||
a:visited {
|
||||
text-decoration: none;
|
||||
color: #333333;
|
||||
}
|
||||
a:hover {
|
||||
text-decoration: none;
|
||||
color: #333333;
|
||||
}
|
||||
a:active {
|
||||
text-decoration: none;
|
||||
color: #333333;
|
||||
}
|
||||
.Estilo4 { color: #333333;
|
||||
font-family: Verdana, Arial, Helvetica, sans-serif;
|
||||
font-weight: bold;
|
||||
font-size: 16px;
|
||||
}
|
||||
-->
|
||||
</style>
|
||||
<script language="JavaScript" type="text/JavaScript">
|
||||
<!--
|
||||
function MM_preloadImages() { //v3.0
|
||||
var d=document; if(d.images){ if(!d.MM_p) d.MM_p=new Array();
|
||||
var i,j=d.MM_p.length,a=MM_preloadImages.arguments; for(i=0; i<a.length; i++)
|
||||
if (a[i].indexOf("#")!=0){ d.MM_p[j]=new Image; d.MM_p[j++].src=a[i];}}
|
||||
}
|
||||
|
||||
function MM_findObj(n, d) { //v4.01
|
||||
var p,i,x; if(!d) d=document; if((p=n.indexOf("?"))>0&&parent.frames.length) {
|
||||
d=parent.frames[n.substring(p+1)].document; n=n.substring(0,p);}
|
||||
if(!(x=d[n])&&d.all) x=d.all[n]; for (i=0;!x&&i<d.forms.length;i++) x=d.forms[i][n];
|
||||
for(i=0;!x&&d.layers&&i<d.layers.length;i++) x=MM_findObj(n,d.layers[i].document);
|
||||
if(!x && d.getElementById) x=d.getElementById(n); return x;
|
||||
}
|
||||
|
||||
function MM_swapImgRestore() { //v3.0
|
||||
var i,x,a=document.MM_sr; for(i=0;a&&i<a.length&&(x=a[i])&&x.oSrc;i++) x.src=x.oSrc;
|
||||
}
|
||||
|
||||
function MM_swapImage() { //v3.0
|
||||
var i,j=0,x,a=MM_swapImage.arguments; document.MM_sr=new Array; for(i=0;i<(a.length-2);i+=3)
|
||||
if ((x=MM_findObj(a[i]))!=null){document.MM_sr[j++]=x; if(!x.oSrc) x.oSrc=x.src; x.src=a[i+2];}
|
||||
}
|
||||
|
||||
function MM_openBrWindow(theURL,winName,features) { //v2.0
|
||||
window.open(theURL,winName,features);
|
||||
}
|
||||
//-->
|
||||
</script>
|
||||
<script type="text/javascript" src="../stmenu.js"></script>
|
||||
<link rel="shortcut icon" href="imagenes/favicon.ico"/>
|
||||
<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-language" content="en"/>
|
||||
<link href="../css/estilos.css" rel="stylesheet" type="text/css" media="screen" />
|
||||
</head>
|
||||
|
||||
<body onLoad="MM_preloadImages('../imagenes/logo.gif','../imagenes/descripjardin.gif','../imagenes/desayunos.off.jpg','../imagenes/cenason.gif','../imagenes/principal.gif','../imagenes/backbreakfast.gif','../imagenes/backbreakanddinner.gif')">
|
||||
<table width="794" height="25" cellspacing="0" cellpadding="0" border="0" align="center"><tbody><tr><td><script type="text/javascript" src="topmenu.js"></script></td></tr></tbody></table>
|
||||
<table width="794" height="170" border="0" align="center" cellpadding="0" cellspacing="1">
|
||||
<tr>
|
||||
<td width="197" height="170"><a href="../index.htm" onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage('Image5','','../imagenes/logo.gif',1)"><img src="../imagenes/coci1.jpg" name="Image5" width="198" height="170" border="0"></a></td>
|
||||
<td width="197" height="170"><a href="inicio.htm" onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage('Menu principal','','../imagenes/principal.gif',1)"><img src="../imagenes/coci2.jpg" alt="Menu principal" name="Menu principal" width="198" height="170" border="0"></a></td>
|
||||
<td width="197" height="170"><a href="../textojardin.htm" onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage('Fotos jardin','','../imagenes/descripjardin.gif',1)"></a><a href="textodesayuno.htm" onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage('Desayunos','','../imagenes/backbreakfast.gif',1)"><img src="../imagenes/coci3.jpg" alt="Desayunos" name="Desayunos" width="197" height="170" border="0"></a></td>
|
||||
<td width="197" height="170"><a href="desayunos.htm" onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage('Cenas','','../imagenes/backbreakanddinner.gif',1)"><img src="../imagenes/coci4.jpg" alt="Cenas del hotel" name="Cenas" width="198" height="170" border="0"></a></td>
|
||||
</tr>
|
||||
</table>
|
||||
<table width="794" height="339" border="0" align="center" cellpadding="0" cellspacing="0">
|
||||
<tr>
|
||||
<td align="right" valign="top" background="../imagenes/cocicenas.jpg" style="padding-right:22px"> <p align="right"> </p>
|
||||
|
||||
<div align="right">
|
||||
<pre class="Estilo3"><strong>DINNERS.</strong>
|
||||
In the dining room of the hotel, we serve our dinners.
|
||||
The Dinners, With products of the zone,
|
||||
salads, sandwiches, and typical desserts for every day and
|
||||
a menu that changes with products of the garden, meats of
|
||||
the region and fished of the nearby ports for the weekends
|
||||
in low season and every day in high season
|
||||
<body>
|
||||
<div id="layout">
|
||||
<div id="cabecera">
|
||||
<div class="menu ingles">
|
||||
<ul>
|
||||
<li><a class="hide">Menu</a>
|
||||
<!--[if lte IE 6]>
|
||||
<a href="">Menú
|
||||
<table><tr><td>
|
||||
<![endif]-->
|
||||
<ul>
|
||||
<li><a title="The hotel" href="hotel.htm">The hotel</a></li>
|
||||
<li><a title="The garden" href="jardin.htm">The garden</a></li>
|
||||
<li><a title="Rooms" href="habitaciones.htm">Rooms</a></li>
|
||||
<li><a title="Breakfast & dinners" href="desayunos.htm">Breakfast & dinners</a></li>
|
||||
<li><a title="Photo collection" href="fotos.htm">Photo collection</a></li>
|
||||
<li><a title="Services" href="servicios.htm">Services</a></li>
|
||||
<li><a title="Activities" href="quever.htm">Activities</a></li>
|
||||
<li><a title="Prices & reservations" href="reservasyprecios.htm">Prices & reservations</a></li>
|
||||
<li><a title="Location" href="llegar.htm">Location</a></li>
|
||||
<li><a title="Offers" href="noticias.htm">Offers</a></li>
|
||||
<li><a title="Links" href="links.htm">Links</a></li>
|
||||
</ul>
|
||||
<!--[if lte IE 6]>
|
||||
</td></tr></table>
|
||||
</a>
|
||||
<![endif]-->
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
<div id="cuerpo" class="desayunos">
|
||||
<ul>
|
||||
<li><a class="inicio" title="Start" href="../index.htm">Hotel Carrejo's Garden</a></li>
|
||||
<li><a class="main-menu" title="Back to main menu" href="inicio.htm">Main menu</a></li>
|
||||
<li><a class="breakfasts" title="Breakfasts" href="textodesayuno.htm">Breakfasts</a></li>
|
||||
<li><a class="breakfasts-menu" title="Back to breakfast & dinners" href="desayunos.htm">Back to breakfast & dinners</a></li>
|
||||
</ul>
|
||||
<pre class="clear seccion-cenas">
|
||||
|
||||
</pre>
|
||||
</div></td>
|
||||
</tr>
|
||||
</table>
|
||||
<table width="794" border="0" align="center" cellpadding="0" cellspacing="1">
|
||||
<tr>
|
||||
<td width="760" height="20"><span class="Estilo2"> <strong>Carrejo's Garden</strong> · Hotel without smoke · Cabezón de la Sal, 39500 CANTABRIA · Tel: 942701516 · Fx: 942701871 · <strong><a href="#" onClick="MM_openBrWindow('webmap.htm','','toolbar=yes,width=250,height=500')">web map </a></strong></span></td>
|
||||
<td height="20" align="right"><span class="Estilo4"><a href="mailto:info@eljardindecarrejo.com?SUBJECT=Información">@</a></span></td>
|
||||
</tr>
|
||||
</table>
|
||||
<strong>DINNERS.</strong>
|
||||
|
||||
In the dining room of the hotel, we serve our breakfasts.
|
||||
The breakfast, has a buffet with natural orange juice ,
|
||||
natural fresh fruit, spanish potatoe omelet , and certainly
|
||||
products of the zone, cheeses, yogures, etc bread newly
|
||||
baked and domestic pastry cook's.
|
||||
</pre>
|
||||
</div>
|
||||
<div id="pie">
|
||||
<span class="direccion">
|
||||
<strong>Carrejo's Garden</strong> · Hotel without smoke · Cabezón de la Sal, 39500 CANTABRIA · Tel: 942701516 · Fx: 942701871
|
||||
</span>
|
||||
<a class="email" href="mailto:info@eljardindecarrejo.com?subject=Information">@</a>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<script type="text/javascript">
|
||||
var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www.");
|
||||
document.write(unescape("%3Cscript src='" + gaJsHost + "google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E"));
|
||||
</script>
|
||||
<script type="text/javascript">
|
||||
try {
|
||||
var pageTracker = _gat._getTracker("UA-9006771-1");
|
||||
pageTracker._trackPageview();
|
||||
} catch(err) {}
|
||||
</script>
|
||||
</body>
|
||||
</html>
|
||||
|
||||
@ -1,118 +1,79 @@
|
||||
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
|
||||
<html xmlns="http://www.w3.org/1999/xhtml">
|
||||
<head>
|
||||
|
||||
<title>Hotel Carrejo's Garden. Hotel without smoke. Carrejo, Cantabria, Spain.</title>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
|
||||
<style type="text/css">
|
||||
<!--
|
||||
body {
|
||||
background-color: #FFFFFF;
|
||||
}
|
||||
.Estilo1 {
|
||||
color: #999999;
|
||||
font-family: Verdana, Arial, Helvetica, sans-serif;
|
||||
font-weight: bold;
|
||||
font-size: 14px;
|
||||
}
|
||||
.Estilo2 {
|
||||
color: #999999;
|
||||
font-family: Verdana, Arial, Helvetica, sans-serif;
|
||||
font-size: 10px;
|
||||
}
|
||||
|
||||
.Estilo3 {
|
||||
font-family: Georgia, "Times New Roman", Times, serif;
|
||||
font-size: 12px;
|
||||
color: #666666;
|
||||
}
|
||||
a:link {
|
||||
color: #333333;
|
||||
text-decoration: none;
|
||||
}
|
||||
a:visited {
|
||||
text-decoration: none;
|
||||
color: #333333;
|
||||
}
|
||||
a:hover {
|
||||
text-decoration: none;
|
||||
color: #333333;
|
||||
}
|
||||
a:active {
|
||||
text-decoration: none;
|
||||
color: #333333;
|
||||
}
|
||||
.Estilo4 { color: #333333;
|
||||
font-family: Verdana, Arial, Helvetica, sans-serif;
|
||||
font-weight: bold;
|
||||
font-size: 16px;
|
||||
}
|
||||
.Estilo5 { color: #333333;
|
||||
font-weight: bold;
|
||||
}
|
||||
-->
|
||||
</style>
|
||||
<script language="JavaScript" type="text/JavaScript">
|
||||
<!--
|
||||
function MM_preloadImages() { //v3.0
|
||||
var d=document; if(d.images){ if(!d.MM_p) d.MM_p=new Array();
|
||||
var i,j=d.MM_p.length,a=MM_preloadImages.arguments; for(i=0; i<a.length; i++)
|
||||
if (a[i].indexOf("#")!=0){ d.MM_p[j]=new Image; d.MM_p[j++].src=a[i];}}
|
||||
}
|
||||
|
||||
function MM_findObj(n, d) { //v4.01
|
||||
var p,i,x; if(!d) d=document; if((p=n.indexOf("?"))>0&&parent.frames.length) {
|
||||
d=parent.frames[n.substring(p+1)].document; n=n.substring(0,p);}
|
||||
if(!(x=d[n])&&d.all) x=d.all[n]; for (i=0;!x&&i<d.forms.length;i++) x=d.forms[i][n];
|
||||
for(i=0;!x&&d.layers&&i<d.layers.length;i++) x=MM_findObj(n,d.layers[i].document);
|
||||
if(!x && d.getElementById) x=d.getElementById(n); return x;
|
||||
}
|
||||
|
||||
function MM_swapImgRestore() { //v3.0
|
||||
var i,x,a=document.MM_sr; for(i=0;a&&i<a.length&&(x=a[i])&&x.oSrc;i++) x.src=x.oSrc;
|
||||
}
|
||||
|
||||
function MM_swapImage() { //v3.0
|
||||
var i,j=0,x,a=MM_swapImage.arguments; document.MM_sr=new Array; for(i=0;i<(a.length-2);i+=3)
|
||||
if ((x=MM_findObj(a[i]))!=null){document.MM_sr[j++]=x; if(!x.oSrc) x.oSrc=x.src; x.src=a[i+2];}
|
||||
}
|
||||
|
||||
function MM_openBrWindow(theURL,winName,features) { //v2.0
|
||||
window.open(theURL,winName,features);
|
||||
}
|
||||
//-->
|
||||
</script>
|
||||
<script type="text/javascript" src="../stmenu.js"></script>
|
||||
<link rel="shortcut icon" href="imagenes/favicon.ico"/>
|
||||
<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-language" content="en"/>
|
||||
<link href="../css/estilos.css" rel="stylesheet" type="text/css" media="screen" />
|
||||
</head>
|
||||
|
||||
<body onLoad="MM_preloadImages('../imagenes/logo.gif','../imagenes/descripjardin.gif','../imagenes/desayunos.off.jpg','../imagenes/backbreakfast.gif','../imagenes/backdinners.gif','../imagenes/principal.gif')">
|
||||
<table width="794" height="25" cellspacing="0" cellpadding="0" border="0" align="center"><tbody><tr><td><script type="text/javascript" src="topmenu.js"></script></td></tr></tbody></table>
|
||||
<table width="794" height="170" border="0" align="center" cellpadding="0" cellspacing="1">
|
||||
<tr>
|
||||
<td width="197" height="170"><a href="../index.htm" onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage('Image5','','../imagenes/logo.gif',1)"><img src="../imagenes/coci1.jpg" name="Image5" width="198" height="170" border="0"></a></td>
|
||||
<td width="197" height="170"><a href="inicio.htm" onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage('Menu principal','','../imagenes/principal.gif',1)"><img src="../imagenes/coci2.jpg" alt="Menu principal" name="Menu principal" width="198" height="170" border="0"></a></td>
|
||||
<td width="197" height="170"><a href="../textojardin.htm" onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage('Fotos jardin','','../imagenes/descripjardin.gif',1)"></a><a href="desayunos.htm" onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage('Desayunos','','../imagenes/backbreakfast.gif',1)"><img src="../imagenes/coci3.jpg" alt="Desayunos" name="Desayunos" width="197" height="170" border="0"></a></td>
|
||||
<td width="197" height="170"><a href="textocenas.htm" onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage('Cenas','','../imagenes/backdinners.gif',1)"><img src="../imagenes/coci4.jpg" alt="Cenas del hotel" name="Cenas" width="198" height="170" border="0"></a></td>
|
||||
</tr>
|
||||
</table>
|
||||
<table width="794" height="339" border="0" align="center" cellpadding="0" cellspacing="0">
|
||||
<tr>
|
||||
<td valign="top" background="../imagenes/cocidesayuno.jpg" style="padding-left:22px"> <p> </p>
|
||||
<pre class="Estilo3"><strong>
|
||||
</strong>In the dining room of the hotel, we serve our breakfasts.
|
||||
<body>
|
||||
<div id="layout">
|
||||
<div id="cabecera">
|
||||
<div class="menu ingles">
|
||||
<ul>
|
||||
<li><a class="hide">Menu</a>
|
||||
<!--[if lte IE 6]>
|
||||
<a href="">Menú
|
||||
<table><tr><td>
|
||||
<![endif]-->
|
||||
<ul>
|
||||
<li><a title="The hotel" href="hotel.htm">The hotel</a></li>
|
||||
<li><a title="The garden" href="jardin.htm">The garden</a></li>
|
||||
<li><a title="Rooms" href="habitaciones.htm">Rooms</a></li>
|
||||
<li><a title="Breakfast & dinners" href="desayunos.htm">Breakfast & dinners</a></li>
|
||||
<li><a title="Photo collection" href="fotos.htm">Photo collection</a></li>
|
||||
<li><a title="Services" href="servicios.htm">Services</a></li>
|
||||
<li><a title="Activities" href="quever.htm">Activities</a></li>
|
||||
<li><a title="Prices & reservations" href="reservasyprecios.htm">Prices & reservations</a></li>
|
||||
<li><a title="Location" href="llegar.htm">Location</a></li>
|
||||
<li><a title="Offers" href="noticias.htm">Offers</a></li>
|
||||
<li><a title="Links" href="links.htm">Links</a></li>
|
||||
</ul>
|
||||
<!--[if lte IE 6]>
|
||||
</td></tr></table>
|
||||
</a>
|
||||
<![endif]-->
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
<div id="cuerpo" class="desayunos">
|
||||
<ul>
|
||||
<li><a class="inicio" title="Start" href="../index.htm">Hotel Carrejo's Garden</a></li>
|
||||
<li><a class="main-menu" title="Back to main menu" href="inicio.htm">Main menu</a></li>
|
||||
<li><a class="breakfasts-menu" title="Back to breakfast menu" href="desayunos.htm">Back to breakfast menu</a></li>
|
||||
<li><a class="dinners" title="Dinners" href="textocenas.htm">Dinners</a></li>
|
||||
</ul>
|
||||
<pre class="clear seccion-desayunos">
|
||||
|
||||
|
||||
|
||||
In the dining room of the hotel, we serve our breakfasts.
|
||||
The breakfast, has a buffet with natural orange juice ,
|
||||
natural fresh fruit, spanish potatoe omelet , and certainly
|
||||
products of the zone, cheeses, yogures, etc bread newly
|
||||
baked and domestic pastry cook's.
|
||||
</pre>
|
||||
</div>
|
||||
<div id="pie">
|
||||
<span class="direccion">
|
||||
<strong>Carrejo's Garden</strong> · Hotel without smoke · Cabezón de la Sal, 39500 CANTABRIA · Tel: 942701516 · Fx: 942701871
|
||||
</span>
|
||||
<a class="email" href="mailto:info@eljardindecarrejo.com?subject=Information">@</a>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
</pre></td>
|
||||
</tr>
|
||||
</table>
|
||||
<table width="794" border="0" align="center" cellpadding="0" cellspacing="1">
|
||||
<tr>
|
||||
<td width="760" height="20"><span class="Estilo2"> <strong>Carrejo's Garden</strong> · Hotel without smoke · Cabezón de la Sal, 39500 CANTABRIA · Tel: 942701516 · Fx: 942701871 · <span class="Estilo5"><strong><a href="#" onClick="MM_openBrWindow('webmap.htm','','toolbar=yes,width=250,height=500')">web map </a></strong></span></span></td>
|
||||
<td height="20" align="right"><span class="Estilo4"><a href="mailto:info@eljardindecarrejo.com?SUBJECT=Información">@</a></span></td>
|
||||
</tr>
|
||||
</table>
|
||||
<script type="text/javascript">
|
||||
var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www.");
|
||||
document.write(unescape("%3Cscript src='" + gaJsHost + "google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E"));
|
||||
</script>
|
||||
<script type="text/javascript">
|
||||
try {
|
||||
var pageTracker = _gat._getTracker("UA-9006771-1");
|
||||
pageTracker._trackPageview();
|
||||
} catch(err) {}
|
||||
</script>
|
||||
</body>
|
||||
</html>
|
||||
|
||||
@ -1,123 +1,89 @@
|
||||
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
|
||||
<html xmlns="http://www.w3.org/1999/xhtml">
|
||||
<head>
|
||||
|
||||
<title>Hotel Carrejo's Garden. Hotel without smoke. Carrejo, Cantabria, Spain.</title>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
|
||||
<style type="text/css">
|
||||
<!--
|
||||
body {
|
||||
background-color: #FFFFFF;
|
||||
}
|
||||
.Estilo2 {
|
||||
color: #999999;
|
||||
font-family: Verdana, Arial, Helvetica, sans-serif;
|
||||
font-size: 10px;
|
||||
}
|
||||
a:link {
|
||||
color: #333333;
|
||||
text-decoration: none;
|
||||
}
|
||||
a:visited {
|
||||
text-decoration: none;
|
||||
color: #333333;
|
||||
}
|
||||
a:hover {
|
||||
text-decoration: none;
|
||||
color: #333333;
|
||||
}
|
||||
a:active {
|
||||
text-decoration: none;
|
||||
color: #333333;
|
||||
}
|
||||
.Estilo4 { color: #333333;
|
||||
font-family: Verdana, Arial, Helvetica, sans-serif;
|
||||
font-weight: bold;
|
||||
font-size: 16px;
|
||||
}
|
||||
|
||||
.Estilo3 {
|
||||
font-family: Georgia, "Times New Roman", Times, serif;
|
||||
font-size: 12px;
|
||||
color: #666666;
|
||||
}
|
||||
.Estilo5 {color: #333333;
|
||||
font-weight: bold;
|
||||
}
|
||||
-->
|
||||
</style>
|
||||
<script language="JavaScript" type="text/JavaScript">
|
||||
<!--
|
||||
function MM_preloadImages() { //v3.0
|
||||
var d=document; if(d.images){ if(!d.MM_p) d.MM_p=new Array();
|
||||
var i,j=d.MM_p.length,a=MM_preloadImages.arguments; for(i=0; i<a.length; i++)
|
||||
if (a[i].indexOf("#")!=0){ d.MM_p[j]=new Image; d.MM_p[j++].src=a[i];}}
|
||||
}
|
||||
|
||||
function MM_swapImgRestore() { //v3.0
|
||||
var i,x,a=document.MM_sr; for(i=0;a&&i<a.length&&(x=a[i])&&x.oSrc;i++) x.src=x.oSrc;
|
||||
}
|
||||
|
||||
function MM_findObj(n, d) { //v4.01
|
||||
var p,i,x; if(!d) d=document; if((p=n.indexOf("?"))>0&&parent.frames.length) {
|
||||
d=parent.frames[n.substring(p+1)].document; n=n.substring(0,p);}
|
||||
if(!(x=d[n])&&d.all) x=d.all[n]; for (i=0;!x&&i<d.forms.length;i++) x=d.forms[i][n];
|
||||
for(i=0;!x&&d.layers&&i<d.layers.length;i++) x=MM_findObj(n,d.layers[i].document);
|
||||
if(!x && d.getElementById) x=d.getElementById(n); return x;
|
||||
}
|
||||
|
||||
function MM_swapImage() { //v3.0
|
||||
var i,j=0,x,a=MM_swapImage.arguments; document.MM_sr=new Array; for(i=0;i<(a.length-2);i+=3)
|
||||
if ((x=MM_findObj(a[i]))!=null){document.MM_sr[j++]=x; if(!x.oSrc) x.oSrc=x.src; x.src=a[i+2];}
|
||||
}
|
||||
|
||||
function MM_openBrWindow(theURL,winName,features) { //v2.0
|
||||
window.open(theURL,winName,features);
|
||||
}
|
||||
//-->
|
||||
</script>
|
||||
<script type="text/javascript" src="../stmenu.js"></script>
|
||||
<link rel="shortcut icon" href="imagenes/favicon.ico"/>
|
||||
<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-language" content="en"/>
|
||||
<link href="../css/estilos.css" rel="stylesheet" type="text/css" media="screen" />
|
||||
</head>
|
||||
|
||||
<body onLoad="MM_preloadImages('../imagenes/descripjardin.gif','../imagenes/logo.gif','../imagenes/photograf.gif','../imagenes/principal.gif','../imagenes/backrooms.gif','../imagenes/roomsgreen.gif')">
|
||||
<table width="794" height="25" cellspacing="0" cellpadding="0" border="0" align="center"><tbody><tr><td><script type="text/javascript" src="topmenu.js"></script></td></tr></tbody></table>
|
||||
<table width="794" height="170" border="0" align="center" cellpadding="0" cellspacing="1">
|
||||
<tr>
|
||||
<td height="170"><a href="inicio.htm" onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage('Index','','../imagenes/principal.gif',1)"><img src="../imagenes/hab01.jpg" name="Index" width="198" height="170" border="0"></a></td>
|
||||
<td><a href="habitaciones.htm" onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage('Menú principal','','../imagenes/backrooms.gif',1)"><img src="../imagenes/hab02.jpg" name="Menú principal" width="199" height="170" border="0"></a></td>
|
||||
<td><a href="habitaciones0.htm" onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage('Menu habitaciones','','../imagenes/roomsgreen.gif',1)"><img src="../imagenes/hab03.jpg" name="Menu habitaciones" width="198" height="170" border="0"></a></td>
|
||||
<td><a href="fotoshabitaciones.htm" onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage('fotos','','../imagenes/photograf.gif',1)"><img src="../imagenes/hab04.jpg" name="fotos" width="197" height="171" border="0"></a></td>
|
||||
</tr>
|
||||
</table>
|
||||
<table width="794" height="338" border="0" align="center" cellpadding="0" cellspacing="0">
|
||||
<tr>
|
||||
<td align="left" valign="top" style="padding-left:22px"><p> </p>
|
||||
<pre class="Estilo3"><strong>Rooms.
|
||||
<body>
|
||||
<div id="layout">
|
||||
<div id="cabecera">
|
||||
<div class="menu ingles">
|
||||
<ul>
|
||||
<li><a class="hide">Menu</a>
|
||||
<!--[if lte IE 6]>
|
||||
<a href="">Menú
|
||||
<table><tr><td>
|
||||
<![endif]-->
|
||||
<ul>
|
||||
<li><a title="The hotel" href="hotel.htm">The hotel</a></li>
|
||||
<li><a title="The garden" href="jardin.htm">The garden</a></li>
|
||||
<li><a title="Rooms" href="habitaciones.htm">Rooms</a></li>
|
||||
<li><a title="Breakfast & dinners" href="desayunos.htm">Breakfast & dinners</a></li>
|
||||
<li><a title="Photo collection" href="fotos.htm">Photo collection</a></li>
|
||||
<li><a title="Services" href="servicios.htm">Services</a></li>
|
||||
<li><a title="Activities" href="quever.htm">Activities</a></li>
|
||||
<li><a title="Prices & reservations" href="reservasyprecios.htm">Prices & reservations</a></li>
|
||||
<li><a title="Location" href="llegar.htm">Location</a></li>
|
||||
<li><a title="Offers" href="noticias.htm">Offers</a></li>
|
||||
<li><a title="Links" href="links.htm">Links</a></li>
|
||||
</ul>
|
||||
<!--[if lte IE 6]>
|
||||
</td></tr></table>
|
||||
</a>
|
||||
<![endif]-->
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
<div id="cuerpo" class="habitaciones-0">
|
||||
<ul>
|
||||
<li><a class="inicio" title="Start" href="../index.htm">Hotel Carrejo's Garden</a></li>
|
||||
<li><a class="menu-rooms" title="Back to rooms menu" href="habitaciones.htm">Rooms menu</a></li>
|
||||
<li><a class="description" title="Description" href="textohabitaciones.htm">Description</a></li>
|
||||
<li><a class="photos" title="Room photos" href="fotoshabitaciones.htm">Photos</a></li>
|
||||
</ul>
|
||||
|
||||
<pre class="clear seccion">
|
||||
|
||||
</strong>The hotel has 12 rooms; 8 doubles, 2 junior suites and 2 Suites in the garden.
|
||||
|
||||
<strong>Rooms.</strong>
|
||||
|
||||
The hotel has 12 rooms; 8 doubles, 2 junior suites and 2 Suites in the garden.
|
||||
They all have a beatiful garden views, telephone, tv foxglove,
|
||||
heating, minibar, safety box. All the rooms possess (rely on) bath, dryer of hair,
|
||||
amenities Two of our double rooms have terrace.
|
||||
|
||||
</pre>
|
||||
<pre class="Estilo3"><strong>Juniors suite.
|
||||
</strong>These are big rooms, where the sitting room; two armchairs and a sofa
|
||||
( extra bed ) and the bedroom , double bed, coexistence . One of them has
|
||||
<strong>Juniors suite.</strong>
|
||||
|
||||
These are big rooms, where the sitting room; two armchairs and a sofa
|
||||
(extra bed) and the bedroom , double bed, coexistence . One of them has
|
||||
a great terrace with deckchair , table and chairs to be able to enjoy a good
|
||||
breakfast. The Other in 2º floor with the same distibution without terrace .
|
||||
Both have a nice bathroom with a circular distribution and with
|
||||
hidromasage tub.
|
||||
|
||||
</pre>
|
||||
</td>
|
||||
<td width="197" background="../imagenes/textohabit0.jpg"> </td>
|
||||
</tr>
|
||||
</table>
|
||||
<table width="794" border="0" align="center" cellpadding="0" cellspacing="1">
|
||||
<tr>
|
||||
<td width="760" height="20" class="Estilo2"> <strong>Carrejo's Garden</strong> · Hotel without smoke · Cabezón de la Sal, 39500 CANTABRIA · Tel: 942701516 · Fx: 942701871 · <span class="Estilo5"><a href="#" onClick="MM_openBrWindow('webmap.htm','','toolbar=yes,scrollbars=yes,width=250,height=500')"> web map</a></span></td>
|
||||
<td height="20" align="right"><span class="Estilo4"><a href="mailto:info@eljardindecarrejo.com?SUBJECT=Información">@</a></span></td>
|
||||
</tr>
|
||||
</table>
|
||||
</div>
|
||||
<div id="pie">
|
||||
<span class="direccion">
|
||||
<strong>Carrejo's Garden</strong> · Hotel without smoke · Cabezón de la Sal, 39500 CANTABRIA · Tel: 942701516 · Fx: 942701871
|
||||
</span>
|
||||
<a class="email" href="mailto:info@eljardindecarrejo.com?subject=Information">@</a>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<script type="text/javascript">
|
||||
var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www.");
|
||||
document.write(unescape("%3Cscript src='" + gaJsHost + "google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E"));
|
||||
</script>
|
||||
<script type="text/javascript">
|
||||
try {
|
||||
var pageTracker = _gat._getTracker("UA-9006771-1");
|
||||
pageTracker._trackPageview();
|
||||
} catch(err) {}
|
||||
</script>
|
||||
</body>
|
||||
</html>
|
||||
|
||||
@ -1,97 +1,54 @@
|
||||
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
|
||||
<html xmlns="http://www.w3.org/1999/xhtml">
|
||||
<head>
|
||||
|
||||
<title>Hotel Carrejo's Garden. Hotel without smoke. Carrejo, Cantabria, Spain.</title>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
|
||||
<style type="text/css">
|
||||
<!--
|
||||
body {
|
||||
background-color: #FFFFFF;
|
||||
}
|
||||
.Estilo2 {
|
||||
color: #999999;
|
||||
font-family: Verdana, Arial, Helvetica, sans-serif;
|
||||
font-size: 10px;
|
||||
}
|
||||
.Estilo3 {
|
||||
font-family: Georgia, "Times New Roman", Times, serif;
|
||||
font-size: 12px;
|
||||
color: #666666;
|
||||
a:link {
|
||||
color: #333333;
|
||||
text-decoration: none;
|
||||
}
|
||||
a:visited {
|
||||
text-decoration: none;
|
||||
color: #333333;
|
||||
}
|
||||
a:hover {
|
||||
text-decoration: none;
|
||||
color: #333333;
|
||||
}
|
||||
a:active {
|
||||
text-decoration: none;
|
||||
color: #333333;
|
||||
}
|
||||
.Estilo4 { color: #333333;
|
||||
font-family: Verdana, Arial, Helvetica, sans-serif;
|
||||
font-weight: bold;
|
||||
font-size: 16px;
|
||||
}
|
||||
a:link {
|
||||
color: #333333;
|
||||
text-decoration: none;
|
||||
}
|
||||
-->
|
||||
</style>
|
||||
<script language="JavaScript" type="text/JavaScript">
|
||||
<!--
|
||||
function MM_preloadImages() { //v3.0
|
||||
var d=document; if(d.images){ if(!d.MM_p) d.MM_p=new Array();
|
||||
var i,j=d.MM_p.length,a=MM_preloadImages.arguments; for(i=0; i<a.length; i++)
|
||||
if (a[i].indexOf("#")!=0){ d.MM_p[j]=new Image; d.MM_p[j++].src=a[i];}}
|
||||
}
|
||||
|
||||
function MM_findObj(n, d) { //v4.01
|
||||
var p,i,x; if(!d) d=document; if((p=n.indexOf("?"))>0&&parent.frames.length) {
|
||||
d=parent.frames[n.substring(p+1)].document; n=n.substring(0,p);}
|
||||
if(!(x=d[n])&&d.all) x=d.all[n]; for (i=0;!x&&i<d.forms.length;i++) x=d.forms[i][n];
|
||||
for(i=0;!x&&d.layers&&i<d.layers.length;i++) x=MM_findObj(n,d.layers[i].document);
|
||||
if(!x && d.getElementById) x=d.getElementById(n); return x;
|
||||
}
|
||||
|
||||
function MM_swapImgRestore() { //v3.0
|
||||
var i,x,a=document.MM_sr; for(i=0;a&&i<a.length&&(x=a[i])&&x.oSrc;i++) x.src=x.oSrc;
|
||||
}
|
||||
|
||||
function MM_swapImage() { //v3.0
|
||||
var i,j=0,x,a=MM_swapImage.arguments; document.MM_sr=new Array; for(i=0;i<(a.length-2);i+=3)
|
||||
if ((x=MM_findObj(a[i]))!=null){document.MM_sr[j++]=x; if(!x.oSrc) x.oSrc=x.src; x.src=a[i+2];}
|
||||
}
|
||||
|
||||
function MM_openBrWindow(theURL,winName,features) { //v2.0
|
||||
window.open(theURL,winName,features);
|
||||
}
|
||||
//-->
|
||||
</script>
|
||||
<script type="text/javascript" src="../stmenu.js"></script>
|
||||
<link rel="shortcut icon" href="imagenes/favicon.ico"/>
|
||||
<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-language" content="en"/>
|
||||
<link href="../css/estilos.css" rel="stylesheet" type="text/css" media="screen" />
|
||||
</head>
|
||||
|
||||
<body onLoad="MM_preloadImages('../imagenes/logo.gif','../imagenes/photograf.gif','../imagenes/principal.gif','../imagenes/backgarden.gif')">
|
||||
<table width="794" height="25" cellspacing="0" cellpadding="0" border="0" align="center"><tbody><tr><td><script type="text/javascript" src="topmenu.js"></script></td></tr></tbody></table>
|
||||
<table width="794" height="170" border="0" align="center" cellpadding="0" cellspacing="1">
|
||||
<tr>
|
||||
<td width="197" height="170"><a href="../index.htm" onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage('Image5','','../imagenes/logo.gif',1)"><img src="../imagenes/jardin2.jpg" name="Image5" width="198" height="170" border="0"></a></td>
|
||||
<td width="197" height="170"><a href="inicio.htm" onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage('Menu principal','','../imagenes/principal.gif',1)"><img src="../imagenes/menuoff.jpg" alt="Menu principal" name="Menu principal" width="197" height="170" border="0"></a></td>
|
||||
<td width="197" height="170"><a href="jardin.htm" onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage('Menu al jardin','','../imagenes/backgarden.gif',1)"><img src="../imagenes/fotosjardinoff.jpg" alt="Menu al jardin" name="Menu al jardin" width="197" height="170" border="0"></a></td>
|
||||
<td width="197" height="170"><a href="fotosjardin.htm" onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage('Fotos jardin','','../imagenes/photograf.gif',1)"><img src="../imagenes/jardin3.jpg" alt="Fotos jardin" name="Fotos jardin" width="196" height="170" border="0"></a></td>
|
||||
</tr>
|
||||
</table>
|
||||
<table width="794" height="339" border="0" align="center" cellpadding="0" cellspacing="0">
|
||||
<tr>
|
||||
<td valign="top" background="../imagenes/textojardin.jpg" style="padding-left:22px"><p> </p>
|
||||
<pre class="Estilo3">
|
||||
<body>
|
||||
<div id="layout">
|
||||
<div id="cabecera">
|
||||
<div class="menu ingles">
|
||||
<ul>
|
||||
<li><a class="hide">Menu</a>
|
||||
<!--[if lte IE 6]>
|
||||
<a href="">Menú
|
||||
<table><tr><td>
|
||||
<![endif]-->
|
||||
<ul>
|
||||
<li><a title="The hotel" href="hotel.htm">The hotel</a></li>
|
||||
<li><a title="The garden" href="jardin.htm">The garden</a></li>
|
||||
<li><a title="Rooms" href="habitaciones.htm">Rooms</a></li>
|
||||
<li><a title="Breakfast & dinners" href="desayunos.htm">Breakfast & dinners</a></li>
|
||||
<li><a title="Photo collection" href="fotos.htm">Photo collection</a></li>
|
||||
<li><a title="Services" href="servicios.htm">Services</a></li>
|
||||
<li><a title="Activities" href="quever.htm">Activities</a></li>
|
||||
<li><a title="Prices & reservations" href="reservasyprecios.htm">Prices & reservations</a></li>
|
||||
<li><a title="Location" href="llegar.htm">Location</a></li>
|
||||
<li><a title="Offers" href="noticias.htm">Offers</a></li>
|
||||
<li><a title="Links" href="links.htm">Links</a></li>
|
||||
</ul>
|
||||
<!--[if lte IE 6]>
|
||||
</td></tr></table>
|
||||
</a>
|
||||
<![endif]-->
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
<div id="cuerpo" class="eljardin">
|
||||
<ul>
|
||||
<li><a title="Start" href="../index.htm">Hotel Carrejo's Garden</a></li>
|
||||
<li><a class="main-menu" title="Back to main menu" href="inicio.htm">Main menu</a></li>
|
||||
<li><a class="menu-thegarden" title="Back to the garden" href="jardin.htm">Back to the garden</a></li>
|
||||
<li><a class="photos" title="Garden photos" href="fotosjardin.htm">Garden photos</a></li>
|
||||
</ul>
|
||||
|
||||
<pre class="clear seccion1">
|
||||
|
||||
30.000 m2 of garden, with prairies, river, bridges, old swimming pools of young of trouts,
|
||||
singular trees and of multitude of species.
|
||||
|
||||
@ -99,23 +56,34 @@ singular trees and of multitude of species.
|
||||
<strong>Space for all the tastes</strong>, We can practice Golf; chipping and aproaching, calm corners,
|
||||
a small orchard for provision of the breakfasts and suppers. A space of game for the children
|
||||
with swings and sandbox. Games outdoors; giant chess, badminton, ping-pong.
|
||||
|
||||
<strong>Hoist singulars</strong> and of multitude of species: Sequoias,
|
||||
Cedars, Walnuts, Robles, Willows, Apple trees, Cherry
|
||||
trees and plum trees, Pear trees, Brown, Linden
|
||||
trees, Poplars and chopos, Holly, Maples, Palms, Fig trees,
|
||||
Cypresses, Disks, Cornejos, etc… Magnolias, Laurels, Bojs,
|
||||
Hazels, Birches, You have, Criptomerías, Carpes, Ashs,
|
||||
|
||||
</pre>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
<table width="794" border="0" align="center" cellpadding="0" cellspacing="1">
|
||||
<tr>
|
||||
<td width="760" height="20"><span class="Estilo2"> <strong>Carrejo's Garden</strong> · Hotel without smoke· Cabezón de la Sal, 39500 CANTABRIA · Tel: 942701516 · Fx: 942701871 · <strong><a href="#" onClick="MM_openBrWindow('webmap.htm','','toolbar=yes,width=250,height=500')">web map </a></strong></span></td>
|
||||
<td height="20" align="right"><span class="Estilo4"><a href="mailto:info@eljardindecarrejo.com?SUBJECT=Información">@</a></span></td>
|
||||
</tr>
|
||||
</table>
|
||||
<pre class="clear seccion2">
|
||||
|
||||
<strong>Hoist singulars</strong> and of multitude of species: Sequoias,
|
||||
Cedars, Walnuts, Robles, Willows, Apple trees, Cherry
|
||||
trees and plum trees, Pear trees, Brown, Linden
|
||||
trees, Poplars and chopos, Holly, Maples, Palms, Fig trees,
|
||||
Cypresses, Disks, Cornejos, etc… Magnolias, Laurels, Bojs,
|
||||
Hazels, Birches, You have, Criptomerías, Carpes, Ashs,
|
||||
</pre>
|
||||
</div>
|
||||
<div id="pie">
|
||||
<span class="direccion">
|
||||
<strong>Carrejo's Garden</strong> · Hotel without smoke · Cabezón de la Sal, 39500 CANTABRIA · Tel: 942701516 · Fx: 942701871
|
||||
</span>
|
||||
<a class="email" href="mailto:info@eljardindecarrejo.com?subject=Information">@</a>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<script type="text/javascript">
|
||||
var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www.");
|
||||
document.write(unescape("%3Cscript src='" + gaJsHost + "google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E"));
|
||||
</script>
|
||||
<script type="text/javascript">
|
||||
try {
|
||||
var pageTracker = _gat._getTracker("UA-9006771-1");
|
||||
pageTracker._trackPageview();
|
||||
} catch(err) {}
|
||||
</script>
|
||||
</body>
|
||||
</html>
|
||||
|
||||
@ -1,101 +1,58 @@
|
||||
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
|
||||
<html xmlns="http://www.w3.org/1999/xhtml">
|
||||
<head>
|
||||
|
||||
<title>Hotel the garden of Carrejo. Hotel without smoke. Carrejo, Cantabria, Spain.</title>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
|
||||
<style type="text/css">
|
||||
<!--
|
||||
body {
|
||||
background-color: #FFFFFF;
|
||||
}
|
||||
.Estilo2 {
|
||||
color: #999999;
|
||||
font-family: Verdana, Arial, Helvetica, sans-serif;
|
||||
font-size: 10px;
|
||||
}
|
||||
|
||||
.Estilo3 {
|
||||
font-family: Georgia, "Times New Roman", Times, serif;
|
||||
font-size: 12px;
|
||||
color: #666666;
|
||||
}
|
||||
a:link {
|
||||
color: #333333;
|
||||
text-decoration: none;
|
||||
}
|
||||
a:visited {
|
||||
color: #333333;
|
||||
text-decoration: none;
|
||||
}
|
||||
a:hover {
|
||||
color: #333333;
|
||||
text-decoration: none;
|
||||
}
|
||||
a:active {
|
||||
color: #333333;
|
||||
text-decoration: none;
|
||||
}
|
||||
.Estilo4 { color: #333333;
|
||||
font-family: Verdana, Arial, Helvetica, sans-serif;
|
||||
font-weight: bold;
|
||||
font-size: 16px;
|
||||
}
|
||||
-->
|
||||
</style>
|
||||
<script language="JavaScript" type="text/JavaScript">
|
||||
<!--
|
||||
function MM_preloadImages() { //v3.0
|
||||
var d=document; if(d.images){ if(!d.MM_p) d.MM_p=new Array();
|
||||
var i,j=d.MM_p.length,a=MM_preloadImages.arguments; for(i=0; i<a.length; i++)
|
||||
if (a[i].indexOf("#")!=0){ d.MM_p[j]=new Image; d.MM_p[j++].src=a[i];}}
|
||||
}
|
||||
|
||||
function MM_swapImgRestore() { //v3.0
|
||||
var i,x,a=document.MM_sr; for(i=0;a&&i<a.length&&(x=a[i])&&x.oSrc;i++) x.src=x.oSrc;
|
||||
}
|
||||
|
||||
function MM_findObj(n, d) { //v4.01
|
||||
var p,i,x; if(!d) d=document; if((p=n.indexOf("?"))>0&&parent.frames.length) {
|
||||
d=parent.frames[n.substring(p+1)].document; n=n.substring(0,p);}
|
||||
if(!(x=d[n])&&d.all) x=d.all[n]; for (i=0;!x&&i<d.forms.length;i++) x=d.forms[i][n];
|
||||
for(i=0;!x&&d.layers&&i<d.layers.length;i++) x=MM_findObj(n,d.layers[i].document);
|
||||
if(!x && d.getElementById) x=d.getElementById(n); return x;
|
||||
}
|
||||
|
||||
function MM_swapImage() { //v3.0
|
||||
var i,j=0,x,a=MM_swapImage.arguments; document.MM_sr=new Array; for(i=0;i<(a.length-2);i+=3)
|
||||
if ((x=MM_findObj(a[i]))!=null){document.MM_sr[j++]=x; if(!x.oSrc) x.oSrc=x.src; x.src=a[i+2];}
|
||||
}
|
||||
|
||||
function MM_openBrWindow(theURL,winName,features) { //v2.0
|
||||
window.open(theURL,winName,features);
|
||||
}
|
||||
//-->
|
||||
</script>
|
||||
<script type="text/javascript" src="../stmenu.js"></script>
|
||||
<link rel="shortcut icon" href="imagenes/favicon.ico"/>
|
||||
<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-language" content="en"/>
|
||||
<link href="../css/estilos.css" rel="stylesheet" type="text/css" media="screen" />
|
||||
</head>
|
||||
|
||||
<body onLoad="MM_preloadImages('../imagenes/logo.gif','../imagenes/menuadesayunosverde.gif','../imagenes/principal.gif','../imagenes/photograf.gif','../imagenes/backactivities.gif')">
|
||||
<table width="794" height="25" cellspacing="0" cellpadding="0" border="0" align="center"><tbody><tr><td><script type="text/javascript" src="topmenu.js"></script></td></tr></tbody></table>
|
||||
<table width="794" height="170" border="0" align="center" cellpadding="0" cellspacing="1">
|
||||
<tr>
|
||||
<td width="197" height="170"><a href="../index.htm" onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage('Image5','','../imagenes/logo.gif',1)"><img src="../imagenes/al1.jpg" name="Image5" width="198" height="170" border="0"></a></td>
|
||||
<td width="197" height="170"><a href="inicio.htm" onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage('Menu principal','','../imagenes/principal.gif',1)"><img src="../imagenes/al2.jpg" alt="Menu principal" name="Menu principal" width="198" height="170" border="0"></a></td>
|
||||
<td width="197" height="170"><a href="../textojardin.htm" onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage('Fotos jardin','','../imagenes/descripjardin.gif',1)"></a><a href="quever.htm" onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage('Desayunos','','../imagenes/backactivities.gif',1)"><img src="../imagenes/al3.jpg" alt="Desayunos" name="Desayunos" width="197" height="170" border="0"></a></td>
|
||||
<td width="197" height="170"><a href="fotosquever.htm" onMouseOver="MM_swapImage('fotos','','../imagenes/photograf.gif',1)" onMouseOut="MM_swapImgRestore()"><img src="../imagenes/al4.jpg" name="fotos" width="199" height="170" border="0"></a></td>
|
||||
</tr>
|
||||
</table>
|
||||
<table width="794" height="339" border="0" align="center" cellpadding="0" cellspacing="0">
|
||||
<tr>
|
||||
<td align="left" valign="top" background="../imagenes/textoalrededores.jpg" style="padding-left:22px"><pre class="Estilo3">
|
||||
<body>
|
||||
<div id="layout">
|
||||
<div id="cabecera">
|
||||
<div class="menu ingles">
|
||||
<ul>
|
||||
<li><a class="hide">Menu</a>
|
||||
<!--[if lte IE 6]>
|
||||
<a href="">Menú
|
||||
<table><tr><td>
|
||||
<![endif]-->
|
||||
<ul>
|
||||
<li><a title="The hotel" href="hotel.htm">The hotel</a></li>
|
||||
<li><a title="The garden" href="jardin.htm">The garden</a></li>
|
||||
<li><a title="Rooms" href="habitaciones.htm">Rooms</a></li>
|
||||
<li><a title="Breakfast & dinners" href="desayunos.htm">Breakfast & dinners</a></li>
|
||||
<li><a title="Photo collection" href="fotos.htm">Photo collection</a></li>
|
||||
<li><a title="Services" href="servicios.htm">Services</a></li>
|
||||
<li><a title="Activities" href="quever.htm">Activities</a></li>
|
||||
<li><a title="Prices & reservations" href="reservasyprecios.htm">Prices & reservations</a></li>
|
||||
<li><a title="Location" href="llegar.htm">Location</a></li>
|
||||
<li><a title="Offers" href="noticias.htm">Offers</a></li>
|
||||
<li><a title="Links" href="links.htm">Links</a></li>
|
||||
</ul>
|
||||
<!--[if lte IE 6]>
|
||||
</td></tr></table>
|
||||
</a>
|
||||
<![endif]-->
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
<div id="cuerpo" class="actividades">
|
||||
<ul>
|
||||
<li><a class="inicio" title="Start" href="../index.htm">Hotel Carrejo's Garden</a></li>
|
||||
<li><a class="main-menu" title="Back to main menu" href="inicio.htm">Main menu</a></li>
|
||||
<li><a class="activities-menu" title="Back to activities & surroundings" href="quever.htm">Back to activities & surroundings</a></li>
|
||||
<li><a class="photos" title="Photos" href="fotosquever.htm">Photos</a></li>
|
||||
</ul>
|
||||
<pre class="clear seccion">
|
||||
|
||||
|
||||
|
||||
|
||||
From the hotel you can make tandem routes by the valley of cabezón to the Saja river,
|
||||
routes on foot by the SAJA-NANSA, play Golf, in the hotel, you can practice a little and
|
||||
there are fields around like; Santa Marina (18 holes) and Oyambre, Comillas, Opens of
|
||||
From the hotel you can make tandem routes by the valley of cabezón to the Saja river,
|
||||
routes on foot by the SAJA-NANSA, play Golf, in the hotel, you can practice a little and
|
||||
there are fields around like; Santa Marina (18 holes) and Oyambre, Comillas, Opens of
|
||||
the Pas, all of them with 9 holes and in privileged spaces.
|
||||
|
||||
Routes of4 x4 by the natural park , ride horse, descent in canoes. Etc… <strong>Due to the
|
||||
@ -110,15 +67,25 @@ Corona Mountain , San Vicente de la Barquera , Comillas, Santillana del Mar .
|
||||
Natural Park of Cabarceno . <strong>Cultural visits; </strong>Caves of Altamira, caves of the Currencies
|
||||
and the Castle, etc… Caves of soplao. Natural Museum of Cantabria, (carrejo). Santander.
|
||||
<strong>We can manage your reserves.</strong>
|
||||
</pre>
|
||||
</div>
|
||||
<div id="pie">
|
||||
<span class="direccion">
|
||||
<strong>Carrejo's Garden</strong> · Hotel without smoke · Cabezón de la Sal, 39500 CANTABRIA · Tel: 942701516 · Fx: 942701871
|
||||
</span>
|
||||
<a class="email" href="mailto:info@eljardindecarrejo.com?subject=Information">@</a>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
</pre> </td>
|
||||
</tr>
|
||||
</table>
|
||||
<table width="794" border="0" align="center" cellpadding="0" cellspacing="1">
|
||||
<tr>
|
||||
<td width="760" height="20"><span class="Estilo2"> <strong>Hotel Jardín de Carrejo</strong> · Hotel without smoke · Cabezón de la Sal, 39500 CANTABRIA · Tel: 942701516 · Fx: 942701871 · <strong><a href="#" onClick="MM_openBrWindow('webmap.htm','','toolbar=yes,width=250,height=500')">web map </a></strong></span></td>
|
||||
<td height="20" align="right"><span class="Estilo4"><a href="mailto:info@eljardindecarrejo.com?SUBJECT=Información">@</a></span></td>
|
||||
</tr>
|
||||
</table>
|
||||
<script type="text/javascript">
|
||||
var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www.");
|
||||
document.write(unescape("%3Cscript src='" + gaJsHost + "google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E"));
|
||||
</script>
|
||||
<script type="text/javascript">
|
||||
try {
|
||||
var pageTracker = _gat._getTracker("UA-9006771-1");
|
||||
pageTracker._trackPageview();
|
||||
} catch(err) {}
|
||||
</script>
|
||||
</body>
|
||||
</html>
|
||||
|
||||
@ -1,98 +1,55 @@
|
||||
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
|
||||
<html xmlns="http://www.w3.org/1999/xhtml">
|
||||
<head>
|
||||
|
||||
<title>Hotel the garden of Carrejo. Hotel without smoke. Carrejo, Cantabria, Spain.</title>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
|
||||
<style type="text/css">
|
||||
<!--
|
||||
body {
|
||||
background-color: #FFFFFF;
|
||||
}
|
||||
.Estilo1 {
|
||||
color: #999999;
|
||||
font-family: Verdana, Arial, Helvetica, sans-serif;
|
||||
font-weight: bold;
|
||||
font-size: 14px;
|
||||
}
|
||||
.Estilo2 {
|
||||
color: #999999;
|
||||
font-family: Verdana, Arial, Helvetica, sans-serif;
|
||||
font-size: 10px;
|
||||
}
|
||||
a:link {
|
||||
color: #333333;
|
||||
text-decoration: none;
|
||||
}
|
||||
a:visited {
|
||||
color: #333333;
|
||||
text-decoration: none;
|
||||
}
|
||||
a:hover {
|
||||
color: #333333;
|
||||
text-decoration: none;
|
||||
}
|
||||
a:active {
|
||||
color: #333333;
|
||||
text-decoration: none;
|
||||
}
|
||||
.Estilo3 {
|
||||
font-family: Georgia, "Times New Roman", Times, serif;
|
||||
font-size: 12px;
|
||||
color: #666666;
|
||||
}
|
||||
-->
|
||||
</style>
|
||||
<script language="JavaScript" type="text/JavaScript">
|
||||
<!--
|
||||
function MM_preloadImages() { //v3.0
|
||||
var d=document; if(d.images){ if(!d.MM_p) d.MM_p=new Array();
|
||||
var i,j=d.MM_p.length,a=MM_preloadImages.arguments; for(i=0; i<a.length; i++)
|
||||
if (a[i].indexOf("#")!=0){ d.MM_p[j]=new Image; d.MM_p[j++].src=a[i];}}
|
||||
}
|
||||
|
||||
function MM_swapImgRestore() { //v3.0
|
||||
var i,x,a=document.MM_sr; for(i=0;a&&i<a.length&&(x=a[i])&&x.oSrc;i++) x.src=x.oSrc;
|
||||
}
|
||||
|
||||
function MM_findObj(n, d) { //v4.01
|
||||
var p,i,x; if(!d) d=document; if((p=n.indexOf("?"))>0&&parent.frames.length) {
|
||||
d=parent.frames[n.substring(p+1)].document; n=n.substring(0,p);}
|
||||
if(!(x=d[n])&&d.all) x=d.all[n]; for (i=0;!x&&i<d.forms.length;i++) x=d.forms[i][n];
|
||||
for(i=0;!x&&d.layers&&i<d.layers.length;i++) x=MM_findObj(n,d.layers[i].document);
|
||||
if(!x && d.getElementById) x=d.getElementById(n); return x;
|
||||
}
|
||||
|
||||
function MM_swapImage() { //v3.0
|
||||
var i,j=0,x,a=MM_swapImage.arguments; document.MM_sr=new Array; for(i=0;i<(a.length-2);i+=3)
|
||||
if ((x=MM_findObj(a[i]))!=null){document.MM_sr[j++]=x; if(!x.oSrc) x.oSrc=x.src; x.src=a[i+2];}
|
||||
}
|
||||
|
||||
function MM_openBrWindow(theURL,winName,features) { //v2.0
|
||||
window.open(theURL,winName,features);
|
||||
}
|
||||
//-->
|
||||
</script>
|
||||
<script type="text/javascript" src="../stmenu.js"></script>
|
||||
<link rel="shortcut icon" href="imagenes/favicon.ico"/>
|
||||
<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-language" content="en"/>
|
||||
<link href="../css/estilos.css" rel="stylesheet" type="text/css" media="screen" />
|
||||
</head>
|
||||
|
||||
<body onLoad="MM_preloadImages('../imagenes/descripjardin.gif','../imagenes/logo.gif','../imagenes/principal.gif','../imagenes/backservices.gif')">
|
||||
<table width="794" height="25" cellspacing="0" cellpadding="0" border="0" align="center"><tbody><tr><td><script type="text/javascript" src="topmenu.js"></script></td></tr></tbody></table>
|
||||
<table width="794" height="170" border="0" align="center" cellpadding="0" cellspacing="1">
|
||||
<tr>
|
||||
<td><a href="../index.htm" onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage('index','','../imagenes/logo.gif',1)"><img src="../imagenes/ser1.jpg" alt="Al index" name="index" width="198" height="170" border="0"></a></td>
|
||||
<td><a href="inicio.htm" onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage('Al menu principal','','../imagenes/principal.gif',1)"><img src="../imagenes/ser2.jpg" alt="Al menu principal" name="Al menu principal" width="198" height="170" border="0"></a></td>
|
||||
<td><a href="servicios.htm" onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage('Al menu como llegar','','../imagenes/backservices.gif',1)"><img src="../imagenes/ser3.jpg" alt="Al menu servicios del hotel" name="Al menu como llegar" width="197" height="170" border="0"></a></td>
|
||||
<td><img src="../imagenes/ser4.jpg" width="198" height="170"></td>
|
||||
</tr>
|
||||
</table>
|
||||
<table width="794" height="339" align="center" cellpadding="0" cellspacing="0">
|
||||
<td height="339" background="../imagenes/textoservicios.jpg" style="padding-left:425px"><div align="left">
|
||||
<div align="right">
|
||||
<div align="left">
|
||||
<pre class="Estilo3">
|
||||
|
||||
|
||||
<body>
|
||||
<div id="layout">
|
||||
<div id="cabecera">
|
||||
<div class="menu ingles">
|
||||
<ul>
|
||||
<li><a class="hide">Menu</a>
|
||||
<!--[if lte IE 6]>
|
||||
<a href="">Menú
|
||||
<table><tr><td>
|
||||
<![endif]-->
|
||||
<ul>
|
||||
<li><a title="The hotel" href="hotel.htm">The hotel</a></li>
|
||||
<li><a title="The garden" href="jardin.htm">The garden</a></li>
|
||||
<li><a title="Rooms" href="habitaciones.htm">Rooms</a></li>
|
||||
<li><a title="Breakfast & dinners" href="desayunos.htm">Breakfast & dinners</a></li>
|
||||
<li><a title="Photo collection" href="fotos.htm">Photo collection</a></li>
|
||||
<li><a title="Services" href="servicios.htm">Services</a></li>
|
||||
<li><a title="Activities" href="quever.htm">Activities</a></li>
|
||||
<li><a title="Prices & reservations" href="reservasyprecios.htm">Prices & reservations</a></li>
|
||||
<li><a title="Location" href="llegar.htm">Location</a></li>
|
||||
<li><a title="Offers" href="noticias.htm">Offers</a></li>
|
||||
<li><a title="Links" href="links.htm">Links</a></li>
|
||||
</ul>
|
||||
<!--[if lte IE 6]>
|
||||
</td></tr></table>
|
||||
</a>
|
||||
<![endif]-->
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
<div id="cuerpo" class="servicios">
|
||||
<ul>
|
||||
<li><a class="inicio" title="Start" href="../index.htm">Hotel Carrejo's Garden</a></li>
|
||||
<li><a class="main-menu" title="Back to main menu" href="inicio.htm">Main menu</a></li>
|
||||
<li><a class="services-menu" title="Back to services" href="servicios.htm">Back to services</a></li>
|
||||
</ul>
|
||||
<pre class="clear seccion">
|
||||
|
||||
|
||||
|
||||
|
||||
The services that ofrecerte can our hotel are:
|
||||
- Tandems to take a walk to the environs, to approach
|
||||
the river, etc.
|
||||
@ -106,22 +63,26 @@ function MM_openBrWindow(theURL,winName,features) { //v2.0
|
||||
ask us.
|
||||
|
||||
Thank you very much.
|
||||
|
||||
</pre>
|
||||
</div>
|
||||
<div id="pie">
|
||||
<span class="direccion">
|
||||
<strong>Carrejo's Garden</strong> · Hotel without smoke · Cabezón de la Sal, 39500 CANTABRIA · Tel: 942701516 · Fx: 942701871
|
||||
</span>
|
||||
<a class="email" href="mailto:info@eljardindecarrejo.com?subject=Information">@</a>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
</pre>
|
||||
</pre>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
||||
<pre> </pre>
|
||||
</div></td>
|
||||
</tr>
|
||||
</table>
|
||||
<table width="794" border="0" align="center" cellpadding="0" cellspacing="1">
|
||||
<tr>
|
||||
<td width="760" height="20"><span class="Estilo2"> <strong>Hotel Jardín de Carrejo</strong> · Hotel without smoke · Cabezón de la Sal, 39500 CANTABRIA · Tel: 942701516 · Fx: 942701871· <strong><a href="#" onClick="MM_openBrWindow('webmap.htm','','toolbar=yes,width=250,height=500')">web map</a></strong></span></td>
|
||||
<td height="20" align="right"><span class="Estilo3"><a href="mailto:info@eljardindecarrejo.com?SUBJECT=Información" class="Estilo1">@</a></span></td>
|
||||
</tr>
|
||||
</table>
|
||||
<script type="text/javascript">
|
||||
var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www.");
|
||||
document.write(unescape("%3Cscript src='" + gaJsHost + "google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E"));
|
||||
</script>
|
||||
<script type="text/javascript">
|
||||
try {
|
||||
var pageTracker = _gat._getTracker("UA-9006771-1");
|
||||
pageTracker._trackPageview();
|
||||
} catch(err) {}
|
||||
</script>
|
||||
</body>
|
||||
</html>
|
||||
|
||||
@ -1,114 +1,78 @@
|
||||
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
|
||||
<html xmlns="http://www.w3.org/1999/xhtml">
|
||||
<head>
|
||||
|
||||
<link rel="shortcut icon" href="imagenes/favicon.ico"> <title>Hotel the garden of Carrejo. Hotel without smoke. Carrejo, Cantabria, Spain.</title>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
|
||||
<style type="text/css">
|
||||
<!--
|
||||
body {
|
||||
background-color: #FFFFFF;
|
||||
}
|
||||
.Estilo1 {
|
||||
color: #999999;
|
||||
font-family: Verdana, Arial, Helvetica, sans-serif;
|
||||
font-weight: bold;
|
||||
font-size: 16px;
|
||||
}
|
||||
.Estilo2 {
|
||||
color: #999999;
|
||||
font-family: Verdana, Arial, Helvetica, sans-serif;
|
||||
font-size: 10px;
|
||||
}
|
||||
.Estilo3 {
|
||||
font-family: Georgia, "Times New Roman", Times, serif;
|
||||
font-size: 12px;
|
||||
color: #666666;
|
||||
}
|
||||
a:link {
|
||||
color: #333333;
|
||||
text-decoration: none;
|
||||
}
|
||||
a:visited {
|
||||
text-decoration: none;
|
||||
color: #333333;
|
||||
}
|
||||
a:hover {
|
||||
text-decoration: none;
|
||||
color: #333333;
|
||||
}
|
||||
a:active {
|
||||
text-decoration: none;
|
||||
color: #333333;
|
||||
}
|
||||
-->
|
||||
</style>
|
||||
<script language="JavaScript" type="text/JavaScript">
|
||||
<!--
|
||||
function MM_preloadImages() { //v3.0
|
||||
var d=document; if(d.images){ if(!d.MM_p) d.MM_p=new Array();
|
||||
var i,j=d.MM_p.length,a=MM_preloadImages.arguments; for(i=0; i<a.length; i++)
|
||||
if (a[i].indexOf("#")!=0){ d.MM_p[j]=new Image; d.MM_p[j++].src=a[i];}}
|
||||
}
|
||||
|
||||
function MM_findObj(n, d) { //v4.01
|
||||
var p,i,x; if(!d) d=document; if((p=n.indexOf("?"))>0&&parent.frames.length) {
|
||||
d=parent.frames[n.substring(p+1)].document; n=n.substring(0,p);}
|
||||
if(!(x=d[n])&&d.all) x=d.all[n]; for (i=0;!x&&i<d.forms.length;i++) x=d.forms[i][n];
|
||||
for(i=0;!x&&d.layers&&i<d.layers.length;i++) x=MM_findObj(n,d.layers[i].document);
|
||||
if(!x && d.getElementById) x=d.getElementById(n); return x;
|
||||
}
|
||||
|
||||
function MM_swapImgRestore() { //v3.0
|
||||
var i,x,a=document.MM_sr; for(i=0;a&&i<a.length&&(x=a[i])&&x.oSrc;i++) x.src=x.oSrc;
|
||||
}
|
||||
|
||||
function MM_swapImage() { //v3.0
|
||||
var i,j=0,x,a=MM_swapImage.arguments; document.MM_sr=new Array; for(i=0;i<(a.length-2);i+=3)
|
||||
if ((x=MM_findObj(a[i]))!=null){document.MM_sr[j++]=x; if(!x.oSrc) x.oSrc=x.src; x.src=a[i+2];}
|
||||
}
|
||||
|
||||
function MM_openBrWindow(theURL,winName,features) { //v2.0
|
||||
window.open(theURL,winName,features);
|
||||
}
|
||||
//-->
|
||||
</script>
|
||||
<script type="text/javascript" src="../stmenu.js"></script>
|
||||
<link rel="shortcut icon" href="imagenes/favicon.ico"/>
|
||||
<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-language" content="en"/>
|
||||
<link href="../css/estilos.css" rel="stylesheet" type="text/css" media="screen" />
|
||||
</head>
|
||||
|
||||
<body onLoad="MM_preloadImages('../imagenes/logo.gif','../imagenes/fotosjardinon.gif','../imagenes/descripjardin.gif','../imagenes/principal.gif','../imagenes/backcollletions.gif')">
|
||||
<table width="794" height="25" cellspacing="0" cellpadding="0" border="0" align="center"><tbody><tr><td><script type="text/javascript" src="topmenu.js"></script></td></tr></tbody></table>
|
||||
<table width="794" height="393" border="0" align="center" cellpadding="0" cellspacing="1" bgcolor="#FFFFFF">
|
||||
<tr>
|
||||
<td width="197" height="170"><a href="../index.htm" onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage('Image5','','../imagenes/logo.gif',1)"><img src="../imagenes/foto1.jpg" name="Image5" width="198" height="170" border="0"></a></td>
|
||||
<td width="197" height="170"><a href="inicio.htm" onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage('Menu principal','','../imagenes/principal.gif',1)"><img src="../imagenes/foto2.jpg" alt="Menu principal" name="Menu principal" width="198" height="170" border="0"></a></td>
|
||||
<td width="197" height="170"><a href="fotos.htm" onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage('descripcion coleccion','','../imagenes/backcollletions.gif',1)"><img src="../imagenes/foto3.jpg" alt="descripcion fotos" name="descripcion coleccion" width="198" height="170" border="0"></a></td>
|
||||
<td width="197" height="170"><img src="../imagenes/foto4.jpg" width="198" height="170"></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td height="339" colspan="4"><table width="794" height="339" border="0" cellpadding="0" cellspacing="0">
|
||||
<tr>
|
||||
<td align="right" valign="top" background="../imagenes/textofotos.jpg" style="padding-right:18px"><pre align="right" class="Estilo3">
|
||||
|
||||
|
||||
|
||||
|
||||
<body>
|
||||
<div id="layout">
|
||||
<div id="cabecera">
|
||||
<div class="menu ingles">
|
||||
<ul>
|
||||
<li><a class="hide">Menu</a>
|
||||
<!--[if lte IE 6]>
|
||||
<a href="">Menú
|
||||
<table><tr><td>
|
||||
<![endif]-->
|
||||
<ul>
|
||||
<li><a title="The hotel" href="hotel.htm">The hotel</a></li>
|
||||
<li><a title="The garden" href="jardin.htm">The garden</a></li>
|
||||
<li><a title="Rooms" href="habitaciones.htm">Rooms</a></li>
|
||||
<li><a title="Breakfast & dinners" href="desayunos.htm">Breakfast & dinners</a></li>
|
||||
<li><a title="Photo collection" href="fotos.htm">Photo collection</a></li>
|
||||
<li><a title="Services" href="servicios.htm">Services</a></li>
|
||||
<li><a title="Activities" href="quever.htm">Activities</a></li>
|
||||
<li><a title="Prices & reservations" href="reservasyprecios.htm">Prices & reservations</a></li>
|
||||
<li><a title="Location" href="llegar.htm">Location</a></li>
|
||||
<li><a title="Offers" href="noticias.htm">Offers</a></li>
|
||||
<li><a title="Links" href="links.htm">Links</a></li>
|
||||
</ul>
|
||||
<!--[if lte IE 6]>
|
||||
</td></tr></table>
|
||||
</a>
|
||||
<![endif]-->
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
<div id="cuerpo" class="fotos">
|
||||
<ul>
|
||||
<li><a title="Start" href="../index.htm">Hotel Carrejo's Garden</a></li>
|
||||
<li><a class="main-menu" title="Back to main menu" href="inicio.htm">Main menu</a></li>
|
||||
<li><a class="photos-menu" title="Back to collection of photos" href="fotos.htm">Back to collection of photo</a></li>
|
||||
</ul>
|
||||
<pre class="clear seccion">
|
||||
|
||||
|
||||
|
||||
Hung of the walls of the hotel it has but of 100 photographies,
|
||||
of Spanish contemporary photographers, between whom
|
||||
are very recognized photographers as they are Chema Madoz,
|
||||
Ciuco Gutierrez, Alberto Garci'a Alix, Rafael Navarro, Angel
|
||||
Álvarez, Abilio Lópe, Santalla, etc…
|
||||
Álvarez, Abilio Lópe, Santalla, etc...
|
||||
</pre>
|
||||
</div>
|
||||
<div id="pie">
|
||||
<span class="direccion">
|
||||
<strong>Carrejo's Garden</strong> · Hotel without smoke · Cabezón de la Sal, 39500 CANTABRIA · Tel: 942701516 · Fx: 942701871
|
||||
</span>
|
||||
<a class="email" href="mailto:info@eljardindecarrejo.com?subject=Information">@</a>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
</pre> </td>
|
||||
</tr>
|
||||
</table></td>
|
||||
</tr>
|
||||
</table>
|
||||
<table width="794" border="0" align="center" cellpadding="0" cellspacing="1">
|
||||
<tr>
|
||||
<td width="742" height="20"><span class="Estilo2"> <strong>Hotel Jardín de Carrejo</strong> · Hotel without smoke· Cabezón de la Sal, 39500 CANTABRIA · Tel: 942701516 · Fx: 942701871 · <strong><a href="#" onClick="MM_openBrWindow('webmap.htm','','toolbar=yes,width=250,height=500')">web map </a></strong></span></td>
|
||||
<td width="49" height="20" align="right"><span class="Estilo1"><a href="mailto:info@eljardindecarrejo.com?SUBJECT=Información">@</a></span></td>
|
||||
</tr>
|
||||
</table>
|
||||
<script type="text/javascript">
|
||||
var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www.");
|
||||
document.write(unescape("%3Cscript src='" + gaJsHost + "google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E"));
|
||||
</script>
|
||||
<script type="text/javascript">
|
||||
try {
|
||||
var pageTracker = _gat._getTracker("UA-9006771-1");
|
||||
pageTracker._trackPageview();
|
||||
} catch(err) {}
|
||||
</script>
|
||||
</body>
|
||||
</html>
|
||||
|
||||
@ -1,120 +1,94 @@
|
||||
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
|
||||
<html xmlns="http://www.w3.org/1999/xhtml">
|
||||
<head>
|
||||
|
||||
<title>Hotel the garden of Carrejo. Hotel without smoke. Suites of the garden. Carrejo, Cantabria, Spain.</title>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
|
||||
<style type="text/css">
|
||||
<!--
|
||||
body {
|
||||
background-color: #FFFFFF;
|
||||
}
|
||||
.Estilo2 {
|
||||
color: #999999;
|
||||
font-family: Verdana, Arial, Helvetica, sans-serif;
|
||||
font-size: 10px;
|
||||
}
|
||||
a:link {
|
||||
color: #333333;
|
||||
text-decoration: none;
|
||||
}
|
||||
a:visited {
|
||||
text-decoration: none;
|
||||
color: #333333;
|
||||
}
|
||||
a:hover {
|
||||
text-decoration: none;
|
||||
color: #333333;
|
||||
}
|
||||
a:active {
|
||||
text-decoration: none;
|
||||
color: #333333;
|
||||
}
|
||||
.Estilo4 { color: #333333;
|
||||
font-family: Verdana, Arial, Helvetica, sans-serif;
|
||||
font-weight: bold;
|
||||
font-size: 16px;
|
||||
}
|
||||
|
||||
.Estilo3 {
|
||||
font-family: Georgia, "Times New Roman", Times, serif;
|
||||
font-size: 12px;
|
||||
color: #666666;
|
||||
}
|
||||
-->
|
||||
</style>
|
||||
<script language="JavaScript" type="text/JavaScript">
|
||||
<!--
|
||||
function MM_preloadImages() { //v3.0
|
||||
var d=document; if(d.images){ if(!d.MM_p) d.MM_p=new Array();
|
||||
var i,j=d.MM_p.length,a=MM_preloadImages.arguments; for(i=0; i<a.length; i++)
|
||||
if (a[i].indexOf("#")!=0){ d.MM_p[j]=new Image; d.MM_p[j++].src=a[i];}}
|
||||
}
|
||||
|
||||
function MM_swapImgRestore() { //v3.0
|
||||
var i,x,a=document.MM_sr; for(i=0;a&&i<a.length&&(x=a[i])&&x.oSrc;i++) x.src=x.oSrc;
|
||||
}
|
||||
|
||||
function MM_findObj(n, d) { //v4.01
|
||||
var p,i,x; if(!d) d=document; if((p=n.indexOf("?"))>0&&parent.frames.length) {
|
||||
d=parent.frames[n.substring(p+1)].document; n=n.substring(0,p);}
|
||||
if(!(x=d[n])&&d.all) x=d.all[n]; for (i=0;!x&&i<d.forms.length;i++) x=d.forms[i][n];
|
||||
for(i=0;!x&&d.layers&&i<d.layers.length;i++) x=MM_findObj(n,d.layers[i].document);
|
||||
if(!x && d.getElementById) x=d.getElementById(n); return x;
|
||||
}
|
||||
|
||||
function MM_swapImage() { //v3.0
|
||||
var i,j=0,x,a=MM_swapImage.arguments; document.MM_sr=new Array; for(i=0;i<(a.length-2);i+=3)
|
||||
if ((x=MM_findObj(a[i]))!=null){document.MM_sr[j++]=x; if(!x.oSrc) x.oSrc=x.src; x.src=a[i+2];}
|
||||
}
|
||||
//-->
|
||||
</script>
|
||||
<script type="text/javascript" src="../stmenu.js"></script>
|
||||
<link rel="shortcut icon" href="imagenes/favicon.ico"/>
|
||||
<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-language" content="en"/>
|
||||
<link href="../css/estilos.css" rel="stylesheet" type="text/css" media="screen" />
|
||||
</head>
|
||||
|
||||
<body onLoad="MM_preloadImages('../imagenes/descripjardin.gif','../imagenes/logo.gif','../imagenes/photograf.gif','../imagenes/principal.gif','../imagenes/backrooms.gif','../imagenes/backsuites.gif')">
|
||||
<table width="794" height="25" cellspacing="0" cellpadding="0" border="0" align="center"><tbody><tr><td><script type="text/javascript" src="topmenu.js"></script></td></tr></tbody></table>
|
||||
<table width="794" height="170" border="0" align="center" cellpadding="0" cellspacing="1">
|
||||
<tr>
|
||||
<td height="170"><a href="inicio.htm" onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage('Index','','../imagenes/principal.gif',1)"><img src="../imagenes/suite1.jpg" name="Index" width="198" height="170" border="0"></a></td>
|
||||
<td><a href="habitaciones.htm" onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage('Menú principal','','../imagenes/backrooms.gif',1)"><img src="../imagenes/suite2.jpg" name="Menú principal" width="199" height="170" border="0"></a></td>
|
||||
<td><a href="suitejardin.htm" onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage('Menu habitaciones','','../imagenes/backsuites.gif',1)"><img src="../imagenes/suite3.jpg" name="Menu habitaciones" width="198" height="170" border="0"></a></td>
|
||||
<td><a href="fotosuites.htm" onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage('fotos','','../imagenes/photograf.gif',1)"><img src="../imagenes/suite4.jpg" name="fotos" width="197" height="171" border="0"></a></td>
|
||||
</tr>
|
||||
</table>
|
||||
<table width="794" height="338" border="0" align="center" cellpadding="0" cellspacing="0">
|
||||
<tr>
|
||||
<td align="left" valign="top" style="padding-left:22px"><p> </p>
|
||||
<pre class="Estilo3">
|
||||
In the Summer of 2005 2 new rooms in a New building in the Garden
|
||||
are opened. 50 M.s Tienen Entered direct from the garden are separated
|
||||
of the main building about. 2 rooms great with dormitory, hall and
|
||||
complete bath, with deprived porch, facilities for people with
|
||||
difficulties of mobility and discapacitados.
|
||||
The rooms are decorated with modern furniture, and following with
|
||||
the same conception of the rest of the hotel, in the walls hang
|
||||
photographies of Angel Alvarez (works of great format in black
|
||||
and white) and Abilio Lope, (it builds in color of Abilio Lope).
|
||||
|
||||
Suites of 60mt2 and 72mt2. Both, with distribution two stays
|
||||
(hall and dormitory) and bath. Maxima capacity for 2 adults and 2 boy.
|
||||
<body>
|
||||
<div id="layout">
|
||||
<div id="cabecera">
|
||||
<div class="menu ingles">
|
||||
<ul>
|
||||
<li><a class="hide">Menu</a>
|
||||
<!--[if lte IE 6]>
|
||||
<a href="">Menú
|
||||
<table><tr><td>
|
||||
<![endif]-->
|
||||
<ul>
|
||||
<li><a title="The hotel" href="hotel.htm">The hotel</a></li>
|
||||
<li><a title="The garden" href="jardin.htm">The garden</a></li>
|
||||
<li><a title="Rooms" href="habitaciones.htm">Rooms</a></li>
|
||||
<li><a title="Breakfast & dinners" href="desayunos.htm">Breakfast & dinners</a></li>
|
||||
<li><a title="Photo collection" href="fotos.htm">Photo collection</a></li>
|
||||
<li><a title="Services" href="servicios.htm">Services</a></li>
|
||||
<li><a title="Activities" href="quever.htm">Activities</a></li>
|
||||
<li><a title="Prices & reservations" href="reservasyprecios.htm">Prices & reservations</a></li>
|
||||
<li><a title="Location" href="llegar.htm">Location</a></li>
|
||||
<li><a title="Offers" href="noticias.htm">Offers</a></li>
|
||||
<li><a title="Links" href="links.htm">Links</a></li>
|
||||
</ul>
|
||||
<!--[if lte IE 6]>
|
||||
</td></tr></table>
|
||||
</a>
|
||||
<![endif]-->
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
<div id="cuerpo" class="suites-jardin">
|
||||
<ul>
|
||||
<li><a class="inicio" title="Start" href="../index.htm">Hotel Carrejo's Garden</a></li>
|
||||
<li><a class="menu-rooms" title="Back to rooms menu" href="habitaciones.htm">Rooms menu</a></li>
|
||||
<li><a class="menu-suites" title="Suites" href="suitejardin.htm">Suites</a></li>
|
||||
<li><a class="photos" title="Suite photos" href="fotosuites.htm">Photos</a></li>
|
||||
</ul>
|
||||
|
||||
<pre class="clear seccion">
|
||||
|
||||
|
||||
In the Summer of 2005 2 new rooms in a New building in the Garden
|
||||
are opened. 50 M.s Tienen Entered direct from the garden are separated
|
||||
of the main building about. 2 rooms great with dormitory, hall and
|
||||
complete bath, with deprived porch, facilities for people with
|
||||
difficulties of mobility and discapacitados.
|
||||
The rooms are decorated with modern furniture, and following with
|
||||
the same conception of the rest of the hotel, in the walls hang
|
||||
photographies of Angel Alvarez (works of great format in black
|
||||
and white) and Abilio Lope, (it builds in color of Abilio Lope).
|
||||
|
||||
Suites of 60mt2 and 72mt2. Both, with distribution two stays
|
||||
(hall and dormitory) and bath. Maxima capacity for 2 adults and 2 boy.
|
||||
|
||||
|
||||
<strong>
|
||||
</strong>
|
||||
<strong>The <strong>garden</strong> suites have:</strong> TV via Satellite, DVD and CD, to minibar,
|
||||
telephone, heating.
|
||||
|
||||
<strong>The baths garden suites have:</strong> bathtub hidromasaje and one of them showers
|
||||
hidromasaje, dryer of hair, mirror of increase, bathing wrap, slippers.
|
||||
|
||||
</pre></td>
|
||||
<td width="197" background="../imagenes/textosuites.jpg"> </td>
|
||||
</tr>
|
||||
</table>
|
||||
<table width="794" border="0" align="center" cellpadding="0" cellspacing="1">
|
||||
<tr>
|
||||
<td width="760" height="20"><span class="Estilo2"> <strong>Hotel Jardín de Carrejo</strong> · Hotel without smoke · Cabezón de la Sal, 39500 CANTABRIA · Tel: 942701516 · Fx: 942701871· <a href="webmap.htm" target="_blank"><strong>web map </strong></a></span></td>
|
||||
<td height="20" align="right"><span class="Estilo4"><a href="mailto:info@eljardindecarrejo.com?SUBJECT=Información">@</a></span></td>
|
||||
</tr>
|
||||
</table>
|
||||
</pre>
|
||||
</div>
|
||||
<div id="pie">
|
||||
<span class="direccion">
|
||||
<strong>Carrejo's Garden</strong> · Hotel without smoke · Cabezón de la Sal, 39500 CANTABRIA · Tel: 942701516 · Fx: 942701871
|
||||
</span>
|
||||
<a class="email" href="mailto:info@eljardindecarrejo.com?subject=Information">@</a>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<script type="text/javascript">
|
||||
var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www.");
|
||||
document.write(unescape("%3Cscript src='" + gaJsHost + "google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E"));
|
||||
</script>
|
||||
<script type="text/javascript">
|
||||
try {
|
||||
var pageTracker = _gat._getTracker("UA-9006771-1");
|
||||
pageTracker._trackPageview();
|
||||
} catch(err) {}
|
||||
</script>
|
||||
</body>
|
||||
</html>
|
||||
|
||||
148
css/paginas.css
148
css/paginas.css
@ -221,19 +221,34 @@
|
||||
background: url(../img/textos/menuon.gif) no-repeat;
|
||||
}
|
||||
|
||||
#cuerpo.eljardin a.main-menu:hover {
|
||||
background: url(../img/textos/principal.gif) no-repeat;
|
||||
}
|
||||
|
||||
#cuerpo.eljardin a.descripcion:hover {
|
||||
background: url(../img/textos/descripcionon.gif) no-repeat;
|
||||
}
|
||||
|
||||
#cuerpo.eljardin a.description:hover {
|
||||
background: url(../img/textos/description.gif) no-repeat;
|
||||
}
|
||||
|
||||
#cuerpo.eljardin a.menu-eljardin:hover {
|
||||
background: url(../img/textos/menualjardin.gif) no-repeat;
|
||||
}
|
||||
|
||||
#cuerpo.eljardin a.menu-thegarden:hover {
|
||||
background: url(../img/textos/backgarden.gif) no-repeat;
|
||||
}
|
||||
|
||||
#cuerpo.eljardin a.fotos:hover {
|
||||
background: url(../img/textos/fotosjardinon.gif) no-repeat;
|
||||
}
|
||||
|
||||
|
||||
#cuerpo.eljardin a.photos:hover {
|
||||
background: url(../img/textos/photo.gif) no-repeat;
|
||||
}
|
||||
|
||||
#cuerpo.habitaciones {
|
||||
background: url(../img/fondos/fondo-habitaciones.jpg) no-repeat;
|
||||
}
|
||||
@ -246,15 +261,27 @@
|
||||
background: url(../img/textos/menuon.gif) no-repeat;
|
||||
}
|
||||
|
||||
#cuerpo.habitaciones a.main-menu:hover {
|
||||
background: url(../img/textos/principal.gif) no-repeat;
|
||||
}
|
||||
|
||||
#cuerpo.habitaciones a.habitaciones:hover {
|
||||
background: url(../img/textos/habitacion.gif) no-repeat;
|
||||
}
|
||||
|
||||
#cuerpo.habitaciones a.rooms:hover {
|
||||
background: url(../img/textos/rooms.gif) no-repeat;
|
||||
}
|
||||
|
||||
#cuerpo.habitaciones a.suites-jardin:hover {
|
||||
background: url(../img/textos/Suiteson.gif) no-repeat;
|
||||
}
|
||||
|
||||
|
||||
#cuerpo.habitaciones a.suites:hover {
|
||||
background: url(../img/textos/backsuites.gif) no-repeat;
|
||||
}
|
||||
|
||||
|
||||
#cuerpo.habitaciones-0 {
|
||||
background: url(../img/fondos/fondo-habitaciones0.jpg) no-repeat;
|
||||
}
|
||||
@ -275,14 +302,26 @@
|
||||
background: url(../img/textos/menuhabitaciones.gif) no-repeat;
|
||||
}
|
||||
|
||||
#cuerpo.habitaciones-0 a.menu-rooms:hover {
|
||||
background: url(../img/textos/backrooms.gif) no-repeat;
|
||||
}
|
||||
|
||||
#cuerpo.habitaciones-0 a.descripcion:hover {
|
||||
background: url(../img/textos/descripcionon.gif) no-repeat;
|
||||
}
|
||||
|
||||
#cuerpo.habitaciones-0 a.description:hover {
|
||||
background: url(../img/textos/description.gif) no-repeat;
|
||||
}
|
||||
|
||||
#cuerpo.habitaciones-0 a.fotos:hover {
|
||||
background: url(../img/textos/fotosjardinon.gif) no-repeat;
|
||||
}
|
||||
|
||||
#cuerpo.habitaciones-0 a.photos:hover {
|
||||
background: url(../img/textos/photo.gif) no-repeat;
|
||||
}
|
||||
|
||||
#cuerpo.habitaciones-0 a.habitaciones:hover {
|
||||
background: url(../img/textos/habitacion.gif) no-repeat;
|
||||
}
|
||||
@ -308,19 +347,34 @@
|
||||
background: url(../img/textos/menuhabitaciones.gif) no-repeat;
|
||||
}
|
||||
|
||||
#cuerpo.suites-jardin a.menu-rooms:hover {
|
||||
background: url(../img/textos/backrooms.gif) no-repeat;
|
||||
}
|
||||
|
||||
#cuerpo.suites-jardin a.descripcion:hover {
|
||||
background: url(../img/textos/descripcionon.gif) no-repeat;
|
||||
}
|
||||
|
||||
#cuerpo.suites-jardin a.description:hover {
|
||||
background: url(../img/textos/description.gif) no-repeat;
|
||||
}
|
||||
|
||||
#cuerpo.suites-jardin a.fotos:hover {
|
||||
background: url(../img/textos/fotosjardinon.gif) no-repeat;
|
||||
}
|
||||
|
||||
#cuerpo.suites-jardin a.photos:hover {
|
||||
background: url(../img/textos/photo.gif) no-repeat;
|
||||
}
|
||||
|
||||
#cuerpo.suites-jardin a.suites:hover {
|
||||
background: url(../img/textos/Suiteson.gif) no-repeat;
|
||||
}
|
||||
|
||||
|
||||
#cuerpo.suites-jardin a.menu-suites:hover {
|
||||
background: url(../img/textos/backsuites.gif) no-repeat;
|
||||
}
|
||||
|
||||
#cuerpo.desayunos {
|
||||
background: url(../img/fondos/fondo-desayunos.jpg) no-repeat;
|
||||
}
|
||||
@ -333,10 +387,18 @@
|
||||
background: url(../img/textos/menuon.gif) no-repeat;
|
||||
}
|
||||
|
||||
#cuerpo.desayunos a.main-menu:hover {
|
||||
background: url(../img/textos/principal.gif) no-repeat;
|
||||
}
|
||||
|
||||
#cuerpo.desayunos a.menu-desayunos:hover {
|
||||
background: url(../img/textos/menuadesayunosverde.gif) no-repeat;
|
||||
}
|
||||
|
||||
#cuerpo.desayunos a.breakfasts-menu:hover {
|
||||
background: url(../img/textos/backbreakanddinner.gif) no-repeat;
|
||||
}
|
||||
|
||||
#cuerpo.desayunos a.naranja:hover {
|
||||
background: url(../img/textos/menuadesayunosnaranja.gif) no-repeat;
|
||||
}
|
||||
@ -345,10 +407,18 @@
|
||||
background: url(../img/textos/desayunoson.gif) no-repeat;
|
||||
}
|
||||
|
||||
#cuerpo.desayunos a.breakfasts:hover {
|
||||
background: url(../img/textos/breakfast2.gif) no-repeat;
|
||||
}
|
||||
|
||||
#cuerpo.desayunos a.cenas:hover {
|
||||
background: url(../img/textos/cenason.gif) no-repeat;
|
||||
}
|
||||
|
||||
#cuerpo.desayunos a.dinners:hover {
|
||||
background: url(../img/textos/dinners2.gif) no-repeat;
|
||||
}
|
||||
|
||||
#cuerpo.desayunos .seccion-desayunos {
|
||||
position: relative;
|
||||
top: 0px;
|
||||
@ -390,14 +460,25 @@
|
||||
background: url(../img/textos/menuon.gif) no-repeat;
|
||||
}
|
||||
|
||||
#cuerpo.fotos a.main-menu:hover {
|
||||
background: url(../img/textos/principal.gif) no-repeat;
|
||||
}
|
||||
|
||||
#cuerpo.fotos a.descripcion:hover {
|
||||
background: url(../img/textos/descripcionon.gif) no-repeat;
|
||||
}
|
||||
|
||||
#cuerpo.fotos a.description:hover {
|
||||
background: url(../img/textos/description.gif) no-repeat;
|
||||
}
|
||||
|
||||
#cuerpo.fotos a.menu-fotos:hover {
|
||||
background: url(../img/textos/menucoleccionfotos.gif) no-repeat;
|
||||
}
|
||||
|
||||
#cuerpo.fotos a.photos-menu:hover {
|
||||
background: url(../img/textos/backcollletions.gif) no-repeat;
|
||||
}
|
||||
|
||||
#cuerpo.servicios {
|
||||
background: url(../img/fondos/fondo-servicios.jpg) no-repeat;
|
||||
@ -420,15 +501,26 @@
|
||||
#cuerpo.servicios a.menu-principal:hover {
|
||||
background: url(../img/textos/menuon.gif) no-repeat;
|
||||
}
|
||||
|
||||
|
||||
#cuerpo.servicios a.main-menu:hover {
|
||||
background: url(../img/textos/principal.gif) no-repeat;
|
||||
}
|
||||
|
||||
#cuerpo.servicios a.descripcion:hover {
|
||||
background: url(../img/textos/descripcionon.gif) no-repeat;
|
||||
}
|
||||
|
||||
#cuerpo.servicios a.description:hover {
|
||||
background: url(../img/textos/description.gif) no-repeat;
|
||||
}
|
||||
|
||||
#cuerpo.servicios a.menu-servicios:hover {
|
||||
background: url(../img/textos/menuservicios.gif) no-repeat;
|
||||
}
|
||||
|
||||
#cuerpo.servicios a.services-menu:hover {
|
||||
background: url(../img/textos/backservices.gif) no-repeat;
|
||||
}
|
||||
|
||||
#cuerpo.actividades {
|
||||
background: url(../img/fondos/fondo-actividades.jpg) no-repeat;
|
||||
@ -450,18 +542,34 @@
|
||||
background: url(../img/textos/menuon.gif) no-repeat;
|
||||
}
|
||||
|
||||
#cuerpo.actividades a.main-menu:hover {
|
||||
background: url(../img/textos/principal.gif) no-repeat;
|
||||
}
|
||||
|
||||
#cuerpo.actividades a.descripcion:hover {
|
||||
background: url(../img/textos/descripcionon.gif) no-repeat;
|
||||
}
|
||||
|
||||
#cuerpo.actividades a.description:hover {
|
||||
background: url(../img/textos/description.gif) no-repeat;
|
||||
}
|
||||
|
||||
#cuerpo.actividades a.fotos:hover {
|
||||
background: url(../img/textos/fotosjardinon.gif) no-repeat;
|
||||
}
|
||||
|
||||
#cuerpo.actividades a.photos:hover {
|
||||
background: url(../img/textos/photo.gif) no-repeat;
|
||||
}
|
||||
|
||||
#cuerpo.actividades a.menu-actividades:hover {
|
||||
background: url(../img/textos/menualrededores.gif) no-repeat;
|
||||
}
|
||||
|
||||
#cuerpo.actividades a.activities-menu:hover {
|
||||
background: url(../img/textos/backactivities.gif) no-repeat;
|
||||
}
|
||||
|
||||
#cuerpo.tarifas {
|
||||
background: url(../img/fondos/fondo-tarifas.jpg) no-repeat;
|
||||
}
|
||||
@ -490,26 +598,46 @@
|
||||
background: url(../img/textos/menuon.gif) no-repeat;
|
||||
}
|
||||
|
||||
#cuerpo.tarifas a.main-menu:hover {
|
||||
background: url(../img/textos/principal.gif) no-repeat;
|
||||
}
|
||||
|
||||
#cuerpo.tarifas a.menu-reservas-precios:hover {
|
||||
background: url(../img/textos/menureservasyprecios.gif) no-repeat;
|
||||
}
|
||||
|
||||
#cuerpo.tarifas a.prices-menu:hover {
|
||||
background: url(../img/textos/backprices.gif) no-repeat;
|
||||
}
|
||||
|
||||
#cuerpo.tarifas a.reservas:hover {
|
||||
background: url(../img/textos/reservason.gif) no-repeat;
|
||||
}
|
||||
|
||||
#cuerpo.tarifas a.reservations:hover {
|
||||
background: url(../img/textos/backreservations.gif) no-repeat;
|
||||
}
|
||||
|
||||
#cuerpo.tarifas a.precios:hover {
|
||||
background: url(../img/textos/tarifason.gif) no-repeat;
|
||||
}
|
||||
|
||||
#cuerpo.tarifas a.menu-elhotel:hover {
|
||||
background: url(../img/textos/menualhotel.gif) no-repeat;
|
||||
#cuerpo.tarifas a.prices:hover {
|
||||
background: url(../img/textos/prizesverde.gif) no-repeat;
|
||||
}
|
||||
|
||||
#cuerpo.tarifas a.fotos:hover {
|
||||
background: url(../img/textos/fotosjardinon.gif) no-repeat;
|
||||
|
||||
#cuerpo.tarifas .seccion-1, .seccion-2 {
|
||||
position: relative;
|
||||
top: 0px;
|
||||
float: left;
|
||||
padding-left: 20px;
|
||||
height: 340px;
|
||||
width: 378px;
|
||||
}
|
||||
|
||||
#cuerpo.tarifas .seccion-2 {
|
||||
float: right;
|
||||
}
|
||||
|
||||
|
||||
#cuerpo.situacion {
|
||||
background: url(../img/fondos/fondo-situacion.jpg) no-repeat;
|
||||
|
||||
@ -40,7 +40,7 @@
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
<div id="cuerpo" class="elhotel sinfondo">
|
||||
<div id="cuerpo" class="habitaciones-0 sinfondo">
|
||||
<ul>
|
||||
<li><img class="foto-galeria" src="imagenes/fhabitaciones1.jpg"/></li>
|
||||
<li><img class="foto-galeria" src="imagenes/fhabitaciones2.jpg"/></li>
|
||||
|
||||
@ -40,7 +40,7 @@
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
<div id="cuerpo" class="eljardin sinfondo">
|
||||
<div id="cuerpo" class="suites-jardin sinfondo">
|
||||
<ul>
|
||||
<li><img class="foto-galeria" src="imagenes/fsuite1.jpg"/></li>
|
||||
<li><img class="foto-galeria" src="imagenes/fsuite2.jpg"/></li>
|
||||
|
||||
BIN
img/textos/breakfast2.gif
Normal file
BIN
img/textos/breakfast2.gif
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 791 B |
BIN
img/textos/dinners2.gif
Normal file
BIN
img/textos/dinners2.gif
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 661 B |
BIN
img/textos/prizes.gif
Normal file
BIN
img/textos/prizes.gif
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 623 B |
BIN
img/textos/prizesverde.gif
Normal file
BIN
img/textos/prizesverde.gif
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 610 B |
BIN
img/textos/roomsgreen.gif
Normal file
BIN
img/textos/roomsgreen.gif
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 869 B |
190
reservas_en.php
190
reservas_en.php
@ -1,104 +1,55 @@
|
||||
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
|
||||
<html xmlns="http://www.w3.org/1999/xhtml">
|
||||
<head>
|
||||
|
||||
<title>Hotel El jardín de Carrejo. Hotel sin humos. Precios y reservas. Carrejo, Cantabria, España.</title>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
|
||||
<script type="text/javascript" src="reservas.js"></script>
|
||||
<style type="text/css">
|
||||
<!--
|
||||
body {
|
||||
background-color: #FFFFFF;
|
||||
}
|
||||
.Estilo2 {
|
||||
color: #999999;
|
||||
font-family: Verdana, Arial, Helvetica, sans-serif;
|
||||
font-size: 10px;
|
||||
}
|
||||
a:link {
|
||||
text-decoration: none;
|
||||
color: #333333;
|
||||
}
|
||||
a:visited {
|
||||
text-decoration: none;
|
||||
color: #333333;
|
||||
}
|
||||
a:hover {
|
||||
text-decoration: none;
|
||||
color: #333333;
|
||||
}
|
||||
a:active {
|
||||
text-decoration: none;
|
||||
color: #333333;
|
||||
}
|
||||
.Estilo3 { color: #333333;
|
||||
font-family: Georgia, "Times New Roman", Times, serif;
|
||||
font-size: 12px;
|
||||
color: #666666;
|
||||
}
|
||||
.Estilo6 {color: #333333; font-family: Georgia, "Times New Roman", Times, serif; font-size: 12px; color: #666666; font-weight: bold; }
|
||||
.Estilo8 {color: #333333}
|
||||
.Estilo9 {color: #333333;
|
||||
font-family: Verdana, Arial, Helvetica, sans-serif;
|
||||
font-weight: bold;
|
||||
font-size: 16px;
|
||||
}
|
||||
.Estilo31 {color: #333333;
|
||||
font-family: Georgia, "Times New Roman", Times, serif;
|
||||
font-size: 12px;
|
||||
color: #666666;
|
||||
}
|
||||
.Estilo32 {color: #333333;
|
||||
font-family: Georgia, "Times New Roman", Times, serif;
|
||||
font-size: 12px;
|
||||
color: #666666;
|
||||
}
|
||||
-->
|
||||
</style>
|
||||
<script language="JavaScript" type="text/JavaScript">
|
||||
<!--
|
||||
|
||||
function MM_preloadImages() { //v3.0
|
||||
var d=document; if(d.images){ if(!d.MM_p) d.MM_p=new Array();
|
||||
var i,j=d.MM_p.length,a=MM_preloadImages.arguments; for(i=0; i<a.length; i++)
|
||||
if (a[i].indexOf("#")!=0){ d.MM_p[j]=new Image; d.MM_p[j++].src=a[i];}}
|
||||
}
|
||||
|
||||
function MM_findObj(n, d) { //v4.01
|
||||
var p,i,x; if(!d) d=document; if((p=n.indexOf("?"))>0&&parent.frames.length) {
|
||||
d=parent.frames[n.substring(p+1)].document; n=n.substring(0,p);}
|
||||
if(!(x=d[n])&&d.all) x=d.all[n]; for (i=0;!x&&i<d.forms.length;i++) x=d.forms[i][n];
|
||||
for(i=0;!x&&d.layers&&i<d.layers.length;i++) x=MM_findObj(n,d.layers[i].document);
|
||||
if(!x && d.getElementById) x=d.getElementById(n); return x;
|
||||
}
|
||||
|
||||
function MM_swapImgRestore() { //v3.0
|
||||
var i,x,a=document.MM_sr; for(i=0;a&&i<a.length&&(x=a[i])&&x.oSrc;i++) x.src=x.oSrc;
|
||||
}
|
||||
|
||||
function MM_swapImage() { //v3.0
|
||||
var i,j=0,x,a=MM_swapImage.arguments; document.MM_sr=new Array; for(i=0;i<(a.length-2);i+=3)
|
||||
if ((x=MM_findObj(a[i]))!=null){document.MM_sr[j++]=x; if(!x.oSrc) x.oSrc=x.src; x.src=a[i+2];}
|
||||
}
|
||||
//-->
|
||||
</script>
|
||||
<script type="text/javascript" src="stmenu.js"></script>
|
||||
<link rel="shortcut icon" href="imagenes/favicon.ico"/>
|
||||
<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-language" content="en"/>
|
||||
<link href="css/estilos.css" rel="stylesheet" type="text/css" media="screen" />
|
||||
<script type="text/javascript" src="reservas.js"></script>
|
||||
</head>
|
||||
|
||||
<body onLoad="MM_preloadImages('imagenes/menuon.gif','imagenes/logo.gif','imagenes/fotosjardinon.gif','imagenes/descripjardin.gif')">
|
||||
<table width="794" height="25" cellspacing="0" cellpadding="0" border="0" align="center"><tbody><tr><td><script type="text/javascript" src="English/topmenu.js"></script></td></tr></tbody></table>
|
||||
<table width="794" height="393" border="0" align="center" cellpadding="0" cellspacing="1">
|
||||
<tr>
|
||||
<td width="197" height="170"><a href="index.htm" onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage('Image5','','imagenes/logo.gif',1)"><img src="imagenes/reservas1.jpg" name="Image5" width="198" height="170" border="0"></a></td>
|
||||
<td width="197" height="170"><a href="inicio.htm" onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage('Menu principal','','imagenes/menuon.gif',1)"><img src="imagenes/reservas2.jpg" alt="Menu principal" name="Menu principal" width="198" height="170" border="0"></a></td>
|
||||
<td width="197" height="170"><a href="reservasyprecios.htm" onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage('Fotos jardin','','imagenes/menureservasyprecios.gif',1)"><img src="imagenes/reservas3.jpg" alt="Fotos jardin" name="Fotos jardin" width="197" height="170" border="0"></a></td>
|
||||
<td width="197" height="170"><a href="precios.htm" onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage('Image6','','imagenes/tarifason.gif',1)"><img src="imagenes/reservas5.jpg" name="Image6" width="198" height="170" border="0"></a></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td height="339" colspan="4"><table width="794" height="357" border="0" cellpadding="0" cellspacing="0">
|
||||
<tr>
|
||||
<td width="397" height="357" align="left" valign="top" class="Estilo3" style="padding-left:22px"><pre class="Estilo31">
|
||||
|
||||
<body>
|
||||
<div id="layout">
|
||||
<div id="cabecera">
|
||||
<div class="menu ingles">
|
||||
<ul>
|
||||
<li><a class="hide">Menu</a>
|
||||
<!--[if lte IE 6]>
|
||||
<a href="">Menú
|
||||
<table><tr><td>
|
||||
<![endif]-->
|
||||
<ul>
|
||||
<li><a title="The hotel" href="hotel.htm">The hotel</a></li>
|
||||
<li><a title="The garden" href="jardin.htm">The garden</a></li>
|
||||
<li><a title="Rooms" href="habitaciones.htm">Rooms</a></li>
|
||||
<li><a title="Breakfast & dinners" href="desayunos.htm">Breakfast & dinners</a></li>
|
||||
<li><a title="Photo collection" href="fotos.htm">Photo collection</a></li>
|
||||
<li><a title="Services" href="servicios.htm">Services</a></li>
|
||||
<li><a title="Activities" href="quever.htm">Activities</a></li>
|
||||
<li><a title="Prices & reservations" href="reservasyprecios.htm">Prices & reservations</a></li>
|
||||
<li><a title="Location" href="llegar.htm">Location</a></li>
|
||||
<li><a title="Offers" href="noticias.htm">Offers</a></li>
|
||||
<li><a title="Links" href="links.htm">Links</a></li>
|
||||
</ul>
|
||||
<!--[if lte IE 6]>
|
||||
</td></tr></table>
|
||||
</a>
|
||||
<![endif]-->
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
<div id="cuerpo" class="tarifas">
|
||||
<ul>
|
||||
<li><a class="inicio" title="Start" href="../index.htm">Hotel Carrejo's Garden</a></li>
|
||||
<li><a class="main-menu" title="Back to main menu" href="inicio.htm">Main menu</a></li>
|
||||
<li><a class="prices-menu" title="Back to prices & reservations" href="English/reservasyprecios.htm">Back to prices & reservations</a></li>
|
||||
<li><a class="prices" title="Prices" href="precios.htm">Prices</a></li>
|
||||
</ul>
|
||||
<pre class="seccion-1">
|
||||
|
||||
|
||||
To make your reserve, please, fill the form at the right.
|
||||
All the fields are mandatory.
|
||||
|
||||
@ -114,11 +65,14 @@ Thank you.
|
||||
You can see our cancellation policy on this link:
|
||||
|
||||
|
||||
<strong><a href="construccion.htm">Cancellation Policy.</a></strong></pre></td>
|
||||
<td align="left" valign="top" class="Estilo3"><form name="form1" method="post" action="send_reserva.php" onsubmit="return ValidateForm_en()">
|
||||
<? if (($error=="required")) echo("<font color='red'>Please, fill all fields.</font>"); ?>
|
||||
<? if (($error=="email")) echo("<font color='red'>Invalid email, please, check it.</font>"); ?>
|
||||
<? if (isset($sent)) echo("<font color='red'>Your reservation has been registered, we'll contact you soon.<br>Thank you.</font>"); ?>
|
||||
<strong><a href="construccion.htm">Cancellation Policy.</a></strong>
|
||||
</pre>
|
||||
<pre class="seccion-2">
|
||||
|
||||
<form name="form1" method="post" action="send_reserva.php" onsubmit="return ValidateForm_en()">
|
||||
<?php if (($error=="required")) echo("<font color='red'>Please, fill all fields.</font>"); ?>
|
||||
<?php if (($error=="email")) echo("<font color='red'>Invalid email, please, check it.</font>"); ?>
|
||||
<?php if (isset($sent)) echo("<font color='red'>Your reservation has been registered, we'll contact you soon.<br>Thank you.</font>"); ?>
|
||||
<pre class="Estilo3">Name:
|
||||
|
||||
<input name="nombre" type="text" size="32">
|
||||
@ -140,17 +94,27 @@ Observations:
|
||||
|
||||
<input type="submit" name="Submit" value="Sent">
|
||||
</pre>
|
||||
</form></td>
|
||||
</tr>
|
||||
</table>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
<table width="794" border="0" align="center" cellpadding="0" cellspacing="1">
|
||||
<tr>
|
||||
<td width="760" height="20"><span class="Estilo2"> <strong>Hotel Jardín de Carrejo</strong> · Hotel sin humos · Cabezón de la Sal, 39500 CANTABRIA · Tel: 942701516 · Fx: 942701871 </span></td>
|
||||
<td height="20" align="right"><span class="Estilo6"><span class="Estilo8"><span class="Estilo9"><a href="mailto:info@eljardindecarrejo.com?SUBJECT=Información">@</a></span></span></span></td>
|
||||
</tr>
|
||||
</table>
|
||||
</form>
|
||||
|
||||
</pre>
|
||||
</div>
|
||||
<div id="pie">
|
||||
<span class="direccion">
|
||||
<strong>Carrejo's Garden</strong> · Hotel without smoke · Cabezón de la Sal, 39500 CANTABRIA · Tel: 942701516 · Fx: 942701871
|
||||
</span>
|
||||
<a class="email" href="mailto:info@eljardindecarrejo.com?subject=Information">@</a>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<script type="text/javascript">
|
||||
var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www.");
|
||||
document.write(unescape("%3Cscript src='" + gaJsHost + "google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E"));
|
||||
</script>
|
||||
<script type="text/javascript">
|
||||
try {
|
||||
var pageTracker = _gat._getTracker("UA-9006771-1");
|
||||
pageTracker._trackPageview();
|
||||
} catch(err) {}
|
||||
</script>
|
||||
</body>
|
||||
</html>
|
||||
|
||||
156
reservas_en.php.bak.php
Normal file
156
reservas_en.php.bak.php
Normal file
@ -0,0 +1,156 @@
|
||||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
|
||||
"http://www.w3.org/TR/html4/loose.dtd">
|
||||
<html>
|
||||
<head>
|
||||
<title>Hotel El jardín de Carrejo. Hotel sin humos. Precios y reservas. Carrejo, Cantabria, España.</title>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
|
||||
<script type="text/javascript" src="reservas.js"></script>
|
||||
<style type="text/css">
|
||||
<!--
|
||||
body {
|
||||
background-color: #FFFFFF;
|
||||
}
|
||||
.Estilo2 {
|
||||
color: #999999;
|
||||
font-family: Verdana, Arial, Helvetica, sans-serif;
|
||||
font-size: 10px;
|
||||
}
|
||||
a:link {
|
||||
text-decoration: none;
|
||||
color: #333333;
|
||||
}
|
||||
a:visited {
|
||||
text-decoration: none;
|
||||
color: #333333;
|
||||
}
|
||||
a:hover {
|
||||
text-decoration: none;
|
||||
color: #333333;
|
||||
}
|
||||
a:active {
|
||||
text-decoration: none;
|
||||
color: #333333;
|
||||
}
|
||||
.Estilo3 { color: #333333;
|
||||
font-family: Georgia, "Times New Roman", Times, serif;
|
||||
font-size: 12px;
|
||||
color: #666666;
|
||||
}
|
||||
.Estilo6 {color: #333333; font-family: Georgia, "Times New Roman", Times, serif; font-size: 12px; color: #666666; font-weight: bold; }
|
||||
.Estilo8 {color: #333333}
|
||||
.Estilo9 {color: #333333;
|
||||
font-family: Verdana, Arial, Helvetica, sans-serif;
|
||||
font-weight: bold;
|
||||
font-size: 16px;
|
||||
}
|
||||
.Estilo31 {color: #333333;
|
||||
font-family: Georgia, "Times New Roman", Times, serif;
|
||||
font-size: 12px;
|
||||
color: #666666;
|
||||
}
|
||||
.Estilo32 {color: #333333;
|
||||
font-family: Georgia, "Times New Roman", Times, serif;
|
||||
font-size: 12px;
|
||||
color: #666666;
|
||||
}
|
||||
-->
|
||||
</style>
|
||||
<script language="JavaScript" type="text/JavaScript">
|
||||
<!--
|
||||
|
||||
function MM_preloadImages() { //v3.0
|
||||
var d=document; if(d.images){ if(!d.MM_p) d.MM_p=new Array();
|
||||
var i,j=d.MM_p.length,a=MM_preloadImages.arguments; for(i=0; i<a.length; i++)
|
||||
if (a[i].indexOf("#")!=0){ d.MM_p[j]=new Image; d.MM_p[j++].src=a[i];}}
|
||||
}
|
||||
|
||||
function MM_findObj(n, d) { //v4.01
|
||||
var p,i,x; if(!d) d=document; if((p=n.indexOf("?"))>0&&parent.frames.length) {
|
||||
d=parent.frames[n.substring(p+1)].document; n=n.substring(0,p);}
|
||||
if(!(x=d[n])&&d.all) x=d.all[n]; for (i=0;!x&&i<d.forms.length;i++) x=d.forms[i][n];
|
||||
for(i=0;!x&&d.layers&&i<d.layers.length;i++) x=MM_findObj(n,d.layers[i].document);
|
||||
if(!x && d.getElementById) x=d.getElementById(n); return x;
|
||||
}
|
||||
|
||||
function MM_swapImgRestore() { //v3.0
|
||||
var i,x,a=document.MM_sr; for(i=0;a&&i<a.length&&(x=a[i])&&x.oSrc;i++) x.src=x.oSrc;
|
||||
}
|
||||
|
||||
function MM_swapImage() { //v3.0
|
||||
var i,j=0,x,a=MM_swapImage.arguments; document.MM_sr=new Array; for(i=0;i<(a.length-2);i+=3)
|
||||
if ((x=MM_findObj(a[i]))!=null){document.MM_sr[j++]=x; if(!x.oSrc) x.oSrc=x.src; x.src=a[i+2];}
|
||||
}
|
||||
//-->
|
||||
</script>
|
||||
<script type="text/javascript" src="stmenu.js"></script>
|
||||
</head>
|
||||
|
||||
<body onLoad="MM_preloadImages('imagenes/menuon.gif','imagenes/logo.gif','imagenes/fotosjardinon.gif','imagenes/descripjardin.gif')">
|
||||
<table width="794" height="25" cellspacing="0" cellpadding="0" border="0" align="center"><tbody><tr><td><script type="text/javascript" src="English/topmenu.js"></script></td></tr></tbody></table>
|
||||
<table width="794" height="393" border="0" align="center" cellpadding="0" cellspacing="1">
|
||||
<tr>
|
||||
<td width="197" height="170"><a href="index.htm" onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage('Image5','','imagenes/logo.gif',1)"><img src="imagenes/reservas1.jpg" name="Image5" width="198" height="170" border="0"></a></td>
|
||||
<td width="197" height="170"><a href="inicio.htm" onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage('Menu principal','','imagenes/menuon.gif',1)"><img src="imagenes/reservas2.jpg" alt="Menu principal" name="Menu principal" width="198" height="170" border="0"></a></td>
|
||||
<td width="197" height="170"><a href="reservasyprecios.htm" onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage('Fotos jardin','','imagenes/menureservasyprecios.gif',1)"><img src="imagenes/reservas3.jpg" alt="Fotos jardin" name="Fotos jardin" width="197" height="170" border="0"></a></td>
|
||||
<td width="197" height="170"><a href="precios.htm" onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage('Image6','','imagenes/tarifason.gif',1)"><img src="imagenes/reservas5.jpg" name="Image6" width="198" height="170" border="0"></a></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td height="339" colspan="4"><table width="794" height="357" border="0" cellpadding="0" cellspacing="0">
|
||||
<tr>
|
||||
<td width="397" height="357" align="left" valign="top" class="Estilo3" style="padding-left:22px"><pre class="Estilo31">
|
||||
|
||||
To make your reserve, please, fill the form at the right.
|
||||
All the fields are mandatory.
|
||||
|
||||
|
||||
If you prefer to send us a mail you can do it
|
||||
clicking on the following link.
|
||||
|
||||
|
||||
<a href="mailto:reservas@eljardindecarrejo.com?SUBJECT=Reserva"><strong>reservas@eljardindecarrejo.com</strong></a>
|
||||
|
||||
Thank you.
|
||||
|
||||
You can see our cancellation policy on this link:
|
||||
|
||||
|
||||
<strong><a href="construccion.htm">Cancellation Policy.</a></strong></pre></td>
|
||||
<td align="left" valign="top" class="Estilo3"><form name="form1" method="post" action="send_reserva.php" onsubmit="return ValidateForm_en()">
|
||||
<? if (($error=="required")) echo("<font color='red'>Please, fill all fields.</font>"); ?>
|
||||
<? if (($error=="email")) echo("<font color='red'>Invalid email, please, check it.</font>"); ?>
|
||||
<? if (isset($sent)) echo("<font color='red'>Your reservation has been registered, we'll contact you soon.<br>Thank you.</font>"); ?>
|
||||
<pre class="Estilo3">Name:
|
||||
|
||||
<input name="nombre" type="text" size="32">
|
||||
Email:
|
||||
<input name="email" type="text" size="32">
|
||||
Telephone number:
|
||||
<input name="telefono" type="text" size="32">
|
||||
Number of people: Childs:
|
||||
<input name="personas" type="text" size="5" maxlength="2"> <input name="ninos" type="text" size="5">
|
||||
Number of rooms and class:
|
||||
<input name="habitaciones" type="text" size="32">
|
||||
Arrive date(DD/MM/AA):
|
||||
<input name="entrada" type="text" size="32">
|
||||
Checkout date(DD/MM/AA):
|
||||
<input name="salida" type="text" size="32">
|
||||
Observations:
|
||||
<input name="observaciones" type="text" size="32">
|
||||
<input type="hidden" name="return" value="reservas_en.php">
|
||||
|
||||
<input type="submit" name="Submit" value="Sent">
|
||||
</pre>
|
||||
</form></td>
|
||||
</tr>
|
||||
</table>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
<table width="794" border="0" align="center" cellpadding="0" cellspacing="1">
|
||||
<tr>
|
||||
<td width="760" height="20"><span class="Estilo2"> <strong>Hotel Jardín de Carrejo</strong> · Hotel sin humos · Cabezón de la Sal, 39500 CANTABRIA · Tel: 942701516 · Fx: 942701871 </span></td>
|
||||
<td height="20" align="right"><span class="Estilo6"><span class="Estilo8"><span class="Estilo9"><a href="mailto:info@eljardindecarrejo.com?SUBJECT=Información">@</a></span></span></span></td>
|
||||
</tr>
|
||||
</table>
|
||||
</body>
|
||||
</html>
|
||||
376
reservas_sp.php
376
reservas_sp.php
@ -1,347 +1,121 @@
|
||||
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
|
||||
<html xmlns="http://www.w3.org/1999/xhtml">
|
||||
<head>
|
||||
|
||||
|
||||
<title>Hotel El jardín de Carrejo. Hotel sin humos. Precios y reservas. Carrejo, Cantabria, España.</title>
|
||||
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
|
||||
|
||||
<script type="text/javascript" src="reservas.js"></script>
|
||||
|
||||
<style type="text/css">
|
||||
|
||||
<!--
|
||||
|
||||
body {
|
||||
|
||||
background-color: #FFFFFF;
|
||||
|
||||
}
|
||||
|
||||
.Estilo2 {
|
||||
|
||||
color: #999999;
|
||||
|
||||
font-family: Verdana, Arial, Helvetica, sans-serif;
|
||||
|
||||
font-size: 10px;
|
||||
|
||||
}
|
||||
|
||||
a:link {
|
||||
|
||||
text-decoration: none;
|
||||
|
||||
color: #333333;
|
||||
|
||||
}
|
||||
|
||||
a:visited {
|
||||
|
||||
text-decoration: none;
|
||||
|
||||
color: #333333;
|
||||
|
||||
}
|
||||
|
||||
a:hover {
|
||||
|
||||
text-decoration: none;
|
||||
|
||||
color: #333333;
|
||||
|
||||
}
|
||||
|
||||
a:active {
|
||||
|
||||
text-decoration: none;
|
||||
|
||||
color: #333333;
|
||||
|
||||
}
|
||||
|
||||
.Estilo3 { color: #333333;
|
||||
|
||||
font-family: Georgia, "Times New Roman", Times, serif;
|
||||
|
||||
font-size: 12px;
|
||||
|
||||
color: #666666;
|
||||
|
||||
}
|
||||
|
||||
.Estilo6 {color: #333333; font-family: Georgia, "Times New Roman", Times, serif; font-size: 12px; color: #666666; font-weight: bold; }
|
||||
|
||||
.Estilo8 {color: #333333}
|
||||
|
||||
.Estilo9 {color: #333333;
|
||||
|
||||
font-family: Verdana, Arial, Helvetica, sans-serif;
|
||||
|
||||
font-weight: bold;
|
||||
|
||||
font-size: 16px;
|
||||
|
||||
}
|
||||
|
||||
.Estilo31 {color: #333333;
|
||||
|
||||
font-family: Georgia, "Times New Roman", Times, serif;
|
||||
|
||||
font-size: 12px;
|
||||
|
||||
color: #666666;
|
||||
|
||||
}
|
||||
|
||||
.Estilo33 {color: #333333;
|
||||
|
||||
font-family: Georgia, "Times New Roman", Times, serif;
|
||||
|
||||
font-size: 12px;
|
||||
|
||||
color: #666666;
|
||||
|
||||
}
|
||||
|
||||
.Estilo34 {color: #333333;
|
||||
|
||||
font-family: Georgia, "Times New Roman", Times, serif;
|
||||
|
||||
font-size: 12px;
|
||||
|
||||
color: #666666;
|
||||
|
||||
}
|
||||
|
||||
.Estilo34 {font-family: Georgia, "Times New Roman", Times, serif;
|
||||
|
||||
font-size: 12px;
|
||||
|
||||
color: #666666;
|
||||
|
||||
}
|
||||
|
||||
.Estilo33 {font-family: Georgia, "Times New Roman", Times, serif; font-size: 12px; color: #333333;}
|
||||
|
||||
-->
|
||||
|
||||
</style>
|
||||
|
||||
<script language="JavaScript" type="text/JavaScript">
|
||||
|
||||
<!--
|
||||
|
||||
function MM_preloadImages() { //v3.0
|
||||
|
||||
var d=document; if(d.images){ if(!d.MM_p) d.MM_p=new Array();
|
||||
|
||||
var i,j=d.MM_p.length,a=MM_preloadImages.arguments; for(i=0; i<a.length; i++)
|
||||
|
||||
if (a[i].indexOf("#")!=0){ d.MM_p[j]=new Image; d.MM_p[j++].src=a[i];}}
|
||||
|
||||
}
|
||||
|
||||
|
||||
|
||||
function MM_findObj(n, d) { //v4.01
|
||||
|
||||
var p,i,x; if(!d) d=document; if((p=n.indexOf("?"))>0&&parent.frames.length) {
|
||||
|
||||
d=parent.frames[n.substring(p+1)].document; n=n.substring(0,p);}
|
||||
|
||||
if(!(x=d[n])&&d.all) x=d.all[n]; for (i=0;!x&&i<d.forms.length;i++) x=d.forms[i][n];
|
||||
|
||||
for(i=0;!x&&d.layers&&i<d.layers.length;i++) x=MM_findObj(n,d.layers[i].document);
|
||||
|
||||
if(!x && d.getElementById) x=d.getElementById(n); return x;
|
||||
|
||||
}
|
||||
|
||||
|
||||
|
||||
function MM_swapImgRestore() { //v3.0
|
||||
|
||||
var i,x,a=document.MM_sr; for(i=0;a&&i<a.length&&(x=a[i])&&x.oSrc;i++) x.src=x.oSrc;
|
||||
|
||||
}
|
||||
|
||||
|
||||
|
||||
function MM_swapImage() { //v3.0
|
||||
|
||||
var i,j=0,x,a=MM_swapImage.arguments; document.MM_sr=new Array; for(i=0;i<(a.length-2);i+=3)
|
||||
|
||||
if ((x=MM_findObj(a[i]))!=null){document.MM_sr[j++]=x; if(!x.oSrc) x.oSrc=x.src; x.src=a[i+2];}
|
||||
|
||||
}
|
||||
|
||||
|
||||
|
||||
function MM_openBrWindow(theURL,winName,features) { //v2.0
|
||||
|
||||
window.open(theURL,winName,features);
|
||||
|
||||
}
|
||||
|
||||
//-->
|
||||
|
||||
</script>
|
||||
|
||||
<script type="text/javascript" src="stmenu.js"></script>
|
||||
|
||||
<link rel="shortcut icon" href="imagenes/favicon.ico"/>
|
||||
<title>Hotel Carrejo's Garden. Hotel without smoke. Carrejo, Cantabria, Spain.</title>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"/>
|
||||
<link href="css/estilos.css" rel="stylesheet" type="text/css" media="screen" />
|
||||
<script type="text/javascript" src="reservas.js"></script>
|
||||
</head>
|
||||
|
||||
|
||||
|
||||
<body onLoad="MM_preloadImages('imagenes/menuon.gif','imagenes/logo.gif','imagenes/fotosjardinon.gif','imagenes/descripjardin.gif')">
|
||||
|
||||
<table width="794" height="25" cellspacing="0" cellpadding="0" border="0" align="center"><tbody><tr><td><script type="text/javascript" src="topmenu.js"></script></td></tr></tbody></table>
|
||||
|
||||
<table width="794" height="393" border="0" align="center" cellpadding="0" cellspacing="1">
|
||||
|
||||
<tr>
|
||||
|
||||
<td width="197" height="170"><a href="index.htm" onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage('Image5','','imagenes/logo.gif',1)"><img src="imagenes/reservas1.jpg" name="Image5" width="198" height="170" border="0"></a></td>
|
||||
|
||||
<td width="197" height="170"><a href="inicio.htm" onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage('Menu principal','','imagenes/menuon.gif',1)"><img src="imagenes/reservas2.jpg" alt="Menu principal" name="Menu principal" width="198" height="170" border="0"></a></td>
|
||||
|
||||
<td width="197" height="170"><a href="reservasyprecios.htm" onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage('Fotos jardin','','imagenes/menureservasyprecios.gif',1)"><img src="imagenes/reservas3.jpg" alt="Fotos jardin" name="Fotos jardin" width="197" height="170" border="0"></a></td>
|
||||
|
||||
<td width="197" height="170"><a href="precios.htm" onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage('Image6','','imagenes/tarifason.gif',1)"><img src="imagenes/reservas5.jpg" name="Image6" width="198" height="170" border="0"></a></td>
|
||||
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
|
||||
<td height="339" colspan="4"><table width="794" height="357" border="0" cellpadding="0" cellspacing="0">
|
||||
|
||||
<tr>
|
||||
|
||||
<td width="397" height="357" align="left" valign="top" class="Estilo3" style="padding-left:22px"><pre class="Estilo31">
|
||||
|
||||
|
||||
|
||||
<body>
|
||||
<div id="layout">
|
||||
<div id="cabecera">
|
||||
<div class="menu ingles">
|
||||
<ul>
|
||||
<li><a class="hide">Menu</a>
|
||||
<!--[if lte IE 6]>
|
||||
<a href="">Menú
|
||||
<table><tr><td>
|
||||
<![endif]-->
|
||||
<ul>
|
||||
<li><a title="The hotel" href="hotel.htm">The hotel</a></li>
|
||||
<li><a title="The garden" href="jardin.htm">The garden</a></li>
|
||||
<li><a title="Rooms" href="habitaciones.htm">Rooms</a></li>
|
||||
<li><a title="Breakfast & dinners" href="desayunos.htm">Breakfast & dinners</a></li>
|
||||
<li><a title="Photo collection" href="fotos.htm">Photo collection</a></li>
|
||||
<li><a title="Services" href="servicios.htm">Services</a></li>
|
||||
<li><a title="Activities" href="quever.htm">Activities</a></li>
|
||||
<li><a title="Prices & reservations" href="reservasyprecios.htm">Prices & reservations</a></li>
|
||||
<li><a title="Location" href="llegar.htm">Location</a></li>
|
||||
<li><a title="Offers" href="noticias.htm">Offers</a></li>
|
||||
<li><a title="Links" href="links.htm">Links</a></li>
|
||||
</ul>
|
||||
<!--[if lte IE 6]>
|
||||
</td></tr></table>
|
||||
</a>
|
||||
<![endif]-->
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
<div id="cuerpo" class="tarifas">
|
||||
<ul>
|
||||
<li><a class="inicio" title="Start" href="../index.htm">Hotel Carrejo's Garden</a></li>
|
||||
<li><a class="main-menu" title="Back to main menu" href="inicio.htm">Main menu</a></li>
|
||||
<li><a class="prices-menu" title="Back to prices & reservations" href="English/reservasyprecios.htm">Back to prices & reservations</a></li>
|
||||
<li><a class="prices" title="Prices" href="precios.htm">Prices</a></li>
|
||||
</ul>
|
||||
<pre class="seccion-1">
|
||||
|
||||
Para realizar su reserva rellene el formulario de la derecha.
|
||||
|
||||
Todos los campos son obligatorios.
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
Si desea enviarnos un email directamente también
|
||||
|
||||
puede hacerlo pinchando en este link.
|
||||
|
||||
|
||||
|
||||
<a href="mailto:reservas@eljardindecarrejo.com?SUBJECT=Reserva"><strong>reservas@eljardindecarrejo.com</strong></a>
|
||||
|
||||
|
||||
|
||||
Muchas gracias.
|
||||
|
||||
|
||||
|
||||
Aquí también puede leer nuestra política de cancelaciones
|
||||
|
||||
pichando en este link:
|
||||
|
||||
<strong><a href="#" onClick="MM_openBrWindow('cancelacion.htm','','width=500')">Política de cancelación.</a></strong>
|
||||
|
||||
|
||||
|
||||
|
||||
<strong><a href="#" onClick="MM_openBrWindow('cancelacion.htm','','width=500')">Política de cancelación.</a>
|
||||
|
||||
|
||||
|
||||
<span class="Estilo33"><strong><span class="Estilo34"><strong><strong>Temporada alta: </strong></strong></span></strong></span></strong><span class="Estilo33"><span class="Estilo33">7 días antes de la fecha de entrada.</span></span><strong><span class="Estilo33"><strong><span class="Estilo34"><strong><strong>
|
||||
|
||||
Temporada baja: </strong></strong></span></strong></span></strong><span class="Estilo33"><span class="Estilo34">4</span></span><span class="Estilo34">8 horas antes de la fecha de entrada.</span><span class="Estilo33">
|
||||
|
||||
|
||||
<strong>Temporada alta: </strong>7 días antes de la fecha de entrada.
|
||||
<strong>Temporada baja: </strong>48 horas antes de la fecha de entrada.
|
||||
|
||||
Al confirmar la reserva se le pedirá un anticipo del 30%
|
||||
|
||||
sobre el alojamiento.</span></pre></td>
|
||||
|
||||
<td align="left" valign="top" class="Estilo3"><form name="form1" method="post" action="send_reserva.php" onsubmit="return ValidateForm_sp()">
|
||||
|
||||
sobre el alojamiento.</span>
|
||||
</pre>
|
||||
<pre class="seccion-2">
|
||||
|
||||
<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>"); ?>
|
||||
|
||||
<? 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>"); ?>
|
||||
|
||||
<pre class="Estilo3">Nombre:
|
||||
|
||||
|
||||
|
||||
Nombre:
|
||||
<input name="nombre" type="text" size="32">
|
||||
|
||||
Email contacto:
|
||||
|
||||
<input name="email" type="text" size="32">
|
||||
|
||||
Teléfono de contacto:
|
||||
|
||||
<input name="telefono" type="text" size="32">
|
||||
|
||||
Nº de personas: Nº de niños:
|
||||
|
||||
<input name="personas" type="text" size="5" maxlength="2"> <input name="ninos" type="text" size="5">
|
||||
|
||||
Nº de habitaciónes y tipo:
|
||||
|
||||
<input name="habitaciones" type="text" size="32">
|
||||
|
||||
Día entrada(DD/MM/AA):
|
||||
|
||||
<input name="entrada" type="text" size="32">
|
||||
|
||||
Día salidad(DD/MM/AA):
|
||||
|
||||
<input name="salida" type="text" size="32">
|
||||
|
||||
Observaciones:
|
||||
|
||||
<input name="observaciones" type="text" size="32">
|
||||
|
||||
<input type="hidden" name="return" value="reservas_sp.php">
|
||||
|
||||
|
||||
|
||||
<input type="submit" name="Submit" value="Enviar">
|
||||
|
||||
</pre>
|
||||
|
||||
</form></td>
|
||||
|
||||
</tr>
|
||||
|
||||
</table>
|
||||
|
||||
</td>
|
||||
|
||||
</tr>
|
||||
|
||||
</table>
|
||||
|
||||
<table width="794" border="0" align="center" cellpadding="0" cellspacing="1">
|
||||
|
||||
<tr>
|
||||
|
||||
<td width="760" height="20"><span class="Estilo2"> <strong>Hotel Jardín de Carrejo</strong> · Hotel sin humos · Cabezón de la Sal, 39500 CANTABRIA · Tel: 942701516 · Fx: 942701871 </span></td>
|
||||
|
||||
<td height="20" align="right"><span class="Estilo6"><span class="Estilo8"><span class="Estilo9"><a href="mailto:info@eljardindecarrejo.com?SUBJECT=Información">@</a></span></span></span></td>
|
||||
|
||||
</tr>
|
||||
|
||||
</table>
|
||||
</form>
|
||||
|
||||
</pre>
|
||||
</div>
|
||||
<div id="pie">
|
||||
<span class="direccion">
|
||||
<strong>Carrejo's Garden</strong> · Hotel without smoke · Cabezón de la Sal, 39500 CANTABRIA · Tel: 942701516 · Fx: 942701871
|
||||
</span>
|
||||
<a class="email" href="mailto:info@eljardindecarrejo.com?subject=Information">@</a>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<script type="text/javascript">
|
||||
var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www.");
|
||||
document.write(unescape("%3Cscript src='" + gaJsHost + "google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E"));
|
||||
</script>
|
||||
<script type="text/javascript">
|
||||
try {
|
||||
var pageTracker = _gat._getTracker("UA-9006771-1");
|
||||
pageTracker._trackPageview();
|
||||
} catch(err) {}
|
||||
</script>
|
||||
</body>
|
||||
|
||||
</html>
|
||||
|
||||
|
||||
@ -45,7 +45,7 @@
|
||||
<li><a class="inicio" title="Inicio" href="index.htm">Hotel El Jardín de Carrejo</a></li>
|
||||
<li><a class="menu-principal" title="Volver al menú principal" href="inicio.htm">Menú principal</a></li>
|
||||
<li><a class="precios" title="Precios" href="precios.htm">Precios</a></li>
|
||||
<li><a class="reservas" title="Reservas" href="reservas.htm">Reservas</a></li>
|
||||
<li><a class="reservas" title="Reservas" href="reservas_sp.php">Reservas</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
<div id="pie">
|
||||
|
||||
@ -44,7 +44,7 @@
|
||||
<ul>
|
||||
<li><a class="inicio" title="Inicio" href="index.htm">Hotel El Jardín de Carrejo</a></li>
|
||||
<li><a class="menu-principal" title="Volver al menú principal" href="inicio.htm">Menú principal</a></li>
|
||||
<li><a class="menu-desayunos" title="Desayunos" href="desayunos.htm">Desayunos</a></li>
|
||||
<li><a class="menu-desayunos" title="Volver al menú de desayunos y cenas" href="desayunos.htm">Volver al menú de desayunos y cenas</a></li>
|
||||
<li><a class="cenas" title="Cenas" href="textocenas.htm">Cenas</a></li>
|
||||
</ul>
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user