html {
  color: var(--colorTextoGeneral--enVisor);
  height: 100%;
}

.franja-navegacion-visor {
  background-color: var(--colorBackgroundFranjaNavegacionVisor);
  border-top: 1px solid var(--colorBordePanelesVisor);
  border-bottom: 1px solid var(--colorBordePanelesVisor);
}

.navegacion-visor {
  min-height: 60px;
}

@media screen and (min-width: 768px) { 
  .navegacion-visor {
    border: none;
  }
}

.contenedor-navegacion-visor {
  height: 100%;
}

.grid-contenedor-navegacion-visor {
  height: 100%;
}

.contenido-franja-navegacion-visor {
  margin: 0 10px 0 10px;
}

@media screen and (min-width: 576px) {
  .contenido-franja-navegacion-visor {
    margin: 0 20px 0 20px;
  }
}

@media screen and (min-width: 992px) {
  .contenido-franja-navegacion-visor {
    margin: 0 30px 0 30px;
  }
}

@media screen and (min-width: 1200px) {
  .contenido-franja-navegacion-visor {
    margin: 0;
  }
}

@media screen and (min-width: 1590px) {
  .visor-wide .contenido-franja-navegacion-visor {
    margin: 0 30px 0 30px;
  }
}

@media screen and (min-width: 1660px) { 
  .visor-wide .contenido-franja-navegacion-visor {
    margin: 0;
  }
}

.panel-titulo-documento { 
  display: flex;
  min-height: 40px;
  color: var(--colorTextoTituloDocumentoVisor);
  align-items: center;
  justify-self: center;
  margin-top: 10px; 
}

@media screen and (min-width: 768px) {
  .panel-titulo-documento {
    min-height: 60px;
    justify-self: left;
    margin: 10px 0 10px 0;
  }
}

.panel-titulo-documento h1 {
  font-size: var(--letra12);
  font-weight: 600;
  line-height: 16px;
  align-self: center;
  overflow: hidden; 
  margin: 0;
}

@media screen and (min-width: 768px) {
  .panel-titulo-documento h1 {
    font-size: var(--letra14);
    line-height: 18px;
    text-align: left;
  }
}

@media screen and (min-width: 992px) {
  .panel-titulo-documento h1 {
    font-size: var(--letra15);
    line-height: 19px;
  }
}

@media screen and (min-width: 1200px) {
  .not-used-panel-titulo-documento h1 {
    font-size: var(--letra18);
    line-height: 22px;
  }
}

.panel-boton-anotaciones {
  display: flex;
  border-left: 0 solid var(--colorBordePanelVisor);
  margin-bottom: 10px;
}

@media (min-width: 768px) {
  .panel-boton-anotaciones {
    margin-bottom: 0;
  }
}

.boton-anotaciones {
  min-width: 120px;
  height: var(--botonVisorCompuestoSmallHeight);
  background-color: var(--colorBackgroundBotonAnotaciones);
  color: var(--colorTextoBotonVisorCompuesto);
  border: var(--botonVisorCompuestoBorderWidth) solid var(--colorBordeBotonVisorCompuesto); 
  border-radius: var(--borderRadiusBotonVisorCompuestoSmall);
  font-family: var(--font-family-6);
  font-size: var(--letraBotonVisorCompuestoSmall);
  font-weight: var(--enfasisTextoBotonAnotaciones);
  align-self: center;
  transition: .3s background-color ease,.3s transform ease;
  padding: 0 16px;
  cursor: pointer;
}

@media (min-width: 768px) {
  .boton-anotaciones {
    min-width: 162px;
    height: var(--botonVisorCompuestoNormalHeight);
    border-radius: var(--borderRadiusBotonVisorCompuestoNormal);
    font-size: var(--letraBotonVisorCompuestoNormal);
  }
}

.boton-anotaciones:hover {
  color: var(--colorTextoBotonVisorCompuestoHover);
}

.boton-anotaciones:focus {
  background-color: var(--colorBackgroundBotonAnotacionesFocus);
  border: var(--botonVisorCompuestoBorderWidth) solid var(--colorBordeBotonVisorCompuestoFocus);
}
  
.boton-anotaciones:active {
  outline: 0;
  background-color: var(--colorBackgroundBotonVerMasActive);
  border: var(--botonVisorCompuestoBorderWidth) solid var(--colorBordeBotonVisorCompuestoActive);
  box-shadow: inset 0 3px 5px rgba(0,0,0,.125)
}

