html, body {
  height: 100%; 
}

p {
  color: #271713;
}

body {
  font: 14px/18px Georgia, "Times New Roman", Times, serif;
  color: #271713;
  
  background: #caa851 url('../images/bg_out_gradient.png') repeat-x fixed;
  background-image: url('../images/bg_out_gradient.png');
  margin: 0;
  padding: 0;
}

a.house,
a.enter {
  display: block;
  margin: 0 auto;
  text-indent: -5500px;
}

a.house {
  width: 778px;
  height: 305px;
  background-image: url('../images/house_index.png');
}

a.enter {
  width:165px;
  height:80px;
  
}

a.enter-es {
  float: left;
  margin-left: 310px;
  background-image: url('../images/button_enter_es.png');
}

a.enter-en {
  margin-left: 570px;
  background-image: url('../images/button_enter_en.png');
  
}

h4 {
  font-size: 100%;
}
a {
  outline: none;
}

a img {
  border: 0;
}

a {
  color: #ac4b46;
}

a:hover {
  color: #702521;
}


p.notice,
p.notice-rates {
  font-size: 90%;
  text-align: center;
  padding: 5px;
}

.center {
  text-align: center;
}

.clear {
  clear: both;
}

.left {
  float: left;
}

.leafs {
  display: block;
  margin: 0;
  height: 66px;
  background: transparent url('../images/separator.png') no-repeat scroll center top;
}

#main {
  position: relative;
  background: transparent url('../images/bg_out_pic.jpg') no-repeat fixed center top;
}

#content-wrapper {
  background: transparent url('../images/bg_out_shadows.png') repeat-y fixed center top;
  _border-bottom: 2px solid #ab8321;
}

#content {
  width: 990px;
  height: 100%;

  padding: 0;
  margin: 0 auto;
  padding-bottom: 40px;

  background: #fffefe url('../images/bg_in.jpg') no-repeat scroll center top;
}


h1 {
  margin: 0 auto;
  padding: 10px 0;
  width: 290px;
  height: 162px;
  background: url('../images/logo_index.png') no-repeat scroll center center;
  text-indent: -3500px;
}

#navigation {
  position: relative;  
  border-bottom: 1px solid #f0ebe0;
  background: #fefcf8;
}

#menu {
  margin: 0;
  padding: 0;
  list-style-type: none;
  position: absolute;
  top: 42px;
  *top: 45px;
  left: 165px;
  _left: 166px;
}

#menu li {
  float: left;
}

#menu li a {
  display: block;
  text-indent: -1500px;
  height: 45px;
  background-position: ;
}

#select-language-es,
#select-language-en {
  position: absolute;
  top: 10px;
  right: 4px;
  text-indent: -1500px;
  display: block;
  width: 140px;
  height: 21px;
}

#select-language-en {
  background: url('../images/select_language_en.png') no-repeat -30px 0;
  width: 110px;
}

#select-language-es {
  background: url('../images/select_language_es.png') no-repeat 0 0;
}

/* home top content */
#flash-cover {
  width: 844px;
  height: 273px;
}

#home-piece {
  position: relative;
}

#home-piece a {
  padding-bottom: 20px;
}

/* home bottom content */
#bottom {
  padding: 10px;
  margin-top: -20px;
}

h3.subsection {
  width: 306px;
  height: 25px;
  font-size: 100%;
  background: transparent url('../images/bg_header.png') no-repeat;
  margin: 0;
  padding: 35px 0 0 50px;
}

h3.subsection span {
  padding: 5px;
  background: transparent url('../images/bg_underline.png') repeat-x scroll center bottom;
}

/* news items */

#news-items {
  width: 550px;
  float: left;
  padding-bottom: 30px;
}

.news-item-wrapper {
  background: transparent url('../images/news_item_shadow.png') no-repeat scroll 527px 0px;
}

.news-item {
  border: 1px solid #ebe1ca;
  padding: 3px;
  margin: 0 0 10px 0;
  width: 520px;
  background-color: #fefdf9;
}

.date-box {
  float: left;
  font-family: "Trebuchet MS";
  font-weight: bold;
  color: #fff;
  width: 61px;
  height: 54px;
  background: transparent url('../images/date-box.png');
  padding-top: 7px;
}



.date-box span {
  display: block;
  margin: 0;
  padding: 0;
  text-align: center;
}

.date-box span.day {
  font-size: 14pt;
}

.date-box span.month,
.date-box span.year {
  font-size: 8.5pt;
  line-height: 11px;
}

.news-item h4 {
  margin: 0 0 2px 0;
  padding: 0;
  /* color: #271713; */
}

h4.week-text {
  padding: 3px;
  margin: 0;
  text-decoration: underline;
}

.news-item .news-item-header {
  /*margin-left: 70px;*/
  padding: 4px;
}

.news-item .tags {
  font-size: 10pt;
}

.news-item a {
  color: #ac4b46;
}

.news-item a:hover {
  color: #702521;
}

