@font-face {
    font-family: 'trebuchet_msbold';
    src: url('trebuchet_ms_bold-webfont.eot');
    src: url('trebuchet_ms_bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('trebuchet_ms_bold-webfont.woff') format('woff'),
         url('trebuchet_ms_bold-webfont.ttf') format('truetype'),
         url('trebuchet_ms_bold-webfont.svg#trebuchet_msbold') format('svg');
    font-weight: normal;
    font-style: normal;

}


@font-face {
    font-family: 'trebuchet_msregular';
    src: url('trebuchet_ms-webfont.eot');
    src: url('trebuchet_ms-webfont.eot?#iefix') format('embedded-opentype'),
         url('trebuchet_ms-webfont.woff') format('woff'),
         url('trebuchet_ms-webfont.ttf') format('truetype'),
         url('trebuchet_ms-webfont.svg#trebuchet_msregular') format('svg');
    font-weight: normal;
    font-style: normal;

}


body{
    font-family: 'trebuchet_msregular';
	 margin:0; padding:0;
	 scrollbar-face-color: #6685CA; 
scrollbar-highlight-color: #6685CA; 
scrollbar-shadow-color: #6685CA; 
scrollbar-3dlight-color:#FFFFFF;
scrollbar-arrow-color:#FFFFFF; 
scrollbar-track-color:#E5E5E5; 
scrollbar-drakshadow-color:#000000;
}

a{
	 text-decoration:none;
	 color:#F60;
	 cursor:pointer;
}
a:hover{
	color:#06F;
}

header{
	width:200px;
	height:100px;
	float:right;
	
	
}
header img{
	float:right;
	padding:20px;
	position:relative;
	z-index:999;
}

#fondo {
	background: url(../img/fondo1.jpg) no-repeat 50% top ;
	background-size:100%;
	width:100%;
	height:100%;
	position:fixed;
	}
#filtro{
	position:absolute;
	width:100%;
	height:100%;
	background: url(../img/filtro.png) repeat; }

section{
	position:absolute;
	width:900px;
	height:450px;
	left:50%;
	margin-left:-450px;
	top:50%;
	margin-top:-225px;
}


#lineal{
	width:900px;
	height:150px;
	overflow:hidden;
}
.box_1{
	width:150px;
	height:150px;
	float: left;
	
}
.box_2{
	width:300px;
	height:150px;
	float: left;
}
.box_3{
	width:450px;
	height:150px;
	float: left;
}
.box_4{
	width:600px;
	height:150px;
	float: left;
}
.box_5{
	width:750px;
	height:150px;
	float: left;
}
	
#contenido{
	margin: 20px;
}
.isq{
	text-align:left;
}
.der{
	text-align:right;
}

#contenido .titulo{
	font-family:"Helvetica", sans-serif;
	font-weight: 100;
	font-size:27px;
	color:#FFF;
	
}
#contenido .titulo span{
	font-weight:bold;
}
#contenido .txt{
	font-family: 'trebuchet_msbold';
	color:#FFF;
	font-size:20px;
}

	
#cuadro{
	padding:15px;
	font-family: 'trebuchet_msregular';
	font-size:10px;
	background-color:#FFF;
	width:100%-30px;
	height:120px;
	 opacity: 0.8;
    filter: alpha(opacity=80); /* For IE8 and earlier */
}
	
#cuadro .titulo{
	font-size:18px;
	margin-bottom:5px;
	line-height:16px;
}
#cuadro .titulo span{
	font-family: 'trebuchet_msbold';
	font-weight:bold;
}
#cuadro .txt{
	font-size:10px;
}
#cuadro .link{
	font-size:9px;
	margin-top:10px;
	width:50%;
	float:left;
}

.punta_1{
	width:15px;
	height:150px;
	background: url(../img/punta.png) no-repeat left 50%  ;
	position:absolute;
	margin-left:-15px;
}
.punta_2{
	width:15px;
	height:150px;
	background: url(../img/punta2.png) no-repeat right 50%  ;
	position:absolute;
	margin-left:150px;
}
.punta_3{
	width:15px;
	height:150px;
	background: url(../img/punta2.png) no-repeat right 50%  ;
	position:absolute;
	margin-left:300px;
}


#map-contact {
	position:fixed;
	height:800px; width:100%;}



