.nj_container {
  background: #ffffff;
  max-width: 980px;
  margin: 0;
  padding: 0;
  margin-right: auto;
  margin-left: auto;
  padding-left: 25px;
  padding-right: 25px;
}

.nj_row {
  width: 100%;
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 10px;
}

.nj_column {
  width: 100%;
  flex-basis: 1%;
  flex-grow: 1;
  margin: 0;
  padding: 0;
  overflow: hidden;
}

.nj_column_aside {
  flex-basis: 300px;
  flex-grow: 0;
  width: 300px;
  margin-left: 10px;
  overflow: hidden;
}

.nj_column_300_px {
  flex-basis: 300px;
  flex-grow: 0;
  width: 300px;
  margin-left: 10px;
  overflow: hidden;
}

.nj_section {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: flex-start;
  align-content: start;
  margin-bottom: 25px;
}

.nj_column_100 {
  flex-basis: 100%;
  flex-grow: 0;
  align-self: stretch;
}

.nj_column_95 {
  flex-basis: calc(95% - 5px);
  flex-grow: 0;
  align-self: stretch;
}

.nj_column_90 {
  flex-basis: calc(90% - 5px);
  flex-grow: 0;
  align-self: stretch;
}

.nj_column_85 {
  flex-basis: calc(85% - 5px);
  flex-grow: 0;
  align-self: stretch;
}

.nj_column_80 {
  flex-basis: calc(80% - 5px);
  flex-grow: 0;
  align-self: stretch;
}

.nj_column_75 {
  flex-basis: calc(75% - 5px);
  flex-grow: 0;
  align-self: stretch;
}

.nj_column_70 {
  flex-basis: calc(70% - 5px);
  flex-grow: 0;
  align-self: stretch;
}

.nj_column_66 {
  flex-basis: calc(66.66666% - 5px);
  flex-grow: 0;
  align-self: stretch;
}

.nj_column_65 {
  flex-basis: calc(65% - 5px);
  flex-grow: 0;
  align-self: stretch;
}

.nj_column_60 {
  flex-basis: calc(60% - 5px);
  flex-grow: 0;
  align-self: stretch;
}

.nj_column_55 {
  flex-basis: calc(55% - 5px);
  flex-grow: 0;
  align-self: stretch;
}

.nj_column_50 {
  flex-basis: calc(50% - 5px);
  flex-grow: 0;
  align-self: stretch;
}

.nj_column_45 {
  flex-basis: calc(45% - 5px);
  flex-grow: 0;
  align-self: stretch;
}

.nj_column_40 {
  flex-basis: calc(40% - 5px);
  flex-grow: 0;
  align-self: stretch;
}

.nj_column_35 {
  flex-basis: calc(35% - 5px);
  flex-grow: 0;
  align-self: stretch;
}

.nj_column_33 {
  flex-basis: calc(33.33333% - 5px);
  flex-grow: 0;
  align-self: stretch;
}

.nj_column_30 {
  flex-basis: calc(30% - 5px);
  flex-grow: 0;
  align-self: stretch;
}

.nj_column_25 {
  flex-basis: calc(25% - 5px);
  flex-grow: 0;
  align-self: stretch;
}

.nj_column_20 {
  flex-basis: calc(20% - 5px);
  flex-grow: 0;
  align-self: stretch;
}

.nj_column_15 {
  flex-basis: calc(15% - 5px);
  flex-grow: 0;
  align-self: stretch;
}

.nj_column_10 {
  flex-basis: calc(10% - 5px);
  flex-grow: 0;
  align-self: stretch;
}

iframe {
  position: relative;
  display: block;
  margin: 0 auto;
  margin-bottom: 10px;
}

@media (max-width: 980px) {
  .nj_container {
    padding-left: 15px;
    padding-right: 15px;
  }
  .nj_column {
    flex-basis: 100% !important;
    margin: 0;
  }
  iframe {
    position: relative;
    margin: 0 auto;
    display: block;
  }
}
.nj_section {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.nj_section-titulo, .nj_section_titulo {
  width: 100%;
  margin: 0;
  padding: 0;
  margin-bottom: 10px;
  padding: 8px 15px;
  color: #ffffff;
  background: #43658E;
  font-family: "open_sans_condensedbold";
  font-size: 24px;
  font-weight: 300;
  line-height: 29px;
  text-transform: uppercase;
}
.nj_section-titulo a, .nj_section_titulo a {
  color: white;
  text-decoration: none;
}
.nj_section-titulo a:hover, .nj_section_titulo a:hover {
  color: white;
  text-decoration: none;
}

.nj_section-subtitulo, .nj_section_subtitulo {
  background: #9fadc2;
  color: #355377;
  text-transform: capitalize;
}

.nj_noticia {
  margin: 0;
  padding: 10px;
  padding-top: 15px;
  padding-bottom: 20px;
  margin-bottom: 10px;
  border: 1px solid #cfcfcf;
}

.nj_noticia_destacada {
  flex-basis: 100%;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}
.nj_noticia_destacada .nj_noticia_titulo {
  font-size: 29px;
  line-height: 30px;
}

.nj_noticia_titulo {
  margin: 0;
  font-size: 24px;
  line-height: 26px;
  letter-spacing: -1px;
  margin-bottom: 5px;
}

.nj_noticia_titulo a {
  color: #355377;
  display: block;
  text-decoration: none;
}

.nj_noticia_titulo a:hover, .nj_noticia_titulo a:focus {
  color: #355377;
  text-decoration: none;
}

.nj_noticia_fecha {
  margin: 0px;
  margin-bottom: 10px;
  color: #000;
  line-height: 23px;
  font-weight: 100;
  font-size: 11px;
  text-transform: uppercase;
}

.nj_noticia_etiqueta {
  padding: 0 6px;
  background-color: #8d96a3;
  color: #fff;
  display: inline-block;
  min-width: 50px;
  text-align: center;
}

.nj_noticia_etiqueta:hover, .nj_noticia_etiqueta:focus {
  text-decoration: none;
  background-color: #d1d8e3;
  color: #333;
}

.nj_noticia_descripcion {
  font-size: 13px;
  font-family: "open_sans_regular";
  text-align: left;
  margin: 0;
  padding: 0;
  background: none;
}

.nj_noticia_descripcion a {
  display: block;
  width: 100%;
  font-family: open_sans_regular, "Lucida Sans Unicode", Helvetica, Arial, Verdana, sans-serif;
  font-size: 13px;
  line-height: 21px;
  color: #000000;
  text-decoration: none;
}

.nj_noticia_descripcion a:hover, .nj_noticia_descripcion a:focus {
  text-decoration: none;
}

.nj_noticia_descripcion img {
  margin-bottom: 10px;
  padding: 0px;
  width: 100%;
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto;
}

.nj_noticia_destacada .nj_noticia_descripcion a {
  font-size: 14px;
}

.nj_noticia_descripcion a p, .nj_noticia_descripcion a div {
  margin-bottom: 10px;
  font-size: 13px !important;
}

.nj_widget_gioconda {
  border: 1px solid #cfcfcf;
}

#nj_section_formacion {
  position: relative;
}
#nj_section_formacion .nj_column_ascensor {
  width: 100%;
  height: auto;
}

