<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*** Mi cuenta ****/

.menu-mi-cuenta h1 {
  font-size: 26px;
  color: #007398;
  font-family: NexusSansProItalic;
  margin-top: 60px;
}
.menu-mi-cuenta .menu .menu-list li a:hover,
.menu-mi-cuenta .menu .menu-list li a.active {
  color: #007392;
}

.nav-mi-cuenta ul {
  display: flex;
  list-style: none;
  gap: 25px;
  padding: 0;
  margin-bottom: 20px;
}

.nav-mi-cuenta ul a {
  border-bottom: 3px solid #eeeeee;
  padding-bottom: 5px;
  color: #323232;
}

.nav-mi-cuenta ul a:hover,
.nav-mi-cuenta ul a.active {
  border-bottom: 3px solid #ff7203;
}

.nav-mi-cuenta .datos-personales {
  background: url("../../images/template/personal_b6b6b6.png") no-repeat top left;
  background-size: 18px 19px;
  padding-left: 25px;
  line-height: 23px;
}
.nav-mi-cuenta .datos-personales:hover,
.nav-mi-cuenta .datos-personales.active {
  background: url("../../images/template/personal_ff7203.png") no-repeat top left;
  background-size: 18px 19px;
}
.nav-mi-cuenta .direcciones {
  background: url("../../images/template/etiqueta_b6b6b6.png") no-repeat top left;
  background-size: 22px 22px;
  padding-left: 30px;
  line-height: 23px;
}
.nav-mi-cuenta .direcciones:hover,
.nav-mi-cuenta .direcciones.active {
  background: url("../../images/template/etiqueta_ff7203.png") no-repeat top left;
  background-size: 22px 22px;
}
.nav-mi-cuenta .cambiar-password {
  background: url("../../images/template/llave_b6b6b6.png") no-repeat top left;
  background-size: 22px 23px;
  padding-left: 30px;
  line-height: 23px;
}
.nav-mi-cuenta .cambiar-password:hover,
.nav-mi-cuenta .cambiar-password.active {
  background: url("../../images/template/llave_ff7203.png") no-repeat top left;
  background-size: 22px 23px;
}

.nav-mi-cuenta .newsletter {
  background: url("../../images/template/newsletter_b6b6b6.png") no-repeat top left;
  background-size: 23px 19px;
  padding-left: 30px;
}
.nav-mi-cuenta .newsletter:hover,
.nav-mi-cuenta .newsletter.active {
  background: url("../../images/template/newsletter_ff7203.png") no-repeat top left;
  background-size: 23px 19px;
}
.nav-mi-cuenta .favoritas {
  background: url("../../images/template/estrella_b6b6b6.png") no-repeat top left;
  background-size: 29px 27px;
  padding-left: 35px;
}
.nav-mi-cuenta .favoritas:hover,
.nav-mi-cuenta .favoritas.active {
  background: url("../../images/template/estrella_ff7203.png") no-repeat top left;
  background-size: 29px 27px;
}
.nav-mi-cuenta .productos {
  background: url("../../images/template/libro_b6b6b6.png") no-repeat top left;
  background-size: 18px 23px;
  padding-left: 30px;
}
.nav-mi-cuenta .productos:hover,
.nav-mi-cuenta .productos.active {
  background: url("../../images/template/libro_ff7203.png") no-repeat top left;
  background-size: 18px 23px;
}
.nav-mi-cuenta .cursos {
  background: url("../../images/template/f_formacion_b1b1b1.png") no-repeat top left;
  background-size: 22px;
  padding-left: 30px;
}
.nav-mi-cuenta .cursos:hover,
.nav-mi-cuenta .cursos.active {
  background: url("../../images/template/f_formacion_e0711c.png") no-repeat top left;
  background-size: 22px;
}
.nav-mi-cuenta .adquiridos {
  background: url("../../images/template/articulos_b1b1b1.png") no-repeat top left;
  background-size: 20px;
  padding-left: 30px;
}
.nav-mi-cuenta .adquiridos:hover,
.nav-mi-cuenta .adquiridos.active {
  background: url("../../images/template/articulos_e0711c.png") no-repeat top left;
  background-size: 20px;
}
.nav-mi-cuenta .colecciones {
  background: url("../../images/template/newscol_b1b1b1.png") no-repeat top left;
  background-size: 20px;
  padding-left: 30px;
}
.nav-mi-cuenta .colecciones:hover,
.nav-mi-cuenta .colecciones.active {
  background: url("../../images/template/newscol_e0711c.png") no-repeat top left;
  background-size: 20px;
}