#contacto {
	background:url(../img/trans.png);
	width:100%;
	height:200px;
	position:fixed;
	bottom:40px;
}
#contact{
	position:relative;
	width:900px;
	left:50%;
	margin-left:-450px;
	height:180px;
	top:inherit;
	margin-top:10px;
}
#contact .txt{
	color:#FFF;
	font-size:12px;
	
}
*:focus {
    outline: 0;
}
input[type=text] {
	width:30%;
	margin:20px 0;
	margin-right:1.7%;
	height:30px;
	border:none;
	border-radius:15px;
	background-color:#c3c4c7;
	padding-left:10px;
}
::-webkit-input-placeholder {
   color: #0e5ceb;
}
textarea {
	width:97%;
	margin:10px 0;
	margin-right:1.7%;
	height:30px;
	border:none;
	border-radius:25px;
	background-color:#c3c4c7;
	padding-left:10px;
	padding-top:10px;
	padding-bottom:10px;
	
	float:left;
}

input[type=submit] {
	position:absolute;
	
	width:40px;
	float:right;
	margin:15px 0;
	height:40px;
	border:none;
	border-radius:20px;
	background-color:#0472EC;
	color:#FFF;
	padding-left:6px;
	right:22px;
}

.form_result{
	color:#97CEFF;
	margin-top:60px;
	font-size:16px;
}


footer {
	background-color:#1f2529;
	width:100%;
	height:35px;
	position:fixed;
	bottom:0px;
}

#wrapper{
	width:900px; 
	height:30px; 

	margin:auto;

}

#wrapper .logo{
	margin:5px 25px 0 0;
	float:left;
}

/* Generated via www.cssmenubuilder.com */

.menu{margin:0 auto; padding:0; height:30px; width:100%; display:block; }

.menu li{padding:0; margin:0; list-style:none; display:inline; }


.menu li a{
	float:left; 
	padding:0 25px; 
	padding-top:10px; 
	display:block; 
	color:#fff;
	font-size:12px;
	letter-spacing:3px;
	
	text-decoration:none; 
	cursor:pointer; 
	border-top:3px solid #1f2529 ;
}
.menu li a:hover{

	border-top-color: #0472EC;}
	
.menu li a.active {

	border-top-color: #0472EC;
	}
	
	
		
	
#bloque{
	display:none;
	height:100%;
	width:100%;
	background:url(../img/trans.png);
	position:absolute;
	z-index:99px;
	top:90px;
}
#bloque1{
	visibility:hidden;
	height:100%;
	width:100%;
	background:url(../img/trans.png);
	position:absolute;
	z-index:99px;
	top:90px;
}
#bloque2{
	visibility:hidden;
	height:100%;
	width:100%;
	background:url(../img/trans.png);
	position:absolute;
	z-index:99px;
	top:90px;
}
#bloque3{
	visibility:hidden;
	height:100%;
	width:100%;
	background:url(../img/trans.png);
	position:absolute;
	z-index:99px;
	top:90px;
}
#bloque4{
	visibility:hidden;
	height:100%;
	width:100%;
	background:url(../img/trans.png);
	position:absolute;
	z-index:99px;
	top:90px;
}
#bloque5{
	visibility:hidden;
	height:100%;
	width:100%;
	background:url(../img/trans.png);
	position:absolute;
	z-index:99px;
	top:90px;
}
#cierra{
	width:21px;
	height:21px;
	background:url(../img/cerrar.png);
	position:absolute;
	right:20px;
	margin-top:20px;
}
div .actividades{
	width:620px;
	height:500px;
	margin:auto;
	overflow:hidden;
	overflow-y: auto;
}
#actividad{
	height:150px;
	width:600px;
	background-color:#FFF;
	margin: 15px 0;
	scrollbar-face-color: #6685CA; 
scrollbar-highlight-color: #6685CA; 
scrollbar-shadow-color: #6685CA; 
scrollbar-3dlight-color:#FFFFFF;
scrollbar-arrow-color:#FFFFFF; 
scrollbar-track-color:#E5E5E5; 
scrollbar-drakshadow-color:#000000;
}


.titulo_act{
	color:#FFF;
	position:absolute;
	height:0px;
	margin-top:-40px;
	font-size:24px;
}








