git-svn-id: https://192.168.0.254/svn/Proyectos.JardinDeCarrejo_Web/trunk@4 a05c588e-6d60-420d-a138-a9ac874067ed
This commit is contained in:
David Arranz 2010-03-26 19:20:55 +00:00
parent fc0a7df006
commit dd23817e32
12 changed files with 391 additions and 397 deletions

View File

@ -38,6 +38,10 @@ a:active {
color: #333; color: #333;
} }
img {
border: 0;
}
pre { pre {
color: #666; color: #666;
font-family: Georgia,"Times New Roman",Times,serif; font-family: Georgia,"Times New Roman",Times,serif;

View File

@ -53,9 +53,23 @@
} }
#cuerpo.elhotel pre { #cuerpo.elhotel pre {
background: #fff;
}
#cuerpo.elhotel .seccion1 {
position: relative;
top: 0px;
padding-left: 20px; padding-left: 20px;
height: 342px; height: 170px;
background: url(../img/fondos/fondo-textohotel.gif) no-repeat bottom left; width: 377px;
}
#cuerpo.elhotel .seccion2 {
position: relative;
top: 0px;
padding-left: 20px;
height: 170px;
width: 577px;
} }
#cuerpo.elhotel a.inicio:hover { #cuerpo.elhotel a.inicio:hover {
@ -77,3 +91,97 @@
#cuerpo.elhotel a.fotos:hover { #cuerpo.elhotel a.fotos:hover {
background: url(../img/textos/fotosjardinon.gif) no-repeat; background: url(../img/textos/fotosjardinon.gif) no-repeat;
} }
#cuerpo.elhotel img.foto-galeria {
width: 198px;
height: 170px;
}
#cuerpo.eljardin {
background: url(../img/fondos/fondo-eljardin.jpg) no-repeat;
}
#cuerpo.eljardin pre {
background: #fff;
}
#cuerpo.eljardin .seccion1 {
position: relative;
top: 0px;
padding-left: 20px;
height: 170px;
width: 577px;
}
#cuerpo.eljardin .seccion2 {
position: relative;
top: 0px;
left: 198px;
padding-left: 20px;
height: 170px;
width: 379px;
}
#cuerpo.eljardin a.inicio:hover {
background: url(../img/logo.gif) no-repeat;
}
#cuerpo.eljardin a.menu-principal:hover {
background: url(../img/textos/menuon.gif) no-repeat;
}
#cuerpo.eljardin a.descripcion:hover {
background: url(../img/textos/descripcionon.gif) no-repeat;
}
#cuerpo.eljardin a.menu-elhotel:hover {
background: url(../img/textos/menualhotel.gif) no-repeat;
}
#cuerpo.eljardin a.fotos:hover {
background: url(../img/textos/fotosjardinon.gif) no-repeat;
}
#cuerpo.eljardin img.foto-galeria {
width: 198px;
height: 170px;
}
#cuerpo.habitaciones {
background: url(../img/fondos/fondo-habitaciones.jpg) no-repeat;
}
#cuerpo.habitaciones a.inicio:hover {
background: url(../img/logo.gif) no-repeat;
}
#cuerpo.habitaciones a.menu-principal:hover {
background: url(../img/textos/menuon.gif) no-repeat;
}
#cuerpo.habitaciones a.habitaciones:hover {
background: url(../img/textos/habitacioneson.gif) no-repeat;
}
#cuerpo.habitaciones a.suite-jardin:hover {
background: url(../img/textos/Suiteson.gif) no-repeat;
}
#cuerpo.habitaciones a.menu-habitaciones:hover {
background: url(../img/textos/menuahabitaciones.gif) no-repeat;
}
/* Auxiliar */
#cuerpo.sinfondo {
background: #fff;
}
#cuerpo ul li a.normal {
display: inline;
height: auto;
padding: 0;
overflow: display;
}

View File

