@charset "utf-8";
header, nav, section, article, aside, figure, footer{
	display:block;
}
a img{
	border:none;
}
.limpiar{
	clear:both;
}
body{
	background:#FFF;
	-webkit-text-size-adjust: none;
	-moz-text-size-adjust: none;
	-o-text-size-adjust: none;
}
p{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#333;
	margin:6px;
}
h1{
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
	color:#333;
	margin:6px;
}
/*--- Contenedor ---*/
.contenedor{
	margin-left: auto;
	margin-right: auto;
}
.ir-arriba {
	display:none;
	background: #F5F5F5;
	border-radius: 5px;
	font-size:10px;
	cursor:pointer;
	position: fixed;
	bottom:0.5%;
	right:0.5%;
	z-index: 1;
}
.ir-arriba img{
	width: 50px;
	height: 50px;
}
.ir-arriba img:hover{
	opacity: .6;
}
/*--- Navegacion ---*/
*{
	padding: 0;
	margin: 0;
}
header {
	width:100%;
	position: fixed;
	z-index: 2;
}
header nav {
	background:#D98700;
	width:100%;
	height:100%;
	left:-100%;
	margin:0;
	position: fixed;
	opacity: 0.97;
}
.menu_bar {
	display:block;
	width:100%;
	background:#D98700;
	opacity: 0.97;
}
.menu_bar .bt-menu {
	display:block;
	padding: 5px 20px;
	color:#fff;
	text-decoration:none;
	font-weight: bold;
	font-size:25px;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	-o-box-sizing:border-box;
	box-sizing:border-box;
}
.menu_bar span {
	float:right;
	font-size:40px;
}
.menu_bar img{
	width: 25px;
	height: 25px;
	margin-left: 100px;
}
.idioma{
	min-width: 5%;
	margin: 0 auto;
	display: block;
	float: right;
	padding-top: 70px;
	padding: 70px 15px 0 15px;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,ffffff+100&0.01+0,0+100;White+to+Transparent */
	background: -moz-linear-gradient(top,  rgba(255,255,255,0.01) 0%, rgba(255,255,255,0) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  rgba(255,255,255,0.01) 0%,rgba(255,255,255,0) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  rgba(255,255,255,0.01) 0%,rgba(255,255,255,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#03ffffff', endColorstr='#00ffffff',GradientType=0 ); /* IE6-9 */
	opacity: .65;
}
.espanol, .euskara{
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 18px;
	display: inline-block;
	padding: 0 5px;
}
.current{
	text-decoration: none;
	color:#D98700;
	font-weight:bolder;
}
.other{
	font-size: 17px;
	font-weight: normal;
	text-decoration: none;
	color: #FFF;
	float: right;
}
.other:hover{
	color: #D98700;
}
.menu_bar .lang{
	height: auto;
	float: right;
	margin-right: 0;
	border: thin solid #000;
}
header nav ul {
	overflow:hidden;
	list-style:none;
	margin: 5%;
}
header nav ul li {
	width: 100%;
	display:block;
	float:none;
} 
header nav ul li a {
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 30px;
	color:#fff;
	padding:25px;
	display:block;
	text-decoration:none;
	text-align: center;
}
header nav ul li span {
	margin-right:10px;
}
header nav ul li a:hover {
	color:#000;
}
section {
	padding:20px;
}
/*--- Presentacion ---*/
html,body{
	margin:0px;
	height:100%;
}
#fondoimagen{
	width: 100%;
	height: 80%;
	background-image: url("../imagenes/ancianos3.jpg");
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	padding-top: 20%;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#393939+0,000000+100&0.65+0,0.25+100 */
	background-color: -moz-linear-gradient(top,  rgba(57,57,57,0.65) 0%, rgba(0,0,0,0.25) 100%); /* FF3.6-15 */
	background-color: -webkit-linear-gradient(top,  rgba(57,57,57,0.65) 0%,rgba(0,0,0,0.25) 100%); /* Chrome10-25,Safari5.1-6 */
	background-color: linear-gradient(to bottom,  rgba(57,57,57,0.65) 0%,rgba(0,0,0,0.25) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6393939', endColorstr='#40000000',GradientType=0 ); /* IE6-9 */
}
#fondoimagen .cajapresentacion{
	width: 90%;
}
.cajapresentacion{
	min-width: 175px;
	max-width: 1125px;
	height: auto;
	margin: 0 auto;
}
.cajapresentacion .imagenhome{
	width: 70%;
	height: auto;
	padding: 0 15%;
}
.cajapresentacion .imagenhome img{
	width: 100%;
}
.cajapresentacion .flechas img{
	width: 45px;
	height: 45px;
	margin-left: 47%;
	margin-top: 75px;
}
.cajapresentacion .flechas img:hover{
	position: relative;
	top: 1px;
	left: 1px;
}
.cajapresentacion .texto{
	width: 100%;
	height: auto;
	display: block;
	margin-top: 0;
	margin-bottom: 50px;
	padding: 0;
}
.cajapresentacion .texto h1{
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 50px;
	font-weight: normal;
	color: #FFF;
	letter-spacing: 3px;
	line-height: 75px;
	text-align: center;
}
#tamanofuente{
	-webkit-animation-duration: 3s;
  	-webkit-animation-name: tamano-fuente;
  	-moz-animation-duration: 3s;
  	-moz-animation-name: tamano-fuente;
  	-o-animation-duration: 3s;
  	-o-animation-name: tamano-fuente;
}
@keyframes tamano-fuente{
  from {
    font-size: 0px;
  }

  to {
    font-size: 46px;
  }
  50% {
	font-size: 36px;
  }
}
strong{
	font-size: 72px;
	font-weight: bold;
	color: #FFF;
	letter-spacing: 18px;
	text-shadow: 5px 3px 3px #A0A0A0;
}
#iturriza{
	width: 100%;
	-webkit-animation-duration: 2.5s;
  	-webkit-animation-name: iturrizaeffect;
  	-moz-animation-duration: 2.5s;
  	-moz-animation-name: iturrizaeffect;
  	-o-animation-duration: 2.5s;
  	-o-animation-name: iturrizaeffect;
}
@keyframes iturrizaeffect {
  from {
    height: 0px;
    overflow: hidden;
    opacity: 0;
  }

  to {
  	height: 75px;
  }
  75%{
  	height: 0px;
  	opacity: 0.4;
  }
  85%{
  	opacity: .6;
  }
}
#come-from-right{
	-webkit-animation-duration: 3s;
  	-webkit-animation-name: slidein;
  	-moz-animation-duration: 3s;
  	-moz-animation-name: slidein;
  	-o-animation-duration: 3s;
  	-o-animation-name: slidein;
}
@keyframes slidein {
  from {
    margin-left: 100%;
    width: 300%
  }

  to {
    margin-left: 0%;
    width: 100%;
  }
  0%{
  	color: #FFF;
  }
  75% {
	  font-size: 125%;
	  margin-left: 75%;
	  width: 150%;
	}
}
.cajapresentacion .texto h2{
	font-family: 'Open Sans', sans-serif;
	font-size: 26px;
	font-weight: lighter;
	color: #FFF;
	letter-spacing: 2px;
	text-align: center;
}
.opacidad{
	-webkit-animation-duration: 4s;
  	-webkit-animation-name: opacidad;
  	-moz-animation-duration: 4s;
  	-moz-animation-name: opacidad;
  	-o-animation-duration: 4s;
  	-o-animation-name: opacidad;
}
@keyframes opacidad {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
  95%{
  	opacity: 0;
  }
}
.cajapresentacion .textohome{
	width: 46%;
	height: auto;
	display: inline-block;
	float: left;
	margin-top: 50px;
	padding: 0 2%;
}
.textohome a{
	text-decoration: none;
}
.cajapresentacion .textohome h1{
	font-family: 'Open Sans', sans-serif;
	font-size: 44px;
	font-weight: lighter;
	/*border-bottom: 2px solid #D98700;*/
	color: #494949;
	letter-spacing: 1px;
	padding-left: 10px;
	padding-bottom: 0;
	margin-bottom: 0;
	opacity: 1;
}
.cajapresentacion .textohome h3{
	font-family: 'Open Sans', sans-serif;
	font-size: 18px;
	font-weight: lighter;
	color: #5E5E5E;
	margin-bottom: 60px;
	padding: 0 4%;
}
.cajapresentacion .textohome .fila{
	width: 50%;
	height: 60px;
	margin: 10px 0;
	padding: 0 25%;
}
.cajapresentacion .textohome .fila .boton{
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	background: #00A19F;
	border: 2px solid #00A19F;
	border-radius: 5px;
}
.boton p{
	font-family: 'Open Sans', sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #FFF;
	margin-top: 20px;
	text-align: center;
}
.textohome a:hover > .boton{
	border: 2px solid #000;
	opacity: 0.85;
}
.textohome a:hover > .boton p{
	color: #FFF;
}
.cajapresentacion .margin-top{
	margin-top: 130px;
}
/*--- Cuerpo ---*/
/*--- Instalaciones ---*/
#caja-instalaciones{
	width: 90%;
	height: auto;
	padding: 40px 5%;
	background: #F5F5F5;
	margin-top: 100px;
}
.icon-inst{
	width: 55px;
	height: 45px;
}
.box-sala{
	width: 16%;
	height: auto;
	display: inline-block;
	float: left;
	padding: 2%;
}
.box-sala:hover{

}
.box-sala:hover > h1{
	color: #D98700;
}
.box-sala img{
	width: 100%;
	height: 10%;
}
.box-sala h1{
	font-size: 22px;
	margin-top: 20px;
	text-align: center;
}
.box-sala a{
	text-decoration: none;
}
.box-sala p{
	margin-top: 15px;
	font-size: 17px;
	color: #5E5E5E;
	text-align: center;
}
#caja-instalaciones .title{
	min-width: 50px;
	height: auto;
	margin: 0 auto;
	margin-bottom: 80px;
}
.title h1{
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 32px;
	font-weight: bold;
	color: #494949;
	letter-spacing: 6px;
	line-height: 50px;
	text-align: center;
}
.title h1 strong{
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 34px;
	font-weight: bolder;
	color: #494949;
	letter-spacing: 8px;
	line-height: 50px;
	text-align: center;
	text-shadow: none;
}

