/* SECCIÓN: RESETEO DE PARÁMETROS HTML */
.slides li{ display: none; }
.slides li:first-child{ display: block; }
*{
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
html, body {
	height: 100%;
	font-size: 16px;
	margin: 0;
	padding: 0;
	}
body, input, textarea, select, optgroup {
	font-family: 'Roboto', sans-serif;
	color: #313131;
	}
input, textarea, select, optgroup, table, tr, th, td  { font-size: 100%; }
p, ul, ol, li, dl, dt, dd, form, h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
	}
p, li, dt, dd { line-height: 1.4em; }
ul, ol, li, dl, dt, dd { list-style: none; }
acronym, abbr { cursor: help; }
img { 
	border: 0; 
	max-width: 100%;
	height: auto;
}
kbd {
	line-height: 2em;
	border-top: .15em solid #CCC;
	border-right: .25em solid #AAA;
	border-bottom: .3em solid #888;
	border-left: .2em solid #BBB;
	padding: 0 .2em;
	background: #EEE;
	vertical-align: text-bottom;
	font-size: 95%;
	font-family: "Courier New", Courier, monospace;
	}
a{ 
	color: #01ae38; 
	text-decoration: none;
}
/* SECCIÓN: CLASES GENERALES DE LA PÁGINA */
.print { display: none; }
.noPrint { display: block; }
.limpiar,
.clearall {
	clear: both;
	font-size: .000001em;
	line-height: .000001em;
	height: .000001em;
	}
.oculto { display: none; }
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	}
.clearfix{
	display: inline-block;
	}
	* html .clearfix{
		height: 1%;
		}
	.clearfix{
		display: block;
		}
.text-uppercase {
	text-transform: uppercase !important;
}
.text-muted {
	color: #7d7d7d !important; /* Igual que las migas de pan */
}
.text-primary {
	color: #01ae38 !important;
}
.mx-auto {
	margin-left: auto !important;
	margin-right: auto !important;
}
.container{
	width: 1170px;
	margin: 0 auto;
}
.botonera{ padding-bottom: 2em; }
.btn, #page .btn, #page .boton_01, .leerMas a, .formResponsive input[type="submit"]{
	display: inline-block;
	border-radius: 3px;
	border: 1px solid #373635;
	background: #1a1a17;
	padding: 13px;
	font-size: 13px;
	color: #fff;
	text-transform: uppercase;
	line-height: 15px;
	text-decoration: none;
	text-shadow: none;
}
	#page .boton_01 img{
		float: left;
		margin-right: 10px;
	}
	.btn:hover, #page .boton_01:hover, .leerMas a:hover{
		border-color: #666; 
		opacity: .7;
	}
.btn-download{
	background: url(../images/css-btn-download.png) 8px 10px no-repeat;
	padding-left: 40px;
}

.iframe-container {
	position: relative;
	height: 0;
	overflow: hidden;
	display: block;
	padding-top: 30px;
	padding-bottom: 51.25%;
} 	
	.iframe-container-4x3 { padding-bottom: 75%; }
	.iframe-container iframe {
		position: absolute;
		top:0;
		left: 0;
		width: 100%;
		height: 100%;
	}