.contenedor-boton-anotaciones {
  display: flex;
  justify-content: center;
  align-items: center;
}

.panel-botones-acciones {
  height: auto;
  margin-bottom: 10px;
}

@media (min-width: 768px) {
  .panel-botones-acciones {
    margin-bottom: 0;
  }
}

.contenedor-panel-botones-acciones {
  height: 100%;
}

.grid-contenedor-panel-botones-acciones {
  height: 100%;
  align-items: center;
  justify-content: flex-end;
}

.panel-boton-suin {
  display: flex;
  border-left: 0 solid var(--colorBordePanelVisor);
}

.boton-suin {
  height: var(--botonVisorCompuestoSmallHeight);
  width: auto;
  border: var(--botonVisorCompuestoBorderWidth) solid var(--colorBordeBotonSUINJuriscol);
  border-radius: var(--borderRadiusBotonVisorCompuestoSmall);
  background-color: var(--colorBackgroundBotonSUINJuriscol);
  align-self: center;
  transition: .3s background-color ease,.3s transform ease;
  margin-left: 20px;
  margin-right: 10px; 
  cursor: pointer;
}

@media screen and (min-width: 768px) {
  .boton-suin {
    height: Var(--botonVisorCompuestoNormalHeight);
    width: auto;
    border-radius: var(--borderRadiusBotonVisorCompuestoNormal);
  }
}

.boton-suin:focus {
  background-color: var(--colorBackgroundBotonSUINJuriscolFocus);
  border: var(--botonVisorCompuestoBorderWidth) solid var(--colorBordeBotonSUINJuriscolFocus);
}

.boton-suin:active {
  outline: 0;
  background-color: var(--colorBackgroundBotonSUINJuriscolActive);
  border: var(--botonVisorCompuestoBorderWidth) solid var(--colorBordeBotonSUINJuriscolActive);
  box-shadow: inset 0 3px 5px rgba(0,0,0,.125)
}

.boton-suin img {
  width: auto;
  height: 38px; 
  border-radius: 19px;
  margin-left: 10px;
  margin-right: 10px;
}

@media screen and (min-width: 768px) {
  .boton-suin img {
    height: 40px; 
    border-radius: 20px;
  }
}

.contenedor-boton-suin {
  display: flex;
  height: 100%;
  border-radius: var(--borderRadiusBotonVisorCompuestoSmall);
  justify-content: center;
  align-items: center;
}

@media screen and (min-width: 768px) {
  .contenedor-boton-suin {
    border-radius: var(--borderRadiusBotonVisorCompuestoNormal);
  }
}

.panel-boton-ayuda-sencillo {
  display: none;
}

.boton-ayuda-sencillo {
  display: none; 
  height: var(--botonVisorSencilloSmallSize);
  width: var(--botonVisorSencilloSmallSize);
  border: 1px solid var(--colorBordeBotonVisorSencillo);
  border-radius: var(--borderRadiusBotonVisorSencilloSmall);
  background-color: var(--colorBackgroundBotonVisorSencillo);
  cursor: pointer;
  margin-right: 10px; 
}

@media screen and (min-width: 576px) {
  .boton-ayuda-sencillo {
    margin-right: 0;
  }
}

@media screen and (min-width: 768px) {
  .boton-ayuda-sencillo {
    height: var(--botonVisorSencilloNormalSize);
    width: var(--botonVisorSencilloNormalSize);
    border-radius: var(--borderRadiusBotonVisorSencilloNormal);
  }
}

.boton-ayuda-sencillo:hover {
  background-color: var(--colorBackgroundBotonVisorSencilloHover);
}

.boton-ayuda-sencillo img {
  width: 18px;
  height: 18px;
}

.contenedor-boton-ayuda-sencillo {
  display: flex;
  height: 100%;
  justify-content: center;
  align-items: center;
}

.boton-download-sencillo {
  height: var(--botonVisorSencilloSmallSize);
  width: var(--botonVisorSencilloSmallSize);
  background-color: var(--colorBackgroundBotonVisorSencillo);
  border: var(--botonVisorSencilloBorderWidth) solid var(--colorBordeBotonVisorSencillo);
  border-radius: var(--borderRadiusBotonVisorSencilloSmall);
  align-self: center;
  transition: .3s background-color ease,.3s transform ease;
  cursor: pointer;
}