.mi-cuenta h2 {
  color: #007398;
  font-size: 22px;
}
.mi-cuenta h2 span {
  font-family: NexusSansProItalic;
}
.mi-cuenta .btn-01 {
  margin-top: 20px;
}
.mi-cuenta .cmbCapas {
  width: 100%;
}
.mi-cuenta .cmbCapas input[type="text"] {
  width: 100%;
  margin-left: 0;
  margin-top: 20px;
  margin-bottom: 20px;
}

.mi-cuenta .static .content {
  float: none;
  width: 100%;
}

.mi-cuenta .chk .desc {
  float: right;
  width: 770px;
  line-height: 16px;
  font-size: 16px;
}

.mi-cuenta .intro {
  font-size: 17px;
  padding: 15px;
  background-color: #ededed;
  background-repeat: no-repeat;
  background-position: top 20px left 22px;
  background-size: 28px 29px;
  margin-bottom: 40px;
}

.mi-cuenta .historial-busqueda {
  margin-bottom: 20px;
  color: #323232;
  border-bottom: 1px solid #dcdcdc;
  padding-bottom: 10px;
}
.mi-cuenta .historial-busqueda span {
  color: #737373;
}

.historial-busqueda-date-eliminar {
  display: flex;
  justify-content: space-between;
  font-size: 14px;
}

.mi-cuenta .historial-busqueda-date {
  font-size: 16px;
  color: #737373;
  margin-bottom: 10px;
}

.historial-busqueda-eliminar {
  border: none;
  background: none;
  color: #007398;
  cursor: pointer;
}

.historial-busqueda-eliminar::before {
  content: url("../../images-corp/trash.svg");
  display: inline-block;
  width: 18px;
  vertical-align: -2px;
}

.mi-cuenta .historial-busqueda-repetir::before {
  content: url("../../images-corp/lupa.svg");
  display: inline-block;
  width: 15px;
  margin-right: 5px;
  vertical-align: middle;
}
.mi-cuenta .historial-busqueda-nuevos {
  margin-left: 20px;
}

.mi-cuenta .historial-busqueda-title,
.mi-cuenta .historial-busqueda-revista {
  margin-bottom: 5px;
}

.mi-cuenta .historial-busqueda-nuevos::before {
  content: url("../../images-corp/reloj.svg");
  display: inline-block;
  width: 19px;
  margin-right: 5px;
  vertical-align: middle;
}
.historial-lectura-elemento-fecha-borrar {
  display: flex;
  justify-content: space-between;
  font-size: 14px;
}
.historial-lectura-item-fecha {
  font-size: 16px;
  color: #737373;
}

.historial-lectura-elemento .item-preview {
  margin-top: 5px;
}

.historial-lectura-elemento-eliminar {
  border: none;
  background: none;
  color: #007398;
  cursor: pointer;
}

.historial-lectura-elemento-eliminar::before {
  content: url("../../images-corp/trash.svg");
  display: inline-block;
  width: 18px;
  vertical-align: -2px;
}

#registro h1 span {
  color: #007398;
  font-family: NexusSansProItalic;
}
#registro .right {
  background-image: url("../images/template/permisos-reproduccion.png");
  background-size: 80%;
}
#registro .chk {
  margin-top: 15px;
}
#registro .chk .chkNaranja {
  float: left;
}
#registro .chk .desc {
  float: left;
  line-height: 16px;
  font-size: 16px;
}
#registro .chk .desc a {
  font-size: 18px;
}
#registro .info .titulo-top {
  font-size: 26px;
  color: #323232;
}
#registro .info .titular {
  color: #007398;
  margin-top: 10px;
}
#registro .info p {
  margin: 0;
}
#registro .msg {
  margin-top: 20px;
  width: auto;
  margin-bottom: 20px;
  color: #505050;
  padding: 10px;
  font-size: 16px;
  border: 1px solid #e8711c;
}

