2010-01-25 11:16:36 +00:00
|
|
|
@import "reset.css";
|
|
|
|
|
@import "paginas.css";
|
|
|
|
|
|
|
|
|
|
html {
|
|
|
|
|
color: #000;
|
|
|
|
|
font-family: Verdana,Arial,Helvetica,Geneva,Swiss,SunSans-Regular;
|
|
|
|
|
font-size: 10px;
|
|
|
|
|
font-weight: normal;
|
|
|
|
|
background-color: #ac009e;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
body {
|
|
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
a {
|
2010-02-02 09:16:52 +00:00
|
|
|
color:#ac009e;
|
2010-01-25 11:16:36 +00:00
|
|
|
font-weight:bold;
|
|
|
|
|
text-decoration:none;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
a:hover {
|
2010-02-02 09:16:52 +00:00
|
|
|
color: #C6F;
|
2010-01-25 11:16:36 +00:00
|
|
|
font-weight:bold;
|
|
|
|
|
text-decoration:none;
|
|
|
|
|
}
|
|
|
|
|
|
2010-02-02 09:16:52 +00:00
|
|
|
ul {
|
|
|
|
|
list-style: inside;
|
|
|
|
|
margin: 5px 0;
|
|
|
|
|
}
|
2010-01-25 11:16:36 +00:00
|
|
|
|
2010-02-02 09:16:52 +00:00
|
|
|
li {
|
|
|
|
|
margin: 5px 0;
|
|
|
|
|
}
|
2010-01-25 11:16:36 +00:00
|
|
|
|
2010-02-02 09:16:52 +00:00
|
|
|
h2 {
|
|
|
|
|
color:#FBA90F;
|
|
|
|
|
font-family:Verdana,Arial,Helvetica,Geneva,Swiss,SunSans-Regular;
|
|
|
|
|
font-size:18px;
|
|
|
|
|
font-weight:bold;
|
|
|
|
|
}
|
2010-01-25 11:16:36 +00:00
|
|
|
|
2010-02-02 09:16:52 +00:00
|
|
|
strong {
|
|
|
|
|
font-weight: bold;
|
|
|
|
|
}
|
2010-01-25 11:16:36 +00:00
|
|
|
|
|
|
|
|
#layout {
|
|
|
|
|
margin: 0;
|
|
|
|
|
width: 100%;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
#header {
|
|
|
|
|
width: 100%;
|
|
|
|
|
height: 50px;
|
|
|
|
|
background-color: #fba90f;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
#header h1 {
|
|
|
|
|
float: left;
|
|
|
|
|
}
|
|
|
|
|
|
2010-02-02 09:16:52 +00:00
|
|
|
#header h1 a {
|
|
|
|
|
display: block;
|
2010-04-19 08:10:17 +00:00
|
|
|
width: 270px;
|
2010-02-02 09:16:52 +00:00
|
|
|
height: 0px;
|
|
|
|
|
overflow: hidden;
|
|
|
|
|
padding: 50px 0 0 0;
|
2010-04-19 08:10:17 +00:00
|
|
|
background: #fba90f url(images/logo-casona-hermosa.jpg) no-repeat;
|
2010-02-02 09:16:52 +00:00
|
|
|
}
|
2010-01-25 11:16:36 +00:00
|
|
|
|
2010-04-19 08:10:17 +00:00
|
|
|
#header .direccion {
|
|
|
|
|
font-size: 11px;
|
|
|
|
|
color: #fff;
|
|
|
|
|
font-style:italic;
|
|
|
|
|
font-weight: bold;
|
|
|
|
|
padding-top: 10px;
|
2010-01-25 11:16:36 +00:00
|
|
|
}
|
|
|
|
|
|
2010-04-19 08:10:17 +00:00
|
|
|
#header .direccion a {
|
|
|
|
|
color: #fff;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
#header .direccion a:hover {
|
|
|
|
|
color: #C6F;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
#header .reserva-online {
|
|
|
|
|
float: right;
|
|
|
|
|
left: 660px;
|
|
|
|
|
position: absolute;
|
|
|
|
|
top: 6px;
|
2010-01-25 11:16:36 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
#menu {
|
|
|
|
|
clear: both;
|
|
|
|
|
width: 100%;
|
|
|
|
|
height: 20px;
|
|
|
|
|
background-color: #000;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
#menu .idioma {
|
|
|
|
|
float: left;
|
|
|
|
|
}
|
|
|
|
|
|
2010-02-02 09:16:52 +00:00
|
|
|
ul.menu {
|
|
|
|
|
background-color: #000;
|
|
|
|
|
margin: 5px 0 0 20px;
|
|
|
|
|
float: left;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.menu li {
|
|
|
|
|
padding: 0 5px;
|
|
|
|
|
list-style: none;
|
|
|
|
|
display: inline;
|
|
|
|
|
color: #fff;
|
|
|
|
|
text-align: center;
|
|
|
|
|
border-right: 1px solid #fff;
|
|
|
|
|
}
|
2010-01-25 11:16:36 +00:00
|
|
|
|
2010-02-02 09:16:52 +00:00
|
|
|
.menu a {
|
|
|
|
|
color: #FBA90F;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.menu a:hover {
|
|
|
|
|
color:#FFE294;
|
|
|
|
|
}
|
2010-01-25 11:16:36 +00:00
|
|
|
|
|
|
|
|
#content {
|
|
|
|
|
clear: both;
|
|
|
|
|
}
|
2010-02-02 09:16:52 +00:00
|
|
|
#content span.navegacion {
|
|
|
|
|
margin: 0;
|
|
|
|
|
padding: 0;
|
|
|
|
|
text-align: center;
|
|
|
|
|
background-color: #fff;
|
|
|
|
|
text-transform:none;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
#content .atras {
|
|
|
|
|
float: left;
|
|
|
|
|
}
|
2010-01-25 11:16:36 +00:00
|
|
|
|
2010-02-02 09:16:52 +00:00
|
|
|
#content .adelante {
|
|
|
|
|
float: right;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
#content .centro {
|
|
|
|
|
margin: 0 auto;
|
|
|
|
|
}
|
2010-01-25 11:16:36 +00:00
|
|
|
|
|
|
|
|
#footer {
|
2010-02-02 09:54:16 +00:00
|
|
|
margin-left: 15px;
|
2010-01-25 11:16:36 +00:00
|
|
|
}
|
2010-01-25 11:12:44 +00:00
|
|
|
|
2010-02-02 09:54:16 +00:00
|
|
|
#footer a {
|
|
|
|
|
color: #FBA90F;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
#footer a:hover {
|
|
|
|
|
color: #ffe294;
|
|
|
|
|
}
|
2010-04-19 08:10:17 +00:00
|
|
|
|
|
|
|
|
#footer .hello-cantabria {
|
|
|
|
|
margin-left: 13px;
|
|
|
|
|
float: left;
|
|
|
|
|
width: 137px;
|
|
|
|
|
height: 50px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
#footer .club-calidad {
|
|
|
|
|
float: left;
|
|
|
|
|
width: 152px;
|
|
|
|
|
height: 50px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
#footer .facebook {
|
|
|
|
|
float: left;
|
|
|
|
|
left: 105px;
|
|
|
|
|
position: relative;
|
|
|
|
|
top: 11px;
|
|
|
|
|
}
|
|
|
|
|
|