@charset "utf-8";
/* CSS Document */

/*---------------------------------------------------------------------------------*/
/*----------------------------- NORMALIZACION  ------------------------------------*/
/*---------------------------------------------------------------------------------*/

* { margin:0; padding:0; z-index:0} 

body { font-size:80%; }

body, p, div, ol, ul, li, form, select, input, table, tr, td, th { 
	font-family: 'Arial', Helvetica, sans-serif;
	color:#403d33;
}

.section {
display:none;
}

body {
	background:#dfecca url(../images/bg.png) repeat-x left bottom;
}

ul { list-style:none;}

a img, :link img, :visited img { border:none; }

a:link {
	color: #666666;
	text-decoration:none;
}
a:visited { color:#666666; text-decoration:none;}
a:hover, a:active { color: #00330; text-decoration:underline; }

*:focus { outline:none; }

address {
	font-style:normal;
	text-align: center;
	color: #FFFFFF !important;
}

p { line-height:20px;}

/*---------------------------------------------------------------------------------*/
/*----------------------------- ESTRUCTURA  ------------------------------------*/
/*---------------------------------------------------------------------------------*/

/* Container */
/*---------------------------------------------------------------------------------*/


#container {
	width: 940px;
	margin:35px auto 0 auto;
	background:url('../images/border-sup.png') no-repeat left top;
	padding-bottom:30px;
}

#subContainer { /* Para pintar los bordes laterales */
	width:940px;
	background:url('../images/border-lateral.png') repeat-y;
	position:relative;
	top:28px;
}

/* Idiomas */
/*---------------------------------------------------------------------------------*/

#language {
	position:absolute;
	top:-60px;
	right:5px;
	font-weight:bold;
	line-height:29px;
	color:#006600;
}

#language a:link, #language a:visited {
	color: #999999;
	text-decoration:none;
}

#language a:hover, #language a:active {
	color:#999999;
	text-decoration:underline;
}

/* Cabecera */
/*---------------------------------------------------------------------------------*/

 h1 {
	background: url('../images/bgtitle.jpg') no-repeat top center;
	height: 141px;
	width: 165px;
	position:absolute;
	margin-top:-20px;
	left:25px;
	z-index:700;
	text-indent:-4000px;
}

 .img {
	display:block;
	width:478px;
	height:126px;
	margin:0 auto 10px 200px;
	background:url('../images/fotocabecera.jpg') no-repeat left top;
	text-indent:-100000px;
}

 address {
	background: url('../images/bgaddress.jpg') no-repeat top center;
	height: 141px;
	width: 220px;
	position:absolute;
	top:-20px;
	right:18px;
	padding: 20px 5px 0 5px;
	margin:0 0px;
	font-size:0.9em;
	color:#0DA5C0;
}

 address a {
	color: #670540;
	text-decoration:none;
	font-weight:bold;
}

address p a:hover, address a:active {
	color: #A3E5E8;
}


/* Menú */
/*---------------------------------------------------------------------------------*/

.menuContainer {
	width:95%;
	margin-left:auto;
	margin-right:auto;
	font-size: 95%;
	font-weight: bold;
	display:block;
	height:36px;
	background: #95bc56 url('../images/bgmenu-der.jpg') no-repeat right top;
}

.menuContainer li {
	float:left;
	padding:0 10px;
	line-height:36px;
}

.menuContainer li h3 {font-size:100%;}

.menuContainer li.first {
	background:url('../images/bgmenu-izq.jpg') no-repeat left top;
	padding-left:26px;
}

.menuContainer li a {
	color: #006600;
	text-decoration:none;
}

.menuContainer li a:hover, .menuContainer li a:active {
	text-decoration:underline;
	color:#FFFFFF;
}

.menuContainer .current a { text-decoration:underline; color:#FFFFFF; }

/* Contenidos */
/*---------------------------------------------------------------------------------*/

#content {
	padding:0px ;
	position:relative;
	min-height:400px;
}

* html #content { height:400px;}

#content p {
	margin:10px;
}