/*--- Mensaje clave ---*/
#box-center{
	width: 100%;
	height: auto;
	/*border-top: 5px solid #F5F5F5;*/
	padding: 0;
}
#box-center .imagengrande{
	width: 100%;
	height: 100%;
	background: url("../imagenes/optimismo.jpg");
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#393939+0,000000+100&0.65+0,0.25+100 */
	background-color: -moz-linear-gradient(top,  rgba(57,57,57,0.65) 0%, rgba(0,0,0,0.25) 100%); /* FF3.6-15 */
	background-color: -webkit-linear-gradient(top,  rgba(57,57,57,0.65) 0%,rgba(0,0,0,0.25) 100%); /* Chrome10-25,Safari5.1-6 */
	background-color: linear-gradient(to bottom,  rgba(57,57,57,0.65) 0%,rgba(0,0,0,0.25) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6393939', endColorstr='#40000000',GradientType=0 ); /* IE6-9 */
	/*background: url(../imagenes/Cesped.png) center;
	background-size: 100%;
	background-repeat: no-repeat;*/
	padding: 15% 0;
	/*transform : scale(1.00);
    -moz-transform : scale(1.00);
    -webkit-transform : scale(1.00);
    -o-transform : scale(1.00);
    transition: width 3.25s, height 3.25s, transform 3.25s;
    -moz-transition: width 3.25s, height 3.25s, -moz-transform 3.25s;
    -webkit-transition: width 3.25s, height 3.25s, -webkit-transform 3.25s;
    -o-transition: width 3.25s, height 3.25s,-o-transform 3.25s;*/
}
#box-center .imagengrande:hover{
	/*transform : scale(1.12);
    -moz-transform : scale(1.12);
    -webkit-transform : scale(1.12);
    -o-transform : scale(1.12);
	transition: width 3.25s, height 3.25s, transform 3.25s;
    -moz-transition: width 3.25s, height 3.25s, -moz-transform 3.25s;
    -webkit-transition: width 3.25s, height 3.25s, -webkit-transform 3.25s;
    -o-transition: width 3.25s, height 3.25s,-o-transform 3.25s;*/
}
.imagengrande h1{
	font-family: 'Open Sans', sans-serif;
	font-size: 46px;
	font-weight: bolder;
	/*color: #FFF;*/
	color: #FFF;
	letter-spacing: 6px;
	line-height: 65px;
	text-align: center;
}
.imagengrande span{
	font-size: 32px;
	font-weight: lighter;
	font-style: italic;
}
#imagen-seniors{
	width: 100%;
	height: auto;
}
#imagen-seniors img{
	width: 100%;
	height: 400px;
}
/*--- Noticias ---*/
.caja-noticias{
	width: 100%;
	height: auto;
	padding: 0;
	/*border-top: 2px solid #F5F5F5;*/
}
.caja-noticias .noticias-centrar{
	min-width: 175px;
	max-width: 1225px;
	height: 100%;
	margin: 0 auto;
	/*border: thin solid #000;*/
}
#eventos-titulo{
	width: 100%;
	height: auto;
	border-top: 2px solid #F7F7F7;
	border-bottom: 2px solid #F7F7F7;
	padding: 5px 0;
	margin-bottom: 50px;
}
#eventos-titulo h1{
	font-family: 'Open Sans', sans-serif;
	font-size: 42px;
	font-weight: lighter;
	color: #d5d5d5;
	letter-spacing: 2px;
	text-align: center;
	border-top: 2px solid #F7F7F7;
	border-bottom: 2px solid #F7F7F7;
	padding: 30px 0;
}
#noticias .noticias-left{
	width: 61%;
	height: 100%;
	padding: 10px 2%;
	display: inline-block;
	float: left;
}
#noticias .noticias-left .noticia-grande{
	width: 100%;
	min-height: 500px;
	/*border: thin solid #000;*/
}
.noticia-grande h1{
	font-family: 'Open Sans', sans-serif;
	font-size: 27px;
	font-weight: normal;
	color: #494949;
	letter-spacing: 2px;
	line-height: 50px;
	margin-right: 5%;
}
.noticia-grande img{
	width: 97%;
	height: 500px;
	margin: 0 0 10px 0;
	border: 5px solid #FFFFFF;
}
.noticia-grande p{
	font-family: 'Open Sans', sans-serif;
	font-size: 16px;
	font-weight: lighter;
	color: #5E5E5E;
	line-height: 30px;
	margin: 0;
	margin-top: 15px;
}
.noticia-grande a{
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	font-weight: lighter;
	color: #D98700;
	letter-spacing: 2px;
	line-height: 100px;
	margin: 0;
	text-decoration: none;
}
.noticia-grande a:hover{
	color: #00A19F;
}
#noticias .noticias-right{
	width: 31%;
	height: 100%;
	padding: 30px 2%;
	display: inline-block;
	float: right;
}
#noticias .noticias-right .noticia-pequena{
	width: 100%;
	min-height: 200px;
	margin-top: 0;
	border-bottom: 2px solid #F5F5F5;
}
.noticia-pequena h2{
	font-family: 'Open Sans', sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #494949;
	letter-spacing: 2px;
}
.noticia-pequena p{
	font-family: 'Open Sans', sans-serif;
	font-size: 16px;
	font-weight: lighter;
	color: #5E5E5E;
	line-height: 30px;
	margin: 0;
	margin-top: 15px;
}
/*--- Excursiones ---*/
.galeria{
	width: 100%;
	height: auto;
	background: #D98700;
	padding: 50px 0;
}
.galeria h2{
	font-family: 'Open Sans', sans-serif;
	font-size: 24px;
	font-weight: normal;
	color: #FFF;
	text-align: center;
	margin-bottom: 50px;
}
.galeria .centrar{
	min-width: 175px;
	max-width: 1225px;
	height: auto;
	margin: 0 auto;
	padding: 0.5%;
	/*background: #F5F5F5;*/
}
.galeria .centrar a img{
	width: 100%;
	height: 75%;
}
.galeria .centrar .caja25{
	width: 24%;
	height: 210px;
	display: inline-block;
	float: left;
	padding: 1% 0.5%;
	background: #F5F5F5;
}
.galeria .centrar .caja35{
	width: 34%;
	height: 210px;
	display: inline-block;
	float: left;
	padding: 1% 0.5%;
	background: #F5F5F5;
}
.galeria .centrar .titulo{
	width: 92%;
	height: 34px;
	padding: 8px 4%;
	/*position: relative;
	top: -54px;*/
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&0.85+1,0.85+100 */
	background: -moz-linear-gradient(top,  rgba(0,0,0,0.85) 0%, rgba(0,0,0,0.85) 1%, rgba(0,0,0,0.85) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  rgba(0,0,0,0.85) 0%,rgba(0,0,0,0.85) 1%,rgba(0,0,0,0.85) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  rgba(0,0,0,0.85) 0%,rgba(0,0,0,0.85) 1%,rgba(0,0,0,0.85) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d9000000', endColorstr='#d9000000',GradientType=0 ); /* IE6-9 */
}
.titulo p{
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	font-weight: lighter;
	color: #FFF;
}
.galeria .centrar .caja40{
	width: 39%;
	height: 210px;
	display: inline-block;
	float: left;
	padding: 1% 0.5%;
	background: #F5F5F5;
}
.galeria .centrar a:hover > .caja25{
	background: #000;
}
.galeria .centrar a:hover > .caja35{
	background: #000;
}
.galeria .centrar a:hover > .caja40{
	background: #000;
}
.fondo{
	width: 100%;
}
.fondo .info-salida{
	width: 99%;
	height: 99%;
	right: -100%;
	margin: 0.5%;
	position: fixed;
	background: #393939;
	opacity: .98;
	border-radius: 20px;
	z-index: 2;
}
.fondo .galeria{
	width: 99%;
	height: 99%;
	right: -100%;
	margin: 0.5%;
	position: fixed;
	background: #393939;
	opacity: 1;
	border-radius: 20px;
	z-index: 2;
}
.fondo .info-salida a img{
	width: 30px;
	height: 30px;
	display: block;
	float: right;
	clear: left;
	position: relative;
	top: -5px;
	left: 5px;
}
.fondo .galeria a .boton{
	width: 30px;
	height: 30px;
	display: block;
	float: right;
	clear: left;
	position: relative;
	top: -55px;
	left: 5px;
}
.fondo .info-salida h1{
	font-family: 'Open Sans', sans-serif;
	font-size: 34px;
	font-weight: normal;
	color: #FFF;
	text-align: center;
	margin-top: 80px;
}
.fondo .galeria h1{
	font-family: 'Open Sans', sans-serif;
	font-size: 28px;
	font-weight: normal;
	color: #FFF;
	text-align: center;
	margin-top: 0px;
}
.fondo .info-salida h2{
	font-family: 'Open Sans', sans-serif;
	font-size: 30px;
	font-weight: normal;
	color: #F5F5F5;
	text-align: left;
	margin: 40px 75px 40px 75px;
}
.fondo .galeria h2{
	font-family: 'Open Sans', sans-serif;
	font-size: 21px;
	font-weight: normal;
	color: #F5F5F5;
	text-align: left;
	margin: 20px 75px 20px 75px;
}
.galeria span p{
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	font-weight: lighter;
	color: #D98700;
	text-align: center;
	margin-bottom: 10px;
}
.fondo .galeria .fotos{
	width: 80%;
	height: 35%;
	padding: 0 10%;
}
.fotos a img{
	width: 48%;
	height: 98%;
	margin: 1%;
	display: inline-block;
	float: left;
}
.fotos a:hover > img{
	opacity: 0.75;
}
.fondo .info-salida .contacta{
	margin: 0;
	padding: 30px 0;
	height: auto;
	background: #393939;
	border-radius: 10px;
}
.fondo .info-salida a{
	font-family: 'Open Sans', sans-serif;
	font-size: 26px;
	font-weight: normal;
	color: #D98700;
	text-decoration: none;
	margin: 0 75px;
}
.fondo .info-salida a:hover{
	text-decoration: underline;
}
/*--- Contacto ---*/
.fila-contacto{
	width: 100%;
	height: auto;
	background: #393939;
}
#caja-contacto{
	min-width: 175px;
	max-width: 1225px;
	height: auto;
	margin: 0 auto;
	padding: 100px 0;
}
#caja-contacto h1{
	font-family: 'Open Sans', sans-serif;
	font-size: 32px;
	font-weight: lighter;
	color: #FFF;
	letter-spacing: 3px;
	text-shadow: 3px 3px 3px #1C1C1C;
	text-align: center;
	margin-bottom: 75px;
}
.form{
	width: 46%;
	height: auto;
	padding: 0 2%;
	float: left;
}
#nombre{
	width: 43%;
	height: 40px;
	border-radius: 5px;
}
#email{
	width: 43%;
	height: 40px;
	float: right;
	border-radius: 5px;
}
#mensaje{
	width: 96%;
	max-width: 96%;
	height: 150px;
	max-height: 300px;
	margin-top: 25px;
	border-radius: 5px;
}
#submit{
	width: 25%;
	height: 40px;
	margin-top: 25px;
	float: right;
	border-radius: 5px;
	background: #FFF;
	border-color: #FFF;
}
input, textarea{
	font-family: 'Open Sans', sans-serif;
	font-size: 16px;
	font-weight: lighter;
	color: #393939;
	padding: 0 2%;
}
textarea{
	padding-top: 5px;
	padding-bottom: 5px; 
}
.info{
	width: 50%;
	height: auto;
	padding: 0;
	float: left;
}
/*.info{
	width: 65%;
	height: auto;
	padding: 0 17.5%;
	float: none;
}*/
.info .bloque{
	width: 95%;
	height: auto;
	padding: 0;
	padding-left: 5%;
	float: left;
	margin-bottom: 10px;
}
.info .bloque img{
	width: 30px;
	height: 30px;
	/*position: relative;
	top: 10px;*/
}
.info .bloque p{
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	font-weight: lighter;
	color: #FFF;
	margin-left: 20px;
	letter-spacing: 1px;
	line-height: 40px;
	display: inline-block;
}
footer{
	width: 94%;
	height: auto;
	background-color: #000;
	padding: 10px 3%;
}
#box-footer{
	min-width: 175px;
	max-width: 1125px;
}
#box-footer span{
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	font-weight: lighter;
	color: #F5F5F5;
}
#box-footer a{
	font-family: 'Open Sans', sans-serif;
	font-size: 12px;
	font-weight: lighter;
	color: #D98700;
	text-decoration: none;
}
/******************************************/
/***    DISEÑO PARA TABLETAS           ****/
/******************************************/
/*@media screen and (min-width: 737px) and (max-width: 1200px){*/
@media only screen and (max-width:768px){
	/*--- Navegacion ---*/
	.menu_bar img{
		margin-left: 20px;
	}
	.menu_bar .lang{
		margin-right: 20px;
	}
	header nav ul li a {
		font-size: 26px;
		padding:22px;
	}
	/*--- Presentacion ---*/
	#fondoimagen{
		background-size: 150%;
	}
	#home{
		padding-top: 50px;
	}
	.cajapresentacion{
		width: 94%;
		padding: 0 3%;
		margin-top: 0;
	}
	.cajapresentacion .texto{
		width: 90%;
		height: auto;
		float: none;
		margin: 0 auto;
		padding: 5%;
	}
	.cajapresentacion .texto h1{
		font-size: 36px;
	}
	#tamanofuente{
	-webkit-animation-duration: 3s;
  	-webkit-animation-name: tamano-fuente;
  	-moz-animation-duration: 3s;
  	-moz-animation-name: tamano-fuente;
  	-o-animation-duration: 3s;
  	-o-animation-name: tamano-fuente;
	}
	@keyframes tamano-fuente{
	  from {
	    font-size: 16px;
	  }

	  to {
	    font-size: 36px;
	  }
	  50% {
		font-size: 26px;
	  }
	}
	.cajapresentacion .texto h2{
		font-size: 24px;
	}
	strong{
		font-size: 44px;
		letter-spacing: 10px;
	}
	.cajapresentacion .imagenhome{
		width: 96%;
		padding: 0 2%;
	}
	.cajapresentacion .flechas img{
		width: 30px;
		height: 30px;
		left: 48%;
		top: 25px;
		margin-bottom: 75px;
	}
	.cajapresentacion .textohome{
		width: 90%;
		display: block;
		float: none;
		margin-bottom: 75px;
		padding: 0 5%;
	}
	.cajapresentacion .textohome .fila{
		width: 30%;
		height: 60px;
		margin: 10px 0;
		padding: 0 35%;
	}
	.cajapresentacion .textohome h1{
		font-size: 36px;
		padding-bottom: 5px;
		font-weight: bold;
	}
	.cajapresentacion .textohome h3{
		font-size: 16px;
		padding: 0 4%;
	}
	/*--- Cuerpo ---*/
	/*--- Instalaciones ---*/
	#caja-instalaciones{
		width: 90%;
		padding: 10px 5%;
		margin-top: 70px;
	}
	.none-display{
		display: none;
	}
	.box-sala{
		width: 42%;
		height: auto;
		display: inline-block;
		float: left;
		padding: 4%;
	}
	.box-sala img{
		width: 120px;
		height: 120px;
		margin-left: 25%;
	}
	.box-sala h1{
		font-size: 20px;
	}
	.box-sala p{
		margin-top: 10px;
		font-size: 13px;
	}
	.title h1{
		font-size: 30px;
	}
	.title h1 strong{
		font-size: 32px;
	}
	/*--- Imagen grande ---*/
	#box-center{
		border-top: 4px solid #F5F5F5;
		padding: 0;
	}
	.imagengrande h1{
		font-size: 32px;
	}
	#imagen-seniors img{
		height: 275px;
	}
	/*--- Noticias ---*/
	.caja-noticias{
		padding: 50px 0;
	}
	#eventos-titulo h1{
		font-size: 30px;
		padding: 20px 0;
	}
	#noticias .noticias-left{
		width: 94%;
		padding: 0 3%;
		display: block;
		float: none;
	}
	.noticia-grande h1{
		font-size: 24px;
	}
	.noticia-grande img{
		width: 100%;
		height: 425px;
		border: none;
	}
	#noticias .noticias-right{
		width: 94%;
		height: 100%;
		margin-top: 40px;
		padding: 0 3%;
		display: block;
		float: none;
	}
	#noticias .noticias-right .noticia-pequena{
		width: 44%;
		display: inline-block;
		float: left;
		padding: 0 3%;
		border-bottom: none;
	}
	/*--- Excursiones ---*/
	.galeria .centrar{
		padding: 1%;
	}
	.galeria .centrar .caja25{
		width: 48%;
		height: 175px;
		padding: 1%;
		padding-bottom: 2%;
	}
	.galeria .centrar .caja35{
		width: 48%;
		height: 175px;
		padding: 1%;
		padding-bottom: 2%;
	}
	.galeria .centrar .caja40{
		width: 48%;
		height: 175px;
		padding: 1%;
		padding-bottom: 2%;
	}
	.galeria .centrar a:hover > .caja25{
		background: #000;
	}
	.galeria .centrar a:hover > .caja35{
		background: #000;
	}
	.galeria .centrar a:hover > .caja40{
		background: #000;
	}
	.fondo .info-salida a img{
		top: -5px;
		left: 5px;
	}
	.fondo .info-salida h1{
		font-family: 'Open Sans', sans-serif;
		font-size: 34px;
		font-weight: normal;
		color: #000;
		text-align: center;
		margin-top: 80px;
	}
	.fondo .info-salida h2{
		font-size: 24px;
		margin: 40px 75px;
	}
	.fondo .info-salida .contacta{
		width: 70%;
		margin: 0 10%;
	}
	.fondo .info-salida a{
		font-size: 24px;
		margin: 0;
	}
	.galeria span p{
		font-size: 14px;
	}
	.fondo .galeria a .boton{
		top: -52px;
		left: 3px;
	}
	.fondo .galeria .fotos{
		width: 90%;
		height: 30%;
		padding: 0 5%;
	}
	/*--- Contacto ---*/
	.form, .info{
		width: 96%;
		float: none;
		padding: 0 2%;
	}
	.form{
		margin-bottom: 150px;
	}
	/*Footer*/
	#box-footer span{
		font-size: 12px;
	}
	#box-footer a{
		font-size: 12px;
	}
}
/******************************************/
/***    DISEÑO PARA MOVILES            ****/
/******************************************/
/*@media screen and (max-width: 736px){*/
@media only screen and (max-width:480px){
	header nav ul li a {
		font-size: 24px;
		padding:15px;
	}
	/*Botón para ir arriba*/
	.ir-arriba {
		padding:5px;
		font-size:14px;
		bottom:60px;
		right:10px;
	}
	.ir-arriba img{
		width: 30px;
		height: 30px;
	}
	.espanol, .euskara{
		font-size: 15px;
	}
	/*--- Presentación ---*/
	#fondoimagen{
		background-size: 280%;
	}
	.cajapresentacion{
		width: 100%;
		padding: 0;
	}
	.cajapresentacion .texto h1{
		font-size: 30px;
		line-height: 45px;
	}
	#tamanofuente{
		-webkit-animation-duration: 3s;
	  	-webkit-animation-name: tamano-fuente;
	  	-moz-animation-duration: 3s;
	  	-moz-animation-name: tamano-fuente;
	  	-o-animation-duration: 3s;
	  	-o-animation-name: tamano-fuente;
	}
	@keyframes tamano-fuente{
	  from {
	    font-size: 16px;
	  }

	  to {
	    font-size: 30px;
	  }
	  50% {
		font-size: 24px;
	  }
	}
	.cajapresentacion .texto h2{
		font-size: 20px;
	}
	.cajapresentacion .imagenhome{
		width: 100%;
		padding: 0;
	}
	.cajapresentacion .textohome{
		width: 94%;
		margin-bottom: 50px;
		padding: 0 3%;
	}
	.cajapresentacion .textohome .fila{
		width: 50%;
		height: 60px;
		margin: 10px 0;
		padding: 0 25%;
	}
	.cajapresentacion .textohome h1{
		font-size: 32px;
	}
	.cajapresentacion .textohome h3{
		font-size: 16px;
		padding: 0 3%;
	}
	strong{
		font-size: 40px;
		letter-spacing: 4px;
	}
	/*---Cuerpo---*/
	/*---Instalaciones---*/
	#caja-instalaciones{
		width: 94%;
		padding: 10px 3%;
		margin-top: 50px;
	}
	#caja-instalaciones a{
		text-decoration: none;
	}
	.box-sala{
		width: 92%;
		background: #DEDEDE;
		display: block;
		float: none;
		border: 1px solid #BDBDBD;
		padding: 6% 3%;
		margin-bottom: 4px;
	}
	.box-sala:hover{
		border: 1px solid #D98700;
	}
	.box-sala img{
		width: 40%;
		height: 135px;
		margin-left: 0;
		padding: 0 30%;
	}
	.box-sala h1{
		font-size: 22px;
	}
	.box-sala p{
		font-size: 17px;
		text-decoration: none;
	}
	.title h1{
		font-size: 28px;
	}
	.title h1 strong{
		font-size: 28px;
	}
	/*---Imagen grande---*/
	#box-center{
		padding: 0;
	}
	.imagengrande h1{
		font-size: 28px;
		line-height: 45px;
		top: 120px;
	}
	#imagen-seniors img{
		height: 205px;
	}
	/*--- Noticias ---*/
	#eventos-titulo{
		border: none;
	}
	#eventos-titulo h1{
		font-size: 24px;
		padding: 15px 0;
	}
	.noticia-grande h1{
		font-size: 22px;
	}
	.noticia-grande img{
		height: 250px;
	}
	.noticia-grande p{
		font-size: 15px;
	}
	.noticia-grande a{
		font-size: 12px;
	}
	#noticias .noticias-right .noticia-pequena{
		width: 100%;
		min-height: 150px;
		display: block;
		float: none;
		padding: 0;
	}
	.noticia-pequena h1{
		font-size: 16px;
	}
	.noticia-pequena p{
		font-size: 15px;
	}
	/*---Excursiones---*/
	.galeria .centrar{
		background: #D98700;
	}
	.galeria .centrar .caja25{
		width: 96%;
		height: 225px;
		display: block;
		float: none;
		padding: 2%;
	}
	.galeria .centrar .caja35{
		width: 96%;
		height: 225px;
		display: block;
		float: none;
		padding: 2%;
	}
	.galeria .centrar .caja40{
		width: 96%;
		height: 225px;
		display: block;
		float: none;
		padding: 2%;
	}
	.galeria .centrar a{
		text-decoration: none;
	}
	.fondo .info-salida a img{
		top: -3px;
		left: 3px;
	}
	.fondo .galeria a .boton{
		top: -52px;
		left: 1px;
	}
	.fondo .info-salida h1, .fondo .galeria h1{
		font-size: 22px;
		margin-top: 20px;
		color: #F5F5F5;
	}
	.fondo .info-salida h2, .fondo .galeria h2{
		font-size: 16px;
		margin: 15px 5px;
	}
	.fondo .info-salida .contacta{
		width: 100%;
		margin: 0 5%;
	}
	.fondo .info-salida a{
		font-size: 20px;
		margin: 0;
	}
	.galeria span p{
		font-size: 13px;
	}
	.fondo .galeria .fotos{
		width: 96%;
		height: 20%;
		padding: 0 2%;
	}
	/*---Contacto---*/
	#caja-contacto h1{
		font-size: 28px;
	}
	.info .bloque{
		width: 90%;
		padding-left: 5%;
	}
	.info .bloque img{
		width: 25px;
		height: 25px;
		top: 7px;
	}
	.info .bloque p{
		font-size: 12px;
		margin-left: 5px;
	}
	#nombre{
		width: 85%;
		margin-bottom: 10px;
	}
	#email{
		width: 85%;
		float: none;
	}
	#submit{
		width: 35%;
	}
}
/******************************************/
/***    DISEÑO PARA MOVILES 320        ****/
/******************************************/
@media only screen and (max-width:320px){
	/*-- Navegación -- */
	
	
}
/******************************************/
/***    DISEÑO PARA MOVILES 240        ****/
/******************************************/
@media only screen and (max-width:240px){
	
	
}