@font-face {
	font-family: "Universal";
	src: url("../css/fonts/UniversLTStd Cn.eot");	
	src: local('O'), url("../css/fonts/UniversLTStd Cn.woff") format("woff"), url("../css/fonts/UniversLTStd Cn.ttf") format("truetype"), url("../css/fonts/UniversLTStd Cn.svg") format("svg");
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: "Mrs";
	src: url("../css/fonts/mrseavesroman-webfont");	
	src: local('O'), url("../css/fonts/mrseavesroman-webfont.woff") format("woff"), url("../css/fonts/mrseavesroman-webfont.ttf") format("truetype"), url("../css/fonts/mrseavesroman-webfont.svg") format("svg");
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: "MrsEaves";
	src: url("../css/fonts/mrseavessmallcaps-webfont.eot");	
	src: local('O'), url("../css/fonts/mrseavessmallcaps-webfont.woff") format("woff"), url("../css/fonts/mrseavessmallcaps-webfont.ttf") format("truetype"), url("../css/fonts/mrseavessmallcaps-webfont.svg") format("svg");
	font-weight: normal;
	font-style: normal;
}



* {
	margin:0;
	padding:0;
}

/* layout */
body {
	margin: 0px; 
	background-color: #FFF;
}

body, table, input, textarea, select, option{
	font-family: 'Droid Sans', sans-serif, Arial, Helvetica, "Trebuchet MS", Tahoma, "Myriad Pro";
	font-size: 11px;
	font-weight: normal;
	color: #FFF;
}

img {
	border:none;
}

p {
	margin-bottom: 10px;
}

a {
	color: #000;
	text-decoration: none;
	outline: 0;
}
a:hover {
	color: #32B6F7;
	text-decoration:none;
}
a img {
	border:none;
}

h1, h2, h3, h4 {
	font-family: Mrs;
	font-size: 25px;
	font-weight: normal;
}
h1 {
	margin-bottom: 11px;
	line-height: 25px;
}
h2 {
}
h3 {	
}

ul, li {
	margin: 0px 0px;
}


/******************** Layout ***************/
#loading {
	position: fixed;
	z-index: 9999999999999;
	background-color: #447001;
	padding: 5px 15px;
	color: #FFF;
	display: none;
}
#full-container {
	width: 100%;
}
	#container {
		width: 1136px;
		margin: 0 auto;
		//background: url(../img/mock.png) no-repeat scroll 0px -25px;
	}
		#content {
		}
		#header {
		}
		#footer {
		}

/* top-header */
#top-header {
	width: 100%;
	background-color: #A4A46E;
	height: 25px;
}
	#top-header .top-header-container{
		margin: 0 auto;
		width: 1136px;
	}
		#top-header .top-header-container .langs {
			float: right;
			margin-top: 4px;
		}
			#top-header .top-header-container .langs a {
				float: left;
				margin-left: 10px;
				background: url(../img/flags.png) no-repeat scroll 0px -16px;
				display: block;
				width: 27px;
				height: 16px;
			}
				#top-header .top-header-container .langs a.es { background-position: 0px -16px; }
					#top-header .top-header-container .langs a.es:hover, #top-header .top-header-container .langs a.es.active { background-position: 0px 0px; }
				#top-header .top-header-container .langs a.en { background-position: -37px -16px; }
					#top-header .top-header-container .langs a.en:hover, #top-header .top-header-container .langs a.en.active { background-position: -37px 0px; }		
				#top-header .top-header-container .langs a.pt { background-position: -74px -16px; }
					#top-header .top-header-container .langs a.pt:hover, #top-header .top-header-container .langs a.pt.active { background-position: -74px 0px; }
					
								
/* header */
#header {
	height: 97px;
}
	#header .logo {
		float: left;
		width: 291px;
	}
	#header .header-col-R {
		float: right;
		width: 845px;
	}	
		#header .info {
			float: right;
			color: #717521;
			margin-top: 10px;
			height: 61px;
			clear: both;
			font-family: 'Droid Sans', sans-serif;
			font-size: 12px;
		}
			#header .info a {
				color: #717521;
			}					


