@charset "utf-8";
/* CSS Document */
/*---------------------------------------------------------------------------------*/
/*----------------------------- NORMALIZACION  ------------------------------------*/
/*---------------------------------------------------------------------------------*/

* {
  margin:0;
  padding:0;
}
body {
  font-size:80%;
}
body, p, div, ul, li, form, select, input, table, tr, td, th {
  font-family: 'Trebuchet MS', Verdana, Arial, Helvetica, sans-serif;
}
body {
  background: url(../images/bg_content.jpg) repeat left top;
  background-color:#7a0200;
}
ul {
  list-style:none;
}
a img, :link img, :visited img {
  border:none;
}
a:link {
  color:#5c3500;
  text-decoration:none;
  outline:none;
}
a:visited {
  color:#333;
  text-decoration:none;
}
a:hover, a:active {
  color:#ed5900;
  text-decoration:underline;
}
address {
  font-style:normal;
}
/*---------------------------------------------------------------------------------*/
/*--------------------------------- STRUCTURE  ------------------------------------*/
/*---------------------------------------------------------------------------------*/
strong {
  font-weight: bold;
}
h1#header a {
  width: 940px;
  height:130px;
  background:url('../images/bg_header.jpg') no-repeat left bottom;
  margin:0 10px;
  display:block;
  text-indent:-100000px;
}
#container {
  width: 960px;
  margin:0 auto;
  min-height:557px;
  background:url('../images/content_bg.png') repeat-y;
  position:relative;
  padding:0 0 150px 0;
}
#content {
  width:940px;
  background:#f9fbed;
  margin:270px auto 0 auto;
  min-height:500px;
}
* html #content {
  padding-top:270px;
}
*+html #content {
  padding-top:270px;
}
#content_footer {
  width: 960px;
  margin:0 auto;
  height:39px;
  background: url('../images/content_footer_bg.png') repeat-y left bottom;
  position:absolute;
  bottom:120px;  
}
#footer {
	width: 960px;
	margin:0 auto;
	height:10px;
	background: url('../images/footer_footer_bg.png') repeat-y left top;
	position:absolute;
	bottom:-1px;
	left: 6px;
}

#hcard-Hotel-Principal {
  padding:10px 0;
  position:absolute;
  width:100%;
  bottom:10px;
  left:0;
  z-index:1;
}
#hcard-Hotel-Principal h2 {
 font-size:100%;
 line-height:normal;
 border:none;
 height:auto;
}
#hcard-Hotel-Principal a {
  color:#b8b06f
}
#hcard-Hotel-Principal a:hover {
  color:#e3a74c
}
.vcard {
  width: 940px;
  margin:0 auto;
  padding:5px 10px 0 10px;
  min-height:69px;
  text-align:center;
  line-height:14px;
  color:#fff;
}
.vcard a:link {
  color:#ed5900;
  text-decoration:none;
}
.vcard a:visited {
  color:#ed5900;
  text-decoration:none;
}
.vcard a:hover, .languages a:active {
  color:#FF9900;
  text-decoration:underline;
}
.type {
  display:none
}
.email {
  clear:both;
}

#photos_header {
	height:220px;
	left:250px;
	margin:0 0 0 10px;
	position:absolute;
	top:170px;
	width:680px;
	overflow:hidden;
  
}
/*---------------------------------------------------------------------------------------------------
    =TEXTOS -----------------------------------------------------------------------------------------
----------------------------------------------------------------------------------------------------*/

p {
  color: #565656;
  margin:15px 30px;
}
dl.normal {
  margin:10px 20px 10px 50px;
  color:#565656;
}
dl.normal dt {
  background:url(../images/dot_list.gif) no-repeat left;
  padding-left:25px;
  line-height:18px;
  margin-top:8px;
  margin-bottom:8px;
  font-weight:bold;
  margin-left:-25px;
  color:#333333
}
dl.normal dd p {
  margin-bottom:8px;
}
/* Headings */

h2 {
  font-size: 150%;
  color:#80291a;
  line-height:60px;
  height:50px;
  padding-left:10px;
  border-bottom: 1px solid #eee;
}
h3 {
  font-size: 125%;
  color:#80291a;
  height:25px;
  padding-left:10px;
  border-bottom:solid 1px #80291a;
}
/* Lists */