@ -1,89 +1,78 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd"> <!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"> <html xmlns="http://www.w3.org/1999/xhtml">
<head> <head>
<link rel="shortcut icon" href="imagenes/favicon.ico"/>
<link rel="shortcut icon" href="imagenes/favicon.ico"> <title>Hotel El jard&iacute;n de Carrejo. Fotos hotel. Hotel sin humos. Inicio. Carrejo. Cantabria. España</title> <title>Hotel El jard&iacute;n de Carrejo. Hotel sin humo.Carrejo, Cantabria, Espa&ntilde;a.</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"> <meta name="description" content="Hotel en el campo con 12 habitaciones en la zona occidental de Cantabria"/>
<style type="text/css"> <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"/>
body { <link href="css/estilos.css" rel="stylesheet" type="text/css" media="screen" />
background-color: #FFFFFF; </head>
}
.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>
<body> <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"> <div id="layout">
<tr> <div id="cabecera">
<td width="197" height="170"><img src="imagenes/fhotel1.jpg" width="198" height="170" border="0"></td> <div class="menu">
<td width="197" height="170"><img src="imagenes/fhotel2.jpg" width="198" height="170"></td> <ul>
<td width="197" height="170"><img src="imagenes/fhotel3.jpg" name="El jardin" width="198" height="170" border="0"></td> <li><a href="" class="hide">Men&uacute;</a>
<td width="197" height="170"><img src="imagenes/fhotel4.jpg" name="habitaciones" width="198" height="170" border="0"></td> <!--[if lte IE 6]>
</tr> <a href="">Men&uacute;
<tr> <table><tr><td>
<td height="165"><img src="imagenes/fhotel5.jpg" alt="Desayunos y cenas" name="Desayunos y cenas" width="198" height="169" border="0"></td> <![endif]-->
<td><img src="imagenes/fhotel6.jpg" alt="Colecciones de fotos" name="Collecion de fotos" width="197" height="169" border="0"></td> <ul>
<td><img src="imagenes/fhotel7.jpg" width="197" height="169"></td> <li><a title="El hotel" href="hotel.htm">El hotel</a></li>
<td width="197" height="170"><img src="imagenes/fhotel8.jpg" width="198" height="169"></td> <li><a title="El jard&iacute;n" href="jardin.htm">El jard&iacute;n</a></li>
</tr> <li><a title="Habitaciones" href="habitaciones.htm">Habitaciones</a></li>
<tr> <li><a title="Desayunos y cenas" href="desayunos.htm">Desayunos y cenas</a></li>
<td width="197" height="170"><img src="imagenes/fhotel9.jpg" width="198" height="169"></td> <li><a title="Colecci&oacute;n de fotos" href="fotos.htm">Colecci&oacute;n de fotos</a></li>
<td width="197" height="170"><img src="imagenes/fhotel10.jpg" width="198" height="169"></td> <li><a title="Servicios" href="servicios.htm">Servicios</a></li>
<td width="197" height="170"><img src="imagenes/fhotel11.jpg" width="197" height="169"></td> <li><a title="Actividades" href="quever.htm">Actividades</a></li>
<td width="197" height="170"><a href="links.htm"></a><a href="hotel.htm"><img src="imagenes/menualhotel.gif" width="199" height="170" border="0"></a></td> <li><a title="Tarifas" href="reservasyprecios.htm">Tarifas</a></li>
</tr> <li><a title="Situaci&oacute;n" href="llegar.htm">Situaci&oacute;n</a></li>
</table> <li><a title="Ofertas" href="noticias.htm">Ofertas</a></li>
<table width="794" border="0" align="center" cellpadding="0" cellspacing="1"> <li><a title="Enlaces" href="links.htm">Enlaces</a></li>
<tr> </ul>
<td width="730" height="20"><span class="Estilo2"> <strong>Hotel Jard&iacute;n de Carrejo</strong> &middot; Hotel sin humos &middot; Cabez&oacute;n de la Sal, 39500 CANTABRIA &middot; Tel: 942701516 &middot; Fx: 942701871 &middot;<strong><a href="#" onClick="MM_openBrWindow('mapaweb.htm','','toolbar=yes,width=250,height=500')">mapa web</a></strong> </span></td> <!--[if lte IE 6]>
<td width="61" height="20" align="right"><span class="Estilo1"><a href="mailto:info@eljardindecarrejo.com?SUBJECT=Informaci&#243;n">@</a></span></td> </td></tr></table>
</tr> </a>
</table> <![endif]-->
</li>
</ul>
</div>
</div>
<div id="cuerpo" class="elhotel sinfondo">
<ul>
<li><img class="foto-galeria" src="imagenes/fhotel1.jpg"/></li>
<li><img class="foto-galeria" src="imagenes/fhotel2.jpg"/></li>
<li><img class="foto-galeria" src="imagenes/fhotel3.jpg"/></li>
<li><img class="foto-galeria" src="imagenes/fhotel4.jpg"/></li>
<li><img class="foto-galeria" src="imagenes/fhotel5.jpg"/></li>
<li><img class="foto-galeria" src="imagenes/fhotel6.jpg"/></li>
<li><img class="foto-galeria" src="imagenes/fhotel7.jpg"/></li>
<li><img class="foto-galeria" src="imagenes/fhotel8.jpg"/></li>
<li><img class="foto-galeria" src="imagenes/fhotel9.jpg"/></li>
<li><img class="foto-galeria" src="imagenes/fhotel10.jpg"/></li>
<li><img class="foto-galeria" src="imagenes/fhotel11.jpg"/></li>
<li><a class="normal" title="Volver al men&uacute; del hotel" href="hotel.htm"><img src="img/textos/menualhotel.gif" alt="Volver al men&uacute; del hotel"/></a></li>
</ul>
</div>
<div id="pie">
<span class="direccion">
<strong>Hotel Jard&iacute;n de Carrejo</strong> &middot; Hotel sin humos &middot; Cabez&oacute;n de la Sal, 39500 CANTABRIA &middot; Tel: 942701516 &middot; Fx: 942701871
</span>
<a class="email" href="mailto:info@eljardindecarrejo.com?subject=Informaci%O9n">@</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> </body>
</html> </html>

