@charset "utf-8";
/* CSS Document */

/* --------------------------------------------------------------------------------------------------
	BASIC ELEMENTS
	CREATION DATE: 09.05.2008
	UPDATED DATE: 09.05.2008
-----------------------------------------------------------------------------------------------------

	INDEX:
	. NORMALIZATION
	. TYPOGRAPHY
	. HEADINGS
	. LINKS
	. RESISTANT STRUCTURE

---------------------------------------------------------------------------------------------------*/


/*---------------------------------------------------------------------------------------------------
	=NORMALIZATION  ---------------------------------------------------------------------------------
----------------------------------------------------------------------------------------------------*/

/* Background Color */

body { background-color:#413b37;}

/* Remove padding and margin */

* {
	margin: 0;
	padding: 0;
}

/* Put it back on certain elements */

select option { padding:0 0.2em;}
address { font-style:normal; }

/* Class for clearing floats */
.pusher { clear:both; }

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

/* Remove style on lists and address */

ul { list-style:none;}

/* Remove border around linked images */

a img, :link img, :visited img, img { border: 0; }

/* Align images */

img { vertical-align:middle; }




/*---------------------------------------------------------------------------------------------------
	=TYPOGRAPHY  ---------------------------------------------------------------------------------
----------------------------------------------------------------------------------------------------*/

/* =Types and Sizes 
-----------------------------------------------------*/

body { 
	font:10px Verdana, sans-serif;
	color:#c9beb6;
}

/*---------------------------------------------------------------------------------------------------
	=HEADINGS  --------------------------------------------------------------------------------------
----------------------------------------------------------------------------------------------------*/

h1, h2, h3, h4, h5 {
	font-family: Arial, sans-serif; 
	font-weight:bold;
	text-transform:uppercase;
}

h1 {
	display:block;
	width:285px;
	height:122px;
	margin:0 auto;
	background:url(../images/logo.gif) no-repeat center;
	text-indent:-10000px;
}

h1 a { 
	display:block;
	width:285px;
	height:122px;
	}
h2{
	display:block;
	height:23px;
	text-indent:-10000px;
	clear:both;
}

.fr h2#about {
	width:174px;
	background:url(../images/tAboutHotelFr.gif) no-repeat;
}
.fr h2#welcome {
	width:239px;
	background:url(../images/tWelcomeFr.gif) no-repeat;
}
.fr h2#team {
	width:176px;
	background:url(../images/tTeamFr.gif) no-repeat;
}
.fr h2#services {
	width:204px;
	background:url(../images/tServicesFr.gif) no-repeat;
}

.fr h2#luggage {
	width:92px;
	background:url(../images/tLuggageFr.gif) no-repeat;
}

.fr h2#bookings {
	width:175px;
	height:24px;
	background:url(../images/tBookingsFr.gif) no-repeat;
}
.fr h2#location {
	width:182px;
	height:18px;
	background:url(../images/tLocationFr.gif) no-repeat;
}
.fr h2#contact {
	width:67px;
	height:18px;
	background:url(../images/tContactFr.gif) no-repeat;
}

.en h2#about {
	width:184px;
	height:24px;
	background:url(../images/tAboutHotelEn.gif) no-repeat;
}
.en h2#welcome {
	width:176px;
	height:18px;
	background:url(../images/tWelcomeEn.gif) no-repeat;
}
.en h2#team {
	width:84px;
	height:18px;
	background:url(../images/tTeamEn.gif) no-repeat;
}
.en h2#services {
	width:119px;
	height:18px;
	background:url(../images/tServicesEn.gif) no-repeat;
}

.en h2#luggage {
	width:142px;
	height:24px;
	background:url(../images/tLuggageEn.gif) no-repeat;
}

.en h2#bookings {
	width:171px;
	height:24px;
	background:url(../images/tBookingsEn.gif) no-repeat;
}
.en h2#location {
	width:121px;
	height:24px;
	background:url(../images/tLocationEn.gif) no-repeat;
}
.en h2#contact {
	width:85px;
	height:18px;
	background:url(../images/tContactEn.gif) no-repeat;
}



h3 {
	font-weight:normal;
	font-size:9px;
	letter-spacing:1px;
	color:#fff;
	border-left: 3px solid #a87f2a;
	padding-left:7px;
	margin-bottom:10px;
}