ol.number {
  margin:15px 15px 0 35px;
  color:#333;
}
ol.number li {
  margin-top:5px;
  margin-bottom:5px;
}
ol.number li span {
  font-size:75%;
  color:#565656;
}
ul.normal {
  margin:10px 20px;
  color:#333;
}
ul.normal li {
  margin:3px 10px 5px 10px;
  list-style-image:url(../images/dot_list.gif);
  line-height:18px;
}

th {font-size:12px;}


ul.videos li{
	display:block;
	float:left;
	}
ul.videos{
	padding-left:50px;
	}
/*-------------------------- MENU --------------------------*/
.menuContainer {
	background:url("../images/bg_menu.jpg") repeat-x scroll left bottom transparent;
	font-size:1em;
	height:37px;
	left:10px;
	margin:0 auto;
	padding:0 0 0 58px;
	position:absolute;
	top:130px;
	width:882px;
}

* html .menuContainer {
  position:absolute;
  top:130px;
  left:20px;
  font-size:0.9em;
  margin:0 auto;
  padding:0 0 0 58px;
  width:882px;
  height:37px;
  background: url('../images/bg_menu.jpg') left bottom repeat-x;
}



.menuContainer li {
  display:block;
  float:left;
  padding: 1px;
}
* html .menuContainer li {
  display:block;
  float:left;
  padding: 0;
  width:70px;
}
.menuContainer li a {
  display:block;
  height:35px;
  background: url('../images/navigation-divider.gif') right top no-repeat;
  padding:0 10px;
  line-height:35px;
  color:#836433;
  outline:none;
  
}

* html .menuContainer li a {	
  display:block;
  height:40px;
  background: url('../images/navigation-divider.gif') right top no-repeat;
  padding:0 5px;
  line-height:35px;
  color:#836433;
  outline:none;
  width:70px;
  
	}

.menuContainer li a:hover {
  background: url('../images/pro_line_1.gif') left top no-repeat;
  padding:0 0 0 10px;
  color:#fff;
}
.menuContainer li a:hover strong {
  display:block;
  background: url('../images/pro_line_1.gif') right top no-repeat;
  padding:0 10px 0 0;
}
.menuContainer .current a {
  display:block;
  background: url('../images/pro_line_1.gif');
  padding:0 0 0 10px;
  color:#fff;
}
.menuContainer .current a strong {
  display:block;
  background:url('../images/pro_line_1.gif') right top;
  padding:0 10px 0 0;
}
/*-------------------------- FRAME RESERVATION --------------------------*/

#framereservation {
	background-image:url("../images/bg_motor.jpg");
	height:210px;
	left:10px;
	margin:0 auto;
	padding-top:14px;
	position:absolute;
	text-align:center;
	top:170px;
	width:240px;
}
#language {
  position:absolute;
  top:100px;
  right:10px;
  width:223px;
  height:20px;
  margin:0;
  padding:0;
  display:block !important;
  text-align:center;
  color:#faf0c2;
}
#language a:link {
  color:#faf0c2;
}

#language a:hover {
  color:#ed5900;
}
#language a:visited {color:#faf0c2;}

#language strong {color:#ed5900;}

#mreLoader.small div#frame_checkinContainer, #mreLoader.small div#frame_nightsContainer, #mreLoader.small div#frame_checkoutContainer, #mreLoader.small div#frame_buttonBookContainer, #mreLoader.small div#frame_buttonOffersContainer {
margin-bottom:15px!important;
}

#mreLoader.small #frame_buttonCancelContainer {
color:#000!important;
font-size:100%!important;
padding:0 0 10px 20px!important;
}

