/* estilos: unaipm.com | autor: unai parada */

*{
	box-sizing:border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
}

html{
	height: 100%;
}

body{
	font-family: 'Dosis', verdana, sans-serif;
	color: #E6E6E6;
	height: 100%;
	background: linear-gradient(135deg, #596a72 0%,#cedce7 100%);
	background-attachment: fixed;
}

h1{
	font-family: 'Baloo Thambi', cursive;
	font-weight: normal;
	font-size: 20px;
	margin: 0;
	background-color: #0078A1;
	padding: 11px 0;
	text-align: center;
}

h2{
	font-weight: normal;
	font-size: 16px;
	margin: 14px 0 3px 0;
	color: #C7C7C7;
}

h2:first-child{
	margin-top: 0;
}

p{
	margin: 0;
}

img{
	max-width: 100%;
	height: auto;
}

figure{
	margin: 0;
	padding: 0;
}

a{
	text-decoration: none;
	background-color: #0078A1;
	color: #E6E6E6;
}

a:hover{
	background-color: #404040;
}

ul{
	list-style-type: none;
	margin: 0;
	padding: 0;
}


/* Cabecera */
header{
	width: 100%;
	background-color: #262626;
}

#logo{
	float: left;
	margin: 14px 0 0 34px;
}

/* Menu principal */
nav{
	width: 31%;
	float: right;
	min-width: 440px;
	background-color: #0078A1;
}

nav #menu-izq{
	width: 55%;
	float: left;
}

nav #menu-der{
	width: 45%;
	float: right;
}

nav ul li a{
	display: block;
	width: 100%;
	font-family: 'Baloo Thambi', cursive;
	font-size: 20px;
	padding: 15px 10%;
}

#principal{
	padding: 30px 2% 10px 2%;
}

#portada{
	background-color: #262626;
	margin-bottom: 20px;
}

#imagen-portada{
	width: 50%;
	float: left;
}

#imagen-portada img{
	margin-bottom: -3px;
}

#texto-portada{
	width: 50%;
	float: left;
	text-align: justify;
	padding: 15px 1%;
}


/* videos contenido izquierda */
#contenido-izq{
	width: 70%;
	float: left;
}

#body-inicio #contenido-izq{
	width: 59%;
}

.films{
	width: 98%;
	background-color: #262626;
	margin-bottom: 40px;
}

.films a{
	font-family: 'Baloo Thambi', cursive;
	font-size: 17px;
	text-align: center;
	padding: 15px 0;
}

.films ul li a{
	display: inline-block;
	float: left;
}

.parte-izq{
	float: left;
	width: 36.38%;
	max-width: 457px;
	background-color: #0078A1;
}

.parte-izq ul{
	margin: -5px 0 0 0;
}

.parte-izq ul li a{
	width: 50%;
	max-width: 799px;
	text-align: center;
}

.parte-izq .ul-video li a{
	width: 100%;
}

.parte-der{
	width: 63.62%;
	max-width: 799px;
	float: right;
}

.parte-der h1{
	font-size: 17px;
	padding: 15px 0;
}

.parte-der li a {
	width: 25%;
}

.texto-fichas{
	padding: 8px 2% 0 2%;
}

.fichas-jq{
	display: none;
}


/* videos Contenido derecha */
.contenido-der{
	width: 29%;
	float: right;
	background-color: #262626;
	margin-bottom: 40px;
}

#body-inicio .contenido-der{
	width: 39%;
}

#texto-introduccion{
	text-align: justify;
	padding: 15px 3% 25px 3%;
}

.contenido-der img{
	display: block;
	margin: 0 auto;
}

#mas-videos a{
	display: block;
	background-color: transparent;
	text-align: center;
	padding: 11px 0;
}

#mas-videos a:hover{
	background-color: #404040;
}

figure a{
	text-align: center;
}

figcaption{
	font-size: 14px;
	padding: 8px 0 16px 0;
}

.galeria-films:hover{
	background-color: #404040;
}


/* galería fotográfica */
#galeria{
	width: 100%;
	margin-bottom: 40px;
	padding: 0 2%;
}

.portadas{
	float: left;
	width: 23.8%;
	padding: 10px;
	background-color: #E6E6E6;
	margin: 10px;
	transition: all 0.3s ease;
}

.portadas:hover{
	transform: scale(1.05);
	transition: all 0.3s ease;
}