#nj_section-formacion article, #nj_section_formacion article {
  background: #EAF3F8;
}

#nj_section-legislacion article, #nj_section_legislacion article {
  background: #EAF3F8;
}

.tag-publicidad-nnjj[tagtitle*=Taboola] {
  padding: 15px;
}

aside.nj_publicidad {
  margin-bottom: 25px;
  position: relative;
}

.nj_categoria_enlace {
  display: block;
  position: relative;
}
.nj_categoria_enlace .wk-icon {
  position: absolute;
  right: 0;
}

.nj_paginador {
  flex-basis: 100%;
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: "open_sans_regular";
  font-size: 12px;
}
.nj_paginador .nj_paginador_pagina_actual {
  width: 34px;
  padding: 5px;
  text-decoration: none;
  background: #CDE3EE;
  color: #355377;
  border-radius: 4px;
  margin: 0 3px;
  display: inline-block;
  text-align: center;
  border: 1px solid #4b4b4b;
}
.nj_paginador .nj_paginador_boton {
  padding: 5px;
  text-decoration: none;
  background: #CDE3EE;
  color: #355377;
  border-radius: 4px;
}
.nj_paginador .nj_paginador_boton:hover {
  text-decoration: none;
  background: #9fadc2;
}
.nj_paginador .nj_paginador_boton_siguiente {
  padding-left: 10px;
}
.nj_paginador .nj_paginador_boton_anterior {
  padding-right: 10px;
}
.nj_paginador .nj_paginador_paginas .nj_paginador_mas {
  position: relative;
  bottom: -10px;
  padding: 0 3px;
  color: #aaaaaa;
}
.nj_paginador .nj_paginador_paginas .nj_paginador_boton_pagina {
  width: 34px;
  padding: 5px;
  text-decoration: none;
  border-radius: 4px;
  margin: 0 3px;
  display: inline-block;
  text-align: center;
  color: #4b4b4b;
  border: 1px solid #cfcfcf;
}
.nj_paginador .nj_paginador_paginas .nj_paginador_boton_pagina:hover {
  text-decoration: none;
  background: #9fadc2;
  border: 1px solid #9fadc2;
  color: #ffffff;
}
.nj_paginador .nj_paginador_paginas .nj_paginador_mas_paginas {
  position: relative;
  bottom: -10px;
}

.nj_banner_general {
  width: 100vW;
  height: 100vH;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999999;
  display: none;
  justify-content: center;
  align-items: center;
}
.nj_banner_general .nj_banner_general_backdrop {
  width: 100vW;
  height: 100vH;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 0;
  background: rgba(0, 0, 0, 0.7);
}
.nj_banner_general .nj_banner_general_contenido {
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1;
  position: relative;
  max-width: 100%;
  box-shadow: 5px 5px 31px 0px #4b4b4b;
}
.nj_banner_general .nj_banner_general_contenido .nj_banner_general_boton {
  padding: 0px 5px;
  line-height: 30px;
  background: #296591;
  cursor: pointer;
  color: white;
}
.nj_banner_general .nj_banner_general_contenido .nj_banner_general_boton:hover {
  background: #081d35;
}
.nj_banner_general .nj_banner_general_contenido #nj_banner_general_no_mostrar {
  position: absolute;
  top: 0;
  left: 0;
  background: #081d35;
  font-size: 12px;
  padding: 0px 10px;
}
.nj_banner_general .nj_banner_general_contenido #nj_banner_general_cerrar {
  position: absolute;
  top: 0;
  right: 0;
  height: 30px;
  background: #081d35;
}

.nj_banner_general.nj_banner_open {
  display: flex !important;
}

@media (max-width: 600px) {
  .nj_paginador {
    position: relative;
    height: 100px;
    font-size: 14px;
  }
  .nj_paginador .nj_paginador_boton {
    height: 32px;
  }
  .nj_paginador .nj_paginador_paginas {
    position: absolute;
    top: 50px;
    display: flex;
    justify-content: space-between;
    width: 100%;
  }
  .nj_paginador .nj_paginador_paginas .nj_paginador_mas {
    padding: 0;
    bottom: -16px;
  }
  .nj_paginador .nj_paginador_paginas .nj_paginador_pagina_actual {
    position: absolute;
    top: -50px;
    left: 42%;
    width: 16%;
    margin: 0 auto;
  }
}
@media (max-width: 980px) {
  aside.nj_publicidad {
    margin: 0 auto;
  }
}
.tag-publicidad-nnjj {
  margin: 0;
  padding: 0;
  margin-bottom: 10px;
}

.nj_column_aside > div, .nj_column_aside > iframe, .nj_column_aside > section {
  margin-bottom: 10px;
  border: 1px solid pink;
}

.nj_column_aside > iframe {
  display: block;
}

.nj_widget {
  margin-bottom: 10px;
}

.nj_widget_titulo {
  margin: 0;
  color: #183B65;
  text-align: center;
  padding: 8px;
  border: 1px solid #E5E6E9;
}

.nj-lo-mas-consultado {
  margin: 0;
  background: #43658E;
  color: #fff;
}

#nj_widget_colaborador .nj_content {
  padding: 10px;
  font-size: 13px;
}

.nj_widget_gioconda {
  border: 1px solid #cfcfcf;
}

#nj_widget_libros {
  margin-bottom: 10px;
}

#nj_widget_facebook {
  margin-bottom: 10px;
}

#tp_419 {
  border: 1px solid #cfcfcf;
  overflow: hidden;
}

.nj_widget_ascensor .ascensorTop {
  height: 0;
}
.nj_widget_ascensor .ascensorBottom {
  position: absolute;
  bottom: 0;
}
.nj_widget_ascensor .ascensor.nj_ascensor_sticky {
  position: fixed;
  top: 125px;
  margin-top: 10px;
}
.nj_widget_ascensor .ascensor.nj_ascensor_absolute {
  position: absolute;
  bottom: 0;
  margin-bottom: 10px;
}

@media (max-width: 980px) {
  .tag-publicidad-nnjj {
    margin-left: 0 !important;
    margin-right: 0 !important;
    display: flex;
    justify-content: center;
  }
  iframe.nj_widget {
    max-width: 300px;
    margin-bottom: 10px;
  }
  #tp_433 {
    margin-left: 0px !important;
    margin-right: 0px !important;
  }
  #tp_444, #tp_445 {
    margin-left: 0px !important;
    margin-right: 0px !important;
  }
  #nj_widget_facebook {
    max-width: 300px;
    margin: 0 auto;
    margin-bottom: 10px;
  }
  .nj_widget_ascensor .ascensorTop {
    height: 0 !important;
  }
  .nj_widget_ascensor .ascensorBottom {
    position: relative;
    bottom: 0;
  }
  .nj_widget_ascensor .ascensor.nj_ascensor_sticky {
    position: relative;
    top: 0;
  }
  .nj_widget_ascensor .ascensor.nj_ascensor_absolute {
    position: relative;
    bottom: 0;
  }
}
#nnjj_content .tag-publicidad-nnjj {
  margin-left: 0;
  margin-right: 0;
}

