/********** RESET **********/

*, *:before, *:after {
  margin: 0;
  padding: 0;
  background-position: left top;
  background-repeat: no-repeat;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

details, figcaption, figure, summary {
  display: block;
}

audio, canvas, video {
  display: inline-block;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden] {
  display: none;
}

a {
  outline: 0;
}

abbr {
  cursor: help;
}

abbr[title] {
  border-bottom: 0;
}

b, strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

mark {
  background-color: #ff0;
  color: #000;
}

code, kbd, pre, samp {
  font-family: monospace, serif;
  font-size: 1em;
}

pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}

q {
  quotes: "\201C" "\201D" "\2018" "\2019";
}

small {
  font-size: 80%;
}

sub, sup {
  position: relative;
  vertical-align: baseline;
  line-height: 0;
  font-size: 75%;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  display: block;
  border: 0;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

svg:not(:root) {
  overflow: hidden;
}

fieldset {
  border: 0;
}

button, input, select, textarea {
  font-family: inherit;
  font-size: 100%;
}

textarea {
  resize: none;
}

button, input {
  line-height: normal;
}

button, html input[type="button"], input[type="reset"], input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled], input[disabled] {
  cursor: default;
}

input[type="search"] {
  -webkit-appearance: textfield;
}

input[type="hidden"] {
  display: none;
}

button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
}

button:focus {
  outline: 0;
}

textarea {
  overflow: auto;
  vertical-align: top;
}

table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  border-width: 0;
}

li {
  list-style: none;
}

button, input[type="search"], input[type="email"], input[type="password"], input[type="text"], textarea {
  border: 0;
}

button {
  background-color: transparent;
}




/********** GENERALES **********/

body {
  padding: 0 10em 6em 10em;
  background-color: #fff;
  font-family: 'cheltenham_light', Arial, Helevetica, sans-serif;
  font-size: 10px;
  color: #000;
}

a {
  color: #000;
}

a:hover {
  color: #c00 !important;
  transition: 0.5s color ease;
}

a:hover img {
  opacity: 0.75;
  transition: 0.5s opacity ease;
}




/********** CABECERA **********/

#header {
  width: 100%;
  margin-bottom: 5em;
}

/***** Logo + números *****/

#header #logo-numeros {
  float: left;
  width: 50%;
  padding-bottom: 1em;
  border-right: 1px #D7D7D7 solid;
}

#header #logo-numeros > ul {
  overflow: hidden;
  width: 100%;
  border-bottom: 1px #d7d7d7 solid;
}

#header #logo-numeros > ul li {
  float: left;
  padding: 0.2em 1em;
  line-height: 1.75em;
  font-family: 'corecircus';
  font-size: 1.35em;
  font-weight:bold;
}

#header #logo-numeros > ul li + li {
  border-left: 1px #d7d7d7 solid;
}

#header #logo-numeros > ul li a {
  text-decoration: none;
  color:#666;
  font-weight:normal;
}

#header #logo-numeros > ul li strong {
  font-weight: normal;
}

#header #logo-numeros h1 {
  overflow: hidden;
  position: relative;
  float: left;
  margin: 2.3em 0 1.7em 1.4em;
  font-size: 1em;
}

#header #logo-numeros h1 img {
  width: 18em;
  height: auto;
}

#header #logo-numeros h1 span {
  position: absolute;
  top: -100000px;
}

.div-mobile #logo-numeros {
    width: 100%;
    float: left;
    margin-left: 0.5em;
}

#header #logo-numeros #numeros, .div-mobile #logo-numeros #numeros {
  position: relative;
  float: right;
  width: 29.2em;
  height: 2.3em;
  margin: 6.5em 1.4em 0 0;
  padding: 0 2.1em;
}

.div-mobile #logo-numeros #numeros {
    margin: 0;
}

#header #logo-numeros #numeros div, .div-mobile #logo-numeros #numeros div {
  overflow: hidden;
  width: 25em;
  height: 100%;
}

#header #logo-numeros #numeros div ol, .div-mobile #logo-numeros #numeros div ol {
  position: relative;
  float: left;
  width: 200%;
}

#header #logo-numeros #numeros div li, .div-mobile #logo-numeros #numeros div li {
  float: left;
  width: 25em;
}

#header #logo-numeros #numeros div li + li, .div-mobile #logo-numeros #numeros div li + li {
  border-left: 1px #fff solid;
}

#header #logo-numeros #numeros div li a, .div-mobile #logo-numeros #numeros div li a {
  display: block;
  background-color: #EFEFEF;
  text-align: center;
  text-decoration: none;
  line-height: 2em;
  font-family: 'corecircus';
  font-size: 1.2em;
  color: #C00;
}

#header #logo-numeros #numeros div li a:hover, .div-mobile #logo-numeros #numeros div li a:hover {
  color: #000 !important;
}

#header #logo-numeros #numeros > ol li, .div-mobile #logo-numeros #numeros > ol li {
  position: absolute;
  top: 0;
}

#header #logo-numeros #numeros > ol li.anterior, .div-mobile #logo-numeros #numeros > ol li.anterior {
  left: 0;
  top:-3px
}