footer{
	padding: 2em 0;
	background-color: #f0f0f0; 
}
	footer img:hover{ opacity: .7; }
	.pie-superior h2{
		font-size: 18px;
		text-transform: uppercase;
		font-weight: 400;
		border-bottom: 1px solid #adadad;
		padding-bottom: .4em;
		margin-bottom: 1em;
	}
	.pie-superior ul{ 
		display: table; 
		padding-bottom: 30px;
	}
	.pie-superior ul li{
		display: table-cell;
		vertical-align: middle;
	}
	.pie-superior ul li a{ padding: 0 50px 50px 0; }
	.pie-inferior{
		border-top: 1px solid #c5c5c4;
		padding: 1.5em 0 0 0;
	}
	.pag-interior .pie-inferior{ 
		border: none; 
		padding: 0;
	}
	.pie-inferior .todas-menu-redes{ padding-left: 0; }
	.pie-inferior .todas-menu-redes .anno{ 
		display: inline-block;
		float: left;
		padding: 3px 20px 0 0;
	}
	.pie-inferior .todas-menu-redes ul{
		display: inline-block;
	}
	.menu-pie li + li{
		margin-left: 0.5em;
	}
	.menu-pie li + li::before{
		content: '|';
		margin-right: 0.5em;
	}
	.menu-pie{ padding-top: 1em; }
	.todas-menu-redes .menu-pie ul li{ padding: 0; }
	.menu-pie a{ color: #313131; }
	.menu-pie a:hover{ color: #01ae38; }
	.pie-inferior02{ 
		float: right; 
		display: table;
	}
	.pie-inferior02 a{
		display: table-cell;
		vertical-align: middle;
		padding-left: 50px;
	}
	
.col01-de02, .col02-de02{
	width: 49%;
	float: left;
}
	.col01-de02{ margin-right: 2%; }

.paginacion{ padding-top: 3em; }
ul.simplePagerNav{ margin: 2em 0 0 0;}	
	.paginacion ul li, ul.simplePagerNav li{
		display: inline-block;
		padding: 0;
	}
	#page .paginacion ul li a, #page ul.simplePagerNav li a{ 
		color: #313131; 
		text-decoration: none;
	}
	.paginacion ul li span, ul.simplePagerNav li span{ color: #ccc; }
	#page .paginacion ul li a:hover, #page ul.simplePagerNav li a:hover{ color: #01ae38; }
	.paginacion ul li.inicio span, .paginacion ul li.inicio a{
		border-top-left-radius: 5px;
		border-bottom-left-radius: 5px;
	}
	.paginacion ul li.fin span, .paginacion ul li.fin a{
		border-top-right-radius: 5px;
		border-bottom-right-radius: 5px;
	}
	.paginacion ul li.pagina span, #page #baseDatosPeliculas ul.simplePagerNav li.currentPage a{
		color: #fff;
		background-color: #01ae38;
	}
	.paginacion ul li a, .paginacion ul li span, ul.simplePagerNav li a{
		display: block;
		padding: 10px 16px;
		border: 1px solid #fff;
		text-decoration: none;
		margin: 0 0 -1px -1px;
		background: #F2F2F2;
	}
	.todosTemas li{ 
		display: inline-block; 
		float: left;
		width: 49%;
		margin-right: 1%;
	}
	.todosTemas .tema{ width: 100%; }
	
/* SECCIÓN: APOYO A LOS LECTORES DE TEXTO */
.ayudaAcces {
	position: absolute;
	left: -10000px;
	top: 0;
	width: .000001em;
	font-size: .000001em;
	line-height: .000001em;
	}
a.ayudaAcces:active {
	position: static;
	width: auto;
	height: auto;
	}

/* CABECERA - Inicio */
header{ background: #3c3d2a url(../images/css-header-fnd.png) top left repeat-x; }
header.sin-cartelera{ 
	height: 545px; 
	background-position: bottom left;
}

header.sin-cartelera + .container {
	margin-top: -325px;
}

header.sin-cartelera.con-descargas + .container {
	margin-top: -225px;
}

.header-sup-izda{
	float: left;
	width: 40%;
	padding: 0 13px;
}
	.todas-menu-redes, .todas-menu-entradas, .todas-menu-redes ul li{ float: left; }
	.todas-menu-redes{ 
		padding-left: 73px; 
		padding-top: 13px;
	}
	.todas-menu-redes ul li{ padding: 0 3px;}
.todas-menu-entradas{
	text-transform: uppercase;
	font-size: 14px;
	padding: 18px 10px;
}
	.todas-menu-entradas a:hover{ color: #fff; }
.header-sup-dcha{
	float: right;
	width: 60%;
	font-size: 14px;
}
.menu-idioma{
	float: right;
	padding: 0 10px;
}
.menu-idioma ul li{
	display: inline-block;
	color: #01ae38;
}
.menu-idioma ul li a{
	color: #fff;
	padding: 19px 10px;
	display: inline-block;
}
.menu-idioma ul li#active_language span{
	display: inline-block;
	padding: 19px 10px;
}
.logo-head a{
	float: right;
	border-left: 1px solid #383838;
	display: inline-block;
}
	.udala a{ padding: 9px 14px 1px 14px; }
	.dk a{ padding: 14px 3px 6px 16px; }

.todas-menu-redes img:hover, .header-sup-dcha img:hover{ opacity: .8;}

#jflanguageselection {    
    width: 104px;
    overflow: hidden;
    background: #010101 url(../images/css-flecha.png) no-repeat 90% 50%;
	float: right;
}
	.jflanguageselection{ display: none; }
	select.jflanguageselection{ display: block; }
	#jflanguageselection select{
		padding: 20px;
		width: 130%;
		border: none;
		color: #fff;
		box-shadow: none;
		background: transparent;
		background-image: none;
		-webkit-appearance: none;
		cursor: pointer;
	}
	#jflanguageselection select:focus { outline: none; }
	#jflanguageselection select option{ 
		color: #000;
		background: #fff;
	}
