/*COMIENZO del header*/
@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;
}
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;
}
/*--- 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.85;
}
.menu_bar {
	display:block;
	width:100%;
	background:#D98700;
	opacity: 0.85;
}
.menu_bar .bt-menu {
	display:block;
	padding: 5px 20px;
	background:#D98700;
	color:#fff;
	text-decoration:none;
	font-weight: bold;
	font-size:25px;
	-webkit-box-sizing:border-box;
	-moz-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: #393939;
	float: right;
}
.other:hover{
	color: #D98700;
}
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;
}
/*FIN del header*/
/*COMIENZO del body*/
#contenido{
	width: 94%;
	height: auto;
	background: #FFF;
	padding: 50px 3% 0 3%;
}
#contenido .volver{
	position: fixed;
	top: 45%;
	left: 0;
	padding: 40px 0;
	background: #F5F5F5;
	z-index: 1;
}
#contenido .volver:hover{
	background: #E5E5E5;
}
#contenido .volver img{
	width: 40px;
	height: 40px;
}
#contenido h1, h2, h3, p{
	font-family: 'Open Sans', sans-serif;
	font-weight: lighter;
}
#contenido .caja-info-nosotros{
	min-width: 175px;
	max-width: 1125px;
	height: auto;
	margin: 50px auto;
}
#contenido .caja-info-nosotros .inicio{
	width: 56%;
	height: auto;
	display: inline-block;
	float: left;
	padding: 0 9% 0 0;
}
.inicio img{
	width: 80%;
	height: 230px;
	margin: 5px 0 25px 0;
}
.inicio h1{
	font-size: 40px;
	color: #494949;
	letter-spacing: 1px;
	margin-bottom: 0;
}
.inicio h2{
	font-size: 17px;
	color: #5E5E5E;
	letter-spacing: 1px;
	margin-bottom: 20px;
}
.inicio h3{
	font-size: 16px;
	color: #5E5E5E;
	line-height: 30px;
}
#contenido .caja-info-nosotros .ubicacion{
	width: 35%;
	height: auto;
	display: inline-block;
	float: left;
	padding: 25px 0;
}
.ubicacion img{
	width: 30%;
	padding: 0 35%;
}
.ubicacion .contacto{
	width: 90%;
	height: 175px;
	background-color: #00003A;
	padding: 5%;
	margin-bottom: 50px;
}
.contacto h2, h3{
	color: #FFF;
}
.contacto h3{
	font-size: 14px;
	margin: 25px 0;
}
.ubicacion p{
	font-size: 16px;
	color: #909090;
	line-height: 30px;
}
/*FIN del body*/
/*COMIENZO del FOOTER*/
footer{
	width: 100%;
	height: auto;
	background: #000;
	padding: 8% 0 1%;
	border-top: 2px solid #F0F0F0;
}
#infocontacto{
	min-width: 175px;
	max-width: 975px;
	height: 100%;
	margin: 0 auto;
}
.cajacontacto{
	width: 100%;
	height: 100%;
	padding: 0;
}
.cajacontacto p{
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 15px;
	font-weight: normal;
	color: #F5F5F5;
	text-align: center;
}
.cajacontacto a, .cajacontacto span{
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 15px;
	font-weight: normal;
	color: #D98700;
	text-decoration: none;
}
.cajacontacto a:hover > p{
	color: #D98700;
}
.cajacontacto span{
	color: #F5F5F5;
	font-weight: bold;
}
.cajacontacto a:hover{
	opacity: 0.8;
}
/*FIN del FOOTER*/
/******************************************/
/***    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;
	}
	/*--- Contenido ---*/
	#contenido .caja-info-nosotros .inicio{
		width: 90%;
		display: block;
		float: none;
		padding: 0 5%;
	}
	.inicio img{
		width: 100%;
		height: 230px;
		margin: 5px 0 15px 0;
	}
	.inicio h1{
		font-size: 32px;
		font-weight: bold;
	}
	.inicio h2{
		font-size: 15px;
	}
	.inicio h3{
		font-size: 14px;
	}
	#contenido .volver{
		padding: 30px 0;
	}
	#contenido .caja-info-nosotros .ubicacion{
		width: 90%;
		display: block;
		float: none;
		padding: 75px 5%;
	}
	.ubicacion .contacto{
		width: 50%;
		height: 175px;
	}
	.ubicacion img{
		display: none;
	}
	/*--- Contacto ---*/
	.cajacontacto a, .cajacontacto p, .cajacontacto span{
		font-size: 13px;
	}
	.form, .info{
		width: 96%;
		float: none;
	}
	.form{
		margin-bottom: 150px;
	}
}
/******************************************/
/***    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;
	}
	/*--- Contenido ---*/
	#contenido .volver{
		padding: 20px 0;
	}
	.ubicacion .contacto{
		width: 90%;
		height: 175px;
	}
	/*---Contacto---*/
	.cajacontacto{
		width: 96%;
		height: 100%;
		padding: 0 2%;
	}
}
/******************************************/
/***    DISEÑO PARA MOVILES 320        ****/
/******************************************/
@media only screen and (max-width:320px){
	/*-- Navegación -- */
	.menu_bar img{
		width: 25px;
		height: 25px;
	}
	
}
/******************************************/
/***    DISEÑO PARA MOVILES 240        ****/
/******************************************/
@media only screen and (max-width:240px){
	
	
}