.sidebar_legis {
  display: flex;
  justify-content: space-between;
  flex-direction: row-reverse;
}
.sidebar_legis .document-content {
  display: flex;
  flex-direction: column;
}
.sidebar_legis .document-content #nj_publicidad_legis_zona_4 {
  order: 3;
}

.nj_column_300_px_legis {
  margin-top: 20px;
  z-index: 99;
  text-align: left;
  width: 300px;
  overflow: hidden;
  height: 100%;
}
@media (max-width: 980px) {
  .sidebar_legis {
    flex-wrap: wrap;
    flex-direction: row;
  }
  .sidebar_legis .document-content {
    width: 100%;
  }
  .sidebar_legis .document-sidebar {
    width: 100%;
  }
  .sidebar_legis .document-sidebar .nj_column_300_px_legis {
    width: 100%;
  }
  .tag-publicidad-nnjj {
    margin-bottom: 10px;
  }
  .tag-publicidad-nnjj[zona="1"] {
    margin: 0 !important;
    padding: 0 !important;
  }
  #nj_widget_libros {
    margin: 0 auto;
    max-width: 300px;
    margin-bottom: 10px;
  }
  .nj-lo-mas-consultado {
    display: none;
  }
  .nj_widget_newsletter {
    max-width: 300px;
    margin: 10px auto;
  }
}
.nj_documento {
  font-family: "open_sans_regular", "Lucida Sans Unicode", Helvetica, Arial, Verdana, sans-serif;
  font-size: 15px;
  padding-left: 15px;
  padding-right: 15px;
  margin-bottom: 25px;
}

.nj_documento_titulo {
  font-size: 34px;
  font-family: "open_sans_condensedbold";
  line-height: 35px;
  letter-spacing: -1px;
  color: #355377;
  margin: 0;
}

.nj_documento_subtitulo {
  font-family: "open_sans_regular", "Lucida Sans Unicode", Helvetica, Arial, Verdana, sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 120%;
  color: #355377;
  margin-top: 25px;
  margin-bottom: 25px;
}

.nj_documento p {
  font-size: 15px;
  text-align: left;
  word-wrap: break-word;
  margin: 0 0 10px;
}
.nj_documento .wk-icon-user {
  font-size: 15px;
  color: #666666;
}
.nj_documento .cuerpo-titulo a span.wk-icon-grid {
  margin-top: 0;
}

.nj_documento_tags {
  display: flex;
  flex-wrap: wrap;
  margin: 15px 0;
  margin-top: 0px;
  margin-bottom: 30px;
  padding: 10px;
  border-bottom: 1px solid #cfcfcf;
  z-index: 1;
}

.nj_documento_boton {
  display: block;
  color: white;
  width: 220px;
  background: #85bc20;
  text-align: center;
  text-decoration: none;
  padding: 10px 15px;
  margin: 0 auto;
  margin-top: 20px;
  margin-bottom: 30px;
  border-radius: 4px;
}
.nj_documento_boton:hover {
  color: white;
  background-color: #31b0d5;
  text-decoration: none;
}
.nj_documento_boton:visited, .nj_documento_boton:link {
  color: white;
  text-decoration: none;
}

.nj_documento_ver_norma {
  display: flex;
}
.nj_documento_ver_norma .nj_documento_boton_ver_norma {
  width: auto;
  margin: 20px auto;
}

.nj_documento_ver_enlace {
  display: flex;
}
.nj_documento_ver_enlace .nj_documento_boton_ver_enlace {
  width: auto;
  display: inline-block;
  width: 250px;
}

.nj_documento_redes_sociales {
  margin-top: 10px;
  margin-bottom: -10px;
}
.nj_documento_redes_sociales .nj_boton_bookmark {
  display: inline-block;
  background: orange;
  cursor: pointer;
  height: 32px;
  color: white;
  float: left;
  padding: 7px 8px;
  padding-right: 7px;
  text-decoration: none;
  margin: 0;
}
.nj_documento_redes_sociales .nj_boton_bookmark:hover {
  box-shadow: inset 0px 2px 10px rgba(5, 33, 20, 0.425);
}
.nj_documento_redes_sociales .nj_boton_bookmark .wk-icon {
  display: block;
  font-size: 20px;
  padding: 0px;
  margin: 0px;
  margin-left: 0px;
  margin-top: 0px;
}

.nj_recomendado {
  padding: 10px;
}
.nj_recomendado .nj_noticia_titulo {
  font-family: "open_sans_regular";
  font-size: 13px;
  line-height: 16px;
}
.nj_recomendado .nj_noticia_titulo a {
  display: block;
  font-family: "open_sans_condensedbold";
  font-size: 17px;
  line-height: 108%;
  color: #355377;
  text-decoration: none;
}

.nj_formulario .nj_formulario_intro {
  padding: 10px;
}
.nj_formulario .nj_formulario_intro ul li {
  list-style: disc;
}