.header-sup-dcha .menu{
	float: right;
	background: #242424;
}
	.header-sup-dcha .menu a{
		display: inline-block;
		padding: 19px;
		color: #fff;
	}
	.header-sup-dcha .menu a:hover{ opacity: .7; }
.bloque-logo-menu{ background: url(../images/css-fnd-motivo.png) bottom right no-repeat; }
.bloque-logo-menu-no-bckg{ background: none; }
.pag-interior .bloque-logo-menu{ background-image: url(../images/css-fnd-motivo-interior.png); }
.pag-interior .bloque-logo-menu-no-bckg{ background: none; }

.logo-ppal img, .fcha-ppal{
	float: left;
	margin: 20px 24px 20px 0;
}
	.fcha-ppal{
		border-left: 1px solid #353535;
		color: #fff;
		padding-left: 24px;
		font-size: 20px;
		font-weight: 300;
	}
	
.menuPrincipal{ 
	position: relative;
	z-index: 100;
}
	.menuPrincipal ul.menu li{
		display: inline-block;
		position: relative;
		text-transform: uppercase;
		padding-right: 60px;
		font-size: 22px;
		line-height: 18px;
	}
	.menuPrincipal ul.menu li a{
		display: block;
		padding: 20px 0;
		border-bottom: 1px solid #434342;
	}
	.pag-interior .menuPrincipal ul.menu li a{ border-color: transparent; }
	.menuPrincipal ul.menu li:hover > a{ border-color: #fff; }
	.menuPrincipal ul.menu li:hover a, .menuPrincipal ul.menu li a:hover, .menuPrincipal ul.menu li:hover ul li a:hover, .menuPrincipal ul.menu li.active > a{ color: #fff; }	
.menuPrincipal ul.menu li ul{
	position: absolute;
	width: 260px;
	background: #010101;
	padding: 15px 0;
	left: -20px;	
	display: none;
}
	.menuPrincipal ul.menu li:hover ul{ display: block; }
	.menuPrincipal ul.menu li ul li{ 
		padding-right: 0;
		display: block;
	}
	.menuPrincipal ul.menu li ul li a{
		padding: 8px 20px;
		border-bottom: 0;
		font-size: 16px;
		text-transform: none;
	}
	.menuPrincipal ul.menu li ul li a:hover{ opacity: .7; }
/* CABECERA - Fin */

/* HOME - Inicio */
.home-cartelera{
	padding: 36px 0;
	color: #fff;
	font-weight: 300;
}
	.home-cartelera h2{
		color: #fff;
		font-size: 20px;
		font-style: italic;
		font-weight: 400;
		text-transform: uppercase;
		line-height: 16px;
		float: left;
		padding: 7px 0;
	}
.home-cartelera ul{
	padding-top: 27px;
}
	.home-cartelera ul li{
		float: left;
		margin-right: 14px;
		width: 183px;
	}
	.home-cartelera ul li:hover{
		opacity: .7;
		cursor: pointer;
	}
	.home-cartelera ul li:last-child{ margin-right: 0; }
.docs-cartelera{ float: right; }
.home-cartelera h3{
	font-size: 28px;
	line-height: 28px;
	padding: .4em 0;
	font-weight: 500;
}
.portada-destacados{
	width: 597px;
	float: left;
	padding-right: 24px;
	margin: 50px 0;
}
.portada-videos {
	width: 573px;
	float: left;
	border: 5px solid #000;
	padding: 0 0 20px 0;
	margin: 50px 0;
}
	.portada-destacados .img-banner{
		width: 100%;
		height: auto;
	}
	.portada-destacados, .portada-videos{
		font-size: 18px;
		font-weight: 300;
	}
	.portada-destacados strong, .portada-videos strong{ font-weight: 400;}
	.portada-destacados .textos{ padding-bottom: 20px; }
	.video-content{ 
		display: block; 
		padding: 0 20px 20px 20px;
	}
	.slider-videos .flex-control-nav{
		margin: 0 20px;
	}
	.flex-control-nav li{
		display: inline-block;
		margin-right: 4px;
		margin-bottom: 4px;
	}
	.flex-control-nav li a{
		display: inline-block;
		background-color: #000;
		color: #fff;
		border-radius: 4px;
		padding: 2px;
		width: 28px;
		height: 28px;
		font-size: 14px;
		text-align: center;
	}
	.flex-control-nav li a.flex-active{
		color: #01ae38;
	}
	.flex-control-nav li a:hover{
		background-color: #1a1a17;
		opacity: .7;
	}
	.custom-navigation-videos{ padding: 0 20px; }
	.portada-destacados h2, .portada-destacados h2 a, .portada-videos h2, .portada-videos h2 a{
		font-size: 30px;
		color: #121212;
		font-weight: 300;
		line-height: 1em;
	}
	.portada-destacados h2, .portada-videos h2{ padding: .8em 0; }
	.contieneImg{ 
		display: block;
		line-height: 1px;
	}
.jfdefaulttext{ display: none; }
.noticias-home{
	background: url(../images/css-fnd-noticias-home.gif);
	padding: 3em 0;
}
	.noticias-home h2{
		font-size: 48px;
		font-weight: 300;
		float: left;
		padding-bottom: 2em;
		padding-bottom: .6em;
	}
	.noticias-home .btn{
		float: right;
		margin-top: 20px;
	}
	.noticias-home li{
		float: left;
		width: 23.5%;
		background: #fff;
		margin-right: 2%;
		border-top: 3px solid #121212;
	}
	.noticias-home li img{
		width: 100%;
		height: auto;
		display: block;
	}
	.noticias-home li:last-child{ margin-right: 0; }
	.det-noticia{
		display: block;
		padding: 20px 20px 40px 20px;
		border: 1px solid #d1d1d1;
		border-top: 0;
		background: url(../images/css-fnd-noticia-home.png) bottom right no-repeat;
	}
	.noticias-home li:hover .det-noticia{ background-image: url(../images/css-fnd-noticia-home-o.png); }
	.fecha-noticia{
		display: block;
		color: #767676;
		font-size: 14px;
		padding-bottom: 10px;
	}	
	.tit-noticia{
		display: block;
		color: #121212;
		font-size: 20px;
		font-weight: 300;
		line-height: 23px;
	}
	.noticias-home a:hover .tit-noticia{ color: #01ae38; }
	
.avisos{
	display: flex;
	margin: 3em -9px;
}
	.avisos div{
		border: 2px solid #000;
		padding: 25px 30px 30px 30px;
		margin: 0 9px;
		width: 25%;
		background: url(../images/css-fnd-noticia-home.png) bottom right no-repeat;
		border-radius: 2px;
		cursor: pointer;
	}
	.avisos div:hover h2, .avisos div:hover p{ opacity: .7; }
	.avisos div h2 a{
		font-weight: 400;
		color: #111;
		text-transform: uppercase;
		padding-bottom: 10px;
		display: block;
		font-size: 24px;
		line-height: 1.2em;		    
	}
	.avisos div.rojo{ 
		border-color: #d73a3a; 
		background-image: url(../images/css-fnd-aviso-rojo.png);
	}
	.avisos div.verde{ 
		border-color: #57b557; 
		background-image: url(../images/css-fnd-aviso-verde.png);
	}
	.avisos div.azul{ 
		border-color: #49c7da;
		background-image: url(../images/css-fnd-aviso-azul.png);
	}
	
/* HOME - Fin */

/* INTERIORES - Inicio */
.breadcrumbs{
	color: #7d7d7d;
	font-size: 14px;
	font-weight: 300;
	padding: 2em 0;
}
	.breadcrumbs ul li{
		display: inline-block;
		padding-right: 16px;
		margin-right: 10px;
		background: url(../images/css-fnd-migas.png) right 4px no-repeat;
	}
	.breadcrumbs ul li:last-child{ background: none; }
	.breadcrumbs ul li a{
		color: #7d7d7d;
		border-bottom: 1px solid #c8c8c8;
	}
	.breadcrumbs ul li a:hover{ border: none; }
.interior h1{
	font-size: 36px;
	text-transform: uppercase;
	color: #000;
	margin-bottom: 1em;
	line-height: 1em;
}
.interior h2{
    font-size: 30px;
    line-height: 34px;
    padding: .5em 0;
}

.interior h3 + h4 {
    margin-top: 0.666em;
}

.bloque-fnd-gris{
	background: #f1f0f0;
	padding: 32px 32px 0 32px;
	margin-bottom: 50px;
	line-height: 28px;
}
	#lista_noticias .bloque-fnd-gris{ padding: 32px; }
	#lista_noticias .bloque-fnd-gris p{ padding-bottom: 0; }
	#lista_noticias .bloque-fnd-gris p{ line-height: 28px; }
	h2.tit-noticia{
		color: #01ae38;
		font-size: 30px;
		line-height: 34px;
		font-weight: 400;
	}	
	.fnd-gris-col01{
		float: left;
		width: 20%;
		margin-right: 3%;
	}
	.fnd-gris-col01 img{ width: 100%; }
	.fnd-gris-col02{
		float: left;
		width: 77%;
	}
	.fnd-gris-col00{ padding: 32px 0; }
	#lista_noticias .fecha{ font-size: 14px; }
	#lista_noticias .descripcion_noticia{ padding-bottom: 1.5em; }
	
.temas{
	display: flex;
	margin: 0 -.8%;
	flex-wrap: wrap;
}
.tema,
.varias-proyecciones{
	border: 1px solid #d1d1d1;
    padding: 185px 22px 22px 22px;
	margin: .8%;
    width: 23.4%;
    background: url(../images/css-fnd-aviso-verde.png) bottom right no-repeat;
    border-radius: 2px;
    cursor: pointer;
	position: relative;
	font-size: 14px;
}
.varias-proyecciones {
    cursor: inherit;
}
.tema.participante {
	padding-top: 223px; /* El padding superior es más grande para poder utilizar en el listado de participantes la misma imagen que en la ficha */
}
	.tema:hover{ opacity: .7; }
	.tema img, .varias-proyecciones img{
		position: absolute;
		top: 0;
		margin: -1px -23px 0 -22px;
		width: 100%;
	}
	#page .tema p, #page .varias-proyecciones p{ padding-bottom: 0; }
	#page .tema h2, #page .tema h2 a, .varias-proyecciones h2{
		display: block;
		font-size: 24px;
		text-transform: uppercase;
		line-height: 23px;
		font-weight: 400;
		padding-bottom: 5px;
		color: #01ae38;
		text-decoration: none;
	}
	.varias-proyecciones h2 {padding-bottom: 10px;}
	.varias-proyecciones ul li {margin-bottom: 3px;}
	.tema i, .tema em{ color: #757575; }
	.tema strong{
		font-weight: 500;
		font-size: 16px;
	}
	.tema .tag {
		font-size: 16px;
	}
	.tema .tag-bg-primary {
		background-color: #01ae38;
		color: #FFF;
		display: inline-block;
		padding: 0 0.5em;
	}
	.tema .tag-image-bottom-right-corner {
		position: absolute;
		left: 0;
		margin-top: -1px; /* Corrección de la posición */
		top: 172px; /* Altura de la imagen */
		transform: translateY(-100%);
	}
	
#baseDatosPeliculas .tema{
	border: none;
	padding: 0;
	margin: 0;
	background: none;
}
#page #baseDatosPeliculas p.titulo{ padding-bottom: 0; }
#page #baseDatosPeliculas a{ color: #01ae38 }
#page #baseDatosPeliculas .paginacion{ padding: 2em 0; }
#page #baseDatosPeliculas .resultado{
	padding: 1em 0;
	border-bottom: 1px solid #dedede;
}
#page #baseDatosPeliculas .todosTemas{ padding-top: 1em; }
#page #baseDatosPeliculas .todosTemas li:first-child{ display: none !important; }
#page #baseDatosPeliculas .resultado strong{
	display: block;
}
#page #baseDatosPeliculas .resultado .tema strong{ display: inline-block; }
#page #baseDatosPeliculas .resultado .tema:hover{ opacity: 1; }
	