.portadas h2{
	font-family: 'Baloo Thambi', cursive;
	font-size: 16px;
	color: #262626;
	text-align: center;
}

.portadas a{
	background-color: transparent;
}

.portadas figcaption{
	color: #262626;
}


/* Tienda */
#tienda{
	width: 80%;
	float: left;
}

#publi-tienda{
	width: 300px;
	float: right;
	text-align: right;
}

 .publi-tienda{
 	margin: 0 0 25px 0;
}


/* Pie */
footer{
	font-size: 30px;
	text-align: center;
	background-color: #262626;
	height: 134px;
}

footer ul li{
	display: inline-block;
	padding: 20px 1%;
}

footer ul li a{
	background-color: #262626;
}

footer ul li a:hover{
	color: #FFF;
	background-color: #262626;
}

footer p{
	font-size: 13px;
	padding: 5px 0 0 0;
}


/* Sombreado de cajas */
header, #portada, .films, .contenido-der, .fichas-menu1, .fichas-galeria, .portadas, #form-contacto{
	box-shadow: 0px 6px 17px 0px rgba(46,46,46,1);
}


/* Clases comunes */
.maxima-resolucion{
	width: 100%;
	max-width: 1920px;
	margin: 0 auto;
}

.iconos{
	margin-right: 5px;
}

.iconos-mq{
	display: none;
}

.col-left-50{
	float: left;
	width: 50%;
}

.col-left-33{
	float: left;
	width: 33%;
}

.justificado{
	text-align: justify;
}

.separador{
	margin-bottom: 10px;
}

.destacado{
	color: #C7C7C7;
}

.clearfix:after{
	content: "";
	display: table;
	clear: both;
}

.contacto{
	text-align: center;
	clear: both;
	padding-top: 15px;
	padding-bottom: 25px;
}

/* Auto relleno vertical */
.autorelleno{
	min-height: 100%;
	margin-bottom: -133px;
}

.autorelleno:after{
	content: "";
	display: block;
	height: 134px;
}

/* Relacion de aspecto videos enlazados */
.div-video-externo{
	width: 100%;
	height: 0px;
	padding-top: 56.25%;
	position: relative;
}

.iframe-video-externo{
	position: absolute;
	height: 100%;
	width: 100%;
	top: 0px;
	left: 0px;
}

/* Estilos aviso de cookies*/
#cajacookies{
	display:none;
	position:fixed;
	bottom:0px;
	margin-bottom: 0px;
	width:100%;
	text-align:center;
	background-color: rgba(255, 255, 255, 0.9);
	color: #262626;
	padding: 3px;
	border-top: 5px solid #0078A1;
	font-size:13px;
}

#cajacookies p{
	padding: 3px;
}

#cajacookies a{
	text-decoration: underline;
	background-color: transparent;
	color: #262626;
}

#cajacookies .ok{
	font-family: 'Baloo Thambi', cursive;
	border: 0;
	padding: 5px 10px;
	margin-top: 8px;
}


/* Formulario (Vieja versión)
#form-contacto{
	width: 100%;
	max-width: 1000px;
	margin: 0 auto 40px auto;
	background-color: #262626;
	font-size: 18px;
	padding: 20px 30px;
}

#form-contacto h1{
	font-family: 'Dosis', verdana, sans-serif;
	font-weight: bold;
	background-color: transparent;
	text-align: left;
	padding: 0 0 12px 0;
}

form{
	margin-top: 40px;
}

label{
	display: inline-block;
	width: 100%;
	max-width: 165px;
}

label:last-child{
	max-width: 300px;
	margin-left: 7px;
}

input[type="text"], select{
	width: 100%;
	max-width: 350px;
	box-shadow: inset 1px 1px 2px 0px rgba(50, 50, 50, 0.75);
}

input, textarea, select{
	color: #404040;
	margin: 10px 0 20px 0;
	padding: 8px;
	border: 0;
}

textarea{
	width: 100%;
	box-shadow: inset 1px 1px 2px 0px rgba(50, 50, 50, 0.75);
}

input[type="submit"]{
	display: block;
	width: 100px;
	font-family: 'Baloo Thambi', cursive;
	color: #E6E6E6;
	background-color: #0078A1;
	margin: 0 auto;
}

input[type="submit"]:hover{
	background-color: #404040;
}

.asterisco-form{
	color: #FF0000;
}

#body-form_contacto #form-contacto{
	text-align: center;
}

form a{
	text-decoration: underline;
	background-color: transparent;
}

form a:hover{
	background-color: transparent;
	color: #0078A1;
}

form .fa{
	margin: 0 4px 0 2px;
}
*/