@media screen and (min-width: 768px) {
  .boton-download-sencillo {
    height: var(--botonVisorSencilloNormalSize);
    width: var(--botonVisorSencilloNormalSize);
    border-radius: var(--borderRadiusBotonVisorSencilloNormal);
  }
}

.boton-download-sencillo:focus {
  background-color: var(--colorBackgroundBotonVisorSencilloFocus);
  border: var(--botonVisorCompuestoBorderWidth) solid var(--colorBordeBotonVisorCompuestoFocus);
}

.boton-download-sencillo:active {
  outline: 0;
  background-color: var(--colorBackgroundBotonVisorSencilloActive);
  border: var(--botonVisorCompuestoBorderWidth) solid var(--colorBordeBotonVisorCompuestoActive);
  box-shadow: inset 0 3px 5px rgba(0,0,0,.125)
}

.boton-download-sencillo img {
  width: 14px;
  height: 14px;
}

@media screen and (min-width: 768px) {
  .boton-download-sencillo img {
    width: 18px;
    height: 18px;
  }
}

.contenedor-boton-download-sencillo {
  display: flex;
  height: 100%;
  border-radius: var(--borderRadiusBotonVisorSencilloSmall);
  justify-content: center;
  align-items: center;
}

@media screen and (min-width: 768px) {
  .contenedor-boton-download-sencillo {
    border-radius: var(--borderRadiusBotonVisorSencilloNormal);
  }
}

.contenedor-contenido {
  height: 100%;
}

.grid-contenedor-contenido {
  height: 100%
}

.franja-visor {
  background-color: var(--colorBackgroundFranjaVisor);
}

.grid-contenedor-franja-visor {
  height: 100%
}

.left-panel-contenido-visor {
  display: none;
}

.contenido-visor {
  height: 100%;
  background-color: var(--colorBackgroundContenidoVisor);
  margin: 0 10px 0 10px;
}

@media screen and (min-width: 576px) {
  .contenido-visor {
    margin: 0 20px 0 20px;
  }
}

@media screen and (min-width: 992px) {
  .contenido-visor {
    margin: 0 30px 0 30px;
  }
}

@media screen and (min-width: 1200px) {
  .contenido-visor {
    margin: 0;
  }
}

@media screen and (min-width: 1590px) {
  .visor-wide .contenido-visor {
    margin: 0 30px 0 30px;
  }
}

@media screen and (min-width: 1660px) { 
  .visor-wide .contenido-visor {
    margin: 0;
  }
}

.right-panel-contenido-visor {
  display: none;
}

.grid-contenedor-contenido-visor {
  height: 100%;
  justify-content: initial;
  justify-items: initial;
}

.panel-auxiliar {
  display: none;
  height: auto;
  width: 100%;
}

@media screen and (min-width: 1590px) { 
  .visor-wide .panel-auxiliar {
    display: block; 
    border-left: 1px solid var(--colorBordePanelesVisor);
    border-right: 1px solid var(--colorBordePanelesVisor);
    background-color: var(--colorBackgroundPanelAuxiliar);
    min-width: 350px;
  }
}

@media screen and (min-width: 1680px) { 
  .visor-wide .panel-auxiliar {
    width: 400px;
  }
}

.panel-fondo-documento {
  width: auto;
  height: auto;
  background-color: var(--colorBackgroundPanelFondoDocumento);
  border: 1px solid var(--colorBordePanelesVisor); 
  border-radius: var(--borderRadiusPanelFondoDocumento);
  margin: 10px 0 20px 0; 
}

@media screen and (min-width: 768px) {
  .panel-fondo-documento {
    margin: 20px 0 30px 0; 
  }
}

@media screen and (min-width: 1590px) { 
  .visor-wide .panel-fondo-documento {
    border: 1px solid var(--colorBordePanelesVisor);
    border-radius: var(--borderRadiusPanelFondoDocumentoWide); 
    margin: 20px 20px 50px 20px;
  }
}

@media screen and (min-width: 1920px) { 
  .visor-wide .panel-fondo-documento {
    margin: 30px 30px 50px 30px;
  }
}

.panel-documento { 
  height: var(--altoPanelDocumento);
  background-color: var(--colorBackgroundPanelDocumento);
  border: 1px solid var(--colorBordePanelDocumento);
  text-align: left;
  margin: var(--margenPanelDocumentoSmall);
  padding: var(--paddingSuperiorDocumentoSmall) var(--paddingHorizontalDocumentosSmall) var(--paddingInferiorDocumentoSmall) var(--paddingHorizontalDocumentosSmall);
  overflow: auto; 
}