#page{
	padding-bottom: 3em;
	font-size: 18px;
	line-height: 1.6em;
}
	#page p{
		padding-bottom: 2em; 
		line-height: 1.6em;
	}
	#page p.formDescription, #page p.formRed{ padding-bottom: 0 }
	#page blockquote{
		font-size: 19px;
		border-top: 3px solid #01ae38;
		border-bottom: 3px solid #01ae38;
		padding: 1.2em 3em;
		background: url(../images/css-fnd-blockquote.png) 1.6em 1.5em no-repeat;
		float: right;
		margin: 0 0 1em 2em;
		width: 50%;
	}
	#page blockquote p{ 
		padding-bottom: 0; 
		line-height: 30px;
	}
	#page a{
		color: #232323;
		text-decoration: underline;
	}
	#page .imagen_con_titulo a{ text-decoration: none; }
	#page .leerMas a{
		color: #fff;
		text-decoration: none;
	}
	#page a:hover{ text-decoration: none; }
	
.dosColumnas .colIzq{
	float: left;
	width: 814px;
	margin-right: 59px;
}
.dosColumnas .colDrcha{
	float: right;
	width: 297px;
}
.flota_dcha {
    float: right;
    margin-left: 24px;
    margin-bottom: 1.5em;
}
.flota_izda {
	float: left;
	margin-right: 24px;
	margin-bottom: 1.5em;
}

