:root {
  --hover-one: #00487a;
}
header .logo-buscador {
  height: 180px;
  background: url("../images/cabecera1.jpg") white no-repeat;
  background-size: 4000px 180px;
}
header .logo-buscador .logo .img {
  padding-left: 175px;
}
.wordmark {
  width: 562px;
}
header .logo-buscador .logo {
  padding-top: 35px;
  width: 40%;
}

header .logo-buscador .buscador .box-buscador {
  background-color: rgba(255, 255, 255, 0.8);
}
.capa-buscador {
  background-color: transparent;
}
.capa-buscador .busqueda input[type="text"] {
  background-color: transparent;
}
.capa-buscador .busqueda {
  border-color: #00487a;
}

.capa-buscador .busqueda input[type="submit"] {
  background-color: rgba(255, 255, 255, 1);
  border-color: white;
}
header .logo-buscador .buscador input[type="button"] {
  background-color: rgba(255, 255, 255, 1);
  border-color: white;
}
header .compartir-bl {
  background-image: url("../images/compartir_00487a.png");
}
header .compartir-bl:hover {
  background-image: url("../images/compartir-bl.png");
}
header .lupa_blanca {
  background-image: url("../images/lupa_00487a.png");
}
header .lupa_blanca:hover {
  background-image: url("../images/lupa_blanca.png");
}

.sidebar .podcast {
  background: url("../images/podcast_00487a.png") #f5f5f5 no-repeat top 13px left 8px;
  background-size: 22px 33px;
  margin-bottom: 35px;
}
.sidebar .podcast .top {
  padding: 25px 12px 0 12px;
}
.sidebar .podcast .titulo {
  font-size: 17px;
  color: #00487a;
  margin-bottom: 35px;
  margin-left: 32px;
}
.sidebar .podcast .titulo-item {
  font-size: 14px;
  color: #00487a;
  line-height: 15px;
  margin-bottom: 20px;
}

.sidebar .resumen-grafico {
  padding: 10px;
  background: url("../images/resumen_b9b9b9.png") #eeeeee no-repeat top 13px left 10px;
  background-size: 48px 41px;
  margin-bottom: 35px;
}
.sidebar .resumen-grafico .titulo {
  margin-left: 78px;
  margin-top: 30px;
  margin-bottom: 25px;
  color: #00487a;
  font-size: 17px;
}
.sidebar .resumen-grafico img {
  border-top: 2px solid #00487a;
  width: 100%;
}

#info-item .opciones .traduccion.en::before {background: url(../../../org/images/bandera_inglaterra.jpg) ;background-size:cover;width: 25px;height: 19px;}
#info-item .opciones .traduccion.es::before {background: url(../../../org/images/bandera_espana.png) ;background-size:cover;width: 25px;height: 19px;}

@media screen and (min-width: 280px) and (max-width: 1250px) {
  .wordmark {
    width: 420px;
  }
  header .logo-buscador .logo {
    padding-top: 40px;
  }
}

@media screen and (min-width: 280px) and (max-width: 1120px) {
  .wordmark {
    width: 310px;
  }

  header .logo-buscador .logo {
    padding-top: 40px;
  }
}

@media screen and (min-width: 280px) and (max-width: 1000px) {
  .wordmark {
    width: 202px;
  }

  header .logo-buscador .logo {
    padding-top: 40px;
  }
}
@media screen and (min-width: 280px) and (max-width: 1000px) {
  header .logo-buscador {
    height: 180px;
    background: url("../images/cabecera2.jpg") white no-repeat;
    background-size: 1000px 180px;
  }
}