#header #logo-numeros #numeros > ol li.siguiente, .div-mobile #logo-numeros #numeros > ol li.siguiente {
  right: 0;
  top:-3px
}

#header #logo-numeros #numeros > ol li button, .div-mobile #logo-numeros #numeros > ol li button {
  overflow: hidden;
  display: block;
  width: 2.1em;
  height: 2.8em;
  background-position: center center;
  text-indent: -100000px;
}

#header #logo-numeros #numeros > ol li.anterior button, .div-mobile #logo-numeros #numeros > ol li.anterior button {
  background-image: url(../img/css/bg-boton-numeros-anterior.png);
}

#header #logo-numeros #numeros > ol li.siguiente button, .div-mobile #logo-numeros #numeros > ol li.siguiente button {
  background-image: url(../img/css/bg-boton-numeros-siguiente.png);
}

/***** Añadido por JUEVES: se añade layer-cafe, campaña publicidad *****/
#layer-cafe {
  display: none;
  background-color: rgb(236, 214, 235);
  margin-left:-43%;
  margin-top:-23%;
  opacity: 0.98;
  padding: 1.5em;
  position: fixed;
  top: 50%;
  left: 50%;
  width: 86%;
  z-index: 10000;
}
#layer-cafe .imagen{

}
#layer-cafe .imagen img{
  width: 100%;
}
#layer-cafe.mostradoAnuncio {
  display: block;
}
.anuncio-body  {
padding: 0px 17px 10px 5px;
  display: inline-block;
}
#layer-cafe .btn-cerrar-anuncio {
  background-color: #c00;
  color: #fff;
  display: block;
  font-family: 'corecircus';
  font-size: 1.4em;
  height: 2.5em;
  margin: 0 auto;
  text-align: center;
  transition: 0.5s color ease;
  position: absolute;
  width: 3.28em;
}
#layer-cafe .bloque-paypal{
  overflow: hidden;
  width: 100%;
  display: table;
  table-layout: fixed;
  }

#layer-cafe .col-paypal{
    display: table-cell;
  width: 50%;
}
#layer-cafe .col-paypal .elem-paypal{
height:80px;
}

#layer-cafe .bloque-paypal .btn-pay,.actua .bloque-paypal .btn-pay{
  background-color: #000;
  color: #fff;
  display: block;
  font-family: 'corecircus';
  font-size: 0.7em;
  height: 2.6em;
  text-align: center;
  transition: 0.5s color ease;
  width: 7em;
  padding-top: 5px;
  margin-top: 4px;

}
#layer-cafe .btn-cerrar-anuncio:hover {
  color: #000;
}
#layer-cafe .anuncio-foto .page-title{
padding-top:15px;
}
#layer-cafe .anuncio-foto{
  float: left;
  width: 45%;
}
#layer-cafe .anuncio-contenido .pie-anuncio{
font-size:12px;
}
#layer-cafe .anuncio-contenido {
float:right;
  width: 54%;
  padding-left: 23px;
}
#layer-cafe  .anuncio-foto .redes-actua{
  float: right;
    margin-top: -5px;
      margin-right: 12px;
}
#layer-cafe   .texto{
  font-size:15px;
}
.actua{
font-size:18px;
}
#layer-cafe  .anuncio-foto .twitter , #layer-cafe  .anuncio-foto .facebook,.actua  .anuncio-contenido .twitter , .actua  .anuncio-contenido .facebook {
 float: left;
 }
#layer-cafe  .anuncio-foto .pie-foto {
 padding-top: 12px;
}
#layer-cafe  .anuncio-foto .facebook > a,.actua .anuncio-contenido .facebook > a{
overflow: hidden;
  display: block;
  width: 3em;
  height: 3em;
  text-indent: -100000px;
  background-image: url(../img/css/ico-siguenos-facebook.png);
}
#layer-cafe  .anuncio-foto .twitter > a,.actua .anuncio-contenido .twitter > a {
overflow: hidden;
  display: block;
  width: 3em;
  height: 3em;
  text-indent: -100000px;
  background-image: url(../img/css/ico-siguenos-twitter.png);
}
@media only screen and (max-width: 546px){
    #layer-cafe .anuncio-foto .redes-actua {
      margin-top: 0px;
    }
}