.tres_columnas { clear: both; }
	.columna01, .columna02, .columna03 {	
		width: 360px;
		float: left;
		margin: 10px 44px 10px 0;
	}
	.columna03 { margin: 10px 0; }
	.tres_columnas table, .tres_columnas table img{ width: 100%; }

#page table {
    margin-bottom: 1.5em;
    border-collapse: collapse;
}
	#page table td span {
		display: block;
		padding-bottom: 10px;
		border-bottom: 1px solid #01ae38;
		font-weight: 400;
		color: #01ae38;
	}
	#page table td span.anio{
		padding: 0 0 0.2em 0;
		font-size: 1.6em;
		font-weight: bold;
		border-bottom: none;
		color: #000;
	}

#page .table {
	width: 100%;
	margin-bottom: 1rem;
	color: #212529;
}

#page .table th,
#page .table td {
	padding: 0.75rem;
	vertical-align: top;
	border-top: 1px solid #dee2e6;
}

#page .table thead th {
	vertical-align: bottom;
	border-bottom: 2px solid #dee2e6;
}

#page .table-bordered {
	border: 1px solid #dee2e6;
}

#page .table-bordered th,
#page .table-bordered td {
	border: 1px solid #dee2e6;
}

#page .table-bordered thead th,
#page .table-bordered thead td {
	border-bottom-width: 2px;
}

