
@font-face {
    font-family: 'museo_slab300';
    src: url('./css/museoslab-300-webfont.woff2') format('woff2'),
         url('./css/museoslab-300-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}




@font-face {
    font-family: 'museo_slab500';
    src: url('./css/museoslab-500-webfont.woff2') format('woff2'),
         url('./css/museoslab-500-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}




@font-face {
    font-family: 'museo_slab700';
    src: url('./css/museoslab-700-webfont.woff2') format('woff2'),
         url('./css/museoslab-700-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

body{
	font-family: 'Montserrat', sans-serif;
	color: #666666;
	font-size: 14px;
}

.pagina{
	margin: auto;
	
}

.site{
	padding-top: 20px;
	min-width: 1004px;
}

.clear{
	clear: both;
}

.menu{
	width: 100%;
}

.banner1{
	width: 100%;
	text-align: center;
}

.menu .logo{
	text-align: center;
	display: block;
	width: 100%;
	padding: 20px;
	box-sizing: border-box;
}

.bloque-guia{
	background: #e5d9e6;
	padding-bottom: 30px;
}

.contenido{
	width: 1004px;
	width: 940px;
	margin: auto;
}

.bgrosa{
	background: #bd1a75 !important;
}

.bgnegro{
	background: #000 !important;
}

.bgmorado{
	background: #7e4182 !important;
}

.bgazul{
	background: #048cc5 !important;
}

.rosa{
	color: #bd1a75 !important;
}

.morado{
	color: #7e4182 !important;
}

.azul{
	color: #048cc5 !important;
}

.verde{
	color: #73a61c;
}

.negro{
	color: #000;
}

.blanco{
	color: #fff !important;
}

.amarillo{
	color: #ffe400;
}

.gris{
	color: #dedede;
}

a{
	text-decoration: none;
}

a:hover{
	text-decoration: underline;
	color: inherit;
}

a:visited{
	color: inherit;
}

h3, h4, h5{
	color: #bd1a75;
	font-size: 1.1em;
}

.fecha-pagina{
	width: 100%;
	border-bottom: 2px solid #000;
	height: 40px;
	color: #000;
	margin: auto;
	max-width: 940px;
}

.fecha-pagina .texto{
	float: left;
	padding-top: 8px;
}

.redes-cabecera{
	width: auto;
	margin: auto;
	text-align: right;
	color: #000;
}

.redes-cabecera a{
	font-size: 21px;
	margin-left: 15px;
}

.menu{
	margin-bottom: 30px;
}

.menu .items{
	width: 100%;
	height: 47px;
	margin: auto;
	text-align: center;
	list-style: none;
	margin: 0;
	padding: 0;
}

.menu .item{
	display: inline-block;
}

.menu .item a{
	display: block;
	padding: 30px 20px 5px 20px;
	box-sizing: border-box;
	background: url(./img/item-portada.png) top center no-repeat;
	color:#000;
	font-size: 14px;
	text-transform: uppercase; 
	height: 47px;
}

.menu .item a:hover{
	text-decoration: none;
	background-position: bottom;
	color:#048cc5; 
}

.menu .item a.item-guia2{
	background: url(./img/item-guia.png) top center no-repeat;
}

.menu .item a.item-clasificados{
	background: url(./img/item-clasificados.png) top center no-repeat;
}
.menu .item a.item-actualidad{
	background: url(./img/item-actualidad.png) top center no-repeat;
}
.menu .item a.item-cartelera{
	background: url(./img/item-cartelera.png) top center no-repeat;
}
.menu .item a.item-revista{
	background: url(./img/item-revista.png) top center no-repeat;
}
.menu .item a.item-inmobiliaria{
	background: url(./img/item-inmobiliaria.png) top center no-repeat;
}
.menu .item a.item-buscador{
	background: url(./img/item-buscador.png) top center no-repeat;
}

.menu-collapsed{
	position: fixed;
	z-index: 400000;
	top: 0;
	left: 0;
	width: 100%;
	text-align: center;
}

.menu-collapsed .logo{
	background: #333;
}

.menu-collapsed .logo img{
	display: inline-block;
}

.menu-collapsed .items{
	background: #fff;
	width: 100%;
	text-align: center;
	list-style: none;
	border-bottom: 2px solid #ccc; 
	margin: 0;
	padding: 0;
}


.menu-collapsed .item{
	display: inline-block;
}

.menu-collapsed .item a{
	padding: 10px 20px;
	color: #000;
	text-transform: uppercase;
	display: inline-block;
	font-size: 14px;
}

.menu-collapsed .item a:hover{
	color:#048cc5;
	text-decoration: none;
}

.slider{
	height: 410px;
	width: 940px;
	position: relative;
	margin: auto;
	margin-bottom: 30px;
}

.slider .item{
	width: 560px;
	height: 410px;
	position: absolute;
	top:0;
	left: 0;
}

.slider .accesos{
	position: absolute;
	z-index: 3000;
	top: 0;
	right: 0;
	width: 380px;
}

.slider .acceso{
	background: #002a75;
	padding: 20px;
	color: #fff;
	font-size: 16px;
	width: 100%;
	position: relative;
	height: 102px;
	-webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  cursor: pointer;
}

.slider .acceso .icono{
	width: 10%;
	float: left;
	//margin-top: 20px;
}

.slider .acceso .texto a{
	color: #fff;
	cursor: pointer;
}

.slider .acceso .texto{
	width: 90%;
	float: right;
	text-transform: uppercase;
	font-size: 13px;
}

.slider .acceso.seleccionado{
	background: #048cc5;
	width: 110%;
	-webkit-box-shadow: -11px 10px 0px -4px rgba(0,0,0,0.41);
-moz-box-shadow: -11px 10px 0px -4px rgba(0,0,0,0.41);
box-shadow: -11px 10px 0px -4px rgba(0,0,0,0.41);
z-index: 5000;
left: -10%;
}

.seccion, .botonseccion{
	display: block;
	font-size: 12px;
	color: #fff !important;
	text-align: center;
	padding: 10px;
	text-transform: uppercase;
	font-weight: bold;
	box-sizing: border-box;
	margin-bottom: 10px;
	-webkit-box-shadow: 0px 2px 0px 0px rgba(206,194,206,1);
-moz-box-shadow: 0px 2px 0px 0px rgba(206,194,206,1);
box-shadow: 0px 2px 0px 0px rgba(206,194,206,1);
}

.botonseccion:hover{
	opacity: .8;
	text-decoration: none;
}

.ficha{
	width: 300px;
	margin: 5px;
	display: inline-table;
	min-height: 400px;
}

.ficha .imagen{
	width: 300px;
	height: 180px;
	overflow: hidden;
}

.ficha .imagen img, .ficha.revista img{
	display: block;
}



.ficha .texto{
	background: #fff;
	box-sizing: border-box;
	padding: 10px;
	min-height: 247px;
	text-align: left;
}

.ficha.revista {
	margin-bottom: 20px;
	width: 222px;
}

.ficha.revista .texto{
	min-height: 0px;
}

.bloque-terecomendamos .ficha .texto{
	min-height: 100px;
}

.ficha .titulo{
	font-size: 20px;
	margin-bottom: 20px;
}

.ficha .enlace{
	text-decoration: none;
	font-weight: bold;
}

.ficha .enlace:hover{
	color: #7e4182 !important;
}

.ficha .texto .enlace{
	font-size: 12px;
}

.bloque-terecomendamos .ficha{
	width: 200px;
	min-height: 232px;
	background: #e5d9e6;
}

.bloque-terecomendamos .ficha .texto{
	background: #e5d9e6;
	font-size: 13px;
}

.bloque-terecomendamos .ficha .titulo{
	font-size: 16px;
}

.bloque-terecomendamos .ficha .imagen{
	width: 200px;
	height: 120px;
}

.bloque-banners{
	background: #333333;
	padding: 30px;
	box-sizing: border-box;
}

.banner2{
	width: 300px;
	margin: 4px;
	display: inline-block;
}

.bloque-social{
	background: #c5e0eb;
}

.social{
	width: 47%;
	margin: 1%;
	display: inline-table;
}

.social .texto{
	background: #fff;
	box-sizing: border-box;
	padding: 10px;
	min-height: 300px;
}

.social .titulo{
	font-size: 20px;
	margin-bottom: 20px;
}

.socializquierdo{
	float: left; margin-left: 0;
}

.socialderecho{
	float: right; margin-right: 0;
}

.campo{
	background: #e5f3f9;
	color: #048cc5;
	padding: 10px;
	border: none;
	font-size: 16px;
	font-weight: bold;
	width: 100%;
	margin-bottom: 15px;
}

.campo::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color:    #93c4e0;
}
.campo:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
   color:    #93c4e0;
   opacity:  1;
}
.campo::-moz-placeholder { /* Mozilla Firefox 19+ */
   color:    #93c4e0;
   opacity:  1;
}
.campo:-ms-input-placeholder { /* Internet Explorer 10-11 */
   color:    #93c4e0;
}
.campo::-ms-input-placeholder { /* Microsoft Edge */
   color:    #93c4e0;
}

.bloque-cartelera{
	background: #e3edd2;
}

.bloque-cartelera .columna1{
	float: left;
	width: 610px;
	margin-right: 10px;
}

.bloque-cartelera .columna2{
	width: 300px;
	margin-left: 10px;
	float: right;
}

.banner-cine{
	margin-bottom: 10px;
	-webkit-box-shadow: 0px 2px 0px 0px rgba(206,194,206,1);
-moz-box-shadow: 0px 2px 0px 0px rgba(206,194,206,1);
box-shadow: 0px 2px 0px 0px rgba(206,194,206,1);
}

.cartel{
	width: 132px;
	float: left;
	font-weight: bold;
	margin: 10px;
}

.cartel .titulo{
	font-size: 16px;
	color: #000;
}

.bloque-masmoraleja{
	padding-bottom: 40px;
}

.masmoraleja{
	background: #ee731c;
	width: 220px;
	min-height: 220px;
	color: #fff;
	display: inline-table;
	margin: 6px;
}

.masmoraleja img{
	display: block;
}

.masmoraleja .texto{
	padding: 10px;
	box-sizing: border-box;
	font-size: 15px;
	font-weight: bold;
}

.masmoraleja .texto a{
	color: #fff;
}

.site-footer{
	background: #333333;
}

.site-footer .enlace{
	margin-left: 18px;
	margin-right: 20px;
}

.site-footer .texto{
	text-align: center;
	font-size: 14px;
	color: #fff;
	padding: 20px;
	box-sizing: border-box;
}

.titulo-seccion{
	width: 100%;
	display: flex;
}

.titulo-seccion h1, .titulo-seccion h2{
	display: flex;
	font-size: 36px;
	font-weight: bold;
	color: #000;
	margin: 0.67em 0;
}

.titulo-seccion .lineas{
	display: flex;
	flex: 1;
	height: 7px;
	margin-top: 56px;
    margin-left: 20px;
}

.titulo-seccion .linea1{
	display: inline-block;
	background: #bd1a75;
	height: 7px;
	width: 17%;
}

.titulo-seccion .linea2{
	display: inline-block;
	background: #7e4182;
	height: 7px;
	width: 17%;
}

.titulo-seccion .linea3{
	display: inline-block;
	background: #048cc5;
	height: 7px;
	width: 17%;
}

.titulo-seccion .linea4{
	display: inline-block;
	background: #ee731c;
	height: 7px;
	width: 17%;
}

.titulo-seccion .linea5{
	display: inline-block;
	background: #73a61c;
	height: 7px;
	width: 16%;
}

.titulo-seccion .linea6{
	display: inline-block;
	background: #c21643;
	height: 7px;
	width: 16%;
}

.page-peliculas{
	background: #e3edd2;
}

.page-peliculas .columna1{
	float: left;
	width: 300px;
	margin-right: 10px;
}

.page-peliculas .columna2{
	float: right;
	margin-left: 10px;
	width: 620px;
}

.pelicula{
	background: #fff;
	border-bottom: 2px solid #ccc;
	margin-bottom: 20px;
	position: relative;
}

.pelicula .titulo-pelicula{
	font-size: 20px;
	font-family: 'museo_slab500';
}

.pelicula img{
	width: 130px;
	float: left;
}

.pelicula .texto{
	padding: 20px;
	box-sizing: border-box;
	float: left;
	width: 490px;
	color: #666;
}

.novedad{
	background: #73a61c;
	padding: 4px 10px;
	color: #fff;
	position: absolute;
	z-index: 50;
	top: 0;
	left: 28px;
}

.page-guia{
	background: #e5d9e6;
}

.page-clasificados{
	background: #cde8f3;
}

.content-page .columna1{
	float: left;
	width: 300px;
	margin-right: 10px;
}

.content-page .columna2{
	float: right;
	margin-left: 10px;
	width: 620px;
}

.lista-categorias{
	background: #fff;
	border-bottom: 2px solid #ccc;
	margin-bottom: 30px;
}

.categorias{
	margin: 0;
	padding: 0;
	list-style: none;
}

.categorias li a{
	color: #808080;
	font-family: 'museo_slab700';
	display: block;
	padding: 15px;
	box-sizing: border-box;
}

.categorias li a:hover{
	background: #f1f1f1;
	color: #bd1a75;
}

.categorias li{
	border-bottom: 1px solid #f1f1f1;
}

.categorias ul{
	margin: 0;
	padding: 0;
	list-style: none
}

.subcategorias{
	display: none;
}

.subcategorias li{
	border-bottom: none;
}

.subcategorias li a{
	font-family: 'museo_slab500';
	color: #666;
	padding: 5px 25px;
}

.categorias li a.seleccionado, .subcategorias li a.seleccionado{
	color: #bd1a75;
}

.zona{
	text-align: center;
	padding: 30px;
}

.selector{
	display: inline-block;
	width: 300px;
	font-size: 13px;
	text-transform: uppercase;
	color: #bd1a75;
	position: relative;
	font-weight: bold;
}

.selector .item{
	
	color: #bd1a75;
	background: #fff;
	cursor: pointer;
}

.selector .item.verde{
	color: #73a61c;
}

.selector .item a{
	width: 100%;
	height: 100%;
	padding: 15px;
	color: #bd1a75;
	text-decoration: none;
	display: block;
}

.selector .verde a{
	color: #73a61c;
}

.selector .item a:hover{
	background:#f1f1f1;
}

.selector.bgazul .item a:hover{
	background:#72b3e4;
}

.selector ul{
	width: 300px;
	margin: 0;
	padding: 0;
	position: absolute;
	background: #fff;
	list-style: none;
	top: 50px;
	display: none;
	z-index: 3000;
	border-bottom: 2px solid #ccc;
}

.selector ul li a{
	display: block;
	padding: 5px 15px;
	color: #bd1a75;
	background: #fff;
}

.selector ul li a:hover{
	background: #f1f1f1;
}

.titulo-guia, .titulo-clasificado{
	font-size: 25px;
}

.item-guia, .item-clasificado{
	width: 600px;
	width: 100%;
	border-bottom: 2px solid #ccc;
	margin-bottom: 30px;
	background: #fff;
	position: relative;
}

.item-guia .imagen{
	width: 300px;
	height: 135px;
	float: left;
}

.item-guia .imagen a{
	display: block;
	text-indent: -10000px;
	overflow: hidden;
	width: 100%;
	height: 100%;
}

.item-guia .texto{
	float: right;
	width: 300px;
	width: 270px;
	min-height: 135px;
	padding: 20px;
}

.item-guia .titulo{
	font-size: 20px;
}

.item-guia.destacado{
	background: #bd1a75;
	color: #fff;
	height: 182px;
}

.item-guia .destacado{
	background: #bd1a75;
	color: #fff;
	position: absolute;
	top: 0;
	left: 30px;
	z-index: 200;
	text-transform: uppercase;
	font-size: 12px;
	padding: 5px 15px;
}

.item-guia.destacado .imagen{
	height: 182px;
}

.item-guia.destacado .texto{
	/*height: 182px;*/
}

.item-clasificado{
	position: relative;
}

.item-clasificado .imagen{
	width: 200px;
	height: 135px;
	float: left;
}

.item-clasificado .texto{
	float: right;
	width: 400px;
	padding: 20px;
}

.item-clasificado .texto.largo{
	width: 600px;
}

.item-clasificado .imagen-grande{
	width: 100%;
}

.item-clasificado .texto-grande{
	width: 100%;
	padding: 20px;
}

.item-clasificado .titulo{
	font-size: 20px;
}

.item-clasificado.destacado{
	background: #bd1a75;
	color: #fff;
	height: 182px;
}

.item-clasificado .destacado{
	background: #bd1a75;
	color: #fff;
	position: absolute;
	top: 0;
	left: 30px;
	z-index: 200;
	text-transform: uppercase;
	font-size: 12px;
	padding: 5px 15px;
}

.item-clasificado.destacado .imagen{
	height: 182px;
}

.item-clasificado.destacado .texto{
	height: 182px;
}

.item-clasificado .publicado{
	width: 100%;
	padding-top: 30px;
	text-align: right;
	color:#ccc; 
	text-transform: uppercase;
}

.item-clasificado .veranuncio{
	width: auto;
	position: absolute;
	bottom: 20px;
	left: 20px;
	float: left;
	color:#ccc; 
	text-transform: uppercase;
}

.page-ficha-guia .columna1{
	width: 450px;
	float: left;
}

.page-ficha-guia .columna2{
	width: 470px;
	float: right;
}

.page-ficha-guia .columna2 .item{
	width: 550px;
}

.page-ficha-guia .columna2.cine .item{
	margin-bottom: 20px;
}

.page-ficha-guia .columna2 .item .icono{
	float: left;
	width: 50px;
	text-align: center;
}

.page-ficha-guia .columna2 .item .texto{
	font-size: 24px;
	color: #000;
	width: 480px;
	float: left;
}

.page-ficha-guia .columna2 .item .puntuacion{
	width: 500px;
	font-size: 34px;
	padding-left: 10px;
}

.page-ficha-guia .columna3{
	padding-top: 30px;
	padding-bottom: 30px;
}

.map_canvas{
	width: 100%;
	height: 200px;
	margin-bottom: 30px;
}

.paginacion{
	text-align: center;
	padding-bottom: 20px;
}

.paginacion a{
	margin: 12px;
}

.comentarios{
	padding-bottom: 40px;
}

.comentario{
	border-bottom: 1px solid #efefef;
	padding: 20px;
}

.comentario .puntos{
	font-size: 18px;
}

.pestanas{
	border-bottom: 1px solid #ccc;
	width: 100%;
}

.pestana{
	display: inline-block;
	border-bottom: 3px solid #fff;
	padding: 15px;
	color:#bd1a75;
	font-size: 18px; 
}

.pestana.seleccionada{
	border-bottom-color: #bd1a75;
}

.pestana:hover{
	background: #bd1a75;
	color: #fff;
	text-decoration: none;
}

.deja_opinion{
	padding-top: 20px;
	color:#bd1a75;
	font-size: 16px; 
	padding-bottom: 40px;
}

.deja_opinion .columna1{
	width: 300px;
}

.deja_opinion .columna2{
	width: 620px;
}

.deja_opinion .campo{
	padding: 10px 20px;
	width: 100%;
	border: none;
	outline: none;
	background: #e5d9e6;
}

.deja_opinion .puntuacion{
	font-size: 37px;
	
}

.deja_opinion .estrella{
	margin-right: 4px;
}

.deja_opinion ::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color:    #f2edf3;
}
.deja_opinion :-moz-placeholder { /* Mozilla Firefox 4 to 18 */
   color:    #f2edf3;
   opacity:  1;
}
.deja_opinion ::-moz-placeholder { /* Mozilla Firefox 19+ */
   color:    #f2edf3;
   opacity:  1;
}
.deja_opinion :-ms-input-placeholder { /* Internet Explorer 10-11 */
   color:    #f2edf3;
}
.deja_opinion ::-ms-input-placeholder { /* Microsoft Edge */
   color:    #f2edf3;
}

.deja_opinion .text{
	height: 146px;
}

.page-actualidad{
	background: #fff;
}

.noticia-actualidad{
	width: 430px;
	float: left;
	margin: 20px;
}

.noticia-actualidad .imagen{
	width: 430px;
	height: 250px;
}

.noticia-actualidad .titular{
	color: #048cc5;
	font-family: 'museo_slab300';
	font-size: 30px;
}

.entry-content{
	min-height: 500px;
}

.entry-content a{
	color: #bd1a75;
}

.entry-content h1, .entry-content h2{
	font-size: 36px;
	color:#000; 
}

.entry-content .imagen{
	margin: auto;
	width: 940px;
	text-align: center;
}

.entry-content .imagen .titulo-seccion{
	width: 100%;
}

.entry-content .imagen .titulo-seccion .lineas{
	margin: 0;
}

.page-actualidad .paginacion a{
	color: #bd1a75;
}

.slick-next{
	right: 10px;
	z-index: 30000;
	text-indent: -10000px;
	overflow: hidden;
	width: 22px;
	height: 22px;
	background: url(./img/siguiente.png);
}

.slick-next:hover, .slick-next:focus{
	background: url(./img/siguiente.png);
	opacity: 1;
}

.slick-prev:hover, .slick-prev:focus{
	background: url(./img/anterior.png);
	opacity: 1;
}

.slick-next:hover, .slick-prev:hover{
	opacity: .8;
}

.slick-prev{
	left: 10px;
	z-index: 30000;
	text-indent: -10000px;
	overflow: hidden;
	width: 22px;
	height: 22px;
	background: url(./img/anterior.png);
}

.slick-next::before, .slick-prev::before{
	content:''; 
}

.slick-dots{
	bottom: inherit;
}

.slick-dots li{
	margin: 0;
}

.resultado-busqueda{
	padding: 20px;
	border-bottom: 1px solid #efefef;
}

.resultado-busqueda .titulo{
	font-size: 16px;
}

.paginacion{
	padding-top: 20px;
}

.buscador{
	text-align: center;
}

.buscador input{
	min-width: 300px;
}

ul.two-per-line{
	margin: 0;
	padding: 0;
}

.wrap-aviso{
	width: 100%;
	background: #048cc6;
	padding: 30px;
	color: #fff;
	font-size: 12px;
}

.wrap-aviso img{
	float: right;
	margin-left: 30px;
}

.wrap-aviso a{
	color: #fff;
	text-decoration: underline;
}


.wrap-news{
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	background: rgba(0, 0, 0, 0.79);
	z-index: 500000;
}

.light-news{
	position: absolute;
	top: 100px;
	left: 50%;
	margin-left: -300px;
	width: 600px;
	min-height: 200px;
	background: #fff;
	text-align: center;
}

.light-news .titulo-seccion .lineas{
	margin-top: 0;
	margin-left: 0;
}

.cerrar-light{
	width: 44px;
	height: 44px;
	position: absolute;
	right: -20px;
	top: -20px;
	display: block;
	background: url(./img/cerrar.png);
	text-indent: -10000px;
	overflow: hidden;
}

.cerrar-light:hover{
	opacity: .8;
}

.light-news .titulo{
	font-size: 36px;
	font-weight: bold;
	color: #000;
}

.light-news .texto{
	
	font-family: 'museo_slab700';
	padding: 40px;
}

.responsive{
	display: none;
}