@media (max-width: 980px) {
  .nj_documento {
    padding-left: 0;
    padding-right: 0;
  }
  .nj_documento article {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  .nj_recomendado .nj_noticia_descripcion {
    display: none;
  }
  .nj_recomendado .nj_noticia_titulo a {
    font-size: 20px;
  }
}
.nj_section-titulo-informacion {
  color: #cfcfcf;
  font-weight: 600;
  display: none;
}

.nj_buscador_etiquetas {
  width: 100%;
  height: 30px;
  line-height: 15px;
  font-size: 15px;
  margin-bottom: 15px;
}
.nj_buscador_etiquetas label {
  display: inline-block;
  height: 30px;
  color: #222222;
  line-height: 15px;
  font-size: 15px;
}
.nj_buscador_etiquetas .nj_buscador_etiquetas_inputs {
  display: inline-block;
}
.nj_buscador_etiquetas .nj_buscador_etiquetas_inputs input {
  display: inline-block;
  height: 30px;
  line-height: 15px;
  font-size: 15px;
  vertical-align: middle;
  outline: none;
  border-radius: 0;
  border: 1px solid #666;
}

@media (max-width: 980px) {
  .nj_buscador_etiquetas {
    height: auto;
  }
}
.nj_banner_calendarios {
  width: 300px;
  height: 110px;
  background-image: url("/bitmaps/lateral/calendario-nnjj.jpg");
  position: relative;
  margin: 0 auto;
}
.nj_banner_calendarios p {
  position: absolute;
  top: 0px;
  left: 15px;
  height: 100%;
  display: flex;
  flex-direction: column;
}
.nj_banner_calendarios p .titulo {
  display: block;
  font-family: "open_sans_condensedbold";
  font-size: 25px;
  color: white;
  font-weight: 600;
  margin-top: 12px;
  line-height: 20px;
  text-align: left;
}
.nj_banner_calendarios p .enlace {
  margin-top: 5px;
  display: block;
  width: 250px;
}
.nj_banner_calendarios p .enlace a {
  font-size: 13px;
  background-color: #b79402;
  color: #ffffff;
  display: flex;
  justify-content: space-between;
}
.nj_banner_calendarios p .enlace a:hover {
  background-color: #999;
  text-decoration: none;
}
.nj_banner_calendarios p .enlace a .texto {
  padding: 4px 8px;
}
.nj_banner_calendarios p .enlace a .boton {
  padding: 4px 8px;
  background-color: #eee8aa;
  color: #000;
}

.nj_banner_calculadoras {
  width: 300px;
  height: 110px;
  background-image: url("/bitmaps/lateral/calculadorax-nnjj.jpg");
  position: relative;
  margin: 0 auto;
}
.nj_banner_calculadoras p {
  position: absolute;
  top: 0px;
  left: 15px;
  height: 100%;
  display: flex;
  flex-direction: column;
}
.nj_banner_calculadoras p .titulo {
  display: block;
  font-family: "open_sans_condensedbold";
  font-size: 25px;
  color: white;
  font-weight: 600;
  margin-top: 12px;
  line-height: 20px;
}
.nj_banner_calculadoras p .enlace {
  margin-top: 5px;
  display: block;
  width: 250px;
}
.nj_banner_calculadoras p .enlace a {
  font-size: 13px;
  background-color: #43658e;
  color: #ffffff;
  display: flex;
  justify-content: space-between;
}
.nj_banner_calculadoras p .enlace a:hover {
  background-color: #999;
  text-decoration: none;
}
.nj_banner_calculadoras p .enlace a .texto {
  padding: 4px 8px;
}
.nj_banner_calculadoras p .enlace a .boton {
  padding: 4px 8px;
  background-color: #87ceeb;
  color: #000;
}

.nj_banner_newsletter {
  width: 300px;
  height: 100px;
  background-image: url("/bitmaps/lateral/nnjj_newsletter.gif");
  position: relative;
  margin: 0 auto;
}

.nj_banner_newsletter_documento {
  margin-top: 30px;
  margin-bottom: 30px;
}
.nj_banner_newsletter_documento article {
  display: flex;
  justify-content: center;
}
.nj_banner_newsletter_documento article a img {
  max-width: 100%;
}

.nj_banner_tienda {
  margin-top: 30px;
  margin-bottom: 30px;
}
.nj_banner_tienda img {
  margin: 0 auto;
}

.nj_banner_colabora {
  width: 300px;
  height: 110px;
  background-image: url("/bitmaps/lateral/colab.jpg");
  position: relative;
  margin: 0 auto;
}
.nj_banner_colabora p {
  position: absolute;
  top: 0px;
  right: 15px;
  height: 100%;
  display: flex;
  flex-direction: column;
}
.nj_banner_colabora p .titulo {
  display: block;
  font-family: "open_sans_condensedbold";
  font-size: 25px;
  color: #fff;
  font-weight: 600;
  margin-top: 12px;
  text-align: center;
  line-height: 28px;
}

.nj_banner_jurimetria {
  width: 300px;
  height: 120px;
  position: relative;
  margin: 0 auto;
  border: 1px solid #cfcfcf;
}
.nj_banner_jurimetria .texto {
  display: inline-block;
  position: absolute;
  top: 10px;
  left: 15px;
  width: 300px;
  color: white;
  text-decoration: none;
}
.nj_banner_jurimetria .texto .titulo {
  margin-bottom: 5px;
  font-family: "open_sans_condensedbold";
  font-size: 17px;
  font-weight: 400;
  line-height: 28px;
  color: #65894f;
}
.nj_banner_jurimetria .texto .subtitulo {
  width: 160px;
  line-height: 15px;
  font-size: 13px;
  color: #a3c08c;
}
.nj_banner_jurimetria .enlace {
  display: inline-block;
  position: absolute;
  right: 10px;
  bottom: 10px;
  text-decoration: none;
  background-color: #85bc20;
  color: #ffffff;
  padding: 5px 10px;
  font-size: 13px;
}
.nj_banner_jurimetria .enlace:hover {
  background-color: #31b0d5;
  text-decoration: none;
}

.nj_banner_colabora_sentencias {
  width: 300px;
  height: 150px;
  position: relative;
  margin: 0 auto;
}
.nj_banner_colabora_sentencias .texto {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  color: white;
  text-decoration: none;
}
.nj_banner_colabora_sentencias .texto .titulo {
  margin-bottom: 5px;
  font-family: "open_sans_condensedbold";
  font-size: 22px;
  font-weight: 600;
  line-height: 28px;
  position: absolute;
  top: 7px;
  left: 12px;
}
.nj_banner_colabora_sentencias .texto .subtitulo {
  line-height: 15px;
  font-size: 13px;
}
.nj_banner_colabora_sentencias .texto .subtitulo-1 {
  position: absolute;
  top: 42px;
  left: 12px;
  text-align: left;
}
.nj_banner_colabora_sentencias .texto .subtitulo-2 {
  position: absolute;
  top: 60px;
  left: 12px;
  width: 70%;
  text-align: left;
}
.nj_banner_colabora_sentencias .enlace {
  display: inline-block;
  position: absolute;
  right: 10px;
  bottom: 10px;
  text-decoration: none;
  background-color: #85bc20;
  color: #ffffff;
  padding: 5px 10px;
}
.nj_banner_colabora_sentencias .enlace:hover {
  background-color: #31b0d5;
  text-decoration: none;
}

@media (max-width: 980px) {
  .nj_banner_colabora_sentencias .texto .titulo {
    top: 5px;
  }
  .nj_banner_colabora_sentencias .texto .subtitulo-1 {
    top: 35px;
    width: 200px;
  }
  .nj_banner_colabora_sentencias .texto .subtitulo-2 {
    top: 68px;
    width: 250px;
  }
  .nj_banner_jurimetria .texto .subtitulo {
    font-size: 14px !important;
  }
}
.NNJJForm .row {
  margin-left: 0;
  margin-right: 0;
}
.NNJJForm .datos-usuario {
  margin-top: 0;
}
.NNJJForm .datos-usuario .row .alert {
  font-family: "open_sans_regular";
  color: #000000;
  margin-top: 0;
  border: 1px solid #cfcfcf;
  background: #d1d8e3;
}

#btn_enviar-baja {
  line-height: 24px;
  background: #85bc20;
  color: #ffffff;
  font-size: 16px;
  font-weight: 500;
  width: auto;
  margin: 0 auto;
  border: 0;
  padding: 10px 15px;
  border-radius: 4px;
  text-align: center;
}
#btn_enviar-baja:hover {
  background-color: #31b0d5;
  outline: 0;
  box-shadow: none;
}
#btn_enviar-baja:focus {
  outline: 0;
  box-shadow: none;
}

.gssb_c {
  z-index: 99999 !important;
}

.nj_menu_responsive {
  display: none;
}

.nj_cabecera {
  display: flex;
  justify-content: space-between;
  position: relative;
}
.nj_cabecera .nj_cabecera_logo {
  width: 170px;
  min-width: 170px;
  height: 98px;
  background: url(../../bitmaps/icons/logo-noticias-juridicas.png) 10px center no-repeat;
}
.nj_cabecera .nj_cabecera_caja {
  flex-grow: 1;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  align-items: baseline;
  align-content: space-between;
}
.nj_cabecera .nj_cabecera_caja .nj_anunciate {
  color: #4C6F99;
  text-decoration: none;
  font-size: 12px;
  padding: 0;
  text-transform: uppercase;
  margin-right: -1px;
}
.nj_cabecera .nj_cabecera_caja .nj_anunciate a {
  padding: 8px 5px;
  font-size: 11px;
}
.nj_cabecera .nj_cabecera_caja .nj_anunciate a .wk-icon {
  font-size: 17px;
  color: #BB0101;
  margin-right: 5px;
}
.nj_cabecera .nj_cabecera_caja .nj_anunciate a:hover {
  text-decoration: none;
  background-color: #CDE3EE;
  color: #000;
}
.nj_cabecera .nj_cabecera_caja .nj_anunciate a:hover .wk-icon {
  text-decoration: none;
}
.nj_cabecera .nj_cabecera_caja .nj_siguenos .iconos-siguenos {
  top: 0;
  padding: 0px 15px;
}
.nj_cabecera .nj_cabecera_caja .nj_siguenos .iconos-siguenos .social-icons-top {
  font-size: 12px;
}
.nj_cabecera .nj_cabecera_caja .nj_buscador {
  flex-basis: calc(100% - 225px);
  margin-bottom: 15px;
  margin-left: -225px;
}
.nj_cabecera .nj_cabecera_caja .nj_buscador .gsc-control-cse {
  margin: 0;
}

.nj_navegacion {
  position: relative;
  color: white;
  font-family: "open_sans_regular", "Lucida Sans Unicode", Helvetica, Arial, Verdana, sans-serif;
  background: #43658E;
  height: auto;
  z-index: 99999;
}
.nj_navegacion ul {
  margin: 0;
  padding: 0;
}
.nj_navegacion li {
  margin: 0;
  padding: 0;
}
.nj_navegacion a {
  color: white;
}
.nj_navegacion .nj_menu {
  display: flex;
  justify-content: flex-start;
  padding: 0;
  position: relative;
  font-size: 12px;
  font-weight: 300;
}
.nj_navegacion .nj_menu .nj_menu_home {
  background: #ff0000;
  font-size: 17px;
  line-height: 45px;
  height: 45px;
  width: 52px;
  text-align: center;
}
.nj_navegacion .nj_menu .nj_menu_buscador {
  position: absolute;
  top: 0;
  right: 0;
  background: #ff0000;
  height: 45px;
  font-size: 17px;
  line-height: 45px;
  width: 52px;
  text-align: center;
  text-decoration: none;
}
.nj_navegacion .nj_menu .nj_menu_buscador:hover {
  text-decoration: none;
}
.nj_navegacion .nj_menu .buscador {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  color: #222222;
}
.nj_navegacion .nj_menu .nj_menu_seccion_22 {
  background-color: #081d35;
}
.nj_navegacion .nj_menu .nj_menu_seccion .nj_menu_item {
  display: block;
  width: 100%;
  height: 45px;
  line-height: 45px;
  padding: 0 5px;
  text-transform: uppercase;
  text-decoration: none;
  text-align: center;
  padding-left: 8px;
}
.nj_navegacion .nj_menu .nj_menu_seccion .nj_menu_item:hover {
  background: #081d35;
  text-decoration: none;
}
.nj_navegacion .nj_menu .nj_menu_seccion .nj_menu_item:active {
  background: #800;
  outline: none;
  color: white;
}
.nj_navegacion .nj_menu .nj_menu_seccion .nj_submenu {
  display: none;
}
.nj_navegacion .nj_menu .nj_menu_seccion .nj_submenu .nj_submenu_seccion {
  display: block;
  width: 100%;
  flex-basis: 100%;
  padding: 7px 10px;
  text-transform: uppercase;
  line-height: 1.4;
  text-decoration: none;
  background: #c60800;
}
.nj_navegacion .nj_menu .nj_menu_seccion .nj_submenu .nj_submenu_seccion:hover {
  background: #800;
  text-decoration: none;
}
.nj_navegacion .nj_menu .nj_menu_seccion .nj_submenu .nj_submenu_seccion .wk-icon {
  margin-right: 5px;
  font-size: 15px;
}
.nj_navegacion .nj_menu .nj_menu_seccion .nj_submenu .nj_column .nj_submenu_subseccion {
  display: block;
  padding: 8px;
  background: #081d35;
  border-bottom: 1px solid #6B89AD;
  text-transform: uppercase;
  text-decoration: none;
  padding: 7px 10px;
  line-height: 1.4;
}
.nj_navegacion .nj_menu .nj_menu_seccion .nj_submenu .nj_column .nj_submenu_subseccion:hover {
  background: #2f4967;
  text-decoration: none;
}
.nj_navegacion .nj_menu .nj_menu_seccion .nj_submenu .nj_column .nj_submenu_subseccion:hover + ul {
  background: rgb(52, 65, 81);
}
.nj_navegacion .nj_menu .nj_menu_seccion .nj_submenu .nj_column .nj_submenu_subseccion .wk-icon {
  margin-right: 5px;
  font-size: 15px;
}
.nj_navegacion .nj_menu .nj_menu_seccion .nj_submenu .nj_column .nj_menu_noticia {
  display: block;
  font-family: "open_sans_regular";
  padding: 10px;
  text-decoration: none;
  border-bottom: 1px solid #6b89ad;
}
.nj_navegacion .nj_menu .nj_menu_seccion .nj_submenu .nj_column .nj_menu_noticia .nj_menu_noticia_fecha {
  text-transform: uppercase;
  font-size: 11px;
  color: #fff;
}
.nj_navegacion .nj_menu .nj_menu_seccion .nj_submenu .nj_column .nj_menu_noticia .nj_menu_noticia_titulo {
  font-size: 12px;
}
.nj_navegacion .nj_menu .nj_menu_seccion .nj_submenu .nj_column .nj_menu_noticia .nj_menu_noticia_titulo .wk-icon {
  color: #D8961E;
}
.nj_navegacion .nj_menu .nj_menu_seccion .nj_submenu .nj_column .nj_menu_noticia .nj_menu_noticia_descripcion {
  font-size: 11px;
  color: #EAEAEA;
  margin-top: 6px;
}
.nj_navegacion .nj_menu .nj_menu_seccion .nj_submenu .nj_column .nj_menu_noticia:hover {
  text-decoration: none;
  background: #375273;
}
.nj_navegacion .nj_menu .nj_menu_seccion .nj_submenu .nj_column .nj_menu_noticia:hover .nj_menu_noticia_titulo {
  color: #00E2FF;
}
.nj_navegacion .nj_menu .nj_menu_seccion.nj_submenu_open {
  background-color: #c60800;
  color: white;
}
.nj_navegacion .nj_menu .nj_menu_seccion.nj_submenu_open .nj_menu_item {
  background-color: #c60800;
  outline: none;
  color: white;
}
.nj_navegacion .nj_menu .nj_menu_seccion.nj_submenu_open .nj_menu_item:hover {
  background-color: #c60800;
  text-decoration: none;
}
.nj_navegacion .nj_menu .nj_menu_seccion.nj_submenu_open .nj_submenu {
  width: 100%;
  position: absolute;
  top: 100%;
  left: 0;
  display: flex;
  flex-wrap: wrap;
  background: #43658E;
  border-bottom: 4px solid rgb(255, 6, 6);
}
.nj_navegacion .nj_menu .nj_menu_seccion.nj_menu_seccion_activa {
  background-color: #394d66 !important;
}
.nj_navegacion .nj_menu .nj_menu_seccion.nj_menu_seccion_activa:hover {
  background-color: #394d66 !important;
}
.nj_navegacion .nj_menu .nj_menu_seccion.nj_menu_seccion_activa .nj_menu_item {
  background-color: #394d66 !important;
}
.nj_navegacion .nj_menu .nj_menu_seccion.nj_menu_seccion_activa .nj_menu_item:hover {
  background-color: #394d66 !important;
}

