html {
	background: #1a3f6c;
}

/* Hides from IE5-mac \*/
* html p {height: 1%;}
/* End hide from IE5-mac */

body {
	font-family: verdana, arial, helvetica, sans-serif;
	background: #1a3f6c;
	height: 100%;
	margin: 0;
	padding: 0;
}

#container {
	background: #1a3f6c url(../images/body_bg2.png) top center repeat-y;
	margin: 0 auto;
	width: 800px;
	padding: 0 20px;
}

#main-title a {
	display: block;
	width: 800px;
	height: 59px;
	float: right;
	background: url(../images/header_bg.jpg) center top no-repeat;
}

#main-title span {
	display: none;
}

#header-image {
	background: #1a3f6c url(../images/fachada_header.jpg) left top no-repeat;
	height: 177px;
	width: 800px;
	border-top: 2px #faaf01 solid;
	border-bottom: 2px #faaf01 solid;
	display: block;
}


body.hostal #header-image {
	background: transparent url(../images/cabecera_hostal2.jpg) top right repeat-y;
}

body.entorno #header-image {
	background: transparent url(../images/cabecera_entorno.jpg) top right repeat-y;
}

body.enlaces #header-image {
	background: transparent url(../images/cabecera_enlaces.jpg) top right repeat-y;
}

body.contacto #header-image {
	background: transparent url(../images/cabecera_contacto.jpg) top right repeat-y;
}

#navbar {
	margin-bottom: 0;
	font-size: .65em;
	text-align: center;
	margin-top: 0;
	padding: 10px;
	font-weight: bold;
	background-color: #333333;
	color: #ffffff;
	word-spacing: 8px;
	border-bottom: 1px #faaf01 solid;
	text-transform: uppercase;
}

#navbar a:link,#navbar a:visited {
	color: #ffffff;
	word-spacing: none;
}

#navbar a.current {
	color: #faaf01;
}

#navbar a:hover {
	color: #faaf01;
	text-decoration: underline;
}

.subnav {
	text-align: center;
	margin: 0;
	background: #333;
	padding: 5px 0;
	border-bottom: 2px #faaf01 solid;
	border-top: 1px #faaf01 solid;
	font-size: 110%;
}

.subnav li {
	display: inline;
	margin-right: 20px;
}

#headline {
	font-size: .65em;
	text-align: justify;
	background-color: #f2f2f2;
	padding: 6px 0;
}

p.byline {
	text-align: right;
	margin-bottom: 0;
}

h1 {
	font-size: .8em;
	padding-bottom: 3px;
	padding-top: 13px;
	padding-left: 50px;
	padding-right: 0;
	color: #000000;
	border-bottom: 1px #faaf01 solid;
	letter-spacing: 5px;
	font-weight: bold;
	background-color: #F2F2F2;
	margin-top: 0;
	margin-bottom: 0;
}

#body { 
	background: #fff;
}

#main-text {
	margin-top: 0;
	padding-bottom: 20px;
	font-size: .7em;
	line-height: 1.8em;
	background-color: #ffffff;
	width: 800px;
}

#main-text p,
#main-text dl,
#main-text pre {
	text-align: justify;
	margin: 0 50px; 
	padding: 10px 0;	
}

#main-text pre {
    font-family: verdana, arial, helvetica, sans-serif;
}

#main-text p {
	padding: 10px 0;
}

h2 {
	color: #000000;
	border-bottom: 1px #000000 solid;
	letter-spacing: 2px;
	font-size: 1em;
	margin: 5px 50px 10px 50px;
	clear: both;
	padding: 10px 0 3px 0;
}

ol,ul {
	margin: 0;
	padding-left: 70px;
	list-style: disc;
}

p,ul,ol,table {
	margin-bottom: 10px;
}

a:link,a:visited {
	text-decoration: none;
	font-weight: bold;
	color: #faaf01;
}

a:hover {
	text-decoration: underline;
}

#footer {
	text-align: center;
	font-size: 11px;
	background: #1a3f6c url(../images/footer_bg2.png) bottom no-repeat;
	color: #ffffff;
	font-weight: bold;
	clear: both;
	height: 90px;
	display: block;
}

#footer a:link,#footer a:visited {
	color: #ffffff;
	text-decoration: none;
}

#footer a:hover {
	text-decoration: underline;
	color: #ffffff;
}

#footer-content {
	border-top: 2px #faaf01 solid;
	margin: 0 auto;
	padding: 10px 30px;
	width: 740px;
}

.right {
	float: right;
	text-align: right;
	width: 50%;
}

.left {
	float: left;
	text-align: left;
}

.right h3 {
	margin-top: 0px;
	font-size: 90%;
}

#main-text img {
	margin: 10px 10px 10px 50px;
	padding: 5px;
	border: 3px solid #ddd;
}

#main-text a:hover img {
	border-color: #faaf01;
}

.calendarios {
	margin: 0 auto;
}

.calendarios tr {
	vertical-align: top;
}

.calendar {
	border: 1px solid #ccc;
	margin: 30px 10px;
}

.calendar td, 
.calendar th {
	padding: 1px 4px;
	text-align: right;
	width: 20px;
}

.calendar th {
	text-align: center;
}

.calendar .monthName {
	background: #aaa;
	color: #fff;
	text-align: center ! important;
}

.calendar .dayName {
	background: #bebebe;
	color: #fff;
}

.calendar .otherMonth {
	color: #ddd ! important;
}

.calendar .weekendDay,
.calendar .holiday {
	color: #9e4c4e;
}

.legend {
	margin: 0 auto;
	text-align: center;
}

.legend .temporadaAlta span,
.calendar .temporadaAlta {
	background: #f0eab3 ! important;
}

.legend .temporadaMedia span,
.calendar .temporadaMedia {
	background: #c2d58e ! important;
}

.legend  span {
	padding: 3px 10px;
	margin-right: 10px;
	border: 1px solid #ccc;
}

.legend div {
	display: inline;
	margin-left: 20px;
}


.tarifas {
	margin: 20px auto;
    empty-cells: hide;
}

.tarifas .empty {
	border-top: 0;
	border-left: 0;
}


.tarifas th,
.tarifas td {
	border: 1px solid #aaa;
}

.tarifas tbody td {
	padding: 3px 20px 3px 5px;
	text-align: right;
}

.tarifas tfoot td {
	padding: 2px 5px;
	background: #ddd;
}

form {

	width: 200px;
	margin: 0 auto;
}

.button {
	background: #faaf01;
	color: #fff;
	font-weight: bold;
}

.figure {
	text-align: center;
}

.flotante {
	float: right;
}

/* -- Tips and Tricks (http://www.positioniseverything.net/easyclearing.html) -- */

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {display: inline-table;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */
