/* RESET -----*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {line-height: 1;}
ol, ul {list-style: none;}
blockquote, q {quotes: none;}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
del {text-decoration: line-through;}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
input, textarea {font-family:inherit; font-size:inherit;}

/* GRID ----- */
.g1 {width:60px;}
.g2 {width:140px;}
.g2b {width:190px;}
.g3 {width:220px;}
.g4 {width:300px;}
.g5 {width:380px;}
.g6 {width:460px;}
.g7 {width:540px;}
.g8 {width:620px;}
.g9 {width:700px;}
.g10 {width:780px;}
.g11 {width:860px;}
.g12 {width:940px;}
.col {
	margin: 0 10px;
	overflow: hidden;
	float: left;
	display: inline;
}
.row {
	width: 960px;
	margin: 0 auto;
	overflow: hidden;
}
.row .row {
	margin: 0 -10px;
	width: auto;
	display: inline-block;
}

/* General classes ----- */
.note {
	font-size:85%;
	color:#666;
}
.cl {
	clear:both;
	height:0px;
	display:block;
}
img {border: none; padding:0; }
img a {border:none;}
img.left{ float: left; border: none; padding: 6px 0 0 0; }
img.right{ float: right; border: none; padding: 0 0 0 6px; }
blockquote{
	border-left:1px solid #A5ABAB;
	margin:15px;
	padding:0 12px 0 12px;
}
.message {
	padding:5px 8px;
	margin:10px 0;
	font-weight:bold;
	border:1px solid #fd0;
}
#success {
	border-color:#371;
	background:#f7fff1;
}
#warning {
	border-color:#fe8;
	background:#ffe;
}
#error {
	border-color:#c33;
	background:#fff1f1;
}
img.pic, img.picr, img.picl {
	padding:3px;
	background:#fff;
	border:1px solid #ddd;
}
img.pic {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
img.picr {
	margin: 0 0 2px 7px;
	display: inline;
	float:right;
}
img.picl {
	margin: 0 7px 2px 0;
	display: inline;
	float:left;
}
p.em {
	font-size: 125%;
	font-family:Georgia, "Times New Roman", Times, serif;
	color: #444;
	line-height: 150%;
	margin-bottom: 10px;
}
img.headerpic {
	background: #fff;
	padding: 3px;
	border: 1px solid #ddd;
	width:612px;
}

/* Forms */
form table td {padding:5px 10px 10px 0;}
form table label {display:block; padding-left:3px;}
form table label .note {color:#888;}
form table input,
form table textarea,
form table select {
	border:none;
	padding:3px 5px 0 5px;
	font-size:135%;
	color:#555;
	background:url(../images/sprite_form.gif);
	background-repeat:no-repeat;
	display:block;
}
form table input {
	height:27px;
	width:285px;
	background-position:0 0;
}
form table select {
	height:30px;
	width:294px;
	padding:3px;
}
form th {
	text-align:left;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:16px;
	color:#630;
	font-weight:normal;
	border-bottom:1px solid #ddd6b9;
	padding:5px 0;
}
form table input.num {width:130px;background-position:0 -100px;}
form table input.date {width:105px;padding-right:30px;background-position:0 -200px;}
form table input:focus {background-position:0 -50px;}
form table input.num:focus {background-position:0 -150px;}
form table input.date:focus {background-position:0 -250px;}
form table textarea {
	height:180px;
	width:604px;
	background-position:0 -300px;
	padding:3px 5px !important;
}
form table textarea:focus {background-position:0 -500px;}
input#submit,
#mc_embed_signup input.btn {
	padding:2px 10px;
	font-size:110%;
	font-weight: bold;
	background:#2667c3 url(../images/bgb.gif) bottom repeat-x;
	border:1px solid #026;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	padding:3px 10px;
	color:#fff;
	cursor:pointer;
}
input#submit:hover {background:#0a4497;}
#divErrorGeneral {
	background:#ffd;
	border:1px solid #a00;
	padding:10px;
	color:#a00;
}
#divErrorGeneral  p {margin:0;}
form td.error {
	color: #a00;
	font-weight: bold;
}
form td span.note {padding-right:5px;}
form td.error span {font-weight:normal;}
form span.errormsg,
form td span.error {
	font-size:85%;
	font-weight:normal;
	display:block;
	line-height:12px;
}
p.buttons {
	background:#E5F1FD;
	padding:5px;
}
#mc_embed_signup {margin-bottom:15px;}
#mc_embed_signup input.email {
	width:295px;
	margin:7px 0;
}
#module_subscribe #mc_embed_signup input.email {width:275px;}
#mc_embed_signup label {font-weight:bold;}
#mc_embed_signup label strong.note-required {
	float:right;
	font-size:11px;
	color:#666;
	font-weight:normal;
}
#mc_embed_signup div.mce_inline_error {
	font-size:11px;
	color:#900;
	font-weight:normal;
	margin:0;
	padding:2px;
}

body#subscribe #content {
	margin-top:15px;
}
#subscribeform,
#mc-unsubscribe-form {
	width:300px;
	margin:0 auto;
}
#subscribeform br {display:none;}
div.errorText {
	margin:0;
	font-size:11px;
	color:#c00;
}

/* Tables */
table.subscribetable {
	border-bottom:1px solid #FFFAE6;
	border-top:1px solid #E1DCC8;
	width:450px;
	margin:0 auto;
	margin-bottom:20px;
	border-collapse:separate;
}
.subscribetable td {
	border-top:1px solid #FFFAE6;
	border-bottom:1px solid #E1DCC8;
	padding:3px 6px;
	text-align:left;
}

#rate_table {
	margin-bottom: 20px;
}
#rate_table td {
	padding: 5px 10px;
	border-bottom: 1px solid #bce;
	text-align: center;
	vertical-align: middle;
}
#rate_table td.bung1,
#rate_table td.bung3,
#rate_table th.bung1,
#rate_table th.bung3 {
	background: #def;
	border: 1px solid #bce;
}
#rate_table td.bung2,
#rate_table th.bung2 {
	background: #e7f0f8;
	border: 1px solid #bce;
}
#rate_table th.bung1,
#rate_table th.bung3,
#rate_table th.bung2 {
	border-bottom: 1px solid #fff;
}
#rate_table th {
	padding:10px;
	text-align: center;
	font-size: 16px;
	font-family: Georgia, "Times New Roman", Times, serif;
	white-space: nowrap;
	border-bottom: 1px solid #fff;
}
#rate_table th .button {
	margin-top: 5px;
	display: block;
	width: 5.5em;
	margin: 5px auto 0 auto;
	text-align: center;
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
}

/* Layout */
#header_container,
#container,
#foot_container {
	width:100%;
	clear:both;
}
#header,
#menu,
#content,
#footer {
	width:960px;
	margin:0 auto;
	clear:both;
}
#main, #sidebar {
	margin-top:15px;
}

/* */
body {
	background:#482d1b url(../images/bg.jpg) repeat;
	font:80%/150% Arial, Helvetica, sans-serif;
	color:#333;
}
h1, h2, h3, h4, h5, h6 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:normal;
	color:#e70;
}
h1 {
	font-size:1.8em;
	line-height:1.5;
	margin-bottom:0.5em;
	overflow: hidden;
}
h1 span {
	background:url(../images/bgt.gif) center repeat-x;
	display:block;
	height: 1.5em;
	overflow: hidden;
}
h1 strong {
	font-weight:normal;
	float: left;
	margin-right: 5px;
}
h2 {font-size:1.5em; margin-bottom:0.75em; color:#04a;}
h3 {font-size:1.3em; line-height:1; margin-bottom:.8em;}
h4 {font-size:1.2em; line-height:1.25; margin-bottom: 1.25em; }
h5, h5 {font-size: 1em; font-weight: bold;}
h2 a {color:#04a;}
h3 a,h4 a,h5 a,h6 a {
	color:#e70;
	text-decoration:none;
}
h2 a:hover,h3 a:hover,h4 a:hover,h5 a:hover,h6 a:hover {text-decoration:underline;}
p {margin:0 0 1.5em;}
a {color:#06c;}
a:visited {}
a:hover {text-decoration:none;}
li ul, 
li ol {margin:0 1.5em;}
ul, ol {margin: 0 1.5em 1.5em 1.5em;}
ul {list-style-image: url(../images/bullet.gif);}
ol {list-style-type:decimal;}
dl {margin: 0 0 1.5em 0;}
dl dt {font-weight: bold;}
dd {margin-left: 1.5em;}
a.button {
	background:#2667c3 url(../images/bgb.gif) bottom repeat-x;
	border:1px solid #026;
	padding:3px 5px;
	color:#fff;
	text-decoration:none;
	text-shadow:1px 1px 0 #049;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
}
a.button:hover {background:#0a4497;}

/* Content --- */
#container, #content {
	background:#fff url(../images/bgc.jpg) top repeat-x;
}

/* Header --- */
#wrapper {}
#header_container {background: url(../images/bgh.jpg) bottom repeat-x;}
#header {
	width: 960px;
	margin: 0 auto;
	overflow: hidden;
	position: relative;
}
#lang {
	position:absolute;
	top:0;
	right:0;
	padding:5px;
	overflow:hidden;
}
#lang li,
#lang a {
	display:block;
	float:left;
}
#lang a {
	color:#fff;
	font-size: 11px;
	text-decoration:none;
	padding:0 10px;
	border-right:1px solid #fff;
}
#lang a:hover {text-decoration:underline;}
#lang #en a {border: none;}
#lang #de, #lang #fr {display:none;}
#site_title a {
	background:url(../images/logo.gif) left top no-repeat;
	display:block;
	text-indent:-999em;
	width:151px;
	height:166px;
	margin: 10px 0 15px 10px;
}
#site_description {display: none;}

#site_title,
#menu {
	margin:0;
	overflow: hidden;
	float: left;
	display: inline;
}
#site_title {
	width: 161px;
}

/* Menu --- */
#menu {
	width:789px;
	margin-left: 10px;
	margin-top: 100px;
	clear: none;
}
#menu li,
#menu a {
	display:block;
	float:left;
}
#menu li {
	list-style:none;
	padding:5px;
	border-left: 1px solid #68442b;
	border-right: 1px solid #382315;
}
#menu li:first-child {border-left:none;}
#menu a {
	text-decoration:none;
	color:#fff;
	font-family:Georgia, "Times New Roman", Times, serif;
	text-shadow:#372215 1px 1px 0;
	font-size:14px;
	padding:5px;
}
#menu a:hover {background:#5c4433;}
#menu .current a {background:url(../images/current.jpg) center top no-repeat; cursor:text;}

/* Footer --- */
#footer {
	background:url(../images/bgf.jpg) top no-repeat;
	font-size:85%;
	padding-top:10px;
	color: #fff;
}
#footer h2 {color: #fff;}
#footer p {margin-bottom:4px;}
#footer a {color:#fff;}
#footer ul {
	list-style-type: none;
	list-style-image:none;
	margin: 0;
}
#footer li {
	background:none;
	list-style:none;
}
#footer li a {
	display:block;
	padding:3px;
	margin-right:10px;
	border-top: 1px solid #68442b;
	background:none;
}
#footer .col {width: 180px;}
#footer #fcontact {width: 340px;}
#footer #fcontact h2 {
	border-bottom: 1px solid #68442b;
	padding-bottom: 12px;
	margin-bottom:5px;
}
#footer #fcontact p {
	width: 150px;
	float: left;
	display: inline;
	overflow: hidden;
}
#siteinfo {
	clear:both;
	width:960px;
	margin:20px auto;
	border-top:1px solid #382315;
	color:#d4bfaf;
}
#siteinfo div {
	border-top:1px solid #68442b;
	padding:5px 0;
}
body #footer #siteinfo p {margin:0;width:480px;}
#siteinfo #author {text-align:right; visibility:hidden;}

/* Sidebar ---*/
#sidebar {
	padding-left:15px;
	width:285px;
	min-height:450px;
	background:url(../images/bgs.jpg) left top no-repeat;
}
#sidebar h2 {
	color:#642;
	font-size:18px;
	background:url(../images/bgs.jpg) left top no-repeat;
	margin:0;
	padding:5px 0;
}
#sidebar .module {
	border-bottom:1px solid #ccc;
	padding-bottom:10px;
	margin-bottom:10px;
}
#sidebar .module p {margin-bottom:5px;}
#module_bungalow-submenu,
#module_villas-submenu,
#module_holbox-submenu {
	background: url(../images/bgsub.gif) top no-repeat;
	padding: 15px;
	position:static;
}
#module_bungalow-submenu ul,
#module_villas-submenu ul,
#module_holbox-submenu ul {
	list-style: none;
	list-style-image:none;
	margin: 0;
}
#module_bungalow-submenu ul li,
#module_villas-submenu ul li,
#module_holbox-submenu ul li {
	list-style: none;
	background:none;
}
#module_bungalow-submenu a,
#module_villas-submenu a,
#module_holbox-submenu a {
	display: block;
	padding: 5px 0;
	border-top: 1px solid #eee;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #753;
	text-decoration: none;
}
#module_bungalow-submenu a:hover,
#module_villas-submenu a:hover,
#module_holbox-submenu a:hover {
	text-decoration: underline;
	background: #f9f9f9;
	padding-left:5px;
}
#map {height:300px;}
#holbox #map {margin-bottom: 15px;}
div#popup {
	margin:0px;
	padding:0px;
	width:170px;
	font-size:11px;
	line-height:13px;
}

/* HOME ---- */
#home #header_container {
	background-position:center -160px;
	background-image:url(../images/bg.jpg);
}
#home #content {background:#fff url(../images/bgc.jpg) 0 -140px repeat-x;}
#home #container {background-position:center 110px;}
#htc {
	width:100%;
	background:url(../images/bgh.jpg) center -346px repeat-x;
}
#homeTop {
	width:960px;
	margin:0 auto;
	background:transparent url(../images/bgc.jpg) 0 110px repeat-x;
}
#promos {
	width:240px;
	min-height:150px;
	background:url(../images/bgpromos.gif) top no-repeat;
	padding:70px 10px 0 38px;
	margin:0;
}
.en #promos {
	background:url(../images/bgpromos-EN.gif) top no-repeat;
}
#promos h2 {display:none;}

#promos .twtr-ft,
#promos .twtr-hd {display:none;}
#homepics {
	background:url(../images/bgbanner.gif) bottom no-repeat;
	height:245px;
	width: 670px;
	margin:0;
}
#homepics img {
	display: none;
	margin: 16px 0 0 13px;
}

#welcome, #accomodation {
	margin-top:20px;
}
#highlights {
	background:url(../images/bghigh.gif) center top no-repeat;
	margin-bottom: 15px;
	padding:25px 10px 10px 10px;
	clear:both;
}
#highlights .g2 {width:170px;}
#highlights a {
	color: #333;
	display: block;
	text-decoration: none;
	padding: 10px 5px 10px 30px;
	background-position: 5px 8px;
	background-repeat: no-repeat;
}
#highlights a:hover {
	background-color:#f3f9fe;
}
#hvideo a {background-image: url(../images/ico-play.gif);background-position: 5px 12px;}
#hphotos a {background-image: url(../images/ico-pics.gif);}
#hweather a {background-image: url(../images/ico-weather.gif);}
#hinstal a {background-image: url(../images/ico-drinks.gif);}
#hlocation  a {background-image: url(../images/ico-pin.gif);}
#highlights a strong {
	display: block;
	margin-bottom: 3px;
	color: #06c;
	text-decoration:underline;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: normal;
}
#highlights a em {
	font-style: normal;
}
#welcome{
	width: 520px;
}
#accomodation {
	background: url(../images/bgside.gif) top no-repeat;
	padding:20px 30px;
	width:340px;
}
#accomodation .item {
	min-height:80px;
	margin-bottom:30px;
}
#accomodation .item img {
	border:3px solid #eee;
	float:left;
}
#accomodation .item p,
#accomodation .item h2 {
	margin-left:120px;
}
#accomodation .item h2 {
	margin-bottom:7px;
}
#accomodation .item p {
	margin-bottom:3px;
	font-size:90%;
}
span.price {
	font-weight:bold;
	font-size:130%;
	color:#480;
}
h2 .persons,
h2 a .persons {
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#863;
}
#hrestaurants {padding-left:10px; width:290px;}
#hrestaurants ul {margin-left:0;}
#hrestaurants li {margin-bottom:10px; list-style:none;}
#hrestaurants a {
	color:#444;
	text-decoration:none;
}
#hrestaurants a strong {
	display:block;
	text-decoration:underline;
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#630;
	font-size:115%;
}
#hguestbook {padding-right:10px; width:290px;}
p.quote {
	font-size:115%;
	font-style:italic;
	margin-bottom:5px;
}
p.author {text-align:right;}

/* RESTARUANTES */
table.menu {
	margin-bottom:25px;
	width:100%;
	border-top:1px solid #DFD9C3;
}
.menu td {padding:3px 0;border-bottom:1px solid #DFD9C3; text-align:right;}
.menu th {
	padding:10px 0 3px 0;
	text-align:left;
	font-weight:normal;
	font-size:125%;
	font-family:Georgia, "Times New Roman", Times, serif;
}
.menu .dish {font-weight:bold; text-align:left;}
.menu .price {color:#420;}

#tabmenu {
	padding:8px 0 2px 5px;
	margin-bottom:15px;
	background:#EBE6D0;
	border-bottom:1px solid #DDD8C4;
}
#tabmenu ul,
#tabmenu li {margin:0;}
#tabmenu li {
	display:inline;
	list-style:none;
}
#tabmenu a {
	margin:0 5px 0 0;
	padding:5px 10px;
	text-decoration:none;
	color:#900;
	font-weight:bold;
	border:1px solid #EBE6D0;
	border-bottom:none;
}
#tabmenu a:hover {background:#EFEAD6;}
#tabmenu .current a {
	background:url(../images/bg.gif);
	color:#666;
	border:1px solid #DDD8C4;
	border-bottom-color:#F3EFDF;
	cursor:text;
}