View File

@ -1,108 +1,70 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd"> <!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"> <html xmlns="http://www.w3.org/1999/xhtml">
<head> <head>
<link rel="shortcut icon" href="imagenes/favicon.ico"/>
<title>Hotel El jard&iacute;n de Carrejo. Hotel sin humo.Carrejo, Cantabria, Espa&ntilde;a.</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"/>
<link href="css/estilos.css" rel="stylesheet" type="text/css" media="screen" />
</head>
<link rel="shortcut icon" href="imagenes/favicon.ico"> <title>Hotel El jard&iacute;n de Carrejo. Hotel sin humo.Carrejo, Cantabria, Espa&ntilde;a.</title> <body>
<meta name="description" content="Hotel en el campo con 12 habitaciones en la zona occidental de Cantabria"> <div id="layout">
<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"> <div id="cabecera">
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"> <div class="menu">
<style type="text/css"> <ul>
<!-- <li><a class="hide">Men&uacute;</a>
body { <!--[if lte IE 6]>
background-color: #FFFFFF; <a href="">Men&uacute;
} <table><tr><td>
.Estilo1 { <![endif]-->
color: #999999; <ul>
font-family: Verdana, Arial, Helvetica, sans-serif; <li><a title="El hotel" href="hotel.htm">El hotel</a></li>
font-weight: bold; <li><a title="El jard&iacute;n" href="jardin.htm">El jard&iacute;n</a></li>
font-size: 14px; <li><a title="Habitaciones" href="habitaciones.htm">Habitaciones</a></li>
} <li><a title="Desayunos y cenas" href="desayunos.htm">Desayunos y cenas</a></li>
.Estilo2 { <li><a title="Colecci&oacute;n de fotos" href="fotos.htm">Colecci&oacute;n de fotos</a></li>
color: #999999; <li><a title="Servicios" href="servicios.htm">Servicios</a></li>
font-family: Verdana, Arial, Helvetica, sans-serif; <li><a title="Actividades" href="quever.htm">Actividades</a></li>
font-size: 10px; <li><a title="Tarifas" href="reservasyprecios.htm">Tarifas</a></li>
} <li><a title="Situaci&oacute;n" href="llegar.htm">Situaci&oacute;n</a></li>
a:link { <li><a title="Ofertas" href="noticias.htm">Ofertas</a></li>
color: #333333; <li><a title="Enlaces" href="links.htm">Enlaces</a></li>
text-decoration: none; </ul>
} <!--[if lte IE 6]>
a:visited { </td></tr></table>
text-decoration: none; </a>
color: #333333; <![endif]-->
} </li>
a:hover { </ul>
text-decoration: none; </div>
color: #333333; </div>
} <div id="cuerpo" class="habitaciones">
a:active { <ul>
text-decoration: none; <li><a class="inicio" title="Inicio" href="index.htm">Hotel El Jard&iacute;n de Carrejo</a></li>
color: #333333; <li><a class="menu-principal" title="Volver al men&uacute; principal" href="inicio.htm">Men&uacute; principal</a></li>
} <li><a class="habitaciones" title="Las habitaciones" href="habitaciones0.htm">Habitaciones</a></li>
.Estilo3 { color: #333333; <li><a class="suites-jardin" title="Suites del jard&iacute;n" href="suitejardin.htm">Suites del jard&iacute;n</a></li>
font-family: Verdana, Arial, Helvetica, sans-serif; </ul>
font-weight: bold; </div>
font-size: 16px; <div id="pie">
} <span class="direccion">
--> <strong>Hotel Jard&iacute;n de Carrejo</strong> &middot; Hotel sin humos &middot; Cabez&oacute;n de la Sal, 39500 CANTABRIA &middot; Tel: 942701516 &middot; Fx: 942701871
</style> </span>
<script language="JavaScript" type="text/JavaScript"> <a class="email" href="mailto:info@eljardindecarrejo.com?subject=Informaci%O9n">@</a>
<!-- </div>
function MM_preloadImages() { //v3.0 </div>
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 <script type="text/javascript">
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/menuon.gif','imagenes/logo.gif','imagenes/fotosjardinon.gif','imagenes/descripjardin.gif','imagenes/habitacion.gif','imagenes/Suiteson.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/menuon.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/habitacion.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/Suiteson.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>Hotel Jard&iacute;n de Carrejo</strong> &middot; Hotel sin humos &middot; Cabez&oacute;n de la Sal, 39500 CANTABRIA &middot; Tel: 942701516 &middot; Fx: 942701871&middot;<strong><a href="#" onClick="MM_openBrWindow('mapaweb.htm','','toolbar=yes,width=250,height=500')"> mapa web</a></strong> </span></td>
<td height="20" align="right"><span class="Estilo3"><a href="mailto:info@eljardindecarrejo.com?SUBJECT=Informaci&#243;n">@</a></span></td>
</tr>
</table>
<script type="text/javascript">
var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www."); 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")); document.write(unescape("%3Cscript src='" + gaJsHost + "google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E"));
</script> </script>
<script type="text/javascript"> <script type="text/javascript">
try { try {
var pageTracker = _gat._getTracker("UA-9006771-1"); var pageTracker = _gat._getTracker("UA-9006771-1");
pageTracker._trackPageview(); pageTracker._trackPageview();
} catch(err) {} } catch(err) {}
</script>
</body> </body>
</html> </html>