@media only screen and (min-width: 740px){

    div.div-mobile, div.banner-cabecera-movil{
        display:none;
    }


}
@media only screen and (max-width: 739px){
/********** GENERALES **********/
        div.div-desktop{
            display:none;
        }
        div.div-mobile{
            display:block;

        }
  body {
            padding-left: 0px;
            padding-right: 0px;
            padding: 0 0 3em 0;
  }

  /********** CONTENIDOS **********/
        body #main {
    margin: 0 2em;
  }

  body #main #rotativo {
    width: 100%;
    margin-bottom: 0;
  }

  body #main #rotativo h3 {
    float: none;
    width: 100%;
  }

  body #main #rotativo ul {
    float: none;
    width: 100%;
  }

  /********** PIE **********/

  body #footer {
    padding: 0 2em;
  }

  body #footer img {
    width: 10em;
  }

  body #footer p {
    float: left;
    margin-left: 1em;
    padding: 0.33em 0 0.4em 1em;
    line-height: 1.33em;
    font-size: 1.5em;
  }

  body #footer p a {
    color: #000;
  }

        #layer-cafe .col-paypal .elem-paypal{
            height:90px;
        }

        #layer-cafe {
          display: none;
                background-color: rgb(236, 214, 235);
                left: 0em;
                margin: 6em 0em 1em 1em;
                opacity: 0.98;
                padding: 1.5em;
                position: absolute;
                top: 17px;
                width: 93%;
                z-index: 10000;
        }
        #layer-cafe .anuncio-foto {
                float: none;
                width: 100%;
        }
        #layer-cafe .anuncio-contenido {
                float: none;
                width: 100%;
        }
        #layer-cafe .imagen img {
          width: 79%;
          margin: 0 auto;
        }
}

#actua-banner #revista-sonora{
    border:solid 2px #D7D7D7;
    margin-top:50px;
    padding:10px;
    width:100%;
}

#header #actua-banner {
    position: relative;
    float: left;
    width: 50%;
    /* height: 23.4em; */
    padding: 0.6em 0 0 2.5em;
}

#header #actua-banner > p {
    text-align: center;
    line-height: 1.6em;
    font-family: 'corecircus';
    font-size: 1.6em;
}

#header #actua-banner > p a {
  /* display: inline-block;
  margin-left: 0.33em;
  padding: 0 1em; */
  color: #c00;
  text-decoration: none;
}

#header #actua-banner > p a:hover {
  color: #000 !important;
}

#header #actua-banner div.banner {
  overflow: hidden;
  position: absolute;
  right: 195px;
  /* bottom: 2.5em; */
  width: 100%;
  padding-left: 2.5em;
}

#header #actua-banner div.banner dl {
  position: relative;
  min-height: 11.5em;
  text-align: right;
}

#header #actua-banner div.banner dl.tipo_1 {
  padding: 1em 17.5em 0 0;
}

#header #actua-banner div.banner dt {
  margin-bottom: 0.57em;
  line-height: 1.28em;
  font-family: 'corecircus';
  font-size: 1.4em;
  color: #999;
  font-weight:normal;
}

#header #actua-banner div.banner dd.titulo {
  margin-bottom: 0.7em;
  line-height: 1em;
  font-family: 'cheltenham';
  font-size: 1.7em;
}

#header #actua-banner div.banner dd.titulo a {
  text-decoration: none;
  color:#555
}

#header #actua-banner div.banner dd.cta {
  font-family: 'corecircus';
  font-size: 1.3em;
}

#header #actua-banner div.banner dd.cta a {
  color: #c00;
}

#header #actua-banner div.banner dd.cta a:hover {
  color: #000 !important;
}

#header #actua-banner div.banner dd.imagen {
  overflow: hidden;
  position: absolute;
  right: 0;
  top: 0;
  width: auto;
  max-height: 10em;
}

#header #actua-banner div.banner a.imagen img {
  float: right;
  padding:1.1em 0 0 0;
  width: auto;
  max-height: 10em;
}

#header #actua-banner div.banner div.embebido iframe {
  float: right;
  max-width: 100%;
  max-height: 10em;
}

/***** Menú *****/

#header #menu {
  position: relative;
  clear: left;
  width: 100%;
  height: 4.7em;
  border-width: 1px 0;
  border-color: #D7D7D7;
  border-style: solid;
}

#header #menu > ul {
  float: left;
  border-left: 1px #c00 solid;
}

#header #menu > ul > li {
  position: relative;
  float: left;
}

#header #menu > ul > li.secciones {
  position: static;
}

#header #menu > ul > li > p {
  padding: 0.4em 1.2em;
  border-right: 1px #c00 solid;
  line-height: 2.20em;
  font-family: 'corecircus';
  font-size: 1.5em;
  cursor: pointer;
}

#header #menu > ul > li > p:hover {
  background-color: #c00;
  color: #fff;
  transition: 0.5s all ease;
}

#header #menu > ul div {
  position: absolute;
  z-index: 100;
  left: -1px;
  top: -100000px;
  padding: 1.8em 2em 2em 2em;
  border: 1px #d7d7d7 solid;
  border-top-color: #808080;
  background-color: #dedede;
  opacity: 0;
}

#header #menu > ul li.secciones div {
  left: 0;
  width: 100%;
}

#header #menu > ul > li:hover div {
  top: 100%;
  opacity: 1;
  /*transition: 0.5s opacity ease;*/
}

#header #menu > ul div a {
  text-decoration: none;
}

#header #menu > ul div > ul {
  overflow: hidden;
  width: 100%;
}

#header #menu > ul li.secciones div > ul {
  display: table;
}

#header #menu > ul li.especiales div > ul,
#header #menu > ul li.autores div > ul {
  margin-bottom: 0.9em;
  padding-bottom: 1.8em;
  border-bottom: 1px #666 solid;
}