.news-item p {
  clear: left;
  margin: 0;
  color: #271713;
  padding: 5px 8px;
  line-height: 13pt;
}

/* comments */
#comments {
  width: 400px;
  margin-left: 550px;
}

#comments p {
  display: inline;
}

h3.comments {
  margin-bottom: 23px;
}

#comments .comment {

  background: #fefdf9 url('../images/bg_leafs.png') no-repeat scroll top right;
  padding: 10px;
  margin-bottom: 5px;
  border: 1px solid #ebe1ca;

}

span.quote-start {
  padding: 5px 15px 5px 0;
  background: url('../images/quotes_start.png');
  background-position: top left;
  background-repeat: no-repeat;
}


span.quote-end {
  padding: 5px 0 5px 15px;
  background: url('../images/quotes_end.png');
  background-position: bottom right;
  background-repeat: no-repeat;
}


#comments blockquote {
  margin: 0;
  text-indent: 5px;
}

#comments p {
  margin: 0;
}

#comments p p {
  margin: 0;
  border: 1px solid;
}


/* venue */
#map-container {
 /*
  margin-top: -50px;
  *margin-top: -30px;
 */
 _padding-right: 5px;
}

#map-wrapper {
  margin: 0 0 0 20px;
  *margin-left: 10px;
  float: left;
}

#address {
  background: #fefdf9 url('../images/bg_leafs.png') no-repeat scroll top right;
  padding: 10px;
  margin-bottom: 5px;
  border: 1px solid #ebe1ca;
   
  width: 333px;
  line-height: 20px;
}

#address h3 {
  margin: 2px 0;
}

#map-spain{
  float: right;
  margin-right: 10px;
  _margin-right: 0;
  padding: 4px;
  border: 1px solid #ebe1ca;
}



#map {
  width: 660px;
  height: 400px;
  margin: 0;
  border: 1px solid #ebe1ca;
  float: left;
 
}

/* contact */
#contact-form {
  margin: 15px auto;
  width: 970px;
  border: 1px solid #ebe1ca;
  background-color: #fdfcf7;
  min-height: 430px;
}

#contact-form form {
  
  background: #fdfcf7 url('../images/bg_form.png') repeat-y scroll 107px 0;
  min-height: 500px;
  
  width: 680px;
  float: left;
}

#contact-info {
  background: #fdfcf7 url('../images/bg_form.png') repeat-y scroll -20px 0;
  margin-left: 680px;
  min-height: 490px;
  padding: 10px 10px 0 20px;
}

#contact-form .flash {
  text-align: center;
  color: #bb655d;
  font-weight: bold;
  font-size: 90%;
  padding-bottom: 15px;
}

#contact-form .input-option {
  clear: both;
}

#contact-form label {
  font-weight: bold;
  display: block;
  float: left;
  width: 107px;
  margin-right: 20px;
  background: transparent url('../images/bg_label.png') repeat-x;
  border: 1px solid #fdfcf7;
  line-height: 50px;
  padding: 0 10px;
  text-align: right;
  text-decoration: underline;
}

#contact-form label.text_field {
  height: 50px;
  line-height: 50px;
}

#contact-form label.text_area {
  height: 200px;
}

#contact-form input.text_field,
#contact-form textarea {
  font: 14px/18px Georgia, "Times New Roman", Times, serif;
  color: #271713;
}

.input-wrapper {
  padding-top: 7px;
  height: 43px;
}

#contact-form input.text_field {
  border: 0;
  width: 485px;
  height: 30px;
  padding: 8px 0 0 0;
  background-color: transparent;
  margin-left: 8px;
}

p.sent-ok {
  padding: 30px;
  width: 80%;
  margin: 70px auto 0 auto;
  text-align: center;
  font-weight: bold;
  border: 1px solid #ebe1ca;
  background-color: #fdfcf7;
}

#contact-form textarea {
  border: 0;
  padding: 8px;
  overflow: auto; 
  overflow-x:hidden;
  background-color: transparent;
  width: 490px;
  height: 155px;
  margin-top: 5px;
}

.text_field-wrapper{
  background-image: url('../images/bg_textfield.png');
  background-repeat: no-repeat;
  background-position: 150px 0;
  *background-position: 0 0;
}

.text_area-wrapper {
  width: 507px;
  height: 180px;
  background: transparent url('../images/bg_textarea.jpg') no-repeat;
  margin-left: 150px;
  *margin-left: 0;
}

div#send {
  margin-left: 150px;
  text-align: center;
}

/* gallery */
#thumbnails-wrapper {
  float: left;
  width: 390px;
}

#thumbnails {
  width: 390px;
  border-right: 1px solid #eccf89;
  background: transparent url('../images/bg_out_shadows.png') repeat-y scroll 290px 0;
}

#thumbnails h3.subsection {
  padding-top: 20px;
  background-position: 0 -15px;
}

#large-photo {
  margin-left: 395px;
  margin-top: 30px;
  width: 588px;
  height: 100%;
  background: url('../images/bg_large_photo.png') no-repeat;
}