#actividad img{
	float:left;
}
#box_text{
	float:left;
	width:430px;
	height:130px;
	overflow:hidden;
	padding:10px;
}
#box_text .titulo{
	font-size:16px;
	margin-bottom:5px;
}
#box_text .txt{
	font-size:11px;
	margin-bottom:5px;
}
div .tarifones{
	width:800px;
	height:500px;
	margin:auto;

}


#tarifas{
	margin-top:30px;
	height:400px;
	width:100%;
	background-color:#FFF;
	border-radius:20px;
		overflow:hidden;
	overflow-y: auto;
	
}

table{
	margin:20px auto;
	border:none;
	padding-top:20px;
}

thead{ 
	color:#BCBCBC;
	font-size:16px;
}
.item{
	background-color:#0472EC;
	color:#FFF;
}
.item a{
	color:#FFF;
}
.tarifa{
	color:#0472EC;
}

tbody{
	background-color:#D1D1D1	;
	color:#0472EC;
	font-size:14px;
	font-weight:100;
	text-align:center;
}

#sup_gal{
	height:30px;
	width:100%;
	margin:10px 0;
}
.titulo_gal{
	color:#FFF;
	font-size:24px;
	float:left;
	margin-left:10px;
}
.txt_gal{
	float:left;
	width:270px;
	font-size:11px;
	line-height:14px;
	color:#FFF;
	margin-left:15px;
}
.link_gal{
	margin-right:5px;
	color:#FFF;
	float:right;
	font-size:13px;
	margin-top:15px;
}


#content_home{
	height:200px;
	width:380px;
	left:50%;
	margin-left:-190px;

	margin-top:150px;
	
}



#idioma .menu2{margin:0 auto; padding:0; height:30px; width:100%; display:block; }

#idioma .menu2 li{padding:0; margin:0; list-style:none; display:inline; }


#idioma .menu2 li a{
	float:left; 
	padding:0 20px; 
	padding-top:10px; 
	display:block; 
	color:#fff;
	font-size:14px;
	font-weight:bold;
	letter-spacing:3px;
	
	text-decoration:none; 
	cursor:pointer; 
}
#idioma .menu2 li a:hover{
color:#F90;
}	
#idioma .menu2 li a.active {
	color:#F90;
	}
#logo_home{
	margin:auto;
	margin-top:20px;
	text-align:center;
}



/*        reservas       */

.barra_reserva{
	width:90%; 
	margin:20px auto; 
	height:auto; 
	overflow:hidden; 
	background:url(../img/flecha.png) no-repeat right #FFF;
	background-position:98% 5px ;
	
	border-radius:25px; 
	padding:5px;
}



.barra_select{
	width:93%; 
	height:30px;
	margin:5px auto; 
	background:none;
	border-radius:15px;
	color:#06F;
	line-height:30px;
}
.input_reserva{
	width:29%; 
	height:40px; 
	margin: 0 5px;
	
	overflow:hidden; 
	background-color:#FFF; 
	border-radius:20px;
	float:left;
	
}
.input_reserva input[type='text']{
	background: none;
	margin:0;
	padding:0;
	width:90%;
	padding-left:10px;
	height:40px;
	line-height:40px;	
}


.list_reserva{
	width:85%; 
	height:30px; 
	margin:10px auto; 
	background-color:#efefef;
	border-radius:15px;
	color:#06F;
	line-height:30px;
	padding-left:20px;
	font-size:14px;
	margin-left:10px;
	
}
#sel_fecha{
	display:none;

	
}
#sel_fecha input[type='text']{
	margin:5px 8%;
	background-color:#efefef;
	color:#06F; 
}
.total_reserva{
	width:160px; 
	float:left; 
	height:50px;  
	color:#94ccfb;
	line-height:50px;
	margin-left:50px;
	font-size:18px;
	font-weight:bold;
}
.paypal {
	width:100px;
	height:50px;
}
#cuadro_reserva{
	overflow:hidden; width:700px; height:1000px;
	position: relative;
	-webkit-transition: width 1s; /* For Safari 3.1 to 6.0 */
    transition: width 1s;
	
}
#poli{
	width:700px;
	position: relative;
	margin-top:-1000px;
	visibility:hidden;
	-webkit-transition: width 1s; /* For Safari 3.1 to 6.0 */
    transition: width 1s;
	
}