View File

@ -20,7 +20,7 @@
<table><tr><td> <table><tr><td>
<![endif]--> <![endif]-->
<ul> <ul>
<li><a title="El hote" href="hotel.htm">El hotel</a></li> <li><a title="El hotel" href="hotel.htm">El hotel</a></li>
<li><a title="El jard&iacute;n" href="jardin.htm">El jard&iacute;n</a></li> <li><a title="El jard&iacute;n" href="jardin.htm">El jard&iacute;n</a></li>
<li><a title="Habitaciones" href="habitaciones.htm">Habitaciones</a></li> <li><a title="Habitaciones" href="habitaciones.htm">Habitaciones</a></li>
<li><a title="Desayunos y cenas" href="desayunos.htm">Desayunos y cenas</a></li> <li><a title="Desayunos y cenas" href="desayunos.htm">Desayunos y cenas</a></li>

Binary file not shown.

After

Width:  |  Height:  |  Size: 144 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 103 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.3 KiB

View File

@ -20,7 +20,7 @@
<table><tr><td> <table><tr><td>
<![endif]--> <![endif]-->
<ul> <ul>
<li><a title="El hote" href="hotel.htm">El hotel</a></li> <li><a title="El hotel" href="hotel.htm">El hotel</a></li>
<li><a title="El jard&iacute;n" href="jardin.htm">El jard&iacute;n</a></li> <li><a title="El jard&iacute;n" href="jardin.htm">El jard&iacute;n</a></li>
<li><a title="Habitaciones" href="habitaciones.htm">Habitaciones</a></li> <li><a title="Habitaciones" href="habitaciones.htm">Habitaciones</a></li>
<li><a title="Desayunos y cenas" href="desayunos.htm">Desayunos y cenas</a></li> <li><a title="Desayunos y cenas" href="desayunos.htm">Desayunos y cenas</a></li>
@ -60,7 +60,7 @@
<span class="direccion"> <span class="direccion">
<strong>Hotel Jard&iacute;n de Carrejo</strong> &middot; Hotel sin humos &middot; Cabez&oacute;n de la Sal, 39500 CANTABRIA &middot; Tel: 942701516 &middot; Fx: 942701871 <strong>Hotel Jard&iacute;n de Carrejo</strong> &middot; Hotel sin humos &middot; Cabez&oacute;n de la Sal, 39500 CANTABRIA &middot; Tel: 942701516 &middot; Fx: 942701871
</span> </span>
<a class="email" href="mailto:info@eljardindecarrejo.com?SUBJECT=Informaci&#243;n">@</a> <a class="email" href="mailto:info@eljardindecarrejo.com?subject=Informaci%O9n">@</a>
</div> </div>
</div> </div>