/* Estilos pestañas jQuery */
.fichas-menu1 .actual1 a,
.fichas-menu2 .actual2 a,
.fichas-menu3 .actual3 a,
.fichas-menu4 .actual4 a,
.fichas-menu5 .actual5 a,
.fichas-menu6 .actual6 a,
.fichas-menu7 .actual7 a,
.fichas-menu8 .actual8 a,
.fichas-menu9 .actual9 a,
.fichas-menu10 .actual10 a{
	background-color: #262626;
}

.contenido-ficha1,
.contenido-ficha2,
.contenido-ficha3,
.contenido-ficha4,
.contenido-ficha5,
.contenido-ficha6,
.contenido-ficha7,
.contenido-ficha8,
.contenido-ficha9,
.contenido-ficha10{
    display: none;
    padding-top: 50px
}

#ficha1-1,
#ficha2-1,
#ficha3-1,
#ficha4-1,
#ficha5-1,
#ficha6-1,
#ficha7-1,
#ficha8-1,
#ficha9-1,
#ficha10-1{
 display: block;
}

/* media queries */
@media screen and (max-width:1823px){
	.portadas{
		width: 23.7%;
	}
}

@media screen and (max-width:1685px){
	.portadas{
		width: 23.6%;
	}

	.publi-der-horizontal-p{
		display: none;
	}

	.publi-der-vertical{
		display: inline;
	}
}

@media screen and (max-width:1566px){
	.portadas{
		width: 23.5%;
	}
}

@media screen and (max-width:1462px){
	.portadas{
		width: 23.4%;
	}
}

@media screen and (max-width:1425px){
	#body-maderos #principal, #body-films #principal{
		padding: 30px 6% 10px 6%;
	}

	.ficha{
		font-size: 16px;
	}

	.contenido-der{
		width: 100%;
		float: none;
	}

	#contenido-izq{
		width: 100%;
		float: none;
	}

	.portada-der{
		width: 36.38%;
		max-width: 457px;
		float: left;
	}

	#introduccion h1, #texto-introduccion{
		width: 63.62%;
		float: right;
	}

	#body-inicio #introduccion h1, #body-inicio #texto-introduccion{
		width: 100%;
		float: none;
	}

	#texto-introduccion{
		padding: 15px 1%;
	}

	.films{
		width: 100%;
	}

	.galeria-films{
		width: 50%;
		float: left;
	}

	#galeria{
		padding: 0 1.5%;
	}

	.publi-izq{
		display: none;
	}

	.publi-der-horizontal-g{
	display: inline;
	}

	.publi-der-vertical{
		display: none;
	}
}

@media screen and (max-width:1372px){
	.portadas{
		width: 23.3%;
	}
}

@media screen and (max-width:1366px){
	nav ul li a{
		font-size: 17px;
	}

	#galerias ul li a{
		font-size: 15px;
	}
}

@media screen and (max-width:1279px){
	.portadas{
		width: 23.2%;
	}
}

@media screen and (max-width:1209px){
	.portadas{
		width: 23.1%;
	}
}

@media screen and (max-width:1179px){
	#principal{
		padding: 25px 2% 10px 2% !important;
	}

	.films, .contenido-der{
		margin: 0 auto 30px auto;
	}

	#galeria{
		padding: 0 1%;
	}
}

@media screen and (max-width:1135px){
	.portadas{
		width: 23%;
	}
}

@media screen and (max-width:1079px){
	.portadas{
		width: 31.2%;
	}
}