#page .table-striped tbody tr:nth-of-type(odd) {
	background-color: rgba(0, 0, 0, 0.05);
}

#page ul.list-default {
	padding-left: 40px;
	margin-bottom: 2em;
}

#page .table ul.list-default {
	margin-bottom: 0;
}

#page ul.list-default li {
	list-style: disc;
}

#page ul.list-default ul,
#page ul.list-default li + li {
	margin-top: 0.333em;
}
	
#detalle_noticia .col-izquierda {
	float: left;
	margin-right: 32px;
	width: 295px;
}
#detalle_noticia figure {
	margin: 0;
}
#detalle_noticia .textos {
	float: left;
	padding: 0 0 1.4em 0;
	width: 835px;
}
#detalle_noticia .fecha{
	font-size: 14px;
	padding-bottom: 10px;
}

.menuSecundario{
	background: #000;
	padding: 25px;
	font-size: 16px;
}
	#page .menuSecundario ul li{
		padding: 6px 0 10px 16px;
		background: url(../images/css-piti-li.png) 0 .75em no-repeat;
		color: #01ae38;
		font-weight: 800;
		line-height: 20px;
	}
	#page .menuSecundario ul li a{ 
		color: #fff;
		display: block;		
		text-decoration: none;
		font-weight: 300;
	}
	#page .menuSecundario ul li a:hover{ color: #01ae38; }
	
.cajaAmarilla, #page p.tematica{
	display: inline-block;
	padding: 12px 80px 14px 20px;
	border: 3px solid #01ae38;
	line-height: 22px;
	cursor: pointer;
	background: url(../images/css-fnd-cajaamarilla.png) right no-repeat;
}
	#page p.tematica{
		cursor: default;
		margin-bottom: 2em;
	}
	.cajaAmarilla span{
		display: block;
		font-size: 16px;
		font-style: italic;
		color: #6f6f6f;
	}
	#page p.tematica a, #page .cajaAmarilla a{ 
		text-decoration: none;
		display: block;
	}
	.cajaAmarilla:hover{ opacity: .7; }


	
#page .bloque-destacado {
	background-color: #f2f2f2;
	padding: 1.25rem;
	margin-bottom: 1.5rem;
	border-radius: 6px;
}
	#page .bloque-destacado a{
		color: #01ae38;
		text-decoration: none;
		font-weight: 500;
	}

	#page .bloque-destacado>:last-child {
		padding-bottom: 0;
	}

	#cont_campo_descripcion ul{
		margin-bottom: 2em;
	}
	#cont_campo_descripcion ul li{
		margin: .5em 0;
		padding-left: 1em;
	}
	