#header #menu > ul div > ul > li {
  white-space: nowrap;
  line-height: 1.25em;
  font-family: 'cheltenham_light';
  font-size: 1.6em;
}

#header #menu > ul li.secciones div > ul > li {
  display: table-cell;
  width: 16%;
}

#header #menu > ul li div > ul > li + li {
  margin-top: 0.5em;
}

#header #menu > ul li.secciones div > ul > li + li {
  width: 21%;
  margin-top: 0;
  padding: 0 4%;
  border-left: 1px #000 solid;
}

#header #menu > ul li.secciones div > ul > li > a {
  font-family: 'corecircus';
}

#header #menu > ul div > ul > li ul {
  padding-top: 0.55em;
}

#header #menu > ul div > ul > li li + li {
  margin-top: 0.3em;
}

#header #menu > ul div > a {
  white-space: nowrap;
  font-family: 'corecircus';
  font-size: 1.3em;
}

/***** Buscador *****/

#header .gsc-control-cse {
  width:222px !important;
  float: left;
  margin: 0.9em 0 0 1.5em;
  padding: 0;
  border: 0;
  background-color: transparent;
  font-size: 1em;
}

#header form.gsc-search-box {
  margin: 0;
  padding: 0;
  font-size: 1em;
}

#header table.gsc-search-box {
  margin: 0;
}

#header .gsc-input {
  padding-right: 0;
}

#header .gsc-input input {
  float: left;
  width: 12em;
  padding: 0 0.7em;
  border: 1px #dedede solid;
  background-color: #fff;
  background-image: none !important;
  line-height: 1.5625em;
  font-family: 'cheltenham_bold';
  font-weight: 500;
  font-size: 1.6em;
  color: #000;
}

#header .gsc-input input:focus {
  border-color: #000;
  transition: 0.5s all ease;
}

#header td.gsc-search-button {
  width: auto;
}

#header input.gsc-search-button {
  overflow: hidden;
  float: left;
  width: 2.7em;
  height: 2.7em;
  min-width: initial;
  margin-left: 0.3em;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: url(../img/css/ico-lupa-negra.png) #dedede center center no-repeat;
  text-indent: -100000px;
  font-size: 1em;
}

#header .gsc-clear-button {
  display: none;
}

/***** Síguenos *****/

#header #menu > dl {
  float: right;
  margin-top: 0.7em;
}

#header #menu > dl dt {
  float: left;
  line-height: 1.875em;
  font-family: 'corecircus';
  font-size: 1.6em;
}

#header #menu > dl dd {
  position: relative;
  float: left;
}

#header #menu > dl dt + dd {
  margin-left: 1.2em;
}

#header #menu > dl dd + dd {
  margin-left: 0.3em;
}

#header #menu > dl dd > a,
#header #menu > dl dd > button {
  overflow: hidden;
  display: block;
  width: 3em;
  height: 3em;
  text-indent: -100000px;
}

#header #menu > dl dd.twitter > a {
  background-image: url(../img/css/ico-siguenos-twitter.png);
}

#header #menu > dl dd.facebook > a {
  background-image: url(../img/css/ico-siguenos-facebook.png);
}

#header #menu > dl dd.googleplus > a {
  background-image: url(../img/css/ico-siguenos-googleplus.png);
}

#header #menu > dl dd.vimeo > a {
  background-image: url(../img/css/ico-siguenos-vimeo.png);
}

#header #menu > dl dd.soundcloud > a {
  background-image: url(../img/css/ico-siguenos-soundcloud.png);
}

#header #menu > dl dd.telegram > a {
  background-image: url(../img/css/ico-siguenos-telegram.png);
}

#header #menu > dl dd.youtube > a {
  background-image: url(../img/css/ico-siguenos-youtube.jpg);
}

#header #menu > dl dd.instagram > a {
  background-image: url(../img/css/ico-siguenos-instagram.jpg);
}

#header #menu > dl dd.boletin > button {
  background-image: url(../img/css/ico-siguenos-boletin.png);
}

#header #menu > dl dd.rss > a {
  background-image: url(../img/css/rss.png);
}

#header #menu > dl dd #suscribirse-boletin {
  position: absolute;
  right: 0;
  top: -100000px;
  width: 35.5em;
  padding: 2em;
  background-color: #000;
  color: #fff;
  opacity: 0;
  transition: 0.5s opacity ease;
}

#header #menu > dl dd #suscribirse-boletin.activo {
  top: 3.1em;
  opacity: 1;
}

#header #menu > dl dd #suscribirse-boletin label[for="email-boletin"] {
  display: block;
  margin-bottom: 0.375em;
  font-size: 1.6em;
}

#header #menu > dl dd #suscribirse-boletin input#email-boletin {
  float: left;
  width: 13em;
  margin-bottom: 0.4em;
  padding: 0 0.7em;
  background-color: #fff;
  background-image: none !important;
  line-height: 2em;
  font-family: 'cheltenham_bold';
  font-size: 1.5em;
  color: #000;
}

#header #menu > dl dd #suscribirse-boletin button {
  overflow: hidden;
  float: left;
  width: 10em;
  height: 2.5em;
  background-color: #c00;
  font-family: 'corecircus';
  font-size: 1.2em;
  color: #fff;
}