#direcciones.static .content .direccion {
  margin-bottom: 15px;
}
#direcciones.static .aniadir {
  color: #007392;
  font-size: 16px;
  display: block;
  margin-bottom: 15px;
}
#direcciones.static .aniadir:hover {
  border: none;
  cursor: pointer;
}
#direcciones .aniadir-direccion label {
  font-size: 18px;
  color: #b4b4b4;
}
#direcciones .aniadir-direccion .magic-radio + label {
  font-size: 18px;
  color: #b4b4b4;
}
#alertas-newsletters .suscripcion {
  font-size: 18px;
  color: #505050;
}
#alertas-newsletters .chkNaranja {
  vertical-align: middle;
  margin-right: 20px;
}

#favoritas h2 {
  margin-bottom: 30px;
}
#favoritas .revista {
  font-size: 15px;
}
#favoritas .revista .portada {
  float: left;
}
#favoritas .revista .portada img {
  width: 107px;
  height: 144px;
  box-shadow: 5px 5px 5px 0px;
}
#favoritas .revista .desc {
  width: 185px;
  float: left;
  color: #323232;
  margin-left: 20px;
}
#favoritas .revista .desc span {
  color: #767676;
}
#favoritas .revista .desc .titulo {
  color: #007398;
  font-family: NexusSerifProPro;
  line-height: 21px;
}
#favoritas .revista .consultar {
  color: #007398;
  padding: 15px;
  text-align: center;
  border: 1px solid #007398;
  margin-top: 55px;
}
#favoritas .revista .suscribirse {
  color: white;
  padding: 15px;
  text-align: center;
  border: 1px solid #e9711c;
  background-color: #e9711c;
  margin-top: 25px;
}

#datos-principales .texto-recibir {
  font-size: 14px;
  color: #52524f;
  line-height: 16px;
  margin-top: 25px;
}
#productos h2 {
  margin-bottom: 30px;
}
#productos a {
  color: #505050;
  font-size: 18px;
}
#productos a:hover {
  color: #007398;
}
#productos .revista-prev .desc {
  width: 355px;
}

#no-acceso .desp {
  color: #007398;
  cursor: pointer;
}

#password h2 {
  margin-bottom: 25px;
}

#cursos .lista-corp {
  margin-top: 30px;
  margin-bottom: 20px;
}

#no-acceso.mi-cuenta {
  margin-top: 10px;
}

.mi-cuenta .alerta-busqueda {
  margin-bottom: 20px;
  color: #323232;
  border-bottom: 1px solid #dcdcdc;
  padding-bottom: 10px;
}
.mi-cuenta .alerta-busqueda span {
  color: #737373;
}

.alerta-busqueda-date-eliminar {
  display: flex;
  justify-content: space-between;
  font-size: 14px;
  margin-bottom: 10px;
}

.mi-cuenta .alerta-busqueda-date {
  font-size: 16px;
  color: #737373;
}

.alerta-busqueda-eliminar {
  border: none;
  background: none;
  color: #007398;
  cursor: pointer;
}

.alerta-busqueda-eliminar::before {
  content: url("../../images-corp/trash.svg");
  display: inline-block;
  width: 18px;
  vertical-align: -2px;
}

.mi-cuenta .alerta-busqueda-repetir::before {
  content: url("../../images-corp/lupa.svg");
  display: inline-block;
  width: 15px;
  margin-right: 5px;
  vertical-align: middle;
}
.mi-cuenta .alerta-busqueda-nuevos {
  margin-left: 20px;
}

.mi-cuenta .alerta-busqueda-nuevos::before {
  content: url("../../images-corp/reloj.svg");
  display: inline-block;
  width: 19px;
  margin-right: 5px;
  vertical-align: middle;
}
.mi-cuenta .alerta-busqueda-title,
.mi-cuenta .alerta-busqueda-revista {
  margin-bottom: 5px;
}
.mi-cuenta .alerta-busqueda-frecuencia {
  font-size: 16px;
  margin-bottom: 5px;
}
</pre></body></html>