@charset "utf-8";

/*******************************/
/*********** GENERAL ***********/
/*******************************/
body {
	background-image:url('bg_sky.jpg');
	background-repeat:no-repeat;
	background-attachment:fixed;
	background-position:center; 
	color: #000;
	font-size: 62.5%;
	font-family: 'Times New Roman', 'EB Garamond', serif;
	font-weight: normal;
	margin:0;
	text-align:left;
}

h1 {
	border-bottom: 2px solid #000;
	color: #999;
	display: inline;
    font-size: 2em;
    font-weight: normal;
    margin: 0.8em 0 0;
    padding: 0;
}

h2 {
	color: #000000;
    font-size: 1.8em;
    font-weight: normal;
    margin: 1em 0;
    padding: 0;
}

h3 {
	color: #353535;
    font-size: 1.6em;
    font-weight: bold;
    margin: 0;
    padding: 0;
}

p {
	font-size:1.5em;
	line-height:1.3em;
	margin:0.8em 0 0.5em 0;
}

a {
	text-decoration:none;
	color: #c1970d;
}
a:hover {
	text-decoration: underline; 
}

a img {
	border: 0;
}

img {
	margin: 0.4em 0;
}

nav.img {
	margin: 0;
}

ul, ol {
	margin:0;
	padding:0;
}

ul li, ol li {
	list-style-type:none;
	list-style-position:inside;
	font-size:1em;
}

input, textarea {
	color: #4c4c4c;
	font-size: 1.3em;
}

input[type='submit'] {
	cursor: pointer
}

select {
}

fieldset { 
	border: 0;
	margin: 0;
	padding: 0;
}

hr {
	border-top: 1px solid #fff;
	border-bottom: 0;
	border-left: 0;
	border-right: 0;
	margin: 0.5em 0;
}

strong {
	color: #000;
}

.clear {
	clear:both;
	overflow: hidden;
}

.right {
	float: right !important;
}

.left {
	float: left !important;
}

.no-display {
	display: none;
}

.no-border {
	border:0 !important;
}

.no-margin {
	margin: 0 !important;
}

.no-padding {
	padding: 0 !important;
}

.oculto {
	position: absolute;
	left: -1000em;
}

.center {
	text-align: center;
}

.gris {
	color: #999999;
}

.italic {
	font-style: italic;
}

.wrapper {
	margin: 0 auto;
	overflow: hidden;
	width: 960px;
}
/********* END GENERAL *********/

/*******************************/
/************ HEADER ***********/
/*******************************/
#header {
	font-family: 'EB Garamond', 'Times New Roman', serif;
}

#header a {
	color: #999;
}

#flash {
    float: right;
    width: 36px;
    margin-right: 240px;
}


#out-limits-flash {
	position: absolute;
	right: 0;
	top: 0.2em;
	width: 24em;
}


#logo {
	background: transparent url(logo.png) no-repeat 0 0;
	 float: left;
    height: 150px;
    margin: 1em 0 0 29em;
    overflow: hidden;
    text-indent: -9999px;
    width: 350px;
}

#header #go-home {
	background-color: #000000;
    color: #FFFFFF;
    float: left;
    font-size: 2em;
    padding: 2.5em 0.25em 0.25em;
}

#out-limits {
	position: absolute;
	right: 0;
	top: 1em;
	width: 24em;
}


#lang {
	background-color: #000;
    clear: both;
    float: right;
	padding: 0 0.5em;
    width: 23em;
}

#lang li {
	color: #fff;
	float: left;
    font-size: 1.4em;
    font-style: italic;
	margin-right: 0.25em;
}

#lang a {
	color: #fff;
}

#social {
	clear: both;
	float:left;
	padding: 2em 0 0 8em;
	width: 9em;
}

#social li {
	font-size: 1.4em;
	font-style: italic;
	padding: 0.1em 0 0.1em 1em;
}

#social li:nth-child(1){
	background: #ffffff url(../img/theme/bullet1.gif) no-repeat left center;
}

#social li:nth-child(2){
	background: #ffffff url(../img/theme/bullet2.gif) no-repeat left center;
}

#social li:nth-child(3){
	background: #ffffff url(../img/theme/bullet3.gif) no-repeat left center;
}

#social li:nth-child(4){
	background: #ffffff url(../img/theme/bullet4.gif) no-repeat left center;
}
#social li:nth-child(5){
	background: #ffffff url(../img/theme/bullet6.gif) no-repeat left center;
}

#social a {
	color: #999999;
}

#primary-nav {
	clear: both;
	margin: 0 auto;
	overflow: hidden;
    padding: 2em 0 1em;
    width: 100%;
}

#primary-nav li {
	color: #999999;
	float: left;
    list-style: inside url("../img/theme/menu-list-dot-bn.jpg");
	margin-left: 0.5em;
	letter-spacing:3px;
}

#primary-nav li:first-child {
	list-style: none;
}