#header #menu > dl dd #suscribirse-boletin input#aceptar-header {
  float: left;
  clear: left;
  width: 1.3em;
  height: 1.3em;
  margin: 0.1em 0.6em 0 0;
}

#header #menu > dl dd #suscribirse-boletin label[for="aceptar-header"] {
  float: left;
  font-size: 1.2em;
}

#header #menu > dl dd #suscribirse-boletin label[for="aceptar-header"] a {
  color: #fff;
}




/********** MENÚ **********/

#navigation {
  position: fixed;
  z-index: 100;
  top: 0;
  right: -26em;
  width: 26em;
  height: 100%;
  border-left: 1px #000 solid;
  background-color: #fff;
  transition: 0.4s right ease-in-out;
}

#navigation.desplegado {
  right: 0;
}

#navigation > button {
  overflow: hidden;
  position: absolute;
  top: 0;
  left: -5.7em;
  width: 5.7em;
  height: 4em;
  margin-left: -1px;
  background-image: url(../img/css/btn-menu.gif);
  background-color: #fff;
  background-size: cover;
  text-indent: -100000px;
}

#navigation div {
  overflow: auto;
  height: 100%;
}

#navigation div > ul {
  padding: 1.5em;
}

#navigation div > ul a {
  display: block;
  padding-left: 0.5em;
  text-decoration: none;
  line-height: 2em;
  font-size: 2.1em;
  color: #333;
}

#navigation div > ul a:hover {
  border-right: 2px #000 solid;
  background-color: #f0f0f0;
  transition: 0.5s all ease;
}

#navigation div > ul ul a {
  line-height: 1.66em;
}

#navigation div > ul ul {
  margin-left: 3em;
}

#navigation div > ul > li + li {
  margin-top: 1em;
  padding-top: 1em;
  border-top: 1px #bbb solid;
}


/********** CONTENIDOS **********/

#main #rotativo {
  position: relative;
  overflow: hidden;
  float: none;
  width: 95%;
  margin: 0 auto -2em auto;
  padding: 0;
}

#main #rotativo > div {
  width: 100%;
}

#main #rotativo h3 {
  float: left;
  width: 23%;
  height: 3em;
  background-color: #000;
  text-align: center;
  line-height: 3em;
  font-family: 'corecircus';
  font-weight: 500;
  font-size: 1.5em;
  color: #fff;
}

#main #rotativo ul {
  overflow: hidden;
  float: left;
  width: 77%;
  height: 4.5em;
  padding: 0.75em 0;
}

#main #rotativo li {
  display: inline-block;
  margin-right: 1em;
  padding-right: 1em;
  border-right: 1px #000 solid;
  line-height: 2em;
  font-size: 1.5em;
}




/********** PIE **********/

#footer {
  overflow: hidden;
  width: 100%;
    background:#EFEFEF;
  margin-top: 3em;
    font-size:1.3em;
    line-height:1.7em;
    color:#555;
    }
#footer a {
    color:#555;
    text-decoration:none;
    border-bottom:1px
    dotted #ADADAD;
}

#footer .col_1_4 {
  float:left;
  width:25%;
  padding:2.5%;
   }

#footer .col_2_4 {
  float:left;
  width:50%;
  padding:2.5%;
    }

#footer .marca p {margin:0;  font-size:0.95em; line-height:1.5em; margin:1em 0 0}
#footer .marca a {color:#555;}
#footer .mision {border-right:1px solid #CCC; border-left:1px solid #CCC; color:#555;}
#footer .mision h3 {font-weight:normal; font-family:'cheltenham_bold'!important; color:#333; margin:0 0 0.5em; font-size:1.3em;}
#footer .mision > p {display:none;}
#footer .caja_redes {margin-top:1.3em;}
#footer .caja_redes h4 {
    font-family: 'corecircus';
    font-size: 1em;
    margin:0 0 0.3em;
    text-transform:uppercase;
    font-weight:normal;
}
#footer .caja_redes ul {
    margin:0; padding:0;
}

#footer .caja_redes li {
    display:inline-block;
    margin-right: 0.1em;
    vertical-align:top}

#footer .caja_redes li > a {
    overflow: hidden;
    display: inline-block;
    width: 3em;
    height: 3em;
    text-indent: -100000px;
    border:0
}

#footer .caja_redes li.twitter > a {
  background-image: url(../img/css/ico-siguenos-twitter.png);
}

#footer .caja_redes li.facebook > a {
  background-image: url(../img/css/ico-siguenos-facebook.png);
}

#footer .caja_redes li.newsletter {
    position:relative;
    padding-bottom: 2em;
}

#footer .caja_redes li.newsletter label[for="email-boletin"] {
        display:none;
}

#footer .caja_redes li.newsletter label[for="aceptar-footer"] {
  position: absolute;
  left: 0;
  bottom: 0;
  white-space: nowrap;
  font-size: 0.9em;
}

#footer .caja_redes li.newsletter label[for="aceptar-footer"] input {
  float: left;
  margin: 0.3em 0.5em 0 0;
}