View File

@ -1,105 +1,70 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd"> <!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"> <html xmlns="http://www.w3.org/1999/xhtml">
<head> <head>
<link rel="shortcut icon" href="imagenes/favicon.ico"/>
<title>Hotel El jard&iacute;n de Carrejo. Hotel sin humo.Carrejo, Cantabria, Espa&ntilde;a.</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"/>
<link href="css/estilos.css" rel="stylesheet" type="text/css" media="screen" />
</head>
<link rel="shortcut icon" href="imagenes/favicon.ico"> <title>Hotel El jard&iacute;n de Carrejo. Hotel sin humo.Carrejo, Cantabria, Espa&ntilde;a.</title> <body>
<meta name="description" content="Hotel en el campo con 12 habitaciones en la zona occidental de Cantabria"> <div id="layout">
<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"> <div id="cabecera">
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"> <div class="menu">
<style type="text/css"> <ul>
<!-- <li><a href="" class="hide">Men&uacute;</a>
body { <!--[if lte IE 6]>
background-color: #FFFFFF; <a href="">Men&uacute;
} <table><tr><td>
.Estilo1 { <![endif]-->
color: #999999; <ul>
font-family: Verdana, Arial, Helvetica, sans-serif; <li><a title="El hotel" href="hotel.htm">El hotel</a></li>
font-weight: bold; <li><a title="El jard&iacute;n" href="jardin.htm">El jard&iacute;n</a></li>
font-size: 14px; <li><a title="Habitaciones" href="habitaciones.htm">Habitaciones</a></li>
} <li><a title="Desayunos y cenas" href="desayunos.htm">Desayunos y cenas</a></li>
.Estilo2 { <li><a title="Colecci&oacute;n de fotos" href="fotos.htm">Colecci&oacute;n de fotos</a></li>
color: #999999; <li><a title="Servicios" href="servicios.htm">Servicios</a></li>
font-family: Verdana, Arial, Helvetica, sans-serif; <li><a title="Actividades" href="quever.htm">Actividades</a></li>
font-size: 10px; <li><a title="Tarifas" href="reservasyprecios.htm">Tarifas</a></li>
} <li><a title="Situaci&oacute;n" href="llegar.htm">Situaci&oacute;n</a></li>
a:link { <li><a title="Ofertas" href="noticias.htm">Ofertas</a></li>
color: #333333; <li><a title="Enlaces" href="links.htm">Enlaces</a></li>
text-decoration: none; </ul>
} <!--[if lte IE 6]>
a:visited { </td></tr></table>
text-decoration: none; </a>
color: #333333; <![endif]-->
} </li>
a:hover { </ul>
text-decoration: none; </div>
color: #333333; </div>
} <div id="cuerpo" class="eljardin">
a:active { <ul>
text-decoration: none; <li><a class="inicio" title="Inicio" href="index.htm">Hotel El Jard&iacute;n de Carrejo</a></li>
color: #333333; <li><a class="menu-principal" title="Volver al men&uacute; principal" href="inicio.htm">Men&uacute; principal</a></li>
} <li><a class="descripcion" title="Descripci&oacute;n" href="textojardin.htm">Descripci&oacute;n</a></li>
.Estilo3 { color: #333333; <li><a class="fotos" title="Fotos del hotel" href="fotosjardin.htm">Fotos</a></li>
font-family: Verdana, Arial, Helvetica, sans-serif; </ul>
font-weight: bold; </div>
font-size: 16px; <div id="pie">
} <span class="direccion">
--> <strong>Hotel Jard&iacute;n de Carrejo</strong> &middot; Hotel sin humos &middot; Cabez&oacute;n de la Sal, 39500 CANTABRIA &middot; Tel: 942701516 &middot; Fx: 942701871
</style> </span>
<script language="JavaScript" type="text/JavaScript"> <a class="email" href="mailto:info@eljardindecarrejo.com?subject=Informaci%O9n">@</a>
<!-- </div>
function MM_preloadImages() { //v3.0 </div>
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 <script type="text/javascript">
var p,i,x; if(!d) d=document; if((p=n.indexOf("?"))>0&&parent.frames.length) { var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www.");
d=parent.frames[n.substring(p+1)].document; n=n.substring(0,p);} document.write(unescape("%3Cscript src='" + gaJsHost + "google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E"));
if(!(x=d[n])&&d.all) x=d.all[n]; for (i=0;!x&&i<d.forms.length;i++) x=d.forms[i][n]; </script>
for(i=0;!x&&d.layers&&i<d.layers.length;i++) x=MM_findObj(n,d.layers[i].document); <script type="text/javascript">
if(!x && d.getElementById) x=d.getElementById(n); return x; try {
} var pageTracker = _gat._getTracker("UA-9006771-1");
pageTracker._trackPageview();
function MM_swapImgRestore() { //v3.0 } catch(err) {}
var i,x,a=document.MM_sr; for(i=0;a&&i<a.length&&(x=a[i])&&x.oSrc;i++) x.src=x.oSrc; </script>
}
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="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/menuon.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/descripjardin.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/fotosjardinon.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>Hotel Jard&iacute;n de Carrejo</strong> &middot; Hotel sin humos &middot; Cabez&oacute;n de la Sal, 39500 CANTABRIA &middot; Tel: 942701516 &middot; Fx: 942701871 &middot;</span></td>
<td height="20" align="right"><span class="Estilo3"><a href="mailto:info@eljardindecarrejo.com?SUBJECT=Informaci&#243;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> </body>
</html> </html>

View File

@ -20,7 +20,7 @@
<table><tr><td> <table><tr><td>
<![endif]--> <![endif]-->
<ul> <ul>
<li><a title="El hote" href="hotel.htm">El hotel</a></li> <li><a title="El hotel" href="hotel.htm">El hotel</a></li>
<li><a title="El jard&iacute;n" href="jardin.htm">El jard&iacute;n</a></li> <li><a title="El jard&iacute;n" href="jardin.htm">El jard&iacute;n</a></li>
<li><a title="Habitaciones" href="habitaciones.htm">Habitaciones</a></li> <li><a title="Habitaciones" href="habitaciones.htm">Habitaciones</a></li>
<li><a title="Desayunos y cenas" href="desayunos.htm">Desayunos y cenas</a></li> <li><a title="Desayunos y cenas" href="desayunos.htm">Desayunos y cenas</a></li>
@ -48,8 +48,7 @@
<li><a class="fotos" title="Fotos del hotel" href="fotoshotel.htm">Fotos</a></li> <li><a class="fotos" title="Fotos del hotel" href="fotoshotel.htm">Fotos</a></li>
</ul> </ul>
<pre class="clear"> <pre class="clear seccion1">
Hotel de ***, Casona de Cantabria, miembro Hotel de ***, Casona de Cantabria, miembro
del Club de Calidad de Cantabria. del Club de Calidad de Cantabria.
@ -61,7 +60,8 @@ Estrat&eacute;gicamente situado para visitar toda la regi&oacute;n.
Entre el valle de Cabuerniga y Parque Natural del Saja-Besaya Entre el valle de Cabuerniga y Parque Natural del Saja-Besaya
al interior y la Costa donde el Parque Natural de Oyambre al interior y la Costa donde el Parque Natural de Oyambre
separa a San Vicente de la Barquera y Comillas. separa a San Vicente de la Barquera y Comillas.
</pre>
<pre class="clear seccion2">
Dentro de una finca de 30.000m2, un hermoso jard&iacute;n que invita a pasear entre espl&eacute;ndidos Dentro de una finca de 30.000m2, un hermoso jard&iacute;n que invita a pasear entre espl&eacute;ndidos
ejemplares de sequoias, arces, cedros, olmos, nogales, tilos, abedules...etc.... esta el edificio ejemplares de sequoias, arces, cedros, olmos, nogales, tilos, abedules...etc.... esta el edificio
@ -75,7 +75,7 @@ antiguamente fue gallinero y con los a&ntilde;os fue cambiando de uso, ahora, do
<span class="direccion"> <span class="direccion">
<strong>Hotel Jard&iacute;n de Carrejo</strong> &middot; Hotel sin humos &middot; Cabez&oacute;n de la Sal, 39500 CANTABRIA &middot; Tel: 942701516 &middot; Fx: 942701871 <strong>Hotel Jard&iacute;n de Carrejo</strong> &middot; Hotel sin humos &middot; Cabez&oacute;n de la Sal, 39500 CANTABRIA &middot; Tel: 942701516 &middot; Fx: 942701871
</span> </span>
<a class="email" href="mailto:info@eljardindecarrejo.com?SUBJECT=Informaci&#243;n">@</a> <a class="email" href="mailto:info@eljardindecarrejo.com?subject=Informaci%O9n">@</a>
</div> </div>
</div> </div>

View File

@ -1,102 +1,56 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd"> <!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"> <html xmlns="http://www.w3.org/1999/xhtml">
<head> <head>
<link rel="shortcut icon" href="imagenes/favicon.ico"/>
<title>Hotel El jard&iacute;n de Carrejo. Hotel sin humo.Carrejo, Cantabria, Espa&ntilde;a.</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"/>
<link href="css/estilos.css" rel="stylesheet" type="text/css" media="screen" />
</head>
<title>Hotel El jard&iacute;n de Carrejo. Hotel sin humos. Jard&iacute;n.Carrejo, Cantabria, Espa&ntilde;a.</title> <body>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"> <div id="layout">
<style type="text/css"> <div id="cabecera">
<!-- <div class="menu">
body { <ul>
background-color: #FFFFFF; <li><a href="" class="hide">Men&uacute;</a>
} <!--[if lte IE 6]>
.Estilo1 { <a href="">Men&uacute;
color: #999999; <table><tr><td>
font-family: Verdana, Arial, Helvetica, sans-serif; <![endif]-->
font-weight: bold; <ul>
font-size: 14px; <li><a title="El hotel" href="hotel.htm">El hotel</a></li>
} <li><a title="El jard&iacute;n" href="jardin.htm">El jard&iacute;n</a></li>
.Estilo2 { <li><a title="Habitaciones" href="habitaciones.htm">Habitaciones</a></li>
color: #999999; <li><a title="Desayunos y cenas" href="desayunos.htm">Desayunos y cenas</a></li>
font-family: Verdana, Arial, Helvetica, sans-serif; <li><a title="Colecci&oacute;n de fotos" href="fotos.htm">Colecci&oacute;n de fotos</a></li>
font-size: 10px; <li><a title="Servicios" href="servicios.htm">Servicios</a></li>
} <li><a title="Actividades" href="quever.htm">Actividades</a></li>
.Estilo3 { <li><a title="Tarifas" href="reservasyprecios.htm">Tarifas</a></li>
font-family: Georgia, "Times New Roman", Times, serif; <li><a title="Situaci&oacute;n" href="llegar.htm">Situaci&oacute;n</a></li>
font-size: 12px; <li><a title="Ofertas" href="noticias.htm">Ofertas</a></li>
color: #666666; <li><a title="Enlaces" href="links.htm">Enlaces</a></li>
a:link { </ul>
color: #333333; <!--[if lte IE 6]>
text-decoration: none; </td></tr></table>
} </a>
a:visited { <![endif]-->
text-decoration: none; </li>
color: #333333; </ul>
} </div>
a:hover { </div>
text-decoration: none; <div id="cuerpo" class="eljardin">
color: #333333; <ul>
} <li><a class="inicio" title="Inicio" href="index.htm">Hotel El Jard&iacute;n de Carrejo</a></li>
a:active { <li><a class="menu-principal" title="Volver al men&uacute; principal" href="inicio.htm">Men&uacute; principal</a></li>
text-decoration: none; <li><a class="menu-elhotel" title="Volver al men&uacute; del hotel" href="hotel.htm">Descripci&oacute;n</a></li>
color: #333333; <li><a class="fotos" title="Fotos del hotel" href="fotoshotel.htm">Fotos</a></li>
} </ul>
.Estilo4 { color: #333333;
font-family: Verdana, Arial, Helvetica, sans-serif; <pre class="clear seccion1">
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 30.000 m2 de jard&iacute;n, con praderas, r&iacute;o, puentes, antiguas piscinas de cr&iacute;a de truchas,
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/menuon.gif','imagenes/logo.gif','imagenes/menualjardin.gif','imagenes/fotosjardinon.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/menuon.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/menualjardin.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/fotosjardinon.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>&nbsp;</p>
<pre class="Estilo3">30.000 m2 de jard&iacute;n, con praderas, r&iacute;o, puentes, antiguas piscinas de cr&iacute;a de truchas,
&aacute;rboles singulares y de multitud de especies. &aacute;rboles singulares y de multitud de especies.
<strong>Espacio para todos los gustos, </strong>campo de pr&aacute;cticas de Golf; chipping y aproaching , <strong>Espacio para todos los gustos, </strong>campo de pr&aacute;cticas de Golf; chipping y aproaching ,
@ -104,21 +58,33 @@ rincones tranquilos,
Una peque&ntilde;a huerta para suministro de los desayunos y cenas. Una peque&ntilde;a huerta para suministro de los desayunos y cenas.
Un espacio de juego para los ni&ntilde;os con columpios y arenero. Un espacio de juego para los ni&ntilde;os con columpios y arenero.
Juegos al aire libre; ajedrez gigante, badminton, ping-pong.</pre> Juegos al aire libre; ajedrez gigante, badminton, ping-pong.</pre>
<pre class="Estilo3"><strong> Arboles singulares </strong>y de multitud de especies : Sequoias, <pre class="clear seccion2">
Cedros, Nogales, Robles, Sauces,Manzanos, Cerezos y ciruelos, <strong>Arboles singulares </strong>y de multitud de especies : Sequoias,
Perales, Casta&ntilde;os, Tilos, Alamos y chopos, Acebos, Arces, Cedros, Nogales, Robles, Sauces,Manzanos, Cerezos y ciruelos,
Palmeras, Higueras, Cipreses, Tejos, Cornejos, etc... Perales, Casta&ntilde;os, Tilos, Alamos y chopos, Acebos, Arces,
Palmeras, Higueras, Cipreses, Tejos, Cornejos, etc...
Magnolias, Laureles, Bojs, Avellanos, Abedules, Hayas,
Criptomer&iacute;as, Carpes, Fresnos, </pre> Magnolias, Laureles, Bojs, Avellanos, Abedules, Hayas,
</td> Criptomer&iacute;as, Carpes, Fresnos...
</tr> </pre>
</table> </div>
<table width="794" border="0" align="center" cellpadding="0" cellspacing="1"> <div id="pie">
<tr> <span class="direccion">
<td width="760" height="20"><span class="Estilo2"> <strong>Hotel Jard&iacute;n de Carrejo</strong> &middot; Hotel sin humos &middot; Cabez&oacute;n de la Sal, 39500 CANTABRIA &middot; Tel: 942701516 &middot; Fx: 942701871 &middot; <strong><a href="#" onClick="MM_openBrWindow('mapaweb.htm','','toolbar=yes,width=250,height=500')">mapa web</a></strong></span></td> <strong>Hotel Jard&iacute;n de Carrejo</strong> &middot; Hotel sin humos &middot; Cabez&oacute;n de la Sal, 39500 CANTABRIA &middot; Tel: 942701516 &middot; Fx: 942701871
<td height="20" align="right"><span class="Estilo4"><a href="mailto:info@eljardindecarrejo.com?SUBJECT=Informaci&#243;n">@</a></span></td> </span>
</tr> <a class="email" href="mailto:info@eljardindecarrejo.com?subject=Informaci%O9n">@</a>
</table> </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> </body>
</html> </html>