@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;
}