@media screen and (min-width: 576px) {
  .panel-documento {
    text-align: justify;
  }
}

@media screen and (min-width: 992px) {
  .panel-documento {
    margin: var(--margenPanelDocumentoNormal);
    padding: var(--paddingSuperiorDocumentoNormal) var(--paddingHorizontalDocumentosNormal) var(--paddingInferiorDocumentoNormal) var(--paddingHorizontalDocumentosNormal);
  }
}

@media screen and (min-width: 1590px) { 
  .visor-wide .panel-documento {
    margin: var(--margenPanelDocumentoBigger);
  }
}

@media screen and (min-width: 1920px) {
  .visor-wide .panel-documento {
    margin: var(--margenPanelDocumentoBiggest);
  }
}

.panel-documento p {
  color: var(--colorTextoDocumento);
  font-family: var(--font-family-6); 
  font-size: var(--letraDocumentoSmallest);
  font-weight: 300;
  letter-spacing: 0.1px;
  line-height: var(--letraLineHeightDocumentoSmallest);
}

@media screen and (min-width: 576px) {
  .panel-documento p {
    font-size: var(--letraDocumentoSmall);
    line-height: var(--letraLineHeightDocumentoSmall);
  }
}

@media screen and (min-width: 992px) {
  .panel-documento p {
    font-size: var(--letraDocumentoNormal);
    line-height: var(--letraLineHeightDocumentoNormal);
  }
}

.panel-documento table {
  color: var(--colorTextoDocumento);
  font-family: var(--font-family-6); 
  font-size: var(--letraDocumentoTablasSmallest);
  letter-spacing: 0.1px;
  line-height: 18px;
}

@media screen and (min-width: 576px) {
  .panel-documento table {
    font-size: var(--letraDocumentoTablasSmall);
  }
}

@media screen and (min-width: 992px) {
  .panel-documento table {
    font-size: var(--letraDocumentoTablasNormal);
  }
}

.ir-arriba {
  display: block;
  width: 100%;
  height: 16px;
}

.ir-arriba img {
  width: 16px;
  height: 16px;
}

.centrado {
  text-align: center;
}

.Letra14pt {
  font-size: var(--letra20);
  font-weight: bold;
}

@media screen and (min-width: 992px) {
  .Letra14pt {
    font-size: var(--letra24);
  }
}

.b_aj {
  font-weight: 600;
  color: var(--colorTextoBoldAJ); /* Antes, en un ensayo: --colorTextoBoldAJ */
}

.i_aj {
  font-style: italic;
}

.panel-documento a.bookmarkaj {
  color: var(--colorTextoBookmarksAJ);
  font-weight: 600;
  text-decoration: none;
}

.panel-documento a.bookmarkaj:hover {
  color: var(--colorTextoBookmarksAJHover);
  text-decoration: none;
}

.panel-documento a {
  color: var(--colorTextoLinks);
  font-weight: 400;
  text-decoration: none;
}

.panel-documento a:hover {
  color: var(--colorTextoLinksHover);
  text-decoration: underline;
}

.panel-documento p s {
  color: var(--colorTextoTachados);
}

s .b_aj {
  color: var(--colorTextoTachados);
}

.b_aj a {
  text-decoration: none;
}

a.caja_vja_encabezado,
a.caja_vja_encabezado_c {
  color: var(--colorTextoEncabezadoCajasValorJuridicoAgregado);
  font-weight: var(--enfasisTextoEncabezadoCajasValorJuridicoAgregado);
  text-decoration: none; 
}

a.caja_vja_encabezado:hover,
a.caja_vja_encabezado_c:hover {
  color: var(--colorTextoEncabezadoCajasValorJuridicoAgregadoHover);
  text-decoration: underline; 
}