/* BUNGALOWS */
#bungalows .item {
	padding:0 0 10px 0;
	margin-bottom: 15px;
	border-bottom:1px solid #def;
	overflow: hidden;
}
#bungalows .item p,
#bungalows .item h2 {
	margin-left: 215px;
}
#bungalows .item img {
	float: left;
	border: 1px solid #ddd;
	padding: 3px;
	background: #fff;
}
#bungalows .item img:hover {
	border: 1px solid #e70;
	background: #f92;
}
#bungalow_description {
	font-size:16px;
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#555;
	line-height:150%;
}
#bungalow_description a.button {font-family:Arial, Helvetica, sans-serif; font-size:14px;}
#bungalow_amenities {
	width: 290px;
	padding-left: 9px;
	border-left: 1px solid #fff;
}


/* Photos */
#photo_gallery,
#video_gallery {margin-bottom: 10px;}
#photo_gallery td a,
#video_gallery td a {
	display:block;
	margin:0 8px 8px 0;
	border: 1px solid #ddd;
	padding: 3px;
	background: #fff;
	text-decoration:none;
	color:#444;
}
#video_gallery td a {
	padding:5px;
	width:120px;
	height:130px;
	margin:0 10px 10px 0;
}
#photo_gallery td a:hover,
#video_gallery td a:hover {
	border: 1px solid #ddd;
	border-bottom-color:#bbb;
	border-right-color:#bbb;
	background: #fff8ee;
	color:#06c;
}
#video_gallery td a span {
	display:block;
	margin-top:3px;
}

#videoButton {margin-bottom:0;}
#videoButton a,
p.download a {
	background:url(../images/bgv.gif) 0 0 no-repeat;
	height:42px;
	display:block;
	color:#555;
	text-decoration:none;
	padding:8px 0 0 45px;
	text-shadow:1px 1px 0 #fff;
}
#videoButton a:hover {background:url(../images/bgv.gif) 0 -50px no-repeat;}
p.download a {background:url(../images/bgd.gif) 0 0 no-repeat;}
p.download a:hover {background:url(../images/bgd.gif) 0 -50px no-repeat;}
#videoButton a strong,
p.download a strong {
	display:block;
	font-size:16px;
	line-height:16px;
	font-family:Georgia, "Times New Roman", Times, serif;
}
p.pvid {margin-top:-5px;} 

ul#submenu {
	width:100%;
	overflow:hidden;
	margin:0 0 15px 0;
	padding:0;
	border-bottom:3px solid #f60;
}
#submenu li,
#submenu a {
	display:block;
	float:left;
}
#submenu a {
	background:#fff;
	padding:4px 10px;
	margin-left:5px;
	border-top-left-radius:5px;
	border-top-right-radius:5px;
	-moz-border-radius-topleft:5px;
	-moz-border-radius-topright:5px;
	-webkit-border-top-left-radius:5px;
	-webkit-border-top-right-radius:5px;
}
#submenu .current a {
	background:#F60;
	text-decoration:none;
	font-weight:bold;
	color:#fff;
	cursor:text;
}

/* GUESTBOOK */
.comment {
	margin:0 10px 10px 10px;
	overflow: hidden;
	float: left;
	display: inline;
	width:190px;
	background:#F7F5EE url(../images/bgcc.gif) repeat-y;
	border-top:1px solid #e1dabe;
}
.comment .quote {
	padding:5px 10px;
	font-style:italic;
}
.comment .quote p {margin-bottom:5px;}
.comment .author {
	background:#F4F0DF url(../images/bgcbot.gif) top no-repeat;
	padding-left:20px;
}
.comment .date {
	font-size:11px;
	color:#666;
	margin-left:5px;
}

/* LINKS */
h2.category {
	font-size:12px;
	color:#432;
	background:#def;
	padding:2px 5px;
	text-transform:uppercase;
}
#links .item h2 {margin-bottom:5px;}
#links .item h2 a {text-decoration:none;}
#links .item h2 a strong {font-weight:normal; text-decoration:underline;}
#links .item h2 a span {font-size:13px;color:#666; margin-left:5px;}
#links .item h2 a:hover strong {text-decoration:none;}