@media screen and (max-width:1027px){
	#logo{
		float: none;
		display: block;
		margin: 0 auto;
		padding: 5px 0;
	}

	nav{
		width: 100%;
		float: none;
		min-width: 0;
	}

	nav #menu-izq{
		width: 100%;
		float: none;
	}

	nav #menu-der{
		width: 100%;
		float: none;
	}

	nav ul li{
		display: inline;
	}

	nav ul li a{
		display: block;
		float: left;
		width: 33.33%;
		padding: 10px 0;
		text-align: center;
	}

	nav #menu-izq a{
		width: 50%;
	}

	#principal{
		padding: 25px 0 10px 0 !important;
	}

	#imagen-portada{
		width: 100%;
		float: none;
	}

	#texto-portada{
		width: 100%;
		float: none;
		padding: 10px 1.5% 15px 1.5%;
	}

	#texto-introduccion, #contenido-izq, .ficha{
		font-size: 14px;
	}

	footer .fa{
		letter-spacing: 18px;
	}

	#form-contacto{
	margin: 0 auto 20px 0;
}

@media screen and (max-width:973px){
	.portadas{
		width: 31.1%;
	}
}

@media screen and (max-width:930px){
	.portadas{
		width: 31%;
	}
}

@media screen and (max-width:912px){ /* cambio de fichas */
	.films, .contenido-der{
		width: 100%;
		max-width: 700px;
	}

	.parte-izq, .portada-der{
		width: 100%;
		max-width: 100%;
		float: none;
	}

	#introduccion h1, #texto-introduccion{
		width: 100%;
		float: none;
	}

	#texto-introduccion{
		padding: 15px 2% 25px 2%;
	}

	.parte-izq ul{
		margin: -3px 0 0 0;
	}

	.parte-der{
		display: none;
	}

	.fichas-jq{
		display: inline;
		text-align: center;
	}

	.fichas-jq a{
		display: block;
		border-top: 2px solid #262626;
	}

	.informacion-oculto{
		padding: 8px;
		background-color: #262626;
	}

	.galeria-films{
		width: 100%;
		float: none;
	}

	#form-contacto{
		font-size: 16px;
	}

	#form-contacto h1{
		font-size: 18px;
	}

	.publi-der-horizontal-g{
		display: none;
	}

	.publi-der-horizontal-p{
		display: inline;
	}
}

@media screen and (max-width:891px){
	.portadas{
		width: 30.9%;
	}
}

@media screen and (max-width:855px){
	.portadas{
		width: 30.8%;
	}
}

@media screen and (max-width:821px){
	.portadas{
		width: 30.7%;
	}
}

@media screen and (max-width:791px){
	.portadas{
		width: 47%;
	}


	.publi-galeria-horizontal-g{
		display: none;
	}


	.publi-galeria-horizontal-p{
		display: inline;
	}
}

@media screen and (max-width:696px){
	.portadas{
		width: 46.8%;
	}
}

@media screen and (max-width:654px){
	.portadas{
		width: 46.6%;
	}
}

@media screen and (max-width:616px){
	.portadas{
		width: 46.4%;
	}
}

@media screen and (max-width:588px){
	h1{
		font-size: 17px;
	}

	#texto-portada{
		font-size: 14px;
		padding: 5px 2% 10px 2%;
	}

	.parte-izq a, .fichas-jq a{
		font-size: 16px;
	}

	#texto-introduccion{
		padding: 15px 2.5% 25px 2.5%;
	}

	.films, .contenido-der{
		margin-bottom: 30px;
	}

	#form-contacto{
		font-size: 15px;
	}

	#form-contacto h1{
		font-size: 16px;
	}

	.portadas{
		width: 75%;
		float: none;
		margin: 10px auto 20px auto;
	}

	.portadas:last-child{
		margin: 10px auto;
	}

	footer{
		font-size: 30px;
	}
}

@media screen and (max-width:549px){
	.portadas{
		width: 80%;
	}

	.publi-galeria-horizontal-p{
		display: none;
	}

	.publi-galeria-vertical{
		display: inline;
	}
}

@media screen and (max-width:505px){
	#principal{
		padding: 20px 0 10px 0;
	}

	.iconos-mq{
		display: inline;
	}

	nav ul li a{
		font-size: 15px;
	}

	.films, .contenido-der, #galerias{
		margin-bottom: 20px;
	}

	.portadas{
		width: 88%;
	}

	label:last-child{
		max-width: 280px;
	}

	.publi-der-horizontal-p{
		display: none;
	}

	.publi-der-vertical{
		display: inline;
	}

}

@media screen and (max-width:374px){
	nav ul li a{
		font-size: 12px;
		padding: 5px 0;
	}

	#texto-introduccion{
		padding: 15px 3% 25px 3%;
	}

	.portadas{
		width: 96%;
	}
}