
/*____________________________________BASICS____________________________________*/

*{	padding:0;	margin:0;}

body{	background:url(../../img/bg.jpg) no-repeat top center;}

body, input, select{
	color:#5C5764;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:13px;
}

input, select, textarea{	border:#022D55 1px solid;}
input:focus, select:focus, textarea:focus{	border:#6CBFE7 1px solid;}

a, a:visited{
	color:#716B7A;
	font-weight:bold;
	text-decoration:none;
}

a:hover{
	color:#022D55;
	text-decoration:underline;
}

::selection {	background: #D0E4F4; /* Safari */	}
::-moz-selection {	background: #D0E4F4; /* Firefox */}

/*____________________________________HEADER____________________________________*/

#header{
	position:relative;
	width:920px;
	margin:0px auto;
}

#logo{
	display:block;
	position:relative;
	width:135px;	height:120px;
	margin:15px auto 0px auto;
	background:url(../../img/logo.png) no-repeat;
}

#logo span{
	display:none;
	visibility:hidden;
}

#lang{
	position:absolute;
	right:0px;	bottom:10px;
	width:180px;	height:50px;
	background:url(../../img/lang.png) no-repeat;
}

select.lang{
	width:140px;	height:20px;
	margin:17px 20px 13px 20px;
	border:#D2D2D2 1px solid;
}

/*____________________________________INTRO____________________________________*/

#intro{
	width:920px;	overflow:hidden;
	margin:0px auto;
}

#nav{
	width:205px;	overflow:hidden;
}

#nav li a{
	display:block;	
	padding:4px 0px 4px 10px;
	border-bottom:#D2D2D2 1px solid;
	font-size:13px;
	font-weight:normal;
	text-transform:uppercase;
	text-decoration:none;
}

#nav li a:hover, .nav_actual{
	background:#022D55;
	color:#FFF !important;
	font-weight:bold !important;
}

#flash{
	float:right;
	width:700px;	height:300px;
}

/*____________________________________BOOKING____________________________________*/

#booking{
	overflow:hidden;
	margin:15px 0px;
	background:#022D55;
	color:#FFF;
}

#booking_center{
	width:980px;
	margin:0px auto;
}

#booking h1{
	float:left;
	width:189px;
	padding:12px 0px 0px 60px;
	font-size:20px;
	text-transform:uppercase;
	text-shadow:#628CAF 1px 1px 2px;
}

#booking a, #booking a:hover{
	display:block;
	float:left;
	padding-left:15px;
	background:url(../../img/bg-booking.png) repeat-y left;
	color:#FFF;
	font-size:13px;
	text-transform:uppercase;
	line-height:50px;
}

#booking a:hover{	text-decoration:underline;}

#booking_box{
	float:left;
	min-width:591px;
	background:transparent url(../../img/bg-booking.png) repeat-y scroll left center;
	padding:15px 5px 15px 5px;
	text-align:center;
}

#booking_box label{
	height:20px;
	margin-right:5px;
	font-size:10px;
	text-transform:uppercase;
	line-height:20px;
	vertical-align:middle;
}

#booking_box input, #booking_box select{
	width:75px;
	height:20px;
	padding-left:2px;
	margin-right:8px;
	color:#716B7A;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:13px;
	text-transform:uppercase;
	vertical-align:middle;
}

#booking_box input.s, #booking_box select.s{	width:40px !important;}

#slideshow {
	background:#EBEBEB;
	border:#D2D2D2 1px solid;	border-top:white 1px solid;
	text-align:center;
}

/*____________________________________CONTENT____________________________________*/

#content{
	width:920px;	overflow:hidden;
	margin:0px auto 20px auto;
}

/*____________________________________COL SMALL*/

#col_s{
	float:left;
	width:205px;	overflow:hidden;
}

.cbox{
	position:relative;
	width:205px;
	margin-top:15px;
	padding-bottom:23px;
	background:url(../../img/box-bottom.png) no-repeat bottom;
}

.titol{
	height:15px;
	padding:10px;
	background:url(../../img/box-top.png) no-repeat top left;
	border-bottom:#D2D2D2 1px solid;
	font-size:13px;
	font-weight:bold;
	color:#022D55;
	text-transform:uppercase;
	text-shadow:white 1px 1px 1px;
}

.preu{
	font-size:13px !important;
	font-weight:bold;
}

/*____________________________________COL MEDIUM*/

#col_m{
	float:left;
	width:480px;
	margin:0px 15px;
	padding-bottom:23px;
	background:url(../../img/bbox-bottom.png) no-repeat bottom;
}

#col_m h1{
	padding:20px 20px 0px 20px;
	background:url(../../img/bbox-top.png) no-repeat top left;
	font-family:"Times New Roman", Times, serif;
	font-size:30px;
	font-weight:normal;
	text-transform:uppercase;
	line-height:30px;
	text-shadow:white 1px 1px 1px;
}

#col_m h2{
	padding:0px 20px 10px 20px;
	background:#EBEBEB;
	border-left:#D2D2D2 1px solid;border-right:#D2D2D2 1px solid; border-bottom:#D2D2D2 1px solid;
	color:#022D55;
	font-family:"Times New Roman", Times, serif;
	font-size:18px;
	font-weight:normal;
	font-style:italic;
}

#col_m p{
	padding:20px;
	background:#EBEBEB;
	border:#D2D2D2 1px solid;	border-top:white 1px solid;
	line-height:22px;
}

/*____________________________________COL LARGE*/

#col_l{
	float:right;
	width:700px;
	padding-bottom:23px;
	background:url(../../img/xbbox-bottom.png) no-repeat bottom;

}