.nj_navegacion.stickyNJ {
  width: 980px;
  text-align: left;
  position: fixed;
  margin: 0 auto;
  top: 0;
  right: 0;
  left: 0;
  z-index: 99999;
  transform: translate3d(0, 0, 0);
}

.nj_navegacion .nj_menu_seccion_23 {
  display: none !important;
}
.nj_navegacion .nj_menu_seccion_26 {
  display: none !important;
}
.nj_navegacion .nj_menu_seccion_27 {
  display: none !important;
}
.nj_navegacion .nj_menu_seccion_24 {
  display: none !important;
}

.nj_menu_open {
  position: relative;
}

.nj_navegacion_backdrop {
  width: 100vW;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

@media (max-width: 991px) {
  .nj_cabecera {
    display: none;
  }
  .nj_cabecera .nj_logo {
    width: 340px;
    height: 75px;
    background: url(../../bitmaps/logo-nj-responsive.jpg) 10px center no-repeat;
  }
  .nj_navegacion + .tag-publicidad-nnjj {
    padding-top: 46px !important;
  }
  .nj_navegacion.stickyNJ {
    width: 100%;
  }
  .nj_menu {
    flex-direction: column;
    position: absolute !important;
    top: 100%;
    width: 100%;
    text-align: left;
    font-size: 16px !important;
    background: #43658E;
  }
  .nj_menu .nj_menu_home {
    visibility: hidden;
  }
  .nj_menu .nj_menu_newsletter .wk-icon, .nj_menu .nj_menu_colabora .wk-icon, .nj_menu .nj_menu_anunciate .wk-icon {
    margin-right: 10px;
  }
  .nj_menu .nj_menu_buscador {
    display: block !important;
    right: 60px !important;
    top: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    background: #43658E !important;
  }
  .nj_menu .nj_menu_buscador:hover {
    text-decoration: none;
    background: #43658E;
  }
  .nj_menu .nj_menu_buscador .buscador {
    display: none;
    position: absolute;
    top: 100%;
    width: 100%;
    color: #222222;
  }
  .nj_menu .nj_menu_seccion {
    background-color: #081d35;
    display: none;
  }
  .nj_menu .nj_menu_seccion .nj_menu_item {
    text-align: left !important;
    padding-left: 15px !important;
  }
  .nj_menu .nj_menu_seccion .nj_submenu {
    position: relative !important;
    border-bottom: none !important;
  }
  .nj_menu .nj_menu_seccion .nj_submenu .nj_submenu_seccion {
    padding-left: 30px !important;
  }
  .nj_menu .nj_menu_seccion .nj_submenu .nj_column > ul {
    display: none;
  }
  .nj_menu .nj_menu_seccion .nj_submenu .nj_column .nj_menu_seccion_noticias {
    display: none;
  }
  .nj_menu .nj_menu_seccion .nj_submenu .nj_column .nj_submenu_subseccion {
    padding-left: 45px !important;
  }
  .nj_menu_responsive {
    display: block;
  }
  .nj_menu_responsive .nj_menu_item {
    display: block;
    text-align: left;
    text-transform: uppercase;
    text-decoration: none;
    padding: 0 15px;
    background-color: #43658E;
    width: 100%;
    height: 45px;
    line-height: 45px;
    border-top: 1px solid #cfcfcf;
    outline: none;
  }
  .nj_menu_responsive .nj_menu_item:hover {
    background: #081d35;
  }
  .nj_menu_responsive .nj_menu_item .iconos-siguenos {
    display: block;
    top: 0;
  }
  .nj_menu_responsive .nj_menu_item .iconos-siguenos .social-icons-top {
    padding-left: 15px !important;
    padding-right: 25px;
  }
  .nj_menu_responsive .nj_menu_icon_responsive {
    display: inline-block;
    background: #081d35;
    height: 45px;
    width: 52px;
    padding: 0;
    position: absolute;
    top: 0;
    right: 0;
    border: 0 solid #081d35;
  }
  .nj_menu_responsive .nj_menu_icon_responsive:hover {
    background: #081d35;
  }
  .nj_menu_responsive .nj_menu_icon_responsive .wk-icon {
    position: absolute;
    top: 5px;
    left: 5px;
    line-height: 33px;
    font-size: 20px;
    margin-left: 11px;
  }
  .nj_menu_responsive .nj_menu_icon_responsive.nj_menu_responsive_open .wk-icon:before {
    content: "\e865";
  }
  .nj_menu_responsive .nj_menu_logo {
    display: inline-block;
    background: #43658E;
    height: 45px;
    width: auto;
    padding: 0;
    position: absolute;
    top: 0;
    left: 0;
    border: none;
  }
  .nj_menu_responsive .nj_menu_logo:hover {
    background: #43658E;
  }
  .nj_menu_responsive .nj_menu_logo .wk-icon {
    background: #ff0000;
    font-size: 17px;
    line-height: 45px;
    height: 45px;
    width: 52px;
    text-align: center;
    margin-left: 0;
  }
  .nj_menu_responsive .nj_menu_logo img {
    width: 200px;
    margin-left: 7px;
    margin-top: -3px;
  }
  .nj_menu_responsive .nj_menu_item.nj_siguenos {
    display: none;
    padding: 0;
    border-bottom: 4px solid #ff0606;
    box-sizing: content-box;
    background: #43658E;
  }
  .nj_menu_responsive .nj_menu_item.nj_siguenos:hover {
    background: #43658E;
  }
  .nj_menu_responsive .nj_menu_item.nj_siguenos a {
    margin: 0 10px;
  }
  .nj_menu_responsive .nj_menu_item.nj_siguenos a .wk-icon {
    color: white;
  }
  .nj_menu_responsive .nj_menu_item.nj_menu_newsletter {
    display: none;
  }
  .nj_menu_responsive .nj_menu_item.nj_menu_colabora {
    display: none;
  }
  .nj_menu_responsive .nj_menu_item.nj_menu_anunciate {
    display: none;
  }
}
.nj_pre_footer {
  margin-top: 10px;
}

.nj_footer {
  background: #4C6F99;
  border-top: 1px solid #fff;
  padding: 15px;
  min-height: 250px;
  color: white;
  position: relative;
}
.nj_footer .nj_footer_column {
  padding-left: 75px;
}
.nj_footer .nj_footer_column h1 {
  font-family: "open_sans_condensedbold";
  color: white !important;
  font-size: 15px;
  margin-bottom: 10px;
  letter-spacing: 0px;
  line-height: 18px;
}
.nj_footer .nj_footer_column #nj_footer_logo {
  width: 32px;
  height: 75px;
  background-image: url(/bitmaps/icons/logo-noticias-juridicas-pie.png);
  background-position: left;
  position: absolute;
  left: 55px;
  top: 90px;
}
.nj_footer .nj_footer_column ul {
  padding-left: 15px;
}
.nj_footer .nj_footer_column ul li {
  line-height: 21px;
}
.nj_footer .nj_footer_column ul li a {
  color: white;
  font-size: 13px;
}
.nj_footer .nj_footer_aviso {
  color: #B4BECA;
  text-align: center;
  font-size: 12px;
}