.frame01 h3 {
	font-weight:bold;
	font-size:11px;
	color:#413b37;
	text-transform:none;
	margin-top:10px;
	letter-spacing:normal;
	border:none;
	padding:none;
	margin-bottom:0;
	clear:both;
}


/*---------------------------------------------------------------------------------------------------
	=LINKS  -----------------------------------------------------------------------------------------
----------------------------------------------------------------------------------------------------*/

a { text-decoration:underline;}
a:link { color:#a87f2a; }
a:visited { color:#a87f2a; }
a:hover, a:active { color:#fff; }

/* Remove mark around active links */

*:focus { outline:none;}

/*---------------------------------------------------------------------------------------------------
	=RESISTANT STRUCTURE ---------------------------------------------------------------------------
----------------------------------------------------------------------------------------------------*/

#container {
	width:696px;
	border: 17px solid #59504A;
	margin:8px auto;
}	

#container .column {
	display:inline;
	float:left;
	width:328px;
	margin:10px;
	position:relative;
	z-index:10;
}




/* COLUMN 01
-------------------------------------------------------*/

/* Menu
-------------------------------------------------------*/

.menu {
	width:277px;
	margin:15px auto;
	padding-top:25px;
	background:url(../images/line.png) top center no-repeat;
}

.menu li a {
	display:block;
	height:24px;
	width:277px;
	text-indent:-10000px;
}

/* French */
.menu li#home a.fr { background:url(../images/btHomeFr.gif) no-repeat center;}
.menu li#home a.fr:hover { background:url(../images/btHomeFr_over.gif) no-repeat center;}
.menu li#home.selected a.fr { 
	background:url(../images/btHomeFr_down.gif) no-repeat center;
	cursor:default;
}

.menu li#hotel a.fr { background:url(../images/btHotelFr.gif) no-repeat center;}
.menu li#hotel a.fr:hover { background:url(../images/btHotelFr_over.gif) no-repeat center;}
.menu li#hotel.selected a.fr { 
	background:url(../images/btHotelFr_down.gif) no-repeat center;
	cursor:default;
}

.menu li#services a.fr { background:url(../images/btServicesFr.gif) no-repeat center;}
.menu li#services a.fr:hover { background:url(../images/btServicesFr_over.gif) no-repeat center;}
.menu li#services.selected a.fr { 
	background:url(../images/btServicesFr_down.gif) no-repeat center;
	cursor:default;
}

.menu li#bookings a.fr { background:url(../images/btBookingsFr.gif) no-repeat center;}
.menu li#bookings a.fr:hover { background:url(../images/btBookingsFr_over.gif) no-repeat center;}
.menu li#bookings.selected a.fr { 
	background:url(../images/btBookingsFr_down.gif) no-repeat center;
	cursor:default;
}

.menu li#location a.fr { background:url(../images/btLocationFr.gif) no-repeat center;}
.menu li#location a.fr:hover { background:url(../images/btLocationFr_over.gif) no-repeat center;}
.menu li#location.selected a.fr { 
	background:url(../images/btLocationFr_down.gif) no-repeat center;
	cursor:default;
}

.menu li#contact a.fr { background:url(../images/btContactFr.gif) no-repeat center;}
.menu li#contact a.fr:hover { background:url(../images/btContactFr_over.gif) no-repeat center;}
.menu li#contact.selected a.fr { 
	background:url(../images/btContactFr_down.gif) no-repeat center;
	cursor:default;
}

/*English */
.menu li#home a.en { background:url(../images/btHomeEn.gif) no-repeat center;}
.menu li#home a.en:hover { background:url(../images/btHomeEn_over.gif) no-repeat center;}
.menu li#home.selected a.en { 
	background:url(../images/btHomeEn_down.gif) no-repeat center;
	cursor:default;
}

.menu li#hotel a.en { background:url(../images/btHotelEn.gif) no-repeat center;}
.menu li#hotel a.en:hover { background:url(../images/btHotelEn_over.gif) no-repeat center;}
.menu li#hotel.selected a.en { 
	background:url(../images/btHotelEn_down.gif) no-repeat center;
	cursor:default;
}