#primary-nav li a {
	font-size: 1.7em;
}

#secondary-nav {
	clear: both;
	margin: 0 0 0 0;
	overflow: hidden;
	padding: 0 0 2em 1em;
	text-align: center;
	width: 100%;
}

#secondary-nav li {
	color: #C1970D;
    float: left;
    font-style: italic;
    list-style: inside url("../img/theme/menu-list-dot.jpg");
    margin-left: 1em;
    text-transform: uppercase;
    letter-spacing:3px;
}

#secondary-nav li:first-child {
	list-style: none;
}

#secondary-nav li a {
	/*font-size: 1.7em;*/
	font-size: 3em;
	padding-left: 0.5em;
	padding-right: 0.5em;
}

#thirth-nav {
	clear: both;
	margin-bottom: -2em;
	overflow: hidden;
	padding-left: 0px;
	padding: 0 0 2em 1em;
	text-align: center;
	width: 100%;
}

#thirth-nav li {
	color: #999999;
    float: left;
    font-style: italic;
    letter-spacing: 3px;
    margin-left: -11em;
    padding-right: 11em;
    text-transform: uppercase;
}

#thirth-nav li:first-child {
	list-style: none;
}

#thirth-nav li a {
    font-variant: normal;
    margin-left: -17em;
    padding-left: 1em;
    padding-right: 15.5em;
}
/*******************************/
/******* end HEADER ************/
/*******************************/

/*******************************/
/************ CONTENT **********/
/*******************************/
#content {
	
}

.big-header {
	background-color: #000000;
    color: #FFFFFF;
    display: inline;
    font-size: 10em;
	line-height: 1.2em;
    margin: 0;
    padding: 0 0.1em 0 0.1em;
    text-transform: uppercase;
}

.subsection-title {
	border: 0;
    color: #000000;
	display: block;
    font-family: 'EB Garamond',Serif;
    font-size: 2.6em;
    font-style: italic;
    text-transform: lowercase;
}

.small-title {
	background: transparent url(../img/theme/bg_punteado.gif) repeat-x left bottom;
	color: #C1970D;
    display: block;
	font-size: 1.5em;
	font-style: italic;
	font-weight: bold;
	margin-bottom: 1em;
    width: 100%;
    padding-bottom:2px;
}

.small-title span {
	background-color: #fff;
}

.border-title {
		background: url("../img/theme/bg_punteado.gif") repeat-x left bottom transparent;
		margin-bottom: 1em;
		padding-bottom:0.5em;
}

.underlined-title {
	border-bottom: 2px solid #000;
	color: #999;
	display: inline;
    font-size: 2em;
    font-weight: normal;
    margin: 0.8em 0 0;
    padding: 0;
}

/*******************************/
/********** end CONTENT ********/
/*******************************/

/*******************************/
/************ FOOTER ***********/
/*******************************/
#footer {
	background-color: #000;
	border-top: 6px solid #000;
	margin-top: 3em;
	overflow: hidden;
	width: 100%;
}

#footer li {
	float: left;
	margin: 0 0.5em;
}

#footer li:last-child {
	margin-right: 0;
}
/*******************************/
/********** end FOOTER *********/
/*******************************/







.mleft{
margin-left:20px;	
}
.fright{
float:right !important;
}
.fleft{
float:left !important;
}
.flickr{
	width:145px;
	height:145px;
}


#especials #llista-contacta li{
	margin-bottom:0;
}
#secondary-nav li a {
	color:#C1970D;
}

.grey{
	color:#999;	
}

#footer a{
	/*cursor:default;*/
}






#toTop {
		width:100px;
        border:5px solid #fff;
        background:#000;
        text-align:center;
        padding:5px;
        position:fixed; /* this is the magic */
        bottom:10px; /* together with this to put the div at the bottom*/
        right:10px;
        cursor:pointer;
        display:none;
        color:#fff;
        font-family:verdana;
        font-size:11px;
}

.credits{
	color:#cfcfcf;
	padding:5px;
	text-align:right;
}
.credits a{
	color:#cfcfcf;
}

h3.subtitle{
	color:#999;
	font-weight:normal;
	font-size:2em;
}

h3.subtitledate{
	padding:0.25em 0 0 0;
	font-size: 1.5em;
}


#reservat-title img {
	margin-bottom:4em;
}



#header ul li a.active{
	text-decoration:underline;
}




a.morep{
	color: #000000;
    float: right;
    font-size: 12pt;
    font-weight: bold;
    margin-right: 30px;
    
    background: none repeat scroll 0 0 #000000;
    border: 1px solid #EFEFEF;
    color: #FFFFFF;
    float: right;
    font-size: 12pt;
    font-weight: bold;
    margin-right: 30px;
    padding: 5px;
}


#credits{
	padding:50px 30px 50px 50px;
	background:#fff;
	font-size:1em;
}


.hide{
	display:none;
}