/* Base */

body, table, td, th, input, textarea, select, option, button, p, label, div, ul, li, a {
	font-size: 12px;
	font-family: Verdana, Arial, sans-serif;
}

body {
	background-color: #f9f8f8;
	color: inherit;
	margin: 0px;
	background: url('../img/background.jpg') repeat;
}

/* Language selection */

body.langSelection {
	margin-top: 10px;
	background-image: none;
	background-color: #f0f0f0;
}

#langSelection {
	position: relative;
	margin: auto;
	width: 710px;
	height: 800px;
}

#langSelection #banner {
	margin-bottom: 10px;
	text-align: center;
}

#langSelection #row {
}

#langSelection #es {
	position: absolute;
	left: 85px;
	top: 290px;
}

#langSelection #fr {
	position: absolute;
	left: 235px;
	top: 290px;
}

#langSelection #de {
	position: absolute;
	left: 385px;
	top: 290px;
}

#langSelection #en {
	position: absolute;
	left: 535px;
	top: 290px;
}

#langSelection img.label {
	width: 88px;
	height: 164px;
	border: 0px;
}

/* Common styles */

img.calendar {
	width: 19px;
	height: 18px;
	border: 0;
	cursor: pointer;
	vertical-align: middle;
}

#outer-main-frame {
	position: relative;
	margin: auto;
	z-index: 1;
	width: 1073px;
	border-width: 0px 1px;
	border-bottom-width: 1px;
	border-color: white;
	border-style: solid;
}

#outer-main {
	position: relative;
	width: 1073px;
	margin: auto;
	z-index: 1;
}

#inner-main {
	position: relative;
	width: 1060px;
	height: 500;
	margin: auto;
	z-index: 3;
	text-align: center;
}

#web {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: white;
	filter: alpha(opacity=30);
	-moz-opacity: 0.3;
	-khtml-opacity: 0.3;
	opacity: 0.3;
	overflow: hidden;
	z-index: 2;
}

/* Main layout */

#inner-main #header {
	margin-bottom: 10px;
}

#inner-main #main {
}

#inner-main img.header {
	width: 918px;
	height: 106px;
	border: 0px;
}

#inner-main #main img.main {
	width: 918px;
	height: 287px;
	border: 0px;
}

#inner-main #main img.main2 {
	width: 918px;
	height: 278px;
	border: 0px;
}

#footer {
	position: relative;
	padding: 10px 0px;
	text-align: center;
	margin: auto;
	width: 918px;
}

#body {
	/* background: url("../img/bottom.png") white bottom center no-repeat; */
	width: 916px;
	margin: auto;
	text-align: left;
	border: 1px solid white;
}

/* Offers */

#body #offers {
	position: relative;
	float: right;
	width: 308px;
	margin-top: 20px;
}

#body #offers div.offer {
	position: relative;
	margin: 20px;
	vertical-align: top;
	font-size: 14px;
}

#body #offers div.offer a {
	text-decoration: none;
	
}

#body #offers table.offer td {
	vertical-align: top;
	font-size: 14px;
	font-family: "Trajan Pro", "Times New Roman", serif;
	font-weight: bold;
	text-transform: uppercase;
	color: #807e7e;
	background-color: inherit;
}

#body div.offer img.thumbnail {
	width: 87px;
	height: 59px;
	border: 0px;
}

/* Reservations */

#body #tariffs {
	position: relative;
	float: right;
	width: 530px;
	padding: 20px;
}

#body #reservations {
	margin-right: 550px;
	padding: 20px;
	min-height: 320px;
}

#body #reservations div {
	margin-bottom: 10px;
}

#body #reservations table {
	border-spacing: 0px;
	border-collapse: collapse;
	border-width: 0px;
}

#body #reservations table.title {
	margin-bottom: 10px;
}

#body #reservations table.title td {
	font-size: 19px;
	font-family: "Trajan Pro", "Times New Roman", serif;
	color: #585f5e;
	background-color: inherit;
	vertical-align: middle;
	padding: 0px;
}

#body #reservations table.title td.left {
	width: 5px;
	height: 25px;
}

#body #reservations table.title td.middle {
	background: url('../img/reservas/title_middle.png') repeat-x left;
	height: 25px;
	padding-left: 5px;
}

#body #reservations table.title td.right {
	width: 5px;
	height: 25px;
}

#body #reservations #title img.left {
	width: 5px;
	height: 25px;
	border: 0px;
}

#body #reservations #title img.right {
	width: 5px;
	height: 25px;
	border: 0px;
}

#body #reservations span.bold {
	font-weight: bold;
}

#body #reservations img.calendar {
	width: 19px;
	height: 18px;
	border: 0px;
	margin-left: 5px;
}

#body #reservations button {
	cursor: pointer;
	padding: 1px 10px;
	color: #000;
	background-color: #bcb8e0;
	vertical-align: middle;
	border: 1px solid #827ac6;
}

#body #reservations button:hover {
	color: inherit;
	background-color: #b2addc;
}

#body #reservations div.intro {
}

#body #reservations div.intro2 {
	font-size: 12px;
	font-weight: bold;
	color: #82a1b9;
}

#body #reservations table.pricingList {
	border-spacing: 4px;
	border-collapse: separate;
	border-width: 0px;
	width: 300px;
}

#body #reservations table.pricingList td {
	padding: 3px;
	color: black;
	background-color: #ebeef2;
}

#body #reservations table.pricingList th {
	text-align: left;
	background-color: #cfd2d6;
	color: #797a81;
	font-weight: normal;
	padding: 3px;
}

#body #reservations div.summary {
	color: #c03434;
	background-color: inherit;
	margin-top: 10px;
}

#body #reservations div.item {
	margin-bottom: 2px;
}

#body #customerData {
	position: relative;
	float: right;
	width: 480px;
	padding: 10px;
	min-height: 320px;
	color: black;
	background-color: white;
	text-align: right;
	font-size: 11px;
}

#body #customerData table {
	color: #000;
	background-color: #ebeef2;
	border-spacing: auto;
	border-collapse: separate;
	border-width: 0px;
	width: 470px;
	float: right;
}

#body #customerData th {
	padding: 3px;
	text-align: left;
	color: #000;
	background-color: #c2c4c7;
	font-size: 11px;
}

#body #customerData td {
	padding: 3px;
	vertical-align: middle;
	white-space: nowrap;
	text-align: left;
	font-size: 11px;
}

#body #customerData td.field {
	text-align: right;
	width: 170px;
}

#body #customerData input, #body #customerData textarea {
	color: #000;
	background-color: white;
	padding: 1px;
	margin-right: 5px;
	width: 270px;
	font-size: 11px;
}

#body #customerData textarea {
	height: 75px;
	font-size: 11px;
}

#body #customerData button {
	cursor: pointer;
	padding: 1px 10px;
	color: #000;
	background-color: #bcb8e0;
	vertical-align: middle;
	border: 1px solid #827ac6;
	font-size: 11px;
}

#body #customerData button:hover {
	color: #000;
	background-color: #b2addc;
}


/* Tariffs in reservations option */

#body table.tariffs {
	width: 100%;
	border-spacing: 1px;
	border-collapse: separate;
	border-width: 0px;
}

#body table.tariffs td {
	padding: 3px;
	font-size: 11px;
}

#body table.tariffs td.header {
	font-size: 12px;
}

#body table.tariffs td.season {
	color: white;
	background-color: #6f8198;
}

#body table.tariffs td.dates {
	color: black;
	background-color: #dce2e9;
	font-size: 10px;
	vertical-align: top;
}

#body table.tariffs td.oneName {
	color: white;
	background-color: #bb8f94;
}

#body table.tariffs td.one {
	color: black;
	background-color: #e8cfd2;
}

#body table.tariffs td.twoName {
	color: white;
	background-color: #bbb78f;
}

#body table.tariffs td.two {
	color: black;
	background-color: #d6e2c2;
}

#body table.tariffs td.threeName {
	color: white;
	background-color: #8fbbb7;
}

#body table.tariffs td.three {
	color: black;
	background-color: #ebeef2;
}

#main #message {
	position: absolute;
	top: 230px;
	left: 350px;
	width: 550px;
	height: 90px;
	font-size: 19px;
	font-family: "Trajan Pro", "Times New Roman", serif;
	color: #6f8198;
	background-color: inherit;
	text-align: center;	
}

#body #reservationSummaryLeft {
	position: relative;
	float: left;
	width: 310px;
	padding: 20px;
	min-height: 300px;
}

#body #reservationSummaryRight {
	position: relative;
	width: 350px;
	margin-left: 350px;
	padding: 20px;
	min-height: 300px;
}

#body #reservationSummaryLeft div.summary {
	color: #c03434;
	background-color: inherit;
	margin: 10px 0px;
	font-weight: bold;
}

#body #reservationSummaryLeft div.item {
	margin-bottom: 2px;
}

#body #reservationSummaryRight div.summary {
	color: #c03434;
	background-color: inherit;
	margin: 10px 0px;
	font-weight: bold;
}

#body #reservationSummaryRight div.item {
	margin-bottom: 2px;
}


/* Content */

#body #content {
	margin-right: 309px;
	padding: 20px;
	min-height: 306px;
}

#body #content #title {
	position: relative;
	margin: 20px 0px;
}

/* Suboptions */

#body #content div.subtitle {
	font-size: 14px;
	font-weight: bold;
	color: #82a1b9;
}

#body #submenu {
	position: relative;
	float: left;
	width: 260px;
	text-align: center;
}

#body #separator {
	position: relative;
	float: left;
	width: 1px;
	margin-top: 10px;
}

#body #separator img.separator {
	width: 1px;
	height: 306px;
	border: 0px;
}

#body #submenu #title {
	position: relative;
	margin: 20px 0px;
}

#body #submenu div.option {
	position: relative;
	font-size: 15px;
	font-family: "Trajan Pro", "Times New Roman", serif;
	font-weight: normal;
	color: #d79527;
	background-color: inherit;
	text-align: right;
	padding: 5px 20px;
}

#body #submenu div.option a {
	text-decoration: none;
	color: #d79527;
	background-color: inherit;
}

#body #submenu div.option a:hover {
	color: white;
	background-color: inherit;
}

#body #submenu div.option img.arrow {
	width: 7px;
	height: 10px;
	border: 0px;
}

#body #submenu div.option span.arrow {
	padding-left: 3px;
}

#body #submenu table.albacora {
	width: 220px;
	border-spacing: auto;
	border-collapse: separate;
	border-width: 0px;
	margin: auto;
	margin-top: 10px;
}

#body #submenu table.albacora th {
	color: #d79527;
	background-color: #692a2a;
	font-weight: normal;
}

#body #submenu table.albacora td {
	color: white;
	background-color: #575353;	
}

#body #submenu table.albacora td.menu {
	text-align: left;
	padding-left: 3px;
}

#body #submenu table.albacora td.icon {
	width: 25px;
	text-align: center;
}

#body #submenu table.albacora img.pdf {
	width: 18px;
	height: 21px;
	border: 0px;
}

/* Messages to the user */

#body div.message {
	position: relative;
	font-weight: bold;
	color: black;
	background-color: inherit;
	text-align: left;
	padding: 30px 10px;
}

/* Menu */

#inner-main #menu {
	width: 918px;
	border-spacing: 0px;
	border-collapse: collapse;
	border-width: 0px;
	margin: auto;
}

#inner-main #menu td {
	padding: 0px;
}

/* Content for hotel, restauracion, golf, eventos and ofertas */

#body #content2 {
	position: relative;
	margin-left: 261px;
	padding: 20px;
	min-height: 306px;
	color: white;
	background-color: transparent;
	vertical-align: top;
}

#body #content2 div.offer {
	position: relative;
	float: left;
	width: 250px;
	margin: 15px;
	font-size: 14px;
}

#body #content2 img.gallery {
	width: 340px;
	height: 250px;
	border: 0px;
}

#body #content2 img.gallery2 {
	width: 450px;
	height: 270px;
	border: 0px;
}

#body #content2 a.gallery, #body #content2 span.gallery {
	text-decoration: none;
	color: #d79527;
	background-color: inherit;
}

#body #content2 a.gallery:hover {
	color: white;
	background-color: inherit;
}

#body #content table.offer td {
	vertical-align: top;
}

/* Contact */

#body #contact {
	position: relative;
	margin-left: 300px;
	padding: 15px;
	min-height: 300px;
	color: black;
	background-color: transparent;
	text-align: right;
}

#body #contact table {
	color: #125692;
	background-color: inherit;
	border-spacing: auto;
	border-collapse: separate;
	border-width: 0px;
	float: right;
}

#body #contact td {
	padding: 5px;
	vertical-align: top;
	white-space: nowrap;
}

#body #contact input, #body #contact textarea {
	border: 1px solid #d4e7f8;
	color: #000;
	background-color: #d4e7f8;
	padding: 3px;
	width: 360px;
}

#body #contact textarea {
	height: 75px;
}

#body #contact button {
	cursor: pointer;
	padding: 1px 10px;
	color: #000;
	background-color: #bcb8e0;
	vertical-align: middle;
	border: 1px solid #827ac6;
}

#body #contact button:hover {
	color: inherit;
	background-color: #b2addc;
}

/* Offer detail */

#body #content2 #offerDetail {
}

#body #content2 #offerDetail a {
	text-decoration: none;
}

#body #content2 #offerDetail img.offerImage {
	width: 261px;
	height: 191px;
	border: 0px;
}

#body #content2 #offerDetail div.offerTitle {
	margin: 5px;
	font-weight: bold;
	font-size: 14px;
	color: #b68129;
	background-color: inherit;
}

#body #content2 #offerDetail div.offerDescription {
	margin: 5px;
	font-weight: bold;
}

#body #content2 #offerDetail div.offerDate {
	margin: 5px;
	font-weight: bold;
}

#body #content2 #offerDetail div.offerPrice {
	margin: 5px;
	font-weight: bold;
	font-size: 14px;
}

#body #content2 #offerDetail button {
	cursor: pointer;
	padding: 1px 10px;
	color: #000;
	background-color: #bcb8e0;
	vertical-align: middle;
	border: 1px solid #827ac6;
}

#body #content2 #offerDetail button:hover {
	color: #000;
	background-color: #b2addc;
}

/* Offer reservation */

#body #offerReservationLeft {
	position: relative;
	float: left;
	width: 300px;
	text-align: left;	
}

#body #offerReservationLeft #intro {
	position: relative;
	font-size: 105%;
	margin: 20px 5px;
}

#body #offerReservationLeft #title {
	position: relative;
	margin: 5px;
	font-weight: bold;
	font-size: 110%;
	color: #802b2b;
	background-color: inherit;
}

#body #offerReservationLeft #description {
	position: relative;
	margin: 5px;
}

#body #offerReservationLeft #date {
	position: relative;
	margin: 5px;
}

#body #offerReservationLeft #price {
	position: relative;
	font-weight: bold;
	font-size: 125%;
	color: #000;
	background-color: inherit;
	margin: 5px;
}

#body #offerReservationRight {
	position: relative;
	margin-left: 300px;
	padding: 15px;
	min-height: 320px;
	color: black;
	background-color: white;
	text-align: right;
	font-size: 11px;
}

#body #offerReservationRight table {
	color: #000;
	background-color: #ebeef2;
	border-spacing: auto;
	border-collapse: separate;
	border-width: 0px;
	width: 500px;
	float: right;
}

#body #offerReservationRight th {
	padding: 3px;
	text-align: left;
	color: #000;
	background-color: #c2c4c7;
	font-size: 11px;
}

#body #offerReservationRight td {
	padding: 3px;
	vertical-align: middle;
	white-space: nowrap;
	text-align: left;
	font-size: 11px;
}

#body #offerReservationRight td.field {
	text-align: right;
	width: 190px;
}

#body #offerReservationRight input, #body #offerReservationRight textarea {
	color: #000;
	background-color: white;
	padding: 1px;
	width: 300px;
	font-size: 11px;
}

#body #offerReservationRight textarea {
	height: 75px;
	font-size: 11px;
}

#body #offerReservationRight button {
	cursor: pointer;
	padding: 1px 10px;
	color: #000;
	background-color: #bcb8e0;
	vertical-align: middle;
	border: 1px solid #827ac6;
	font-size: 11px;
}

#body #offerReservationRight button:hover {
	color: #000;
	background-color: #b2addc;
}

/* Errors */

div.error {
	margin: 20px;
}

li.error {
}

.error {
	border: 1px solid red;
}