.menu li#services a.en { background:url(../images/btServicesEn.gif) no-repeat center;}
.menu li#services a.en:hover { background:url(../images/btServicesEn_over.gif) no-repeat center;}
.menu li#services.selected a.en { 
	background:url(../images/btServicesEn_down.gif) no-repeat center;
	cursor:default;
}

.menu li#bookings a.en { background:url(../images/btBookingsEn.gif) no-repeat center;}
.menu li#bookings a.en:hover { background:url(../images/btBookingsEn_over.gif) no-repeat center;}
.menu li#bookings.selected a.en { 
	background:url(../images/btBookingsEn_down.gif) no-repeat center;
	cursor:default;
}

.menu li#location a.en { background:url(../images/btLocationEn.gif) no-repeat center;}
.menu li#location a.en:hover { background:url(../images/btLocationEn_over.gif) no-repeat center;}
.menu li#location.selected a.en { 
	background:url(../images/btLocationEn_down.gif) no-repeat center;
	cursor:default;
}

.menu li#contact a.en { background:url(../images/btContactEn.gif) no-repeat center;}
.menu li#contact a.en:hover { background:url(../images/btContactEn_over.gif) no-repeat center;}
.menu li#contact.selected a.en { 
	background:url(../images/btContactEn_down.gif) no-repeat center;
	cursor:default;
}

/* Frame Column 1
-------------------------------------------------------*/

.frame01 {
	position:absolute;
	top:320px;
	left:0;
	width:364px;
	height:343px;
	background:url(../images/frameWhite.png) no-repeat center;
	z-index:100;
}

* html .frame01 {
	background:url(../images/frameWhite_ie.png) no-repeat center;
	
}

.frame01 .inner {
	width:304px;
	height:283px;
	margin:20px;
	background:#e9ddcc;
	padding:10px;
}

.frame01 p.text {
	color:#413b37;
	background:url(../images/line02.png) no-repeat bottom;
	padding-bottom:15px;
	font-size:10px;
}

.frame01 .inner#directions p.text { font-size:9px;}

.frame01 p.text.noBorder { background:none; padding-bottom:0;}


/* Photos */

.frame01 a.photo {
	padding:5px;
	background:#d4bfa1;
	display:block;
	width:85px;
	text-align:center;
	text-decoration:none;
	font-weight:bold;
	font-size:9px;
}

