:root {
  --hover-one: #027039;
}
header .logo-buscador {
  height: 180px;
  background: url("../images/cabecera1.jpg") white no-repeat;
  background-size: 4000px 180px;
}
.wordmark {
  width: 537px;
  overflow: hidden;
}
header .logo-buscador .logo .img {
  padding-left: 0;
}
header .logo-buscador .logo {
  padding-top: 50px;
}

header .logo-buscador .buscador .box-buscador {
  background-color: rgba(255, 255, 255, 0.5);
}
header .logo-buscador .buscador .box-buscador .campo {
  background: transparent;
}

.capa-buscador .busqueda input[type="submit"] {
  background-color: #009872;
  border-color: #009872;
}
header .logo-buscador .buscador input[type="button"] {
  background-color: #009872;
  border-color: #009872;
}
.capa-buscador .busqueda input::placeholder {
  color: #009872;
  opacity: 1;
}
.capa-buscador .busqueda input[type="text"] {
  color: #027039;
  opacity: 1;
}
.capa-buscador .busqueda {
  border-color: #009872;
}
header .logo-buscador .buscador .box-buscador .campo .busqueda-avanzada a {
  color: #009872;
}
header .logo-buscador .buscador .box-buscador .compartir {
  color: #009872;
}

#sumarios .listado-sumarios .tabla {
  padding: 25px 12px;
  background-color: #f5f5f5;
}
#sumarios .listado-sumarios .tabla .tbl {
  overflow: hidden;
}
#sumarios .listado-sumarios .tabla table tr:first-of-type {
  border-bottom: 2px solid #045e96;
  font-size: 16px;
  color: #505050;
}
#sumarios .listado-sumarios .tabla table tr:nth-child(2) td {
  padding-top: 20px;
}
#sumarios .listado-sumarios .tabla table td {
  color: #737373;
  font-size: 12px;
}
#sumarios .listado-sumarios .tabla table td a:hover {
  border-bottom: 2px solid #045e96;
  color: #045e96;
}
#sumarios .listado-sumarios .tabla table td.anio a {
  color: #045e96;
  font-size: 14px;
}
#sumarios .listado-sumarios .ver.mas {
  cursor: pointer;
  margin-top: 20px;
  background: url("../images/mas_045e96.svg") no-repeat center center;
  width: 14px;
  height: 14px;
  background-size: 14px 14px;
}
#sumarios .listado-sumarios .ver.menos {
  cursor: pointer;
  margin-top: 20px;
  background: url("../images/mas_045e96.svg") no-repeat center center;
  width: 14px;
  height: 14px;
  background-size: 14px 14px;
}
#sumarios .listado-sumarios {
  width: 65%;
  max-width: 65%;
}

#sponsors .sponsor {
  margin-top: 35px;
}
#sponsors .sponsor .logo {
  float: left;
}
#sponsors .sponsor .titulo {
  float: right;
}

.sidebar .open-call {
  margin-bottom: 40px;
  padding: 20px 13px;
  background: url("../images/estrella_027039.svg") #eeeeee no-repeat top 10px
    right 10px;
  background-size: 27px 25px;
}
.sidebar .open-call .titulo {
  font-size: 14px;
  margin-bottom: 25px;
  color: #505050;
}
.sidebar .open-call .seccion {
  font-size: 26px;
  margin-bottom: 10px;
  color: #027039;
}
.sidebar .open-call .desc {
  font-size: 13px;
  margin-bottom: 30px;
  color: #737373;
  line-height: 16px;
}
.sidebar .open-call .ver {
  font-size: 17px;
  color: #027039;
  text-align: right;
}
.sidebar .open-call .ver img {
  vertical-align: middle;
  margin-left: 5px;
  width: 7px;
}

.open-call-desc ul {
  list-style: disc;
  padding-left: 40px;
}

@media screen and (min-width: 280px) and (max-width: 1050px) {
  .wordmark {
    margin-left: -45px;
  }
}

@media screen and (min-width: 280px) and (max-width: 1005px) {
  .wordmark {
    margin-left: -65px;
  }
}

@media screen and (min-width: 280px) and (max-width: 982px) {
  .wordmark {
    width: 450px;
  }
}
@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;
  }
}

@media screen and (min-width: 280px) and (max-width: 575px) {
  #sponsors .sponsor .logo {
    float: none;
  }
  #sponsors .sponsor .titulo {
    float: none;
  }
}