#inicio {
	padding:20px 270px 30px 290px;
	height:400px;
}
#location, #rooms, #services, #faq {
	position:relative;
	padding:20px 20px 30px 285px;
}
#photos {
	padding:20px 20px 30px 20px;
	clear:both;
}


/* Columnas */
/*---------------------------------------------------------------------------------*/

.column01 {
	position:absolute;
	width:245px;
	top:20px;
	left:35px;
}

.column02 {
	position:absolute;
	width:230px;
	top:20px;
	right:23px;
}


/* Pie de página */
/*---------------------------------------------------------------------------------*/

#footer {
	position:relative;
	bottom:-28px;
	left:0;
	background: url('../images/border-inf.png') no-repeat bottom;
	height:31px;
	z-index:20;
}

#footer p.hotelsearch {
    display:block;
    text-indent:-5000px;
    position:relative;
    bottom:12px;
	left:20px;
}
#footer p.hotelsearch a {
    background: url(../images/logo-hs.jpg) no-repeat right top;
    height: 30px;
    width: 95%;
    display:block;
    text-indent:-5000px;
	border-top:dotted 1px #3e3e3e;
}

/*---------------------------------------------------------------------------------*/
/*----------------------------- ESTILOS  ------------------------------------*/
/*---------------------------------------------------------------------------------*/

/* Headings */
/*---------------------------------------------------------------------------------*/

#content h2 {
	font-size: 120%;
	color: #00CC66;
	background:url(../images/ico2.gif) no-repeat left center;
	line-height:40px;
	height:40px;
	border-top: 1px solid #efefef;
	border-bottom: 1px solid #efefef;
	padding-left:20px;
}

.column01 h2, .column02 h2 {
	font-size: 120%;
	color:#00CC66;
	background:url(../images/ico.gif) no-repeat left center;
	line-height:40px;
	height:40px;
	border-top:none;
	border-bottom: 1px solid #efefef;
	padding-left:20px;
}
#content h2.first, .column01 h2.first, .column02 h2.first {
	border-top: none;
}

#content h3 {
	font-size:105%;
	font-weight:bold;
}


/* FAQS */
/*---------------------------------------------------------------------------------*/
dl.normal dt {

	background:url(../images/ico_normal.gif) no-repeat left 3px;
	padding-left:15px;
	line-height:18px;
	margin-top:8px;
	margin-bottom:8px;
	font-weight:bold;
}

dl.normal dd  { margin:0 0 5px 20px;}


/* Listas */
/*---------------------------------------------------------------------------------*/

.column01 ol  { margin: 15px 22px; }

.column01 ol li { margin: 5px 0;}

#content ul {
	margin: 15px 22px;
}

#content ul li {
	margin:5px 12px;
	list-style-image:url(../images/ico_normal.gif);
	line-height:18px;
}

/*Fotos*/
/*---------------------------------------------------------------------------*/

.photoGallery {
	text-align:center;
	margin-top:55px;
}

.photoGallery img { padding: 0 15px;}

.photoGallery span.mask  {
	background: transparent url(../images/mask_photos.png) no-repeat center center;
	height: 219px;
	width: 219px;
	margin-top: -205px;
	position: relative;
	z-index: 15;
	display: block;
	font-size: 90%;
	margin-bottom: 15px;
}

* html .photoGallery span.mask {
	background:none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/mask_photos.png');
}

.photoGallery span.mask:hover { background: url(../images/mask_photos_over.png) no-repeat center; }

* html .photoGallery span.mask:hover {
	background:none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/mask_photos_over.png');
}

#photos .photoGallery a {float:left; display:inline;}

/* Enlaces */
/*---------------------------------------------------------------------------------*/

p.top {text-align:right;}

.top a {
	padding-right:18px;
	background: url(../images/ico_top.gif) no-repeat right center;
	color:#0da5c0;
}

/* GoogleMap */
/*---------------------------------------------------------------------------------*/

#gmap { margin-left:10px;
	width:600px;
	height:360px;
	}
.zoom {background: url(../images/zoom.png) left center no-repeat; padding-left:26px;}

/* Offers */
/*---------------------------------------------------------------------------------*/
#offers_container {text-align:center;}