/*
	EDICIONES ANTERIORES
*/
#edicionesAnteriores ul li{
	display: inline-block;
    text-align: center;
    background: #f1f0f0;
    padding: 24px;
    margin: 0 33px 32px 0;
	cursor: pointer;
}
	#edicionesAnteriores ul li:hover{ opacity: .7; }
	#edicionesAnteriores a{
		text-decoration: none;
		color: #01ae38;
		font-size: 30px;
		font-weight: bold;
	}
	#edicionesAnteriores img{
		display: block;
		padding: 0 0 .35em 0;
	}
	
/*
	FORMULARIO PARA EL ENVÍO DE OPINIÓN (RS FORM)
*/
.formResponsive .formHorizontal .formControlLabel  {
	float: none;
	padding: 0 0 .7em 0;
	width: auto;
	font-size: 1.1em;
	text-align: left;
}
.formResponsive .formHorizontal .formControls { margin: 0; }
.formResponsive .formHorizontal textarea {
	width: 100%;
	height: 185px;
}
.formResponsive .formHorizontal .rsform-block-zure-iritzia-interesatzen-zaigu .formControls {
    font-size: 1.1em;
	text-align: left;
	font-weight: bold;
}
.formResponsive input.rsform-captcha-box{ height: 40px; }

/*
	AGENDA
*/
#calendario_agenda ul, ul.ultimas_ediciones{ 
	/*border: 3px solid #000; */
	display: inline-block;
	margin-bottom: 1em;
	display: flex;
}
	#calendario_agenda ul li, ul.ultimas_ediciones li{ 
		/*display: table;
		float: left;*/
		border: 3px solid #000;
		margin-left: -3px;

	}
	#calendario_agenda ul li:first-child, ul.ultimas_ediciones li:first-child{ /*border: none;*/ }
	#calendario_agenda ul li a, #page ul.ultimas_ediciones li a {
		width: 65px;
		height: 65px;
		display: table-cell;
		vertical-align: middle;
		text-align: center;
		font-size: 15px;
		text-decoration: none;
		font-weight: bold;
		line-height: 20px;
	}
	#calendario_agenda ul li a span{ display: block; }
	#calendario_agenda ul li.current a { cursor: default; }
	#calendario_agenda ul li.current a, #calendario_agenda ul li a:hover, #page ul.ultimas_ediciones li.current a, #page ul.ultimas_ediciones li a:hover { 
		background-color: #01ae38; 
		color: #fff;
	}
	#agenda .eventos_dia h2{		
		border-bottom: 1px solid #89A19F;
		line-height: 12px;
		margin-bottom: .7em;
	}
	#agenda .evento {
		float: left;
		padding: 1em 1em 1em 0;
		width: 535px;
	}
	#agenda .eventos_dia .primero { margin-right: 5em; }
	#agenda .evento .miniatura {
		float: left;
		padding-right: 1.5em;
	}
	#agenda .evento .textos {
		float: left;
		width: 375px;
	}
	#agenda .evento .textos h3 a { 
		text-decoration: none; 
		color: #01ae38;
	}
	#agenda .evento .textos ul { 
		font-size: 16px;
		padding-top: .5em;
	}
	.idiomas_evento{
		text-transform: capitalize;
		padding-top: 20px;
	}
	#circunstancia_evento{ padding-top: 20px; }
	.estado{ 
		display: inline-block;
		border: 1px solid #01ae38;
		padding: 5px 10px;
		font-size: 14px;
		margin-right: 5px;
		margin-bottom: 5px;
		border-radius: 2px;
	}
	