#thumbnails-end {
  clear: left;
  height: 40px;
  width: 392px;
  margin-bottom: 10px;
  background: url('../images/bg_thumbnails_end.png') no-repeat 379px 0;
  *background-position:381px 0;
}

#gallery-navigation {
  padding-top: 14px;
  height: 45px;
  text-align: center;
}

#gallery-navigation .previous {
  margin-right: 5px;
}

#gallery-navigation .next {
  margin-left: 5px;  
}


#current-photo .image {
  text-align: center;
}

#current-photo img {
  border: 2px solid #fff;
  padding: 2px;
  *margin-left: 15px;
}

#current-photo p {
  background: #fefdf9;
  padding: 10px;
  margin-bottom: 5px;
  border: 1px solid #ebe1ca;
  margin: 8px 5px;
}

.thumbnail,
.thumbnail-selected {
  width: 89px;
  height: 65px;
  float: left;
  margin-right: 5px;
}

.thumbnail-category {
  padding: 5px;
}

.thumbnail a,
.thumbnail-selected a {
  display: block;
  background: transparent url('../images/bg_thumbnail.png') no-repeat;
  width: 75px;
  height: 50px;
  padding: 7px;
  padding-top: 8px;
}

.thumbnail a:hover,
.thumbnail-selected a {
  background-position: 0 -65px;
}

/* pages */

.page {
  background: url('../images/bg_p.png') no-repeat;
  width: 914px;
  padding: 15px 28px 0 28px;
  margin: 15px auto 0 auto;
  min-height: 390px;
  font-size: 105%;
}

.page p {
  margin-top: 0 !important;
  line-height: 22px;
}

.page img {
  margin: 0 10px 10px 0;
}

#bottom-images {
  margin-top: 30px;
  height: 225px;
  border-top: 1px solid #eccf89;
  border-bottom: 1px solid #eccf89;
  padding: 10px 3px;
  text-align: center;
}


#bottom-images img.room {
  margin-right: 16px;
}

#bottom-images img.last {
  margin-left: 158px;
}



.page img.photo {
  border: 1px solid #eccf89;
  padding: 2px;
}

#page-gallery {
  float: left;
}

#page-text {
  padding-top: 10px;
  margin-left: 375px;
}

.access{
  clear: both;
  padding-bottom: 20px;
}

/* rates */
#rates-wrapper {
  padding-bottom: 30px;
}

#rates {
  float: left;
  width: 550px;
  *width: 530px;
}


#rates th {
  height: 30px;
  text-decoration: underline;
  xbackground: url('../images/td_bg.gif');
}

#offers {
  margin-left: 560px;
  *margin-left: 550px;
}

table.rates {
  background: url('../images/bg_leafs.png') no-repeat scroll top right;
  border: 1px solid #eccf89;
  width: 530px;
  margin: 0;
}

div.table-rates {
  width: 530px;
  margin: 0 auto;
  padding: 0;
  background: url('../images/table_bg.png');
}

table.rates td {
  height: 30px;
  padding: 3px;
  border-bottom: 1px dashed #eccf89;
  background-color: none;
}

table.rates td.no-border {
  border: 0;
}

.price {
  color: #6e5519;
  font-weight: bold;
}

table.rates td.price {
  width: 30px;
  
}

table.rates td.text {
  border: 0;
  border-top: 1px dashed #eccf89;
}

#treatments-rates {
  
}

p.notice-rates {
  clear: both;
  border-top: 1px solid #eccf89;
}

.annotation {
  font-weight: bold;
  color: #6e5519;
}

.offer-wrapper {
  width: 350px;
  background: transparent url('../images/news_item_shadow.png') no-repeat scroll 348px -2px;
  padding-right: 10px;
}

.offer {
  border: 1px solid #ebe1ca;
  padding: 8px !important;
  margin: 0 0 10px 0;
  width: 332px;
  background-color: #fefdf9;
  min-height: 100px;
  
}

.offer p{
  margin: 0;
  font-size: 95%;
}

.download_file {
  margin-top: 15px;
  border-top: 1px dashed #ebe1ca;
  border-bottom: 1px dashed #ebe1ca;
  padding: 4px;
  text-align: center;
}

#ctiempo20090615 {
  border: 0 !important;
}

#booking-footer {
  clear: both;
  border: 1px solid #ebe1ca;
  background-color: #fefdf9;
  padding: 2px;
  margin: 0 auto;
  text-align: center;
  width: 310px;
}

#booking-footer.rates {
  margin-top: 10px;
  width: 526px;
  background-color: transparent !important;
  border: 0;
}

#booking-footer img {
  border-bottom: 1px solid #ebe1ca;
  display: block;
  margin: 0 auto;
}

#booking-footer.rates img {
  border: 1px solid #ebe1ca;
}

#booking-footer.contact {
  clear: none;
  width: 260px;
  margin: 15px 0 0 0;
}

#booking-footer.contact img {
  width: 260px;
}