#offersPhoto.banner  {
/*background:none no-repeat scroll 1px -10px transparent!important;*/
border:none!important;
height:120px!important;
padding-left:20px!important;
position:relative;
width:200px!important;
}
/*---------------------------------------------------------------------------------------------------
    =COLUMNAS----------------------------------------------------------------------------------------
----------------------------------------------------------------------------------------------------*/
.pusher {
  clear:both;
}
.col_left, .col_center, .col_right, .col_photo  {
  float:left;
  margin:12px 5px 0px 5px;
  min-height:195px;
  /*height: 300px;*/
  padding: 0px;
  display:inline;
}
.col_left {
  width:225px;
}
.col_center {
  width:460px;
  background-color: #ffd980;
}
.col_center p {color:#000000;}

.col_right {
  width:220px;
  height:355px;

}
.col_right_big {
  float:left;
  margin:12px 10px 0px 10px;
  width:680px;
  color:#663300;
  display:inline;
}
.col_photo {
  width:220px;
  text-align:center;
  display:none;
}
.col_photo img.big {
  margin:0 0 0 0;
  border:1px solid #ffd980;
  width:218px;
  height:162px;
}
.controls img {
  margin:13px 8px 0 0;
  border:1px solid #ffd980;
}
.col_center ul {
  margin:10px 30px;
}
.col_center ul li {
  color:#8b0705;
  margin:3px 0px 5px 20px;
  list-style-image:url(../images/dot_list2.gif);
  line-height:18px;
}
#map {
  margin: 15px 15px;
  border: solid 1px #EEE;
  padding:2px;
  width:635px;
  height:294px;
}
.googleMap {
  text-align:right
}

.col_opiniones{
  left:25px;
  min-height:195px;
  padding:0;
  position:absolute;
  top:615px;
  width:200px;	
	}
* html .col_opiniones{
  left:25px;
  min-height:195px;
  padding:0;
  position:absolute;
  top:615px;
  width:200px;	
	} 	
	
.col_videos{
	margin:10px 20px 20px 240px;
	width:460px;
	}

/*---------------------------------------------------------------------------------------------------
    =BOTONES ----------------------------------------------------------------------------------------
----------------------------------------------------------------------------------------------------*/
.sub_col {
  margin-left:210px;
}
.bottom_book {
  background-image: url(../images/bg_bottom_col_center.jpg);
  height:42px;
  line-height:42px;
  background-repeat: no-repeat;
  padding:2px 0 0 0;
  margin-left:40px;
  width:169px;
  text-align: center;
  font-size:90%;
}
.bottom_book a:link {color:#fff;}
.bottom_book a:hover {color:#ffecbf;}

.bottom_more {
  background-image: url(../images/bg_bottom_col_center2.jpg);
  height:42px;
  line-height:42px;
  background-repeat: no-repeat;
  padding:2px 0 0 0;
  margin-left:40px;
  width:169px;
  text-align: center;
}
/*---------------------------------------------------------------------------------------------------
    =RSS --- ----------------------------------------------------------------------------------------
----------------------------------------------------------------------------------------------------*/


#preview a {color:#000!important; text-decoration:underline!important; background: url('../images/ico.gif') no-repeat left 2px!important; padding-left:15px;}
#preview a:hover {color:#fff!important; text-decoration:underline!important}

/*---------------------------------------------------------------------------------------------------
    =OBJECTS --- ----------------------------------------------------------------------------------------
----------------------------------------------------------------------------------------------------*/
#portaobjeto {
  width: 211px;
  height: 240px;
  overflow: hidden;
  position: relative;
}

#iframeX {
  width: 232px;
  height: 304px;
  position: absolute;
  top: -2px;
  left: -2px;
}
#contactcontent, #contentgraph {
  width: 938px;
  height: 598px;
  overflow: hidden;
  position: relative;
}
#contentgraph {width: 938px; height: 400px;}
#graph {width: 940px; height: 402px;}

#contactphp, #graph {
  width: 940px;
  height: 606px;
  position: absolute;
  top: -2px;
  left: -2px;
}
/*---------------------------------------------------------------------------------------------------
    =THUMBS -----------------------------------------------------------------------------------------
----------------------------------------------------------------------------------------------------*/

#photos {padding:20px;}
a.photo {
  float:left;
  margin:3px;
  display:block;
}
a.photo:link img {border:1px solid #7a0200}
a.photo:hover img {border:1px solid #333333}
/*---------------------------------------------------------------------------------------------------
    =OFFERS -----------------------------------------------------------------------------------------
----------------------------------------------------------------------------------------------------*/

#titleDivOffers {display:none!important}

#offersSmall {margin: 10px!important; width: 90%!important;}
#offersSmall ul {width:90%!important;}
#offersSmall #offersIcon {right:110px!important; left:auto!important;}

/*---------------------------------------------------------------------------------------------------
    =MINI THUMBS -----------------------------------------------------------------------------------------
----------------------------------------------------------------------------------------------------*/

ul.tabs li {float:left; display:inline; margin:5px;}

.oculto {display:none}