/* NOTAS Y CONVOCATORIAS */
.notas_y_convocatorias tr{
	border-bottom: 1px solid #ccc;
}
.notas_y_convocatorias tr th{ 
	padding: 10px; 
	color: #01ae38;
}
.notas_y_convocatorias tr td{
	padding: 10px;
	vertical-align: top;
}
#page .notas_y_convocatorias tr td a{
	text-decoration: none;
	font-weight: bold;
	display: block;
}
#page .notas_y_convocatorias tr td a:hover{ border-bottom: 1px solid #ccc; }
#page .notas_y_convocatorias tr td a.nota{
	background: url(../images/nota.gif) top left no-repeat;
	padding-top: 15px;
}
#page .notas_y_convocatorias tr td a.convocatoria{
	background: url(../images/convocatoria.gif) top left no-repeat;
	padding-top: 15px;
}
.notas_y_convocatorias tr td.td-centrado{
	text-align: center;
	background: #efefef;
}
.notas_y_convocatorias .fecha-nota{
	font-size: 16px;
	font-weight: bold;
}
/*
	DETALLE DEL EVENTO (AGENDA)
*/
#page #det_evento #img_evento{
	float: left;
	width: 295px;
	margin-right: 50px;
	line-height: 0.9em;
}
#page #det_evento #img_evento.img_evento_lg {
	width: 572px;
}
#page #det_evento #img_evento .caja{
	margin: 1em 0 0 0; 
	background: #000;
	padding: 23px;
	color: #fff;
	font-size: 16px;
	line-height: 20px;
}
#page #det_evento #img_evento .caja-titular {
	font-size: 24px;
	font-weight: 400;
	margin-bottom: 1rem;
	padding: 0;
	text-transform: uppercase;
}
#page #det_evento #img_evento .caja_detalle{
	padding-left: 35px;
}
.bloque-fnd-gris .caja{
	margin: 1em 0 1.8em 0; 
	background: #fff;
	padding: 20px;
	color: #3d3d3d;
	font-size: 14px;
	line-height: 20px;
	font-family: Arial;
}
.caja .lugar-evento, .caja .fecha-evento, .caja .precios_evento{
	display: block;
	background: url(../images/css-lagrima.png) 0 .2em no-repeat;
	padding-left: 46px;
	padding-bottom: 10px;
	padding-top: 10px;
}
.caja .fecha-evento{ background-image: url(../images/css-reloj.png); }
.caja .precios_evento{ 
	background-image: url(../images/css-euro.png); 
	padding-top: 8px;
}
#page #det_evento #img_evento .caja p{ padding-bottom: 0; }
#page #det_evento #img_evento .caja .titular{
	font-size: 18px;
	padding-bottom: 1em;
}
#page #det_evento #img_evento .caja a{
	color: #fff;
	text-decoration: none;
	border-bottom: 1px solid #575757;
}
#page #det_evento #img_evento .caja a:hover{ border-bottom: none; }
#page #det_evento #img_evento .caja .btn-verde{
	display: block;
	border: none;
	background-color: #01ae38;
	color: #000;
	text-align: center;
	font-size: 15px;
	font-weight: 500;
	margin-top: 20px;
}

#page #det_evento #img_evento.img_evento_lg .caja .btn-verde {
	width: 50%;
}

#page #det_evento #datos_evento {
    float: left;
    width: 820px;
}

#page #det_evento .img_evento_lg + #datos_evento {
	width: 543px;
}

/* LISTA DE FILMS */
#page ul#lista_films li{
	display: inline-block;
	float: left;
	margin-right: 25px;
	width: 267px;
	height: 280px;
}
	#page ul#lista_films li a{ text-decoration: none; }
	#page ul#lista_films li .tit_film{
		font-size: 1.2em;
		font-weight: bold;
	}
	#page ul#lista_films li i{
		font-size: 14px;
		line-height: 15px;
		display: block;
		background: #01ae38;
		color: #fff;
		padding: 6px 10px;
		margin-top: 5px;
	}
	#page ul#lista_films li a:hover, #page ul#lista_films li a:hover i{ opacity: .7; }
	
#baseDatosPeliculas form fieldset {
	margin: 0;
	padding: 24px;
	width: 80%;
	background-color: #C7D0CC;
	border: none;
	border-radius: 3px;
}
	#baseDatosPeliculas form fieldset input#peli_buscar {
		display: inline-block;
		margin: 0 25px 0 0;
		padding: 12px;
		width: 82%;
		color: #39665D;
		border: none;
	}
	#baseDatosPeliculas form fieldset input#buscar {
		display: inline-block;
		border-radius: 3px;
		padding: 14px;
		font-size: 13px;
		color: #fff;
		border: 1px solid #373635;
		background: #1a1a17;
		text-transform: uppercase;
		line-height: 15px;
		text-decoration: none;
		text-shadow: none;
		cursor: pointer;
	}
	#baseDatosPeliculas form fieldset input:hover#buscar{ opacity: .7; }

	.img-container {
		height: 200px;
		overflow: hidden;
	}
	.img-container img {
		object-fit: cover;
		height: 200px !important;
	}
/* INTERIORES - Fin */