.caja_vja_encabezado,
.caja_vja_encabezado_c {
  display: inline-flex;
  min-width: var(--botonCajasValorJuridicoAgregadoSmallMinWidth);
  height: var(--botonCajasValorJuridicoAgregadoSmallHeight);
  background-color: var(--colorBackgroundEncabezadoCajasValorJuridicoAgregado);
  border-radius: var(--borderRadiusBotonCajasValorJuridicoAgregadoSmall);
  border: var(--botonVisorCVJAsBorderWidth) solid var(--colorBordeCajasValorJuridicoAgregado); /* UI v4: 0.125rem solid var(--color--blue-2) */
  font-family: var(--font-family-6);
  font-size: var(--letra12);
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 0 16px;
  margin-bottom: 10px;
  transition: .3s background-color ease,.3s transform ease;
  text-decoration: none;
  cursor: pointer;
}

@media (min-width: 768px) {
  .caja_vja_encabezado,
  .caja_vja_encabezado_c {
    min-width: var(--botonCajasValorJuridicoAgregadoNormalMinWidth);
    height: var(--botonCajasValorJuridicoAgregadoNormalHeight);
    border-radius: var(--borderRadiusBotonCajasValorJuridicoAgregadoNormal);
    font-size: var(--letra15);
    line-height: 24px;
  }
}

.caja_vja_encabezado:hover,
.caja_vja_encabezado_c:hover {
  background-color: var(--colorBackgroundEncabezadoCajasValorJuridicoAgregadoHover);
  text-decoration: underline;
}

.caja_vja_encabezado:focus,
.caja_vja_encabezado_c:focus {
  background-color: var(--colorBackgroundEncabezadoCajasValorJuridicoAgregadoFocus);
  border: var(--botonVisorCVJAsBorderWidth) solid var(--colorBordeCajasValorJuridicoAgregadoFocus);
}

.caja_vja_encabezado:active,
.caja_vja_encabezado_c:active {
  outline: 0;
  background-color: var(--colorBackgroundEncabezadoCajasValorJuridicoAgregadoActive);
  border: var(--botonVisorCVJAsBorderWidth) solid var(--colorBordeCajasValorJuridicoAgregadoActive);
  box-shadow: inset 0 3px 5px rgba(0,0,0,.125);
}
  
.caja_vja_v {
  background-color: var(--colorBackgroundNotasVigencia);
  border: 1px solid var(--colorBordeCajasValorJuridicoAgregado);
  border-radius: 0;
  padding: 20px;
  margin-bottom: 20px;
}

.caja_vja_c {
  background-color: var(--colorBackgroundNotasConcordancias);
  border: 1px solid var(--colorBordeCajasValorJuridicoAgregado);
  border-radius: 0;
  padding: 20px;
  margin-bottom: 20px;
}

.caja_vja_la {
  background-color: var(--colorBackgroundNotasLegislacionAnterior);
  border: 1px solid var(--colorBordeCajasValorJuridicoAgregado);
  border-radius: 0;
  padding: 20px;
  margin-bottom: 20px;
}

.panel-lateral-modal { 
  display: none; 
  position: fixed; 
  z-index: 9999999999; 
  left: 0;
  top: 0;
  width: 100%; 
  height: 100%; 
  overflow: auto; 
  background-color: rgb(0,0,0); 
  background-color: rgba(0,0,0,0.4); 
  transition: display 0.5s;
}

.boton-cerrar-panel-modal {
  display:inline-block;
  height: 60px;
  color: var(--colorTextoBotonCerrarPanelModal);
  background-color: var(--colorBackgroundBotonCerrarPanelModal);
}

.boton-cerrar-panel-modal:hover,
.boton-cerrar-panel-modal:focus {
  color: var(--colorTextoBotonCerrarPanelModalHover);
  background-color: var(--colorBackgroundBotonCerrarPanelModalHover);
  text-decoration: none;
  cursor: pointer;
}

.titulo-boton-cerrar {
  display: none; 
  float: left;
  width: 90%;
  height: 60px;
  font-size: var(--letra18);
  font-weight: 600;
  line-height: 60px;
  vertical-align: middle;
  text-align: left;
  padding-left: 20px;
}

.icono-boton-cerrar {
  width: 10%;
  float: right;
  font-size: var(--letra36);
  line-height: 60px;
  padding-right: 20px;
  text-align: right;
  vertical-align: middle;
}

.contenedor-panel-lateral-modal { 
  height: 100vh; 
  width: 0; 
  position: fixed; 
  z-index: 1; 
  top: 0; 
  left: 0;
  background-color: var(--colorBackgroundPanelLateralModal);
  border: 1px solid var(--colorBordePanelesVisor);
  overflow-x: hidden; 
  transition: width 0.5s; 
  margin-top: 0; 
}