#footer .caja_redes li.newsletter input#email-boletin {
  font-size: 1em;
        padding:0.3em;
        width:10em;
}

#footer .caja_redes li.newsletter button {
    background:#CC0000;
    color:white;
    font-family: 'corecircus';
    font-size: 1em;
    text-transform:uppercase;
    padding:0.3em;
}

#footer .enlaces ul {margin:1em 0;}


.mosca_socialco {
    line-height:1.3em; text-align:right; margin:1em 0; }

.mosca_socialco a {
    border:0; font-size:1em; font-family:arial; color:#999;text-decoration:none;}

.mosca_socialco a:hover {
   color:#555 !important;}
.mosca_socialco a:hover span {
    color:#CC0000;}




/********** COOKIES **********/

#aviso-cookies {
  display: none;
  position: fixed;
  z-index: 10000;
  left: 0;
  /*jueves: bajamos el footer al pie*/
  /*top: 0;*/
  bottom:0;
  width: 100%;
  padding: 2.5em 0em 8.5em 0em;
  background-image: url(../img/css/bg-velo.png);
  background-repeat: repeat;
}

#aviso-cookies.mostrado {
  display: block;
}

#aviso-cookies p {
  margin-bottom: 1em;
  text-align: center;
  line-height: 1.25em;
  font-size: 1.6em;
  color: #fff;
}

#aviso-cookies p a {
  color: #fff;
}

#aviso-cookies button {
  display: block;
  width: 14.28em;
  height: 2.5em;
  margin: 0 auto;
  background-color: #c00;
  text-align: center;
  font-family: 'corecircus';
  font-size: 1.4em;
  color: #fff;
  transition: 0.5s color ease;
}

#aviso-cookies button:hover {
  color: #000;
}



/********** FUENTES **********/

@font-face {
  font-family: 'cheltenham_bold';
  src:  url('../fonts/2D06DA_0_0.eot');
  src:  url('../fonts/2D06DA_0_0.eot?#iefix') format('embedded-opentype'),
      url('../fonts/2D06DA_0_0.woff2') format('woff2'),
      url('../fonts/2D06DA_0_0.woff') format('woff'),
      url('../fonts/2D06DA_0_0.ttf') format('truetype'),
      url('../fonts/2D06DA_0_0.svg#wf') format('svg');
}

@font-face {
  font-family: 'cheltenham_book';
  src:  url('../fonts/2D06DA_2_0.eot');
  src:  url('../fonts/2D06DA_2_0.eot?#iefix') format('embedded-opentype'),
      url('../fonts/2D06DA_2_0.woff2') format('woff2'),
      url('../fonts/2D06DA_2_0.woff') format('woff'),
      url('../fonts/2D06DA_2_0.ttf') format('truetype'),
      url('../fonts/2D06DA_2_0.svg#wf') format('svg');
}

@font-face {
  font-family: 'cheltenham_light';
  src: url('../fonts/2D06DA_4_0.eot');
  src: url('../fonts/2D06DA_4_0.eot?#iefix') format('embedded-opentype'),
  url('../fonts/2D06DA_4_0.woff2') format('woff2'),
  url('../fonts/2D06DA_4_0.woff') format('woff'),
  url('../fonts/2D06DA_4_0.ttf') format('truetype'),
  url('../fonts/2D06DA_4_0.svg#wf') format('svg');
}

@font-face {
  font-family: 'corecircus';
  src: url('../fonts/2D06DA_7_0.eot');
  src: url('../fonts/2D06DA_7_0.eot?#iefix') format('embedded-opentype'),
  url('../fonts/2D06DA_7_0.woff2') format('woff2'),
  url('../fonts/2D06DA_7_0.woff') format('woff'),
  url('../fonts/2D06DA_7_0.ttf') format('truetype'),
  url('../fonts/2D06DA_7_0.svg#wf') format('svg');
}

.logo-publico {display: inline-block;float: right;width: 38%;text-align: right;margin: 85px 5px 0 0;}
.logo-publico > img {width: 100%;display: inline-block;max-width:236px;}

/********** AJUSTES DESKTOP **********/

@media only screen and (max-width : 1160px) {



  /********** CABECERA **********/

  #header #logo-numeros > ul li:first-child {
    padding-left: 1.5em;
  }

  #header #logo-numeros h1 {
    margin: 1.5em 0 1.5em 2.1em;
  }

  #header #logo-numeros #numeros {
    float: left;
    clear: left;
    margin: 0 0 0.5em -0.1em;
  }

  #header #actua-banner > p {
    font-size: 1.3em;
  }

  #header #menu > dl dt {
    display: none;
  }

  #header #menu > dl dt + dd {
    margin-left: 0;
  }

    .logo-publico {
        display: inline-block;
        float: right;
        width: 62%;
        text-align: right;
        margin: 98px 5px 0 0;
    }

    #header #actua-banner div.banner {
        right: 10px;
        margin-top: 6px !important;
        width: 100% !important;
    }

}