/* Reviews */
/*---------------------------------------------------------------------------------*/

#reviews {margin-bottom:30px;}
div#hsRating.hsRating {border:none!important;}

/* Framereservation */
/*---------------------------------------------------------------------------------*/
#mirai_bookentrance { background:#CCCCCC; width:95%; margin-left:24px; height:30px; text-align:center; padding:10px 0 0 0}

input#frame_buttonBook  {
background-color:#96BC57!important;
border:none!important;}

.calendar thead .hilite, .calendar tbody .rowhilite td, .calendar tbody td.selected, .calendar tfoot .hilite, .calendar .combo {
background:none repeat scroll 0 0 #96BC57!important;
}

.calendar thead .title, .calendar tfoot .ttip {
background:none repeat scroll 0 0 #CCCCCC!important;
}

/*---------------------------------------------------------------------------------*/
/*----------------------------- VARIOS  ------------------------------------*/
/*---------------------------------------------------------------------------------*/


.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
/*--- Principio Contenedor del motor de reservas ---*/
#mirai_be0, #mirai_be2, #mirai_be0 input, #mirai_be0 select { /* Para que se vea la misma letra en IE6 y IE7*/
    /*font-family: Verdana;*/
    /*font-size: 13px;*/
}
/*--- Principio Contenedor del motor de reservas ---*/
#mirai_be0, #mirai_be2, #mirai_be0 input, #mirai_be0 select { /* Para que se vea la misma letra en IE6 y IE7*/
    /*font-family: Verdana;*/
    /*font-size: 13px;*/
}
/*--- Fin Contenedor del motor de reservas ---*/
/*--- Principio Posición de elementos ---*/
#mirai_bookentrance input#mirai_be2, #mirai_bookentrance select#mirai_be4, #mirai_bookentrance input#mirai_be6  { /* Margin Right para "Input Entrada", "Input Noches" y "Input Codigo Promocinal"*/
    /*margin:0 0.3em 0 0;*/
}
#mirai_be2, #mirai_be4, #mirai_be6  { /* Margin Right para "Input Entrada", "Input Noches" y "Input Codigo Promocinal"*/
    /*margin:0 0.8em 0 0;*/
}
#mirai_bookentrance div#mirai_be7  { /* Margin Right div contenedor de "Input Reservar"*/
    /*margin:0 1em 0 0;*/
}
/*--- Fin Posición de elementos ---*/
/*--- Principio Estilos de Botones y Codigo Promocional ---*/
#mirai_be2 { /* Anchura para "Input Entrada" */
    /*width:7em;*/
}
 #mirai_be6 { /* Anchura para "Input Codigo Promocional" */
    /*width:7em;*/
}
#mirai_be1, #mirai_be3, #mirai_be5 { /* Estilos de textos: "Entrada, Noches y Código Promocional" */
      color: #000;
    }
#mirai_be2, #mirai_be4, #mirai_be6 { /* Estilos "Input Entrada", "Input Noches" y "Input Codigo Promocional" */
      /*background-color:#FFFFFE;*/ /* para que el "color" de < slect > en Safari funciona, no se pudede asignar #FFFFFF. Color de letra para Text Inputs */
      /*border:1px solid #999;*/
      /*color: #444;*/
    }
#mirai_be7 input { /*--- Boton "Input Reservar" ---*/
    /*padding:0 0.8em;*/
    background:#96BC57;
    height:26px;
    width:175px;
    border:0;
    padding-bottom:6px;
    color:#fff;
}
#mirai_be7 input:hover { /*--- Boton "Input Ver/Cancelar" ---*/
    color:#D0007B;
}
#mirai_be8 { /*--- Boton "Input Ver/Cancelar" ---*/
    text-decoration:none;
    color:#fff;
}
#mirai_be8:hover { /*--- Boton "Input Ver/Cancelar" ---*/
    text-decoration:underline;
}
/*--- Fin Estilos de Botones y Codigo Promocional ---*/
/*--- Principio Para que el calendario aparezca siempre encima ---*/
#ui-datepicker-div {
    font-size:0.9em;
}
/*--- Fin Para que el calendario aparezca siempre encima ---*/