/* nav */
.nav {
	clear: both;
	font-family: MrsEaves;
	font-size: 13px;
}
	.nav li {
		list-style: none;
		float: left;
	}
		.nav li a {
		    display: block;
		    float: left;
		    height: 17px;
		    padding: 3px 0 0px 0px;
		    text-align: center;
		    width: 140.8px;
			color: #FFF;
			border-bottom: 1px solid #FFF;
			font-size: 15px;
		}
			.nav li a:hover { color: #FFF; }
			
			.nav { background-color: #A4A46E; }
				.section-0 .nav { background-color: #A4A46E; }
				.section-1 .nav { background-color: #A4A46E; }
				.section-2 .nav { background-color: #F4C86E; }
				.section-3 .nav { background-color: #FF9B59; }
				.section-4 .nav { background-color: #E1888B; }
				.section-5 .nav { background-color: #AD78A1; }
				.section-6 .nav { background-color: #66BBCB; }
		
			.nav-0 ul { background-color: #F4C86E; }
			.nav-1 ul { background-color: #A4A46E; }
			.nav-2 ul { background-color: #F4C86E; }
			.nav-3 ul { background-color: #FF9B59; }
			.nav-4 ul { background-color: #E1888B; }
			.nav-5 ul { background-color: #AD78A1; }
			.nav-6 ul { background-color: #66BBCB; }		
		
			.nav li.nav-0 a:hover, .nav li.nav-0.hover, .nav li.nav-0.active { background-color: #717520;  }
			.nav li.nav-1 a:hover, .nav li.nav-1.hover, .nav li.nav-1.active { background-color: #717520; }
			.nav li.nav-2 a:hover, .nav li.nav-2.hover, .nav li.nav-2.active { background-color: #EEAA20; }
			.nav li.nav-3 a:hover, .nav li.nav-3.hover, .nav li.nav-3.active { background-color: #FF6600; }
			.nav li.nav-4 a:hover, .nav li.nav-4.hover, .nav li.nav-4.active { background-color: #CA272C; }
			.nav li.nav-5 a:hover, .nav li.nav-5.hover, .nav li.nav-5.active { background-color: #752063; }
			.nav li.nav-6 a:hover, .nav li.nav-6.hover, .nav li.nav-6.active { background-color: #008DA8; }
			


/* content */
#content {
	border: 2px solid #939858;
	float: left;
	width: 1132px;
}
	.section-0 #content { border: 2px solid #717520; }
	.section-1 #content { border: 2px solid #717520; }
	.section-2 #content { border: 2px solid #EEAA20; }
	.section-3 #content { border: 2px solid #FF6600; }
	.section-4 #content { border: 2px solid #CA272C; }
	.section-5 #content { border: 2px solid #752063; }
	.section-6 #content { border: 2px solid #008DA8; }
	
	#content .col-L {
    background-color: #717520;
    float: left;
    height: 508px;
    padding: 9px 10px 0 23px;
    width: 257px;
	font-size: 12px;
	line-height: 15px;
	}
		.section-0 #content .col-L { background-color: #717520; }
		.section-1 #content .col-L { background-color: #717520; }
		.section-2 #content .col-L { background-color: #EEAA20; }
		.section-3 #content .col-L { background-color: #FF6600; }
		.section-4 #content .col-L { background-color: #CA272C; }
		.section-5 #content .col-L { background-color: #752063; }
		.section-6 #content .col-L { background-color: #008DA8; }
		
		#content .col-L.scroll {
			height: 517px;
			padding-left: 7px;
			width: 273px;
		}
			
	#content .col-R {
		float: right;
		margin: 6px 6px 6px 0px;
	}

/* footer */
#footer {
	clear: both;
	width: 1136px;
	height: 70px;
}
	#footer .social{
	    float: left;
	    margin: 11px 0 0 93px;
	}
		#footer .social a {
			background: url(../img/social.png) no-repeat;
			width: 32px;
			margin-right: 5px;
			display: block;
			float: left;
			height: 32px;
		}
			#footer .social a.tw { background-position: -37px 0px; }
			#footer .social a.pi { background-position: -74px 0px; }
			
			
/* footer-nav */
.footer-nav {
	float: right;
	margin: 14px 116px 0;
}
	.footer-nav li{
		list-style: none;
		float: left;
		background: url(../img/footer-nav-sep.png) no-repeat scroll right top;
		padding: 5px 13px;
	}
		.footer-nav li.last{
			background: none; 
		}
		.footer-nav li a {
			float: left;
			color: #717520;
			font-family: MrsEaves;
			font-size: 15px;
		}
			.footer-nav li a:hover { color: #000; }				
			



/* slider */
.slider-box {
	
}
	.slider-box .slider {
		height: 381px;
	}
		.slider-box .slider .thumb { }
		.slider-box .slider .desc { background: url(../img/bg-yellow.png); position: absolute; padding: 5px 15px; bottom: 0px; width: 800px; display: none; font-size: 14px;}
			
	.slider-box .thumbs {
		width: 829px;
		overflow: hidden;
	}
		.slider-box .thumbs .thumbs-container{
			position: relative;
			overflow: hidden;
			height: 124px;
		}
		.slider-box .thumbs .small-thumb {
			float: left;
			margin-right: 1px;
		}
		.slider-box .thumbs-container .hover-active {
			width: 165px;
			height: 124px;
			position: absolute;
			background: url(../img/white-30.png);
			z-index: 10;			
		}		
		
		
/* textos */
#more-text {
    background-color: #717520;
    display: none;
    font-size: 12px;
    height: 491px;
    line-height: 15px;
    margin-left: 311px;
    padding: 13px 20px;
    position: absolute;
    top: 124px;
    width: 249px;
    z-index: 100;
}
	#more-text .text {
		height: 429px;
		margin-top: 31px;
	}
	
.section-2 #more-text {	background-color: #EEAA20; }
.section-3 #more-text {	background-color: #FF6600; }
.section-4 #more-text {	background-color: #CA272C; }
.section-5 #more-text {	background-color: #752063; }
.section-6 #more-text {	background-color: #008DA8; }		
	
		
/* map */
.map-form-container {
	position: absolute;
	background-color: #717520;
	padding: 10px;
	margin-top: 433px;
	height: 52px;
}
	.map-form-container .destacado{
		
	}
	.map-form-container input {
		background-color: #AAAC79;
		float: left;
		font-size: 20px;
		color: #FFF !important;
		border: none;
		padding: 4px 2px;
		width: 210px;
	}
	.map-form-container .enviar {
		background: url(../img/map-form-submit.png) no-repeat;
		width: 32px;
		height: 32px;
		display:block;
		border: none !important;
		cursor: pointer;
		float: left;
		margin-left: 5px;
	}		
	
	
	
/* tarifas y reservas */
.col-R {
    height: 505px;
    width: 829px;
	font-size: 13px;
	line-height: 15px;
}
.box-L {
    background: url("../img/tarifas-bg.png") repeat-y scroll 0 0 #BFC19A;
    float: left;
    height: 375px;
    width: 498px;
}	
	.box-L .t-title-L {
    font-family: MrsEaves;
    font-size: 21px;
    margin: 11px 0 0 24px;
	float: left;
	width: 308px;
	}
	.box-L .t-title-R {
    font-family: MrsEaves;
    font-size: 21px;
    margin: 11px 0 0 24px;
	float: left;
	color: #71722C
	}	
	
	.box-L .tabla-precios {
    float: left;
    margin: 10px 0 0 14px;
	font-size: 13px;
	line-height: 15px;	
	}
		.box-L .tabla-precios tr th, .box-L .tabla-precios tr td {
			border-bottom: 2px solid #FFF !important;
			padding: 6px 10px;
			font-weight: normal;
			color: #FFF;
			text-align: left;
		}
		.box-L .tabla-precios tr th {
			width: 298px;
		}
		.box-L .tabla-precios tr td {
		    color: #7B7B21;
		    padding-left: 24px;
		    width: 124px;
		}	
	
.box-R {
    color: #798150;
    float: right;
    padding-top: 14px;
    width: 319px;
}	

.box-pics {
	margin-top: 5px;
	float: left;
}	
	
	
.formulario	 {
	
}
	
	.formulario	 label {
    float: left;
    padding-top: 2px;
    width: 128px;
	}
		.formulario	 label.consulta {
			width: 70px;
		}
		
	.formulario	 input, .formulario	 textarea {
    background-color: #DCDDC7;
    border: medium none;
    color: #000000 !important;
    float: left;
    font-size: 13px;
    margin-bottom: 5px;
    padding: 3px 2px;
    width: 125px;
	}
		.formulario	 textarea {
			width: 183px;
			height: 60px;
		}
	.formulario .enviar {
	background: url(../img/map-form-submit.png) no-repeat scroll right top;
	width: 32px;
	height: 32px;
	display: block;
	border: none !important;
	cursor: pointer;
	float: right;
	color: #FFF !important;
	padding-right: 79px;
	font-size: 14px;
	}		
	
		
/* scroll */
.section-0 .jspDrag { background-color: #A4A46E !important; }		
.section-0 .jspTrack { background-color: #E8D5A0 !important; }
.section-1 .jspDrag { background-color: #A4A46E !important; }		
.section-1 .jspTrack { background-color: #E8D5A0 !important; }
.section-2 .jspDrag { background-color: #D3B14E !important; }		
.section-2 .jspTrack { background-color: #E8D5A0 !important; }
.section-3 .jspDrag { background-color: #FF9B59 !important; }		
.section-3 .jspTrack { background-color: #EFBEC0 !important; }
.section-4 .jspDrag { background-color: #D9686B !important; }		
.section-4 .jspTrack { background-color: #EFBEC0 !important; }
.section-5 .jspDrag { background-color: #CF50B6 !important; }		
.section-5 .jspTrack { background-color: #EFBEC0 !important; }
		
/* fancybox */		
.fancybox-skin {
  background-color: #081A2B !important;
  border-radius: 0px !important;
}
.fancybox-close {
	background: url('../img/close-fancy.png') no-repeat !important;
	width: 25px !important;
	height: 25px !important;
    right: 18px !important;
    top: 9px !important;
} 

/* botones */
.read-more, .close {
    font-family: Mrs;
    font-size: 15px;
	color: #FFF;
	float: right;
	margin-top: 10px;
}
	.read-more span, .close span { 
		font-size: 20px;
	}
	.read-more:hover, .close:hover {
		color: #FFF; 
	}
	
.close {
	font-family: 'Droid Sans',sans-serif,Arial,Helvetica,"Trebuchet MS",Tahoma,"Myriad Pro";
	font-size: 13px;
}
	.close span {
		font-size: 16px;
	}	

/* varios */
.clear {
    overflow:hidden;			
	height:			0px;
	line-height:	0px;
	clear: 			both;
}

.alert {
	color: red;
	font-weight: bold;
}

.to-left {
	float: left;
}
.to-right {
	float: right;
}

.destacado {
	font-size: 14px;
}

.icon {
	float: left;
	margin-right: 15px;
}


/* Forms */
form {
	margin: 0px;
	padding: 0px;
}
	form div {
	}
	form div.input {
	float: left;		
	}
	form div.required {
	width: auto;
	}

fieldset {
}
	fieldset legend {
	}
	fieldset fieldset {
	}
	fieldset fieldset legend {
	}
	fieldset fieldset div {
	}
	
label {
}

input, textarea, select, multiple, file {
	border: 1px solid #F8F8F6;
}
	input.focused {
		color: #000000;
	}
	textarea {
	}
	
	select {
		background: none;
		width: auto;
		height: auto;
		background: transparent;
		padding: 0px;
	}
		option {
		}
		optgroup {
		} 
		
	select[multiple=multiple] {
		width: 100.6%;
	}
	input[type=radio] {
		background-color: transparent !important;
		border: none !important;
	}
	input[type=checkbox] {
		background-color: transparent !important;
		border: none !important;
	}	
	input[type=file] {
	}	
	input[type=submit] {
	border: none;
	}


button::-moz-focus-inner,
input[type="button"]::-moz-focus-inner,
input[type="submit"]::-moz-focus-inner,
input[type="reset"]::-moz-focus-inner {
     padding: 0 !important;
     border: 0 none !important;
}

.dot-required {
	color: #444D6E;
}

/* Tables */
table {
	padding: 0px;
	margin: 0px;	
}
	table tr {
	padding: 0px;
	margin: 0px;		
	}
		table tr td {
		padding: 0px;
		margin: 0px;			
		}
		
/* list-table */		
table.list-table {
	width: 100%;
	border-collapse: collapse;
	font-size: 14px;
}

	table.list-table tr th {
	background-color: #F4F4F6;
	padding: 14px 10px;
	color: #6A6A6A;
	border: 1px solid #1C75BC;
	font-size: 14px;
	font-weight: normal;
	}
		table.list-table tr th a {
		color: #FFF;
		}	
	table.list-table tr td {
    border: 1px solid #1C75BC;
    color: #535353;
    padding: 0 10px;
    text-align: center;
	}
	table.list-table tr td.main {
	font-weight: bold;
	}
	table.list-table tr td.deshabilitado {
	text-decoration: line-through;
	color: red;
	}
	table.list-table .deshabilitado td{
	background-color: #FFCECE;
	}


/* form-table */
table.form-table {
	width: 100%;
	border-collapse: collapse;
}
	table.form-table tr th {
	padding: 8px 0px;
	color: #000;
	width: 10%;
	text-align: right;
	padding-right: 5px;
	vertical-align: top;
	padding-top: 13px;
	}
	table.form-table tr td {
	padding: 8px 0px;
	text-align: left;
	}
	table.form-table tr.last td {
	border-bottom: none;
	}

/* clean-table */
table.clean-table {
	border-collapse: collapse;
}
	table.clean-table tr th {
	padding: 0px;
	color: #000;
	width: 10%;
	text-align: center;
	border: none;
	}
	table.clean-table tr td {
	padding: 0px;
	text-align: left;
	border: none !important;
	}
	
	
table.check-table {
	
}
	table.check-table tr td {
	padding-top: 4px;
		
	}	

.cake-sql-log {
	font-family: Verdana;
}
.cake-sql-log table {
	background: #f4f4f4;
}
.cake-sql-log td {
	padding: 4px 8px;
	text-align: left;
}