/********** CSS MOBILE **********/



  /********** CABECERA **********/

  #header-mobile {
    position: relative;
    height: 7em;
    padding-top: 0.7em;
    background-color: #000;
    transition: 0.5s background-color ease;
  }

  #header-mobile h1 {
    overflow: hidden;
    position: relative;
    display: table;
    margin: 0 auto;
    font-size: 1em;
  }

  #header-mobile h1 img {
    width: 9.6em;
    height: 5.6em;
  }

  #header-mobile h1 span {
    position: absolute;
    top: -100000px;
  }

  #header-mobile #boton-menu {
    overflow: hidden;
    position: absolute;
    z-index: 3;
    left: 0.4em;
    top: 0.2em;
    width: 6.6em;
    height: 6.6em;
    background-image: url(../img/css/ico-menu.gif);
    background-position: center center;
    text-indent: -100000px;
  }

  #header-mobile #boton-buscador {
    overflow: hidden;
    position: absolute;
    z-index: 3;
    right: 0.4em;
    top: 0.2em;
    width: 6.6em;
    height: 6.6em;
    background-image: url(../img/css/ico-lupa-blanca-mobile.png);
    background-position: center 2.1em;
    text-indent: -100000px;
    transition: 0.5s background-color ease;
  }

  #header-mobile.buscador #boton-buscador {
    height: 6.8em;
    background-image: url(../img/css/ico-lupa-negra-mobile.png);
    background-color: #ec9393;
  }

  /***** Menú *****/

  #header-mobile #menu {
    position: absolute;
    z-index: 2;
    top: -100000px;
    left: 0;
    width: 100%;
    opacity: 0;
    transition: 0.5s opacity ease;
  }

  #header-mobile.menu #menu {
    top: 7em;
    opacity: 1;
  }

  #header-mobile #menu > ul {
    border-bottom: 1px #000 solid;
    background-color: #fff;
    font-family: 'corecircus';
  }

  #header-mobile #menu .secciones {
    background-color: #dedede;
  }

  #header-mobile #menu .especiales {
    background-color: #d9d9d9;
  }

  #header-mobile #menu .autores {
    background-color: #ccc;
  }

  #header-mobile #menu .anteriores {
    background-color: #bdbdbd;
  }

  #header-mobile #menu .suscribete {
    background-color: #c00;
  }

  #header-mobile #menu .agora {
    background-color: #f5f5f5;
  }

  #header-mobile #menu .item,
  #header-mobile #menu > ul > li > a {
    position: relative;
    border-width: 0 1px;
    border-color: #000;
    border-style: solid;
  }

  #header-mobile #menu .item p,
  #header-mobile #menu > ul > li > a {
    padding: 0 0.75em;
    line-height: 2.9em;
    font-size: 2em;
  }

  #header-mobile #menu .item p {
    overflow: hidden;
    padding-right: 3.65em;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  #header-mobile #menu .item button {
    position: absolute;
    top: 0;
    right: 0;
    width: 5.8em;
    height: 5.8em;
    background-image: url(../img/css/ico-flecha-gris.png);
    background-position: center center;
    text-indent: -100000px;
  }

  #header-mobile #menu a {
    display: block;
    text-decoration: none;
  }

  #header-mobile #menu .suscribete a {
    color: #fff;
  }

  #header-mobile #menu .subseccion {
    display: none;
    position: absolute;
    top: 0;
    left: 100%;
    width: 100%;
    border-bottom: 1px #000 solid;
    background-color: #dedede;
  }

  #header-mobile #menu .subseccion > button {
    display: block;
    width: 100%;
    padding: 1.75em 0 1.75em 3.33em;
    border-width: 0 1px;
    border-color: #000;
    border-style: solid;
    background-image: url(../img/css/ico-volver.png);
    background-position: 1em center;
    text-align: left;
    font-size: 1.5em;
    color: #fff;
  }

  #header-mobile #menu .subseccion .item a {
    overflow: hidden;
    display: block;
    width: 100%;
    padding: 0 0.75em;
    border-top: 1px #fff solid;
    text-overflow: ellipsis;
    white-space: nowrap;
    line-height: 2.9em;
    font-size: 2em;
  }

  #header-mobile #menu .secciones .con-boton a {
    padding-right: 3.65em;
  }

  #header-mobile #menu .subseccion > a {
    padding: 1em;
    border-top: 1px #b0b0b0 solid;
    border-left: 1px #000 solid;
    border-right: 1px #000 solid;
    font-size: 1.5em;
  }

  /***** Buscador *****/

  #header-mobile .gsc-control-cse {
    padding: 0;
    border: 0;
    background-color: transparent;
    font-size: 1em;
  }

  #header-mobile form.gsc-search-box {
    margin: 0;
    padding: 0;
    font-size: 1em;
  }

  #header-mobile table.gsc-search-box {
    position: absolute;
    z-index: 2;
    right: 0.4em;
    top: -100000px;
    width: 31.2em;
    display: block;
    margin: 0;
    padding: 1.2em;
    background-color: #ec9393;
    opacity: 0;
    transition: 0.5s opacity ease;
  }

  #header-mobile.buscador table.gsc-search-box {
    top: 7.2em;
    opacity: 1;
  }

  #header-mobile .gsc-input {
    padding-right: 0;
  }

  #header-mobile .gsc-input input {
    float: left;
    width: 12em;
    padding: 0 0.7em;
    border: 1px #fff solid;
    background-color: #fff;
    background-image: none !important;
    line-height: 2em;
    font-family: 'cheltenham_bold';
    font-weight: 500;
    font-size: 1.6em;
    color: #000;
  }

  #header-mobile .gsc-input input:focus {
    border-color: #c00;
    background-color: #fff;
    transition: 0.5s all ease;
  }

  #header-mobile td.gsc-search-button {
    width: auto;
  }

  #header-mobile input.gsc-search-button {
    overflow: hidden;
    float: left;
    width: 6.85em;
    height: 2.428em;
    min-width: initial;
    margin-left: 0;
    padding: 0;
    border: 0;
    border-radius: 0;
    background-color: #c00;
    font-family: 'corecircus';
    font-size: 1.4em;
  }

  #header-mobile .gsc-clear-button {
    display: none;
  }

    .div-mobile #revista-sonora {float: left;width: 70%;}
    .div-mobile .logo-publico {position: absolute;right: 1em;top: 0;margin: 0;}
    .div-mobile .logo-publico > img {max-width: 175px;}
    .div-mobile .subheader {margin-top: 8px;display: inline-block;width: 100%;border-bottom: 1px solid #eee;margin-bottom: 15px;position: relative;padding-bottom: 15px;}

  /* Publicidad */
    .megabanner {min-height: 90px;margin: 7px auto;text-align: center;}
    .megabanner > div {text-align: center;margin: 0 auto;display: inline-block;position: relative;}
    .megabanner > div:before {content: "publicidad";position: absolute;top: 38px;left: -55px;font-family: 'CoreCircus';-webkit-transform: rotate(270deg);font-size: 11px;letter-spacing: -0.03em;}

    .articulo-aditivos .megabanner.pie {position: relative;margin: 30px 0;float: left;width: 100%;clear: both;left: inherit;display: none;}

    .div-mobile .megabanner {min-height: 50px;position: relative;display: inline-block;text-align: center;width: 100%;margin: 3px auto;}
    .div-mobile .megabanner > div {min-height: 50px;position: relative;display: inline-block;max-width: 320px;margin: 5px auto;}
    .div-mobile .megabanner > div:before {content: "";}
    .div-mobile .megabanner > div iframe {max-width:320px;}

    .robapaginas {min-height: 270px;text-align: center;}
    .robapaginas > div {padding:top:20px;text-align: center;margin: 0 auto;display: inline-block;position: relative;width:300px;min-height:250px;background:#f5f5f5;}
    .robapaginas > div:before {content: "publicidad";position: absolute;top: -20px;left:0;font-family: 'CoreCircus';font-size: 11px;letter-spacing: -0.03em;}

    .articulo-contenido .text-container .left .texto .robapaginas {display:none;}
    .articulo-contenido .text-container .left .texto .megabanner {margin: 40px auto;}

    .skin .div-desktop, .skin #main, .skin .masctxt, .skin #footer {max-width: 1000px;margin: 0 auto;}

@media only screen and (max-width: 739px){
    #footer .col_1_4 {float:none; width:100%; display:block; margin:1em 0;}
    #footer .col_1_4 p, .mobile #footer .col_2_4 p {float:none; margin:1em 0; padding:0}
    #footer .col_2_4 h3 {float:none; margin:1em 0; padding:0; font-size:1.5em;}
    #footer .col_2_4 {float:none; width:100%; border:0; border-top:1px solid #CCC; border-bottom:1px solid #CCC;}

    .bloques-portada-up {margin-bottom: 0 !important;}

    .top10{
        padding-top:17px;
    }

}

@media only screen and (max-width: 500px){
    .div-mobile .logo-publico {
        position: relative;
        right: 0;
        top: 0;
        margin: 10px 0 0;
        text-align: center;
        width: 100%;
    }
    .div-mobile #logo-numeros {
        width: 100%;
        float: initial;
        margin-left: 0.5em;
        display: inline-block;
        margin: 0 auto;
        text-align: center;
    }
    .div-mobile #logo-numeros #numeros {
        margin: 0 auto;
    }
    .div-mobile .subheader {
        margin-top: 2px;
    }
    .robapaginas.first > div {max-height: 250px;overflow:hidden;}
}
@media only screen and (max-width: 436px){
    .articulo-contenido .text-container .right > div.robapaginas, .pb-ads.megabanner {display: none;}
    .articulo-contenido .text-container .right > div {margin: 2em auto 5em !important;}
    .articulo-contenido .text-container .left .texto .robapaginas {display:block;margin: 40px auto 20px;}
}


@media print {
  .body #footer {display: none;}
  #header-mobile {display: none;}
  .div-mobile {display: none;}
  #aviso-cookies {display: none;}
  .logo-publico {display: none;}
  body #footer {display: none;}
  #actua-banner {display: none;}
  .megabanner {display: none;}
  .robapaginas {display: none;}
  #aviso-cookies {display: none;}
}