.nj_colaboradores .nj_colaboradores_abecedario {
  padding: 0;
  display: flex;
  justify-content: center;
  width: 100%;
  flex-wrap: wrap;
}
.nj_colaboradores .nj_colaboradores_abecedario .nj_colaboradores_item {
  width: 34px;
  padding: 5px;
  text-decoration: none;
  border-radius: 4px;
  margin: 5px 3px;
  display: inline-block;
  text-align: center;
  color: #4b4b4b;
  border: 1px solid #cfcfcf;
}
.nj_colaboradores .nj_colaboradores_abecedario .nj_colaboradores_item:hover {
  text-decoration: none;
  background: #9fadc2;
  border: 1px solid #9fadc2;
  color: #ffffff;
}
.nj_colaboradores .nj_colaboradores_titulo {
  display: flex;
  justify-content: space-between;
}
.nj_colaboradores .nj_colaboradores_titulo .nj_colaborador_detalle {
  padding-left: 20px;
}
.nj_colaboradores .nj_section_colaboradores_lista {
  padding-left: 20px;
  padding-right: 20px;
}
.nj_colaboradores .nj_colaboradores_modal_backdrop {
  display: none;
  position: fixed;
  width: 100vW;
  height: 100vH;
  top: 0;
  left: 0;
  background-color: #000;
  opacity: 0.5;
  z-index: 9999;
}
.nj_colaboradores .nj_colaboradores_modal {
  display: none;
  position: fixed;
  width: 60vW;
  height: 400px;
  max-height: 400px;
  top: 15vH;
  left: 20vW;
  z-index: 9999;
  background: white;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  border: 1px solid rgba(0, 0, 0, 0.2);
}
.nj_colaboradores .nj_colaboradores_modal .nj_colaboradores_modal_content {
  color: #777777;
}
.nj_colaboradores .nj_colaboradores_modal .nj_colaboradores_modal_content .nj_colaboradores_modal_header {
  padding: 20px;
}
.nj_colaboradores .nj_colaboradores_modal .nj_colaboradores_modal_content .nj_colaboradores_modal_header h2 {
  margin-left: 40px;
  margin-top: 17px;
}
.nj_colaboradores .nj_colaboradores_modal .nj_colaboradores_modal_content .nj_colaboradores_modal_header .nj_section_titulo {
  display: flex;
  justify-content: space-between;
  margin-bottom: 0;
}
.nj_colaboradores .nj_colaboradores_modal .nj_colaboradores_modal_content .nj_colaboradores_modal_body {
  height: 312px;
  font-size: 14px;
  padding: 20px;
  overflow: auto;
}
.nj_colaboradores .nj_colaboradores_modal .nj_colaboradores_modal_content .nj_colaboradores_modal_body h3 {
  font-size: 29px;
  margin: 0;
}
.nj_colaboradores .nj_colaboradores_modal .nj_colaboradores_modal_content .nj_colaboradores_modal_body .wk-icon-mail {
  font-size: 21px;
  margin-left: 0px;
}

@media (max-width: 991px) {
  .nj_colaboradores .nj_colaboradores_modal_backdrop {
    z-index: 999999999;
  }
  .nj_colaboradores .nj_colaboradores_modal {
    width: 90vW;
    height: 90vH;
    left: 5vW;
    top: 5vH;
    max-height: 100%;
    z-index: 999999999;
    overflow: auto;
  }
  .nj_colaboradores .nj_colaboradores_modal .nj_colaboradores_modal_content .nj_colaboradores_modal_body {
    height: 100%;
  }
}
.nj_toolbar {
  height: 45px;
  display: flex;
  justify-content: space-around;
  background: #d1d8e3;
}
.nj_toolbar a {
  color: #081d35;
  font-size: 12px;
  line-height: 45px;
  text-decoration: none;
  text-align: center;
  text-transform: uppercase;
  flex: 1 0 auto;
}
.nj_toolbar a:hover {
  background: #9fadc2;
}
.nj_toolbar a .wk-icon {
  font-size: 15px;
  margin-right: 5px;
}
.nj_toolbar .nj_toolbar_tienda {
  display: none;
}

.nj_toolbar.stickyNJ {
  position: fixed;
  top: 45px;
}

@media (max-width: 991px) {
  .nj_toolbar {
    position: relative;
    margin-bottom: 45px;
    top: 45px;
    z-index: 9;
    width: 100%;
    left: 0;
  }
}
@media (max-width: 768px) {
  .nj_toolbar .nj_toolbar_item {
    display: none;
  }
  .nj_toolbar .nj_toolbar_tienda {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: baseline;
  }
  .nj_toolbar .nj_toolbar_tienda .nj_toolbar_tienda_item {
    flex: 0 0 auto;
    padding: 0 10px;
    font-size: 11px !important;
    position: relative;
    top: -2px;
  }
  .nj_toolbar .nj_toolbar_tienda .descripcion span {
    display: none;
  }
  .nj_toolbar .nj_toolbar_tienda .boton {
    background: #9fadc2;
    width: 52px;
    height: 45px;
  }
  .nj_toolbar .nj_toolbar_tienda .boton:hover {
    color: white;
  }
  .nj_toolbar .nj_toolbar_tienda .boton .wk-icon {
    font-size: 20px;
    line-height: 45px;
  }
  .nj_toolbar.stickyNJ {
    display: none;
  }
}
@media (max-width: 560px) {
  .nj_toolbar .nj_toolbar_tienda .titulo {
    display: none;
  }
  .nj_toolbar .nj_toolbar_tienda .descripcion {
    margin: 0 auto;
  }
  .nj_toolbar .nj_toolbar_tienda .descripcion span {
    display: inline;
  }
}
.nj_buscador_ficha {
  margin-left: 52px;
  font-size: 13px;
}
.nj_buscador_ficha .nj_publicacion {
  padding: 0 8px;
}
.nj_buscador_ficha .nj_version {
  font-size: 12px;
  background-color: #f1f1f1;
  padding: 8px;
  color: #B81B13;
  display: inline-block;
}

