:root {
  --hover-one: #081f3b;
}
header .logo-buscador {
  height: 180px;
  background: url("../images/fondo_htct.png") white no-repeat;
  background-size: 100% 180px;
}
.wordmark {
  width: 475px;
}
header .logo-buscador .logo {
  padding-top: 45px;
}
header .logo-buscador .logo .img {
  padding-left: 25px;
}


header .accesos-revista .accesos .caja-desp.publique {
  width: 270px;
}



header
  .logo-buscador
  .buscador
  .box-buscador
  .campo
  .busqueda-avanzada
  a:hover {
  color: white;
}
header .logo-buscador .buscador .btn-compartir:hover > div {
  color: white;
}

#sumarios .listado-sumarios .tabla {
  padding: 25px 12px;
  background-color: #f5f5f5;
}
#sumarios .listado-sumarios .tabla .tbl {
  height: 580px;
  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%;
}

.hemo-play {
  background-color: #7b0913;
  margin-bottom: 40px;
  font-size: 20px;
  text-align: justify;
  border: 2px solid #081f3b;
  padding: 20px 10px;
  color: white;
  text-align: center;
  line-height: 26px;
}
.hemo-play a {
  color: white;
}

@media screen and (min-width: 280px) and (max-width: 1000px) {
 
}
