#supercnt_listadoDocs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 2em;
  font-size: 16px;
  line-height: 1em;
}
#supercnt_listadoDocs .menu-categorias {
  width: 100%;
  max-width: 20em;
}
#supercnt_listadoDocs .menu-categorias ul {
  margin: 0;
  padding: 0;
  -webkit-transition: max-height 0.7s ease;
  transition: max-height 0.7s ease;
}
#supercnt_listadoDocs .menu-categorias ul li {
  list-style: none;
  margin: 0;
  padding: 0;
}
#supercnt_listadoDocs .menu-categorias ul li div.categoria-link {
  font-size: 1.1em;
  padding: 0.3em 0.5em;
  background-color: #1F7180;
  color: white;
  border-radius: 0.2em;
  margin-bottom: 0.3em;
  cursor: pointer;
}
#supercnt_listadoDocs .menu-categorias ul.raiz li[depth="0"][estado=abierto] > ul {
  max-height: 1000px;
}
#supercnt_listadoDocs .menu-categorias ul.raiz li[depth="0"][estado=cerrado] > ul {
  overflow: hidden;
  max-height: 0;
}
#supercnt_listadoDocs .menu-categorias ul.raiz li[depth="0"][estado=cerrado]:hover > ul {
  max-height: 1000px;
}
#supercnt_listadoDocs .menu-categorias ul.raiz li[depth="0"].padre_seleccionado > .categoria-link {
  background-color: #134a5d;
  color: white;
  font-weight: 700;
}
#supercnt_listadoDocs .menu-categorias ul.raiz li[depth="0"] ul {
  margin-left: 0.6em;
}
#supercnt_listadoDocs .menu-categorias ul.raiz li[depth="0"] ul[depth="1"] {
  margin-bottom: 0.2em;
}
#supercnt_listadoDocs .menu-categorias ul.raiz li[depth="0"] li.li_padre {
  margin-bottom: 0.5em;
}
#supercnt_listadoDocs .menu-categorias ul.raiz li[depth="1"] div.categoria-link {
  background-color: #e3f5f8;
  color: #134A5D;
}
#supercnt_listadoDocs .menu-categorias ul.raiz li[depth="1"] div.categoria-link.seleccionado {
  background-color: #0069b4;
  color: white;
  font-weight: 700;
}
#supercnt_listadoDocs .menu-categorias ul.raiz li[depth="1"] div.categoria-link:not(.seleccionado):hover {
  background-color: #bae6ee;
}
#supercnt_listadoDocs #posts-container {
  width: 100%;
  max-width: 53em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#supercnt_listadoDocs #posts-container .pagination_documentos {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0.6em;
  padding-bottom: 1em;
}
#supercnt_listadoDocs #posts-container .pagination_documentos .pagination_documentos_boton {
  font-size: 0.8em;
  background-color: #dbf2f6;
  width: 2em;
  height: 2em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 99999em;
  cursor: pointer;
}
#supercnt_listadoDocs #posts-container .pagination_documentos .pagination_documentos_boton.pagina_actual {
  background-color: #0069b4;
  color: white;
}
#supercnt_listadoDocs #posts-container .pagination_documentos .pagination_documentos_boton .num_pag {
  line-height: 1em;
  font-size: 1.4em;
  font-weight: 700;
}
#supercnt_listadoDocs #posts-container .cnt_articulos {
  width: 100%;
  overflow-y: auto;
  padding-right: 0.5em;
}
#supercnt_listadoDocs #posts-container .cnt_articulos article {
  margin-bottom: 0.8em;
  border-left: 0.3em solid #c1e6ed;
  background-color: #edf8fa;
  padding: 0.8em 1em;
  border-radius: 0.7em;
}
#supercnt_listadoDocs #posts-container .cnt_articulos article .cnt_titulo {
  margin-bottom: 0.4em;
}
#supercnt_listadoDocs #posts-container .cnt_articulos article .cnt_titulo a {
  font-size: 1.3em;
  color: #134A5D;
  line-height: 1.2em;
}
#supercnt_listadoDocs #posts-container .cnt_articulos article .cnt_info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
#supercnt_listadoDocs #posts-container .cnt_articulos article .cnt_info .cnt_fecha {
  display: none;
}
#supercnt_listadoDocs #posts-container .cnt_articulos article .cnt_resumen {
  display: none;
}

.cnt_categorias {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 0.3em;
  margin-bottom: 0.2em;
}
.cnt_categorias .cnt_categoria {
  background-color: #c1e6ed;
  border-radius: 0.2em;
  padding: 0.2em 0.5em;
  font-size: 0.8em;
  line-height: 1.2em;
}

#barra_cats_doc .cnt_categorias {
  margin-bottom: 2em;
}

.custom-user-panel {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  padding: 0.2em 2em 0.2em;
  font-size: 18px;
}
.custom-user-panel .user_name {
  width: 50%;
  color: white;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 0.4em;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.custom-user-panel .user_enlaces {
  width: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.35em;
}
.custom-user-panel .user_enlaces a.button_user_enlaces {
  font-size: 0.6em;
  font-weight: 700;
  padding: 0em 0.6em 0em;
  color: white !important;
  background-color: #0069b4;
  text-transform: uppercase;
  border: none;
  border-radius: 0.3em;
  display: inline-block;
  color: white;
  margin: 0;
  height: auto;
  cursor: pointer;
}
.custom-user-panel .user_enlaces a.button_user_enlaces:hover {
  background-color: #005490;
}