#nj_buscador_legis .legis_header {
  margin-top: 10px;
}
#nj_buscador_legis .nj_buscador_caja {
  border: 1px solid #cfcfcf;
  padding: 15px;
}
#nj_buscador_legis .nj_buscador_caja label {
  font-size: 13px !important;
  padding: 5px;
  line-height: 15px;
  font-weight: 600;
}
#nj_buscador_legis .nj_buscador_caja input {
  border-radius: 0px;
  border: 1px solid #cfcfcf;
  outline: none;
  font-size: 13px !important;
  padding: 5px;
  line-height: 25px;
  max-height: 37px;
  height: 37px;
}
#nj_buscador_legis .nj_buscador_caja select {
  border-radius: 0px;
  border: 1px solid #cfcfcf;
  outline: none;
  font-size: 13px !important;
  padding: 5px;
  line-height: 25px;
  max-height: 37px;
  height: 37px;
}
#nj_buscador_legis .nj_buscador_caja .nj_legisform {
  justify-content: center;
}
#nj_buscador_legis .nj_buscador_caja .nj_legisform #nj_legisform_submit {
  line-height: 25px;
  height: 37px;
  max-height: 37px;
  font-size: 13px;
  background-color: #43658E;
  color: white;
  font-size: 15px;
  font-weight: 500;
  width: auto;
  box-shadow: none;
  text-align: center;
  text-decoration: none;
  border: 0px;
  padding: 5px 15px;
  margin-right: 15px;
}
#nj_buscador_legis .nj_buscador_caja .nj_legisform #nj_legisform_submit:hover {
  color: white;
  background-color: #31b0d5 !important;
  text-decoration: none;
}
#nj_buscador_legis .nj_buscador_caja .nj_legisform #nj_legisform_submit .wk-icon-refresh {
  animation: spin 2s infinite linear reverse;
}
#nj_buscador_legis .nj_buscador_caja .nj_legisform #nj_legisform_reset {
  background-color: #efefef;
  border: 0px;
  padding: 5px 15px;
  margin-left: 15px;
}
#nj_buscador_legis .nj_buscador_caja .nj_legisform #nj_legisform_reset:hover {
  background-color: #cfcfcf;
}

#nj_buscador_convenios #respuesta {
  margin-top: 10px;
}
#nj_buscador_convenios #respuesta .cuerpo_convenio {
  border: 1px solid #cfcfcf;
  padding: 10px;
  font-family: "open_sans_regular";
  margin-bottom: 10px;
  padding-top: 15px;
}
#nj_buscador_convenios .nj_buscador_caja {
  border: 1px solid #cfcfcf;
  padding: 15px;
}
#nj_buscador_convenios .nj_buscador_caja label {
  font-size: 13px !important;
  padding: 5px;
  line-height: 15px;
  font-weight: 600;
}
#nj_buscador_convenios .nj_buscador_caja input {
  border-radius: 0px;
  border: 1px solid #cfcfcf;
  outline: none;
  font-size: 13px !important;
  padding: 5px;
  line-height: 25px;
  max-height: 37px;
  height: 37px;
  margin: 0;
  position: relative;
}
#nj_buscador_convenios .nj_buscador_caja input:focus {
  background: #ffffff;
}
#nj_buscador_convenios .nj_buscador_caja select {
  border-radius: 0px;
  border: 1px solid #cfcfcf;
  outline: none;
  font-size: 13px !important;
  padding: 5px;
  line-height: 25px;
  max-height: 37px;
  height: 37px;
}
#nj_buscador_convenios .nj_buscador_caja .nj_conveniosform {
  justify-content: center;
}
#nj_buscador_convenios .nj_buscador_caja .nj_conveniosform #nj_conveniosform_submit {
  line-height: 25px;
  height: 37px;
  max-height: 37px;
  font-size: 13px;
  background-color: #43658E;
  color: white;
  font-size: 15px;
  font-weight: 500;
  width: auto;
  box-shadow: none;
  text-align: center;
  text-decoration: none;
  border: 0px;
  padding: 5px 15px;
  margin-right: 15px;
}
#nj_buscador_convenios .nj_buscador_caja .nj_conveniosform #nj_conveniosform_submit:hover {
  color: white;
  background-color: #31b0d5 !important;
  text-decoration: none;
}
#nj_buscador_convenios .nj_buscador_caja .nj_conveniosform #nj_conveniosform_submit .wk-icon-refresh {
  animation: spin 2s infinite linear reverse;
}
#nj_buscador_convenios .nj_buscador_caja .nj_conveniosform #nj_conveniosform_reset {
  background-color: #efefef;
  border: 0px;
  padding: 5px 15px;
  margin-left: 15px;
}
#nj_buscador_convenios .nj_buscador_caja .nj_conveniosform #nj_conveniosform_reset:hover {
  background-color: #cfcfcf;
}
#nj_buscador_convenios .nj_buscador_caja #muestra_sectores {
  margin-top: 20px;
  overflow: hidden;
  height: auto;
}
#nj_buscador_convenios .nj_buscador_caja #muestra_sectores .cabecera_sectores {
  background: #9fadc2;
  display: flex;
  justify-content: space-between;
}
#nj_buscador_convenios .nj_buscador_caja #muestra_sectores .cabecera_sectores p {
  font-size: 13px;
  font-weight: 600;
  margin-left: 10px;
  margin-bottom: 0;
  line-height: 34px;
  color: #355377;
}
#nj_buscador_convenios .nj_buscador_caja #muestra_sectores .cabecera_sectores #cerrar_sectores {
  background: #43658E;
  padding: 5px 10px;
  color: #ffffff;
}
#nj_buscador_convenios .nj_buscador_caja #muestra_sectores .cabecera_sectores #cerrar_sectores:hover {
  background: #081d35;
}
#nj_buscador_convenios .nj_buscador_caja #muestra_sectores .lista_sectores {
  height: 400px;
  overflow: auto;
  border-left: 1px solid #cfcfcf;
  border-right: 1px solid #cfcfcf;
  border-bottom: 1px solid #cfcfcf;
  font-size: 13px;
  padding-bottom: 5px;
}
#nj_buscador_convenios .nj_buscador_caja #muestra_sectores .lista_sectores .todos_sectores {
  padding-left: 0 !important;
  background: #e5f6f8;
}
#nj_buscador_convenios .nj_buscador_caja #muestra_sectores .lista_sectores .todos_sectores a {
  padding-left: 21px;
}
#nj_buscador_convenios .nj_buscador_caja #muestra_sectores .lista_sectores .sector {
  padding: 0;
  padding-left: 21px;
  display: none;
  margin-bottom: 0;
}
#nj_buscador_convenios .nj_buscador_caja #muestra_sectores .lista_sectores > .sector {
  display: block;
}
#nj_buscador_convenios .nj_buscador_caja #muestra_sectores .lista_sectores .subsector {
  text-decoration: none;
  cursor: pointer;
  display: block;
}
#nj_buscador_convenios .nj_buscador_caja #muestra_sectores .lista_sectores .subsector:hover {
  background: #cfcfcf;
}
#nj_buscador_convenios .nj_buscador_caja #muestra_sectores .lista_sectores .subsector:hover .wk-icon {
  text-decoration: none;
}
#nj_buscador_convenios .nj_buscador_caja #muestra_sectores .lista_sectores .subsector p {
  display: inline-block;
  margin-bottom: 5px;
  line-height: 14px;
}/*# sourceMappingURL=main.css.map */