.frame01 a.photo img { border:solid 1px #413b37; }

.frame01 a.photo.left {
	float:left;
	display:inline;
	margin:0 15px 10px 0;
}

.frame01 a.photo.float {
	float:left;
	display:inline;
	margin:15px 3px;
}

/* COLUMN 02
-------------------------------------------------------*/

p.links {
	text-align:right;
	font:8px Arial, Helvetica, sans-serif;
	text-transform:uppercase;
	letter-spacing:1px;
}

p.links img { padding-right: 7px;}

p.links a { margin: 0 10px;}

p.links a.lang { margin:0;}

p.links a { text-decoration:none;}


/* Frame Column 2
-------------------------------------------------------*/

.frame02 {
	position:absolute;
	top:25px;
	left:-30px;
	width:364px;
	height:343px;
	background:url(../images/frameBeige.png) no-repeat center;
	z-index:50;
}

* html .frame02 {
	background:none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/frameBeige.png');
}

.frame02 img {
	margin:22px 20px;
	position:relative;
	z-index:5000px;
}

.column .content {
	margin-top:360px;
	margin-left:20px;
	position:relative;
}

/* Photos */

.content a.photo {
	padding:5px;
	background:#322e2b;
	display:block;
	width:85px;
	text-align:center;
	text-decoration:none;
	font-weight:bold;
	font-size:9px;
}

.content a.photo img { border:solid 1px #c9beb6; }

.content a.photo.left, .content img.left {
	float:left;
	display:inline;
	margin:0 15px 25px 0;
}

.content img.photo { border: solid 5px #322e2b;}

/* Text */

.content p.text {
	background:url(../images/line.png) repeat-x bottom;
	font-size:10px;
	padding-bottom:15px;
	margin-bottom:10px;
}

.content p.text.noBorder { background:none; padding-bottom:0;}
/* Address */

.content address{
	padding:5px;
	background:#322e2b;
	float:left;
	display:inline;
}

.footer {
	clear:both;
	line-height:25px;
	background-color:#322e2b;
	text-align:right;
	position:relative;
	width:321px;
	margin-left:6px;
}

.footer a { margin:0 10px;}

* html .footer {
	position:absolute;
	bottom:0;
	right:0;
	width:321px;
}

*+html .footer { 
	position:absolute;
	bottom:0;
	right:0;
	width:321px;
	bottom:-10px;
}

/* Credits
-------------------------------------------------------*/

.credits {
	color:#aa9f90;
	margin:365px 10px 20px 10px;
	font-size:10px;
	letter-spacing:-1px;
}

/* Varios
-------------------------------------------------------*/

.content strong, .content .text span { color:#fff;}

#audio { padding-bottom:20px !important;}
*+html #audio { margin-top:-50px !important; margin-bottom:15px}

/* Ofertas
-------------------------------------------------------*/

#link_container {
margin:13px 0 0 0;
}
#offersBadge {
margin: 10px 0 0 50px;
}
/*--- Principio Contenedor del motor de reservas ---*/
#mirai_bookentrance {
    padding:10px 0 0 20px;
}
#mirai_be0, #mirai_be2, #mirai_be0 input, #mirai_be0 select { /*#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;*/
}
#mirai_be0 {
    /*width:13.7em;*/
    /*height:11.5em;*/
}
/*--- Fin Contenedor del motor de reservas ---*/
/*--- Principio Posición de elementos ---*/
#mirai_be1, #mirai_be3, #mirai_be5 { /* Espacio a la izquierda para "Entrada" y "Noches" y margin para igualar horizontalmente con textos de los input */
    /*left:0;*/
    /*margin-top:0.25em;*/
    color: #000000;
    font-weight: 700;
}
#mirai_be2, #mirai_be4, #mirai_be6 { /* Espacio a la izquierda para "Input Entrada", "Input Noches", y "Input Codigo Promocional" */
    /*left:6.5em;*/
}
#mirai_be7, #mirai_be8 { /* Espacio a la izquierda para "Input Reservar", "Input Ver/Cancelar" */
    /*left:0;*/
}
#mirai_be1, #mirai_be2 { /* Espacio superior para "Entrada" y "Input Entrada" */
    /*top: 0; */
}
#mirai_be3, #mirai_be4 { /* Espacio superior para "Noches" y "Input Noches" */
    /*top:2.2em;*/
}
#mirai_be5 { /* Espacio superior y a la izquierda para "Codigo Promocional" */
    /*top: 6.15em;*/
    /*left: 0em;*/
}
#mirai_be6 { /* Espacio superior para "Input Codigo promocional" */
    /*top:4.6em;*/
}
#mirai_be7 { /* Espacio a la izquierda y superior para "Input Reservar" */
    /*top: 6.9em;*/
    /*left:0;*/
}
#mirai_be8 { /* Espacio a la izquierda y superior para "Input Ver/Cancelar" */
    /*top: 9.9em;*/
    /*left:0;*/
}
/*--- Fin Posición de elementos ---*/
/*--- Principio Estilos de Botones y Codigo Promocional ---*/
#mirai_be2, #mirai_be6 { /* Anchura para "Input Entrada" y "Input Codigo Promocional" */
    /*width:7em;*/
}
#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_be5 { /*--- Texto "Codigo Promocional" ---*/
    /*font-size: 0.75em;*/
    /*line-height: 0.9em;*/
    /*width: 3em;*/
}
#mirai_be7 input { /*--- Boton "Input Reservar" ---*/
    /*padding:0 0.8em;*/
    background-color: #A6791B;
    border: 1px solid #413B37;
    color: #FFFFFF;
    height: 34px;
    line-height: 34px;
    width: 177px;
}
#mirai_be7 input:hover { /*--- Boton "Input Reservar Hover" ---*/
    /*---*/
    text-decoration:underline;
}
#mirai_be8 { /*--- Boton "Input Ver/Cancelar" ---*/
    /*text-decoration:underline;*/
    /*color:#00f;*/
    border: medium none;
    color: #761A49;
    display: block;
    font-size: 12px;
    height: 30px;
    line-height: 40px;
    text-align: center;
    text-decoration: none;
    width: 180px;
}
#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:1em;
}
/*--- Fin Para que el calendario aparezca siempre encima ---*/