#col_l h1{
	padding:20px 20px 10px 20px;
	background:url(../../img/xbbox-top.png) no-repeat top left;
	border-bottom:#D2D2D2 1px solid;
	font-family:"Times New Roman", Times, serif;
	font-size:30px;
	font-weight:normal;
	text-transform:uppercase;
	text-shadow:white 1px 1px 1px;
}

#col_l h2, .subtitol{
	padding:2px 0px;
	margin:30px 0px 15px 0px;
	border-bottom:#D2D2D2 1px solid;
	color:#022D55;
	font-size:12px;
	font-weight:bold;
	text-transform:uppercase;
	text-shadow:white 1px 1px 1px;
}

/*____________________________________BREADCRUMBS*/

#breadcrumbs{
	overflow:hidden;
	padding:2px 0px 2px 20px;
	background:#E5E5E5;
	border:#D2D2D2 1px solid;border-top:none;
}

#breadcrumbs li{
	display:inline;
}

#breadcrumbs li a{
	display:block;
	float:left;
	padding-left:18px;
	margin-right:8px;
	background:url(../../img/breadcrumbs.png) no-repeat left center;
	font-weight:normal;
	text-decoration:none;
}

#breadcrumbs a:hover{	text-decoration:underline;}
.breadcrumbs_actual{	color:#022D55 !important;}

/*____________________________________PARAGRAPH*/

#text{
	padding:30px 50px 30px 30px;
	background:#EBEBEB;
	border:#D2D2D2 1px solid; border-top:white 1px solid; 
	line-height:22px;
}

#text a{	text-decoration:underline;}

#text p, #promos p, #news p{
	margin-bottom:15px;
	text-align:justify;
}

#text ul, #promos ul, #news ul{	margin:15px 0px 20px 20px;}
#text li, #promos li, #news li{	list-style-image:url(../../img/list.png);}

.destacat{
	display:block;
	padding: 5px 0px;
	margin:15px 0px;
	border-bottom:#D2D2D2 1px solid;	border-top:#D2D2D2 1px solid;
	color:#022D55;
	font-family:"Times New Roman", Times, serif;
	font-size:17px;
	text-align:center;
}
/*____________________________________TABLES*/

table{	margin:15px 0px;}

td, th{
	border-bottom:#D2D2D2 1px solid;
	padding:5px;
	text-align:left;
}

th{
	font-size:12px;
	line-height:14px;
	color:#022D55;
	text-transform:uppercase;
}

th.s, td.s{	width:70px;}
th.m, td.m{	width:100px;}
th.l, td.l{	width:200px;}
th.xl, td.xl{	width:300px;}

th.right, td.right{	text-align:right;}
th.left ul li, td.left ul li{	text-align:left;}
th.left ul, td.left ul{	margin:0px !important;}


.note{	font-size:11px;}

tr:hover{
	background:#EFEFEF;
	border-bottom:transparent 1px solid;
}

table li{
	list-style:none !important;
	text-align:right;
}

#fotos{
	display:block;
	position:relative;
	width:658px;
	height:140px;
	padding:20px;
	background:#EBEBEB;
	border:#D2D2D2 1px solid; border-top:white 1px solid;	
}
/*____________________________________NOTICIAS/PROMOCIONES____________________________________*/

#promos, #news{
	overflow:hidden;
	padding:30px 50px 30px 30px;
	background:#EBEBEB;
	border-top:white 1px solid; border-left:#D2D2D2 1px solid; border-right:#D2D2D2 1px solid; border-bottom:#D2D2D2 1px solid;
}

#promos .box, #news .box{
	overflow:hidden;
}

ul#calendar{
	overflow:hidden;
	padding-left:20px;
	background:#EBEBEB;
	border:#D2D2D2 1px solid;border-top:none;
	font-size:12px;	
	text-transform:capitalize;
}

ul#calendar li{
	list-style:none;
	display:inline;
}

ul#calendar li a{
	display:block;
	float:left;
	padding-left:3px;padding-right:5px;
	border-bottom:white 3px solid; border-right:#D2D2D2 1px solid;	
	text-align:center;
	font-weight:normal;
	text-decoration:none;
}

ul#calendar li a:hover{
	border-bottom:#022D55 3px solid;
}

.date{
	display:inline;
	float:right;
	margin-right:12px;
	font-weight:normal;
	font-style:italic;
	text-align:right;
}

#promos img, #promos img{
	/*float:right;*/
	margin:0px;
}

.promo_btn{
	border-top:#D2D2D2 1px solid;
}

.promo_btn a{
	display:block;
	float:right;
	margin-right:10px;
	padding:7px 0px 0px 30px;
	width:120px;
	height:30px;
	background:url(../../img/btn-promo.png) no-repeat top;
	text-shadow:white 1px 1px 1px;
}


/*____________________________________FOOTER____________________________________*/

#footer{
	width:920px;	overflow:hidden;
	margin:10px auto 0px auto;
}

#footer ul{
	overflow:hidden;
	padding:2px 0px;
	border-top:#D2D2D2 1px solid;border-bottom:#D2D2D2 1px solid;
	line-height:16px;
	text-align:center;
}

#footer li{
	display:inline;
	margin-right:3px;
	list-style:none;
	text-align:center;
	text-transform:uppercase;
}

#footer li a{
	font-weight:normal;
	font-size:11px;
}

#footer li a:hover{
	text-decoration:none;
	border-bottom:#022D55 2px solid;
}

#footer #direccio{
	height:25px;
	font-size:12px;
	font-weight:normal;
	text-align:center;
	line-height:25px;
}