/*
Theme Name: DMQ
Author: ElDesmarque
Description:
Version: 0.1
Text Domain: dmq
*/

/* ESTILOS GENERALES ESTILOS GENERALES ESTILOS GENERALES ESTILOS GENERALES ESTILOS GENERALESESTILOS GENERALESESTILOS GENERALESESTILOS GENERALES */
body { position: relative; font-family: 'Roboto', sans-serif; overflow-x: hidden; margin: 0; }
* { box-sizing: border-box; }
a { color: #000000; text-decoration: none; }
img { max-width: 100%; }
.oculto { display: none; }

#dmq_contenedor { width: 990px; margin: auto; }

/* CABECERA CABECERA CABECERA CABECERA CABECERA CABECERA CABECERA CABECERA CABECERA CABECERA CABECERA CABECERA CABECERA CABECERA CABECERA */
#dmq_publi_top { margin: 10px 0; text-align: center; }

#dmq_cabecera { min-height: 90px; position: relative; }
#dmq_cabecera_wrap { position: fixed; top: 0; left: 0; width: 990px; z-index: 10001; background-color: #fff; left: 50%; transform: translateX(-50%); display: none; }
#dmq_cabecera_wrap .dmq_blanco_skys { position: absolute; width: calc(100% + 340px + 40px); left: -180px; background-color: #fff; height: 45px; }
#dmq_cabecera_wrap #dmq_secciones > span { font-size: 0; }
#dmq_cabecera_wrap #dmq_cabecera { min-height: 45px; z-index: 150; }
#dmq_cabecera_wrap div#dmq_secciones { top: 12px; left: 0; width: 30px; height: 30px; }
#dmq_cabecera_wrap div#dmq_secciones span { height: 18px; background-size: contain; }
#dmq_cabecera_wrap #dmq_selector_edicion { display: none; }
#dmq_cabecera_wrap #dmq_logo { top: 2px; width: 84px; height: 42px; left: 65px; background-image: url(assets/images/logo_mini_ok@3x.png); }
#dmq_cabecera_wrap #dmq_submenu { position: absolute; left: 137px; font-size: 14px; width: 730px; background-color: #fff; }
#dmq_cabecera_wrap #dmq_submenu li { width: 100px; padding: 0 5px; }
#dmq_cabecera_wrap #dmq_submenu li.mas:after { font-size: 50px !important; top: -12px !important; letter-spacing: -8px !important; }
#dmq_cabecera_wrap #dmq_submenu li.mas { padding-right: 45px; }

/* Menu principal */
#dmq_secciones { position: absolute; left: 0; top: calc(50% - 22px); z-index: 999999999; width: 180px; height: 45px; }
#dmq_secciones > span { cursor: pointer; display: inline-block; padding: 0 10px 0 36px; position: relative; color: #6c6d70; font-size: 20px; line-height: 45px;
	font-weight: 500; background: url(assets/images/icono-menu.png) 4px center no-repeat; user-select: none; height: 38px; }
#dmq_secciones .menu { width: 990px; box-sizing: content-box; overflow: hidden; padding: 0 30px; max-height: 0; list-style: none; margin: 0; font-size: 18px;
	background-color: #fff; transition-duration: 0.5s; transition-timing-function: ease-out; border: 0px solid #e5e5e5; }
#dmq_secciones .menu .elige { display: block; font-size: 18px; font-weight: 500; color: #6c6d70; padding: 2px 0 0; text-align: center; border: 0; margin: 0 0 16px; width: 100%; }
#dmq_secciones .menu li { display: inline-block; width: 20%; margin: 0 5% 5px 0; padding: 5px 0 10px; border-bottom: solid 1px #979797; font-size: 18px;
	font-weight: 300; white-space: nowrap; height: 44px; overflow: hidden; cursor: pointer; }
#dmq_secciones .menu .cerrar { display: block; width: 104%; margin: 20px 0 0 -2%; padding: 0; border: 0; background-color: #e5e5e5; height: 32px; line-height: 32px;
	text-align: center; color: #6c6d70; font-weight: 500; cursor: pointer; }
#dmq_secciones .cerrar:before { content: ''; display: inline-block; width: 10px; height: 10px; transform: rotate(-135deg); border: 3px solid #6c6d70; border-top: 0;
border-left: 0; margin: 0px 10px -3px 0; }

#dmq_logo { cursor: pointer; position: absolute; left: 260px; top: 14px; height: 84px; width: 165px; background: url(assets/images/logo_ok@3x.png?v=1) center center / contain no-repeat; }

.planeta #dmq_logo { background: url(assets/images/logo-planeta-desktop.png) center / contain no-repeat; width: 341px; z-index: 100; left: 269px; }
.planeta #dmq_selector_edicion span,
.planeta #dmq_selector_edicion .actual em { visibility: hidden; padding-right: 30px; }
#dmq_cabecera_wrap.planeta #dmq_logo { background-image: url(assets/images/logo-planeta-desktop.png); width: 105px; }


/* selector de ediciones */
#dmq_selector_edicion { position: absolute; left: 445px; top: -3px; cursor: pointer; }
#dmq_selector_edicion,
#dmq_selector_edicion a { color: #7d7d7d; }
#dmq_selector_edicion a.destacada { border-bottom: 2px solid orange; }
#dmq_selector_edicion a.destacada em  { border-bottom: 1px solid red; }
#dmq_selector_edicion img.selector-flecha { display: block; position: absolute; right: 0; bottom: 10px; width: 34px; height: 34px; }
#dmq_selector_edicion.abierto img.selector-flecha { transform: rotate(180deg); }
#dmq_selector_edicion span { font-size: 18px; }
#dmq_selector_edicion .actual,
#dmq_selector_edicion .actual em { font-size: 48px; font-weight: 300; font-style: normal; color: #7d7d7d; }
#dmq_selector_edicion .actual { padding-right: 45px; }
#dmq_selector_edicion .resto { display: none; }

#dmq_selector_edicion .todas { display: none; cursor: default; position: absolute; top: 95px; left: -445px; width: 990px; background: #fff; border: 1px solid #e5e5e5; z-index: 9999999; 
	padding: 17px 16px 0; font-size: 16px; line-height: 1.88; }
#dmq_selector_edicion .todas:after { content: ''; display: block; height: 0; clear: both; }
#dmq_selector_edicion .ayuda { font-size: 18px; font-weight: 500; text-align: center; clear: both; width: 100%; display: none; text-align: left; }
#dmq_selector_edicion .ayuda a { color: #000; }
#dmq_selector_edicion .columna_ediciones { float: left; width: 24%; }
#dmq_selector_edicion .fa { color: #dfdfdf !important; margin-right: 8px; }
#dmq_selector_edicion .fa:hover,
#dmq_selector_edicion .fa.checked { color: #f9ad00 !important; }
#dmq_selector_edicion em { font-weight: bold; font-style: normal; color: #000; }
#dmq_selector_edicion .youtube span { color: #e00000; font-weight: bold; }
#dmq_selector_edicion .columna_grupo { float: left; width: 24%; }
#dmq_selector_edicion .cerrar { width: calc(100% + 2 * 16px); background-color: #e5e5e5; clear: both; color: #6c6d70; text-align: center; padding: 6px; font-size: 18px; cursor: pointer; margin: 10px 0 0 -16px; }
#dmq_selector_edicion .cerrar:before { content: ''; display: inline-block; width: 10px; height: 10px; transform: rotate(-135deg); border: 3px solid #6c6d70; border-top: 0; border-left: 0; margin: 0px 10px -3px 0; }

#dmq_selector_edicion .dmq_redes { margin: 0; padding: 0; list-style: none; clear: both; text-align: center; }
#dmq_selector_edicion .dmq_redes li { display: inline-block; width: 75px; text-align: center; }
#dmq_selector_edicion .dmq_redes,
#dmq_selector_edicion .dmq_redes a { color: #6c6d70; font-size: 12px; font-weight: 500; }
#dmq_selector_edicion .dmq_redes a { display: inline-block; color: #6c6d70; font-size: 12px; font-weight: 500; }
#dmq_selector_edicion .dmq_redes span { display: block; width: 30px; height: 25px; background: url('/wp-content/themes/dmq/assets/images/iconos-generales.png'); margin: auto; }
#dmq_selector_edicion .dmq_redes .twitter span { background-position: -135px -77px; }
#dmq_selector_edicion .dmq_redes .facebook span { background-position: -136px -18px; }
#dmq_selector_edicion .dmq_redes .whatsapp span { background-position: -255px -78px; }
#dmq_selector_edicion .dmq_redes .telegram span { background-position: -556px -18px; }

#dmq_buscador { position: absolute; right: 0; top: calc(50% - 12px); width: 30%; height: 45px; }
#dmq_buscador form { text-align: right; }
#dmq_buscador input[name="q"] { display: none; width: calc(100% - 90px); font-size: 15px; margin-right: 10px; padding: 7.5px; border: solid 1px #97979766; }
#dmq_buscador input[type="submit"] { width: 27px; height: 27px; background: url('assets/images/buscador.png') center center / 27px 27px no-repeat; border: 0; vertical-align: middle; padding: 16px; }
#dmq_buscador input[type="submit"]:hover { background-color: #979797; background-image: url('assets/images/buscador_negativo.png') }
#dmq_cabecera_wrap #dmq_buscador { width: 100px; }
#dmq_cabecera_wrap #dmq_buscador input[name="q"] { width: calc(100% - 30px); font-size: 12px; margin-right: 5px; padding: 5px; }
#dmq_cabecera_wrap #dmq_buscador input[type="submit"] { width: 15px; height: 15px; background-size: 15px 15px; padding: 10px; }

#dmq_submenu { width: 96%; margin: 15px 2%; padding: 0; font-size: 15px; max-height: 24px; overflow: hidden; transition-timing-function: ease-out; transition-duration: 0.5s; }
#dmq_submenu.abierto { max-height: 250px; }
#dmq_submenu,
#dmq_submenu a { color: #7d7d7d; }
#dmq_submenu li { vertical-align: middle; width: 130px; padding: 0 5px; border-right: 1px solid; text-align: center; display: inline-block; margin: 0 0 10px; white-space: nowrap; text-overflow: ellipsis; overflow: hidden; }
#dmq_submenu li.activo { border-right: 1px solid !important; }
#dmq_submenu li.activo a { display: block; overflow: hidden; text-overflow: ellipsis; }
#dmq_submenu li.activo a:before { content: ''; display: block; width: 10px; height: 10px; border-radius: 10px; background-color: #0d8ea2; float: left; margin: 6px 0 0; }
#dmq_submenu li.activo + li.activo a:before { background-color: #43ccf7; }

#dmq_submenu li:last-of-type { border-right: 0; }
#dmq_submenu li.mas { position: relative; padding-right: 45px; border-right: 0; cursor: pointer; }
#dmq_submenu li.mas:after { display: inline-block; content: '· · ·'; position: absolute; right: 24px; top: calc(50% - 20px); font-size: 75px; letter-spacing: -12px; line-height: 45px; }

/* Teletipos */
.contenedor_teletipos { width: 100%; }
.contenedor_teletipos.aviso,
.contenedor_teletipos.normal {
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#0d8ea2+1,2d9380+15,6d9c3b+30,8fa117+50,b78815+70,e45432+85,f63e3e+100 */
	background: #0d8ea2; /* Old browsers */
	background: -moz-linear-gradient(left,  #0d8ea2 0%, #2d9380 15%, #6d9c3b 30%, #8fa117 50%, #b78815 70%, #e45432 85%, #f63e3e 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left,  #0d8ea2 1%,#2d9380 15%,#6d9c3b 30%,#8fa117 50%,#b78815 70%,#e45432 85%,#f63e3e 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right,  #0d8ea2 1%,#2d9380 15%,#6d9c3b 30%,#8fa117 50%,#b78815 70%,#e45432 85%,#f63e3e 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0d8ea2', endColorstr='#f63e3e',GradientType=1 ); /* IE6-9 */
}
.contenedor_teletipos.normal .teletipos:before,
.contenedor_teletipos.aviso .teletipos:before { content: ''; display: inline-block; width: 24px; height: 24px; vertical-align: middle; background: url(/wp-content/themes/dmq/assets/images/eye.png) center / 24px auto no-repeat; padding: 5px; position: relative; z-index: 10; }

.contenedor_teletipos.urgente { background-color: #d0021b; }
.contenedor_teletipos.urgente .teletipos:before { content: ''; display: inline-block; width: 24px; height: 24px; vertical-align: middle; background: url(/wp-content/themes/dmq/assets/images/warning.png) center / 24px no-repeat; padding: 5px; position: relative; z-index: 10; }

.contenedor_teletipos .ford_oct_2018 .normal:before,
.contenedor_teletipos .ford_oct_2018 .aviso:before { z-index: 10; position: relative; background-color: transparent; background-size: 66px auto; background-image: url('/wp-content/themes/dmq/assets/images/ford_logo.png'); width: 66px; height: 24px; }

.teletipos { position: relative; width: 100%; height: 40px; line-height: 40px; }
.teletipos .cinta { position: absolute; top: 0; width: 100%; white-space: nowrap; height: 40px; line-height: 40px; vertical-align: middle; color: #fff; overflow: hidden; }
.teletipos a { color: #fff; text-decoration: underline; }
.teletipos i { position: relative; font-style: normal; }
.teletipos .cinta span { display: inline-block; min-width: 100%; padding-right: 30px; position: relative; max-width: unset; }

.teletipos .desvanecer { animation: desvanecer 1s; }
@keyframes desvanecer {
	0% {opacity: 1; }
	50% {opacity: 0; }
	100% {opacity: 1; }
}
/* Fin Teletipos */

.fijado { position: fixed; left: 0; top: 45px; width: 100%; z-index: 10001; }

#dmq_escudos { text-align: center; margin: 7px 0 20px; }
#dmq_escudos ul { margin: 20px 0 0; padding: 0; text-align: center; }
#dmq_escudos ul li { display: inline-block; margin-right: 1px; vertical-align: top; background: url('assets/images/escudos-friso-20200811.jpg') left center / auto 34px no-repeat; }
#dmq_escudos ul li:last-of-type { margin-right: 0; }
#dmq_escudos ul a { display: inline-block; width: 34px; height: 34px; }
#dmq_escudos ul.escudos_segunda li { margin-right: 10px; background-image: url('assets/images/escudos-friso-segunda-20200424.jpg'); }


/* Secciones promocionadas */
#secciones_promocionadas { color: #595959; border-bottom: 1px #595959 solid; margin: 15px 0 -25px; position: relative; }
#secciones_promocionadas a { color: #595959; }
#secciones_promocionadas span { font-size: 48px; font-weight: 300; white-space: nowrap; }
#secciones_promocionadas img { margin-left: 10px; width: 235px; vertical-align: text-bottom; }
#secciones_promocionadas.promo_iberdrola, 
#secciones_promocionadas.promo_iberdrola img { vertical-align: bottom; }
#secciones_promocionadas.promo_diputacion_sevilla img { width: 75px; height: 75px; margin-left: 10px; }
#secciones_promocionadas.promo_luckia_fantasy img { width: 125px; }
#secciones_promocionadas.promo_reale img { width: 170px; }
#secciones_promocionadas.promo_bet365_stats img { width: 175px; }
#secciones_promocionadas.promo_vodafone_bares img,
#secciones_promocionadas.promo_vodafone_basket img,
#secciones_promocionadas.promo_hankook img { width: 200px; }
#secciones_promocionadas.promo_jugada_merkur img { width: 300px; vertical-align: bottom; margin-left: -10px; }
#secciones_promocionadas.promo_hankook_real_madrid img { width: auto; }

#secciones_promocionadas.reale_juntos { margin-bottom: 30px; }
#secciones_promocionadas.reale_juntos img { width: 170px; }
/* Se quita el Hashtag
#secciones_promocionadas.reale_juntos:after { display: block; content: '#JuntosSomosMás'; color: #004b9c; font-size: 30px; font-weight: 400; position: absolute; right: 0; bottom: 0; } */
@media(max-width: 500px) {
	#secciones_promocionadas.reale_juntos img { width: 115px; }
	/* Se quita el Hashtag
	#secciones_promocionadas.reale_juntos:after { display: block; content: '#JuntosSomosMás'; color: #004b9c; font-size: 18px; font-weight: 400; position: absolute; right: 0; bottom: -25px; } */
}

#secciones_promocionadas.iberdrola_unidas { border-bottom: 1px solid #628e1e; color: #2d2d2d; }
#secciones_promocionadas.iberdrola_unidas span { font-size: 18px; margin-right: 5px; width: 98px; overflow: hidden; display: inline-block; }
#secciones_promocionadas.iberdrola_unidas span:before { content: 'Ofrecido por'; }
#secciones_promocionadas.iberdrola_unidas img { height: 35px; width: auto; vertical-align: initial; margin: 0 0 5px 5px; }
@media (max-device-width: 500px) {
	#secciones_promocionadas.iberdrola_unidas span { width: 71px; margin-right: -5px; }
	#secciones_promocionadas.iberdrola_unidas span:before { font-size: 13px; color: #2d2d2d; }
	#secciones_promocionadas.iberdrola_unidas img { margin: 0 0 5px 10px; }
}


#secciones_promocionadas.santander_123acorrer { border-bottom: 1px solid #595959; color: #595959; }
#secciones_promocionadas.santander_123acorrer span { font-size: 18px; margin-right: 5px; width: 131px; overflow: hidden; display: inline-block; }
#secciones_promocionadas.santander_123acorrer span:before { content: 'Ofrecido por'; font-size: 24px; }
#secciones_promocionadas.santander_123acorrer img { height: 38px; width: auto; vertical-align: initial; margin: 0 0 0 10px; }
#secciones_promocionadas.santander_123acorrer:after { content: '#Historias123aCorrer'; display: block; color: #ff1720; position: absolute; top: 11px; right: 0; font-size: 23px; }
@media (max-device-width: 500px) {
	#secciones_promocionadas.santander_123acorrer span { line-height: 16px; }
	#secciones_promocionadas.santander_123acorrer span { width: 77px; margin-right: -5px; }
	#secciones_promocionadas.santander_123acorrer span:before { font-size: 14px; }
	#secciones_promocionadas.santander_123acorrer img { margin: 0 0 2px 10px; height: 20px; }
	#secciones_promocionadas.santander_123acorrer:after { top: 5px; font-size: 14px; }
}

#secciones_promocionadas.santander_derbis { border-bottom: 1px solid #595959; color: #595959; }
#secciones_promocionadas.santander_derbis span { font-size: 18px; margin-right: 5px; width: 130px; overflow: hidden; display: inline-block; }
#secciones_promocionadas.santander_derbis span:before { content: 'Ofrecido por'; font-size: 24px; }
#secciones_promocionadas.santander_derbis img { height: 38px; width: auto; vertical-align: initial; margin: 0 0 0 10px; }
#secciones_promocionadas.santander_derbis:after { content: '#HistoriasDeDerbi'; display: block; color: #ff1720; position: absolute; top: 11px; right: 0; font-size: 23px; }
@media (max-device-width: 500px) {
	#secciones_promocionadas.santander_derbis span { line-height: 16px; }
	#secciones_promocionadas.santander_derbis span { width: 77px; margin-right: -5px; }
	#secciones_promocionadas.santander_derbis span:before { font-size: 14px; }
	#secciones_promocionadas.santander_derbis img { margin: 0 0 2px 10px; height: 20px; }
	#secciones_promocionadas.santander_derbis:after { top: 5px; font-size: 14px; }
}

#secciones_promocionadas.campus_camara { margin-top: 30px; }
#secciones_promocionadas.campus_camara { border-bottom: 1px solid #595959; color: #595959; }
#secciones_promocionadas.campus_camara span { font-size: 26px; margin-right: 5px; width: 142px; overflow: hidden; display: inline-block; }
#secciones_promocionadas.campus_camara span:before { content: 'Ofrecido por'; font-size: 26px; }
#secciones_promocionadas.campus_camara img { height: 50px; width: auto; vertical-align: initial; margin: 0 0 0 10px; max-width: none; }
@media (max-device-width: 500px) {
	#secciones_promocionadas.campus_camara span { line-height: 24px; }
	#secciones_promocionadas.campus_camara span { width: 109px; margin-right: -5px; }
	#secciones_promocionadas.campus_camara span:before { font-size: 20px; }
	#secciones_promocionadas.campus_camara img { margin: 0 0 2px 10px; height: 40px; }
}

#secciones_promocionadas.junta_andalucia { margin-top: 30px; }
#secciones_promocionadas.junta_andalucia { border-bottom: 1px solid #6b7d53; color: #595959; }
#secciones_promocionadas.junta_andalucia span { font-size: 26px; margin-right: 0; width: 98px; overflow: hidden; display: inline-block; }
#secciones_promocionadas.junta_andalucia span:before { content: 'Ofrecido por'; font-size: 18px; }
#secciones_promocionadas.junta_andalucia img { height: 25px; width: auto; vertical-align: initial; margin: 0 0 0 10px; max-width: none; }
@media (max-device-width: 500px) {
	#secciones_promocionadas.junta_andalucia span { line-height: 24px; }
	#secciones_promocionadas.junta_andalucia span { width: 109px; margin-right: -5px; }
	#secciones_promocionadas.junta_andalucia span:before { font-size: 20px; }
	#secciones_promocionadas.junta_andalucia img { margin: 0 0 2px 10px; }
}


/* Noticias promocionadas */
.wdgt-articulo .noticia_promocionada { position: absolute; top: 0; right: 10px; background: #fff; }
.wdgt-articulo.titular_localizador .noticia_promocionada { top: -10px; }
.wdgt-articulo .noticia_promocionada:before { content: ''; display: block; width: calc(100% - 10px); height: calc(100% - 10px); background: center / contain no-repeat; margin: 5px auto; }
.wdgt-articulo .noticia_promocionada.oficial_reale_portada { width: 130px; height: 40.12px; z-index: 1; }
.wdgt-articulo .noticia_promocionada.oficial_reale_portada:before { background-image: url('/wp-content/themes/dmq/assets/images/logo-reale-promo.png'); }
.wdgt-articulo .noticia_promocionada.jugada_merkur { width: 125px; height: 50px; z-index: 1; }
.wdgt-articulo .noticia_promocionada.jugada_merkur:before { background-image: url('/wp-content/themes/dmq/assets/images/logo-merkurmagic-mini.png'); }
.wdgt-articulo .noticia_promocionada.patrocinio_hyundai_2 { width: 160px; height: 36px; z-index: 1; }
.wdgt-articulo .noticia_promocionada.patrocinio_hyundai_2:before { background-image: url('/wp-content/themes/dmq/assets/images/logo-hyundai.jpg'); }

.wdgt-articulo .noticia_promocionada.iberdrola_unidas { position: static; height: 47px; border-bottom: 1px solid #628e1e; color: #2d2d2d; }
.wdgt-articulo .noticia_promocionada.iberdrola_unidas:before { content: 'Ofrecido por'; font-size: 13px; width: auto; height: auto; margin: 0 7px 1px 0; display: inline-block; vertical-align: bottom; }
.wdgt-articulo .noticia_promocionada.iberdrola_unidas:after { content: ''; display: inline-block; height: 41px; width: 92px; background: url('/wp-content/themes/dmq/assets/images/iberdrola_unidas.gif') left center / auto 100% no-repeat; }

.noticia_promocionada.santander_123acorrer,
.noticia_promocionada.santander_derbis { position: static; height: 24px; border-bottom: 1px solid; color: #595959; }
.noticia_promocionada.santander_123acorrer:before,
.noticia_promocionada.santander_derbis:before { content: 'Ofrecido por'; font-size: 13px; width: auto; height: auto; margin: 0 7px 3px 0; display: inline-block; vertical-align: bottom; }
.noticia_promocionada.santander_123acorrer:after,
.noticia_promocionada.santander_derbis:after { content: ''; display: inline-block; height: 20px; width: 120px; background: url('/wp-content/themes/dmq/assets/images/logo-santander.png') left center / auto 100% no-repeat; }



#cuerpo { min-height: 300px; }

.clear { clear: both; height: 0; }
.pixel_16_9 { width: 100%; }

.fila { width: 100%; }
.fila::after { content: ''; display: block; clear: both; height: 0; }

.lateral2,
.lateral { width: 300px; float: left; }
.lateral .modulos { margin: 10px 0; }
.contenido2,
.contenido { float: right; width: calc(100% - 300px - 30px); }

.pie { margin: 15px 0; text-align: center; }
#pie-legal { text-align: center; background-color: #f1f1f1; color: #707070; margin: 15px 0 0 0; padding: 15px 0; border-top: 1px solid gray; }
#pie-legal a { color: #000000; }
#pie-legal .pie-legal-container { width: 990px; margin: auto; }

@media (max-device-width: 600px) {
	#pie-legal .pie-legal-container { width: auto; line-height: 35px; }
}

#loaders { text-align: center; }
#loaders img { width: 150px; }



/* Fila actualizado de las noticias */
.not_actualizado { font-size: 12px; font-weight: normal; color: #686868; margin: 10px 0 18px 0; display: inline-block; line-height: 18px; display: block; }
.not_actualizado * { vertical-align: middle; }
.not_actualizado:before { content: ''; display: inline-block; width: 18px; height: 18px; background: url('/wp-content/themes/dmq/assets/images/iconos-generales.png') -441px -21px; margin: 0px 5px 0 0; vertical-align: middle; }

.test_banner { background-color: silver; text-align: center; }

.wgdt_banner { text-align: center; }

/* Redes sociales y comentarios */
.redesSociales { position: relative; margin: 5px 0 7px; }
.redesSociales a { display: inline-block; width: 30px; height: 25px; background: url('/wp-content/themes/dmq/assets/images/iconos-generales.png'); }
.redesSociales .twitter { background-position: -135px -77px; }
.redesSociales .facebook { background-position: -136px -18px; }
.redesSociales .whatsapp { background-position: -255px -78px; }
.redesSociales .telegram { background-position: -556px -18px; }
.redesSociales .comentarios { display: block; width: 25px; height: 25px; position: absolute; top: 0; right: 20px; color: #ffffff; line-height: 21px;
	font-size: 10px; text-align: center; background-position: center; background-repeat: no-repeat; }
.redesSociales .actividad { display: inline-block; width: 28px !important; height: 24px; cursor: default; font-size: 10px !important; color: #fff; 
	position: absolute; right: 45px; bottom: 0; text-align: center; background: url('/wp-content/themes/dmq/assets/images/iconos-generales.png') -16px -18px; line-height: 19px; }
.redesSociales .actividad.onfire { height: 51px; background-position: -256px -6px; line-height: 73px; }

figure { margin: 0 0 18px; }
figcaption { font-size: 12px; font-weight: bold; margin-top: 5px; line-height: 2.5; color: #000; }
figure img { width: 100% !important; }
figure.alignleft { float: left; width: 50%; clear: left; margin: 0 20px 10px 0 !important; }
figure.alignright { float: right; width: 50%; clear: right; margin: 0 0 10px 20px !important; }
figure.alignleft figcaption,
figure.alignright figcaption { line-height: 0.7 !important; }

.bn { filter: grayscale(1); }

.dmq_banner_virtual, .dmq_widget_virtual { margin: 10px 0 20px; }

#wpadminbar { transform: rotate(-90deg) translate(-780px, 30px); transform-origin: left bottom; width: 905px; right: 0px; }

.rusia2018 .cabecera_seccion { background: url(/wp-content/themes/dmq/assets/images/rusia2018.png) 545px 0 no-repeat; height: 131px; border-bottom: 2px solid #b20000; font-size: 48px; line-height: 200px; vertical-align: bottom; color: #595959; font-weight: 300; position: relative; margin: 10px 0 25px; }
.rusia2018 .cabecera_seccion:after { content: ''; display: block; position: absolute; bottom: 0; right: 0; width: 312px; height: 115px; background: url(/wp-content/themes/dmq/assets/images/rusia2018fifa.png) center no-repeat; }

.francia2019 .cabecera_seccion { height: 131px; border-bottom: 2px solid #d33c22; font-size: 48px; line-height: 200px; vertical-align: bottom; color: #595959;
	font-weight: 300; position: relative; margin: 10px 0 25px; }
.francia2019 .cabecera_seccion:after { content: ''; display: block; position: absolute; bottom: 0; right: 0; width: 312px; height: 88px;
	background: url(/wp-content/themes/dmq/assets/images/logo-cab-iberdrola-mundial.png) center no-repeat; }

#grupo_bajo_cabecera { position: relative; width: 100%; }
#sky_izq { position: absolute; left: -170px; width: 160px; top: 0; min-height: 600px; z-index: 10000; text-align: right; }
#sky_dcho { position: absolute; right: -170px; width: 160px; top: 0; min-height: 600px; z-index: 10000; }

.bajo_cabecera { margin: 10px 0 15px; text-align: center; }

.iframe_marfeel { width: 100%; overflow: hidden; border: 0; height: 0; }
iframe[name=__cmpLocator] { display: none; }

.dmq_iframe { width: 100% !important; min-height: 1500px !important; margin: 0; overflow: hidden; border: 0; position: static !important; visibility: visible !important; }

/** Dialogo de notificaciones y campanita **/
#notificaciones { position: fixed; top: 120px; left: 50%; display: none; background-color: #fff; width: 960px; text-align: center; padding: 40px 15px; max-height: 350px; 
	transform: translateX(-50%); z-index: 999999999; background: #fff /* url(/wp-content/themes/dmq/assets/images/marca-agua.png) */ right bottom / contain no-repeat; }
#notificaciones .titulo-notificacion { font-size:24px;clear:both; }
#notificaciones h2 { margin-top: 30px; }
#notificaciones ul { margin: 15px 0; padding: 0; }
#notificaciones li { cursor: pointer; list-style: none outside none; display: inline-block; margin: 0 15px; width: 115px; height: 23px; border: solid 1px #7c7d80;
	padding: 2px 8px; font-size: 14px; color: #7c7d80; white-space: nowrap; text-overflow: ellipsis; overflow: hidden; position: relative; }
#notificaciones .interes { color: black; }
#notificaciones .interes:before { content: ''; background: url(/wp-content/themes/dmq/assets/images/tick.png) center / contain no-repeat; display: block; position: absolute; width: 16px; height: 16px; top: 2px; left: 3px; }
#notificaciones p { text-align: center; }
#suscripcion.visto { animation: none; }
#suscripcion { cursor: pointer; animation: campanita 2s cubic-bezier(.36,.07,.19,.97) 1s infinite both; transform: translate3d(0, 0, 0); backface-visibility: hidden; perspective: 1000px; }
#dmq_cabecera #suscripcion { position: absolute; right: -40px; top: 38px; }
#dmq_cabecera_wrap #dmq_cabecera #suscripcion { position: absolute; right: -25px; top: 14px; }
#dmq_cabecera_wrap #dmq_cabecera #suscripcion img { width: 16px; }
#notificaciones .cerrar { position: absolute; top: 10px; right: 10px; width: 25px; height: 25px; background: url(/wp-content/themes/dmq/assets/images/aspa-cierre.png) center / contain no-repeat; 
	cursor: pointer; }
#notificaciones button { background-color: #61a8de !important; color: #FFF !important; border-radius: 0 !important; box-shadow: none !important; }
#notificaciones .onesignal-customlink-explanation { display: none !important; }
#notificaciones .info { text-align: center; }
#notificaciones .info span { cursor: pointer; color: #7dc476; }
#notificaciones .info strong { font-weight: bold; color: black; }
#notificaciones .todo li { width: 240px; background-color: #007bff; color: #fff; border: 0; height: auto; line-height: 32px; }
#notificaciones .cancelar li { width: 240px; border: 0; }
#notificaciones .cancelar { margin-top: -10px !important; }
.overlay_dmq { position: fixed; top: 0; left: 0; right: 0; bottom: 0; background: rgba(0, 0, 0, 0.6); z-index: 99999; display: none; }
@keyframes campanita {
	0% { transform: translate3d(0, 0, 0); }
	55%, 95% { transform: translate3d(-1px, 0, 0); }
	60%, 90% { transform: translate3d(2px, 0, 0); }
	65%, 75%, 85% { transform: translate3d(-4px, 0, 0); }
	70%, 80% { transform: translate3d(4px, 0, 0); }
}
/* ========================================== */


.msplayer { position: relative; padding-bottom: 56%; }
.msplayer iframe { border: 0; overflow: hidden; position: absolute; width: 100%; height: 100%; top: 0; left: 0; }


/****** Secciones patrocinadas IBERDROLA ******/
.wdgt-articulo .patrocinio_iberdrola { display: block; width: 100%; height: 44px; border-bottom: 1px solid #4c7924;
	background: url(/wp-content/themes/dmq/assets/images/logo-iberdrola-promo.png) center bottom no-repeat; background-size: 124px; }

	
.so-panel { margin-bottom: 0 !important; }
.wgdt_banner { margin: 25px auto; }
.modulo_derecha { float: right; margin-left: 20px; margin-right: 0; }

.modulo_contenido ~ .modulo_contenido,
.modulo_contenido ~ .modulo_contenido ~ .modulo_contenido ~ .modulo_contenido { float: right; margin-left: 20px; margin-right: 0; }

.modulo_contenido,
.modulo_contenido ~ .modulo_contenido ~ .modulo_contenido { float: left; margin-right: 20px; margin-left: 0; }

#cuerpo-noticia > div { clear: left; }

/* Modulo Recomendadas */
.modulo_recomendadas { float: left; width: 170px; margin: 0 15px 15px 0; border-top: 1px solid #bcbcbc; font-size: 14px; }
.modulo_recomendadas .titulo_recomendadas { color: #f63e60; text-transform: uppercase; font-weight: bold; margin-top: 5px; }
.modulo_recomendadas .listado_recomendadas { border-bottom: 5px solid #000; margin: 0 0 15px 0; }
.modulo_recomendadas .listado_recomendadas a { display: block; margin: 10px 0 0; border-bottom: 1px solid #bcbcbc; padding-bottom: 10px; }
.modulo_recomendadas .listado_recomendadas a:last-of-type { border-bottom: 0; }
.modulo_recomendadas .listado_recomendadas a div { width: 170px; height: 100px; background: center center / cover no-repeat; }
.modulo_recomendadas .listado_recomendadas a span { color: #000 !important; font-weight: bold; display: block; padding: 5px 0 0; max-height: 70px; overflow: hidden; }
.single-post .modulo_recomendadas .info_recomendadas { display: block; color: #878787; font-style: italic; font-weight: normal; }
.modulo_recomendadas .info_recomendadas span { color: #000; font-weight: bold; display: block; }
.modulo_recomendadas .info_recomendadas span:before { content: ''; display: inline-block; width: 15px; height: 15px; margin-right: 10px; vertical-align: middle; 
	background: url('/wp-content/themes/dmq/assets/images/recomendadas.jpg') center / contain no-repeat; }
/** Tpl Listado **/
.modulo_recomendadas.tpl_listado { float: none; width: auto; margin: 0 0 20px; border: none; }
.modulo_recomendadas.tpl_listado a { display: inline-block; width: 300px; border-bottom: 1px solid #bcbcbc; margin: 10px 10px 0 0; padding-bottom: 10px; vertical-align: top; }
.modulo_recomendadas.tpl_listado a div { display: inline-block; width: 100px; height: 60px; background: center center / cover no-repeat; vertical-align: top; }
.modulo_recomendadas.tpl_listado a span { display: inline-block; width: calc(100% - 120px); max-height: 50px; color: #000; font-weight: bold; margin-left: 10px; overflow: hidden; }



.menu_general { display: none; position: fixed; top: 58px; left: 0; background-color: #fff; width: calc(100% + 20px); height: calc(100% - 58px); font-size: 10px; z-index: 2147483647; border: 1px solid #a0a0a0; max-width: 480px; }
.menu_general .tabs { width: 58px; border-right: 1px solid #a0a0a0; text-align: center; height: 100%; }
.menu_general .tabs div { cursor: pointer; height: 58px; border-bottom: 1px solid #a0a0a0; padding-top: 40px; position: relative; }
.menu_general .tabs div:before { content: ''; display: block; width: 24px; height: 24px; background: url(/wp-content/themes/dmq/assets/images/menu/menu100px.png) left top / auto 48px no-repeat; position: absolute; left: calc(50% - 12px); top: 10px; }
.menu_general .tabs div.activo:before { background-position-y: -24px; }
.menu_general .tabs .futbol:before { }
.menu_general .tabs .ediciones:before { background-position-x: -24px; }
.menu_general .tabs .estadisticas:before { background-position-x: -48px; }
.menu_general .tabs .mas_deporte:before { background-position-x: -72px; }
.menu_general .tabs .video:before  { background-position-x: -96px; }
.menu_general .tabs .direct:before { background-position-x: -120px; }
.menu_general .tabs .buscar:before { background-position-x: -144px; }
.menu_general .tabs .privacidad:before { background-position-x: -216px; }
.menu_general .tabs .activo { background-color: #9c9c9c; color: #f9f9f9; }
.menu_general .contents { position: absolute; top: 0; left: 70px; width: calc(100% - 70px - 30px); height: 100%; overflow-y: scroll; font-size: 16px; font-weight: 100; }
.menu_general .contents > * { padding-bottom: 150px; }
.menu_general .contents .seccion h3 { border-bottom: 3px solid #000; padding: 3px 0; margin: 15px 0 5px; font-weight: bold; font-size: 15px; }
.menu_general .contents .seccion h3 em { font-weight: 100; font-style: normal; }
.menu_general .contents .seccion .item { width: 100%; display: inline-block; height: 35px; line-height: 35px; vertical-align: top; margin-bottom: 5px; }
.menu_general .contents .seccion.columna .item { width: calc(50% - 10px); margin-right: 10px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.menu_general .contents .equipo:before { content: ''; display: inline-block; width: 20px; height: 20px; background: url(/wp-content/themes/dmq/assets/images/menu/escudos100px.png) -400px top / auto 40px no-repeat; margin-right: 5px; vertical-align: middle; }
.menu_general .contents .equipo.alaves:before { background-position: 0 0; }
.menu_general .contents .equipo.athletic-club:before { background-position: -20px 0; }
.menu_general .contents .equipo.atletico-de-madrid:before { background-position: -40px 0; }
.menu_general .contents .equipo.barcelona:before { background-position: -60px 0; }
.menu_general .contents .equipo.celta-de-vigo:before { background-position: -100px 0; }
.menu_general .contents .equipo.eibar:before { background-position: -120px 0; }
.menu_general .contents .equipo.espanyol:before { background-position: -140px 0; }
.menu_general .contents .equipo.getafe:before { background-position: -160px 0; }
.menu_general .contents .equipo.granada:before { background-position: -180px 0; }
.menu_general .contents .equipo.leganes:before { background-position: -200px 0; }
.menu_general .contents .equipo.levante:before { background-position: -220px 0; }
.menu_general .contents .equipo.mallorca:before { background-position: -240px 0; }
.menu_general .contents .equipo.osasuna:before { background-position: -260px 0; }
.menu_general .contents .equipo.real-betis:before { background-position: -80px 0; }
.menu_general .contents .equipo.real-madrid:before { background-position: -280px 0; }
.menu_general .contents .equipo.real-sociedad:before { background-position: -300px 0; }
.menu_general .contents .equipo.sevilla:before { background-position: -320px 0; }
.menu_general .contents .equipo.valencia:before { background-position: -340px 0; }
.menu_general .contents .equipo.real-valladolid:before { background-position: -360px 0; }
.menu_general .contents .equipo.villarreal:before { background-position: -380px 0; }

.menu_general .contents .equipo.albacete:before { background-position: 0 -20px; }
.menu_general .contents .equipo.alcorcon:before { background-position: -20px -20px; }
.menu_general .contents .equipo.almeria:before { background-position:-40px -20px; }
.menu_general .contents .equipo.cadiz:before { background-position: -60px -20px; }
.menu_general .contents .equipo.deportivo:before { background-position: -80px -20px; }
.menu_general .contents .equipo.elche:before { background-position: -100px -20px; }
.menu_general .contents .equipo.extremadura:before { background-position: -120px -20px; }
.menu_general .contents .equipo.fuenlabrada:before { background-position: -140px -20px; }
.menu_general .contents .equipo.girona:before { background-position: -160px -20px; }
.menu_general .contents .equipo.huesca:before { background-position: -180px -20px; }
.menu_general .contents .equipo.las-palmas:before { background-position: -200px -20px; }
.menu_general .contents .equipo.lugo:before { background-position: -220px -20px; }
.menu_general .contents .equipo.malaga:before { background-position: -240px -20px; }
.menu_general .contents .equipo.mirandes:before { background-position: -260px -20px; }
.menu_general .contents .equipo.numancia:before { background-position: -280px -20px; }
.menu_general .contents .equipo.ponferradina:before { background-position: -320px -20px; }
.menu_general .contents .equipo.racing-de-santander:before { background-position: -340px -20px; }
.menu_general .contents .equipo.rayo-vallecano:before { background-position: -360px -20px; }
.menu_general .contents .equipo.real-oviedo:before { background-position: -300px -20px; }
.menu_general .contents .equipo.real-zaragoza:before { background-position: -420px -20px; }
.menu_general .contents .equipo.sporting-de-gijon:before { background-position: -380px -20px; }
.menu_general .contents .equipo.tenerife:before { background-position: -400px -20px; }

.menu_general .contents .ediciones .actual { color: #f63f61; font-weight: bold; }
.menu_general .mas_deporte .item:before { content: ''; display: inline-block; width: 20px; height: 20px; background: url(/wp-content/themes/dmq/assets/images/menu/mas-deporte-100px.png) 10000px top / auto 20px no-repeat; vertical-align: middle; margin-right: 5px; }
.menu_general .contents .tenis:before { background-position: 0 0 }
.menu_general .contents .baloncesto:before { background-position: -20px 0 }
.menu_general .contents .motogp:before { background-position: -40px 0 }
.menu_general .contents .formula-uno:before { background-position: -60px 0 }
.menu_general .contents .automovilismo:before { background-position: -80px 0 }
.menu_general .contents .ciclismo:before { background-position: -100px 0 }
.menu_general .contents .natacion:before { background-position: -120px 0 }
.menu_general .contents .golf:before { background-position: -140px 0 }
.menu_general .contents .deporte-femenino:before { background-position: -160px 0 }
.menu_general .contents .polideportivo:before { background-position: -180px 0 }

.menu_general .contents .buscar input { border: 1px solid #a1a1a1; color: #a1a1a1; text-align: center; margin: 15px 0; display: block; width: 100%; height: 35px; }
.menu_general .contents .buscar button { border: 0; background-color: #a1a1a1; line-height: 35px; text-align: center; color: #fff; width: 140px; display: block; margin: 15px auto; font-weight: bold; height: 35px; }


.menu_general .contents .direct .item span { width: calc(100% - 140px); margin-right: 5px; display: inline-block; height: 35px; overflow: hidden; vertical-align: top; white-space: nowrap; text-overflow: ellipsis; }
.menu_general .contents .direct .item button { cursor: pointer; width: 135px; height: 25px; line-height: 25px; border: 1px solid #a1a1a1; font-weight: bold; vertical-align: middle; color: #676767; background-color: #fff; }
.menu_general .contents .direct .item button:before { content: 'Suscribirme'; }
.menu_general .contents .direct .item button.activo { background-color: #09b81a; color: #fff; border: 0; }
.menu_general .contents .direct .item button.activo:before { content: 'Ya estás suscrito'; }

.menu_general .contents .privacidad .cookies:before { content: ''; display: inline-block; width: 20px; height: 20px; background: url(/wp-content/themes/dmq/assets/images/menu/mas-deporte-100px.png) 10000px 0 / auto 20px no-repeat; vertical-align: middle; margin-right: 5px; background-position-x: -200px; }

.menu_general .ediciones .submenu_edicion { display: none; }
.menu_general center { height: 35px; line-height: 35px; margin: 15px 0; }
.menu_general .notificaciones_bloqueadas { display: none; line-height: 30px; }
.menu_general .notificaciones_bloqueadas a { font-weight: bold; display: block; text-align: center; }

.menu_general.incrustado { display: block; position: static; width: 100%; border: 0; font-size: inherit; height: auto; margin: auto; }
.menu_general.incrustado .contents { position: static; margin: auto; overflow-y: auto; width: calc(100% - 30px); max-width: 400px; }
.menu_general.incrustado .contents > * { padding-bottom: 20px; }

@media (min-width: 600px) {
	.menu_general { top: 0; height: 100%; z-index: 999999999; }
	#tbl-next-up { z-index: 9999999 !important; }
	.menu_general .contents { overflow-y: auto; width: calc(100% - 70px); padding-right: 15px; top: 70px; }
}
.menu_general .locator { height: 61px; display: flex; background: url(assets/images/degrad.jpg) left bottom / 100% 3px no-repeat; padding-bottom: 3px; }
.menu_general .locator > * { vertical-align: top; height: 58px; display: inline-block; cursor: pointer; }
.menu_general .back { background: #000 url(assets/images/back-home.png) center / 24px no-repeat; display: inline-block; width: 58px; }
.menu_general .where { flex-grow: 1; padding: 0 15px; line-height: 58px; font-size: 25px; }
.menu_general .close { width: 58px; background: url(assets/images/close-menu.png) center / auto 25px no-repeat; }
.menu_general .contents .item[data-edicion] { cursor: pointer; }
.menu_general .seccion center { cursor: pointer; }