body {
    font-family: "Gill Sans BK";
    font-size: 16px;
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
  font-family: "Minion Pro";
  font-weight: normal;
}
main h1, main h2, main h3, main h4, main h5, main h6{
    margin-bottom: 8px;
}
#cabecera-sede .cabecera-general {
    position: relative;
    z-index: 99;
    background: var(--colorFondoCabecera);
    padding: 15px;
    display: flex;
    justify-content: center;
}
#cabecera-sede .cabecera-general-wrapper {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    width: 100%;
    max-width: 1170px;
}
#cabecera-sede .cabecera-general-wrapper .barra-logos-imagen {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    width: 100%;
}
#cabecera-sede .barra-menu-principal {
    background: #A31C1E;
    padding: 0 15px;
    display: flex;
    justify-content: center;
}
#cabecera-sede .barra-menu-principal .barra-menu-principal-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    max-width: 1170px;
}
#cabecera-sede .barra-menu-principal .barra-menu-principal-wrapper .bloque-menu .bloque-menu-wrapper {
    display: flex;
    align-items: center;
    gap: 16px;
}
#cabecera-sede .barra-menu-principal .barra-menu-principal-wrapper .bloque-menu .bloque-menu-wrapper .seccion-menu .seccion-menu-contenido {
    background: #7C1B1D;
    padding: 24px 15px;
    overflow: hidden;
    transition: opacity 0.3s ease-in-out 0.1s, visibility 0.3s ease-in-out 0.1s;
    position: absolute;
    z-index: 9;
    width: 100%;
    left: 0;
    display: none;
    justify-content: center;
}
#cabecera-sede .barra-menu-principal .barra-menu-principal-wrapper .bloque-menu .bloque-menu-wrapper .seccion-menu .seccion-menu-contenido .seccion-menu-contenido-wrapper {
    width: 100%;
    max-width: 1170px;
    margin: 0 auto;
}
#cabecera-sede .barra-menu-principal .barra-menu-principal-wrapper .bloque-menu .bloque-menu-wrapper .seccion-menu .seccion-menu-contenido .seccion-menu-contenido-wrapper .menu-contenido-zona2-menu-hijos .columnas-manual .columnas-manual-wrapper {
    margin-left: -30px;
    margin-right: -30px;
    width: auto;
    display: flex;
    flex-wrap: wrap;
}
#cabecera-sede .barra-menu-principal .barra-menu-principal-wrapper .bloque-menu .bloque-menu-wrapper .seccion-menu .seccion-menu-contenido .seccion-menu-contenido-wrapper .menu-contenido-zona2-menu-hijos .columnas-manual .columnas-manual-wrapper .columna.media {
    width: 20%;
}
#cabecera-sede .barra-menu-principal .barra-menu-principal-wrapper .bloque-menu .bloque-menu-wrapper .seccion-menu .seccion-menu-contenido .seccion-menu-contenido-wrapper .menu-contenido-zona2-menu-hijos .columnas-manual .columnas-manual-wrapper .columna {
    position: relative;
    padding: 0 30px;
}
#cabecera-sede .barra-menu-principal .barra-menu-principal-wrapper .bloque-menu .bloque-menu-wrapper .seccion-menu .seccion-menu-contenido .seccion-menu-contenido-wrapper .menu-contenido-zona2-menu-hijos .columnas-manual .columnas-manual-wrapper .columna .titulo-columna {
    font: normal 16px / normal "Gill Sans MD";
    color: #fff;
    margin-bottom: 26px;
    text-transform: uppercase;
}
#cabecera-sede .barra-menu-principal .barra-menu-principal-wrapper .bloque-menu .bloque-menu-wrapper .seccion-menu .seccion-menu-contenido .seccion-menu-contenido-wrapper .menu-contenido-zona2-menu-hijos .columnas-manual .columnas-manual-wrapper .columna .titulo-columna {
    width: 100%;
}
#cabecera-sede .barra-menu-principal .barra-menu-principal-wrapper .bloque-menu .bloque-menu-wrapper .seccion-menu .boton-seccion-menu .enlace-seccion-menu {
    font: normal 16px / normal "Minion Pro Med";
    color: #fff;
    position: relative;
    padding: 8px 0;
    text-decoration: none;
    display: flex;
    cursor: pointer;
}
#cabecera-sede .barra-menu-principal .barra-menu-principal-wrapper .bloque-menu .bloque-menu-wrapper .seccion-menu .boton-seccion-menu .enlace-seccion-menu:after {
    position: absolute;
    display: block;
    /* bottom: 17px; */
    bottom: 0;
    left: 0px;
    width: 100%;
    height: 3px;
    background-color: var(--colorTextoSobreSecundario);/*#FA94A0;*/
    content: "";
    transform: scale(0,1);/*opacity: 0;*/
    transform-origin: center;
    transition: all 0.3s ease 0s;
}
#cabecera-sede .barra-menu-principal .barra-menu-principal-wrapper .bloque-menu .bloque-menu-wrapper .seccion-menu .boton-seccion-menu .enlace-seccion-menu:hover:after {
  /*opacity: 1;
  width: 100%;*/
  transform: scale(1,1);
}
#cabecera-sede .barra-menu-principal .barra-menu-principal-wrapper .bloque-menu .bloque-menu-wrapper .seccion-menu .boton-seccion-menu.abierto .enlace-seccion-menu:after {
  background-color: #fff;
  width: 100%;
  opacity: 1;
}
#cabecera-sede .barra-menu-principal .barra-menu-principal-wrapper .bloque-menu .bloque-menu-wrapper .seccion-menu .boton-seccion-menu.abierto .enlace-seccion-menu:hover:after {
  background-color: #fff;
}
#cabecera-sede .barra-menu-principal .barra-menu-principal-wrapper .bloque-buscador {
    height: 100%;
    display: flex;
    gap: 10px;
    align-items: center;
}
#cabecera-sede .barra-menu-principal .barra-menu-principal-wrapper .bloque-buscador .fecha-hora {
    font: normal 16px / normal "Gill Sans BK";
    color: #fff;
}
#cabecera-sede .barra-menu-principal .barra-menu-principal-wrapper .bloque-buscador .buscador {
    height: 100%;
    background: #740507;
    position: relative;
    padding: 0 8px;
    display: flex;
    align-items: center;
}
#cabecera-sede .barra-menu-principal .barra-menu-principal-wrapper .bloque-buscador .buscador .fa-solid {
    color: #fff;
}
#cabecera-sede .barra-menu-principal .barra-menu-principal-wrapper .bloque-buscador .usuario a {
    color: #fff;
    text-decoration: none;
}
#cabecera-sede .barra-menu-principal .barra-menu-principal-wrapper .bloque-buscador .usuario a:hover {
    filter: invert(1);
}
#cabecera-sede .barra-menu-principal .barra-menu-principal-wrapper .bloque-buscador .usuario a span{
  vertical-align: middle;
  font-size: 18px;
}
#cabecera-sede .barra-menu-principal .barra-menu-principal-wrapper .bloque-buscador .buscador #buscador-formulario .buscador-input-wrapper .buscador-submit-wrapper {
    display: none;
}
#cabecera-sede .barra-menu-principal .barra-menu-principal-wrapper .bloque-buscador .buscador #buscador-formulario .buscador-input-wrapper .input-group label {
    font-size: 0;
}
#cabecera-sede .barra-menu-principal .barra-menu-principal-wrapper .bloque-buscador .buscador #buscador-formulario .buscador-input-wrapper .input-group .buscador-input {
    color: #fff;
    font: normal 16px / normal "Gill Sans BK";
    padding: 0 8px 0 8px;
    background: transparent;
    border: 0;
}
#cabecera-sede .barra-menu-principal .barra-menu-principal-wrapper .bloque-buscador .accionador-buscador-responsive {
    color: #fff;
    display: none;
    cursor: pointer;
}
#cabecera-sede .accionador_menu_movil {
    display: none;
}
#cabecera-sede .accionador_menu_movil .btn-accionador {
    order: 2;
    width: 22px;
    height: auto;
    -moz-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    -webkit-transition: all ease 0.3s;
    transition: all ease 0.3s;
    border-radius: 0;
    margin-right: 0;
    margin-left: 12px;
    background: none;
    border: none;
    padding: 0;
    cursor: pointer;
}
#cabecera-sede .barra-menu-principal .barra-menu-principal-wrapper .accionador_menu_movil .btn-accionador .icon-bar {
    background: #fff;
}
#cabecera-sede .accionador_menu_movil .btn-accionador .icon-bar {
    width: 100%;
    height: 3px;
    background: #000;
    -moz-transition: all ease-in-out 0.3s;
    -o-transition: all ease-in-out 0.3s;
    -webkit-transition: all ease-in-out 0.3s;
    transition: all ease-in-out 0.3s;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    position: relative;
    float: left;
}
#cabecera-sede .accionador_menu_movil .btn-accionador .icon-bar.icon-bar-1 {
    top: 0;
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}
#cabecera-sede .accionador_menu_movil .btn-accionador .icon-bar.icon-bar-2 {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
#cabecera-sede .accionador_menu_movil .btn-accionador .icon-bar.icon-bar-3 {
  top: 0;
  -webkit-transform: rotate(-180deg);
  -moz-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  -o-transform: rotate(-180deg);
  transform: rotate(-180deg);
}
#cabecera-sede .accionador_menu_movil .btn-accionador .icon-bar + .icon-bar {
  margin-top: 5px;
}
#cabecera-sede .accionador_menu_movil .btn-accionador.desplegado .icon-bar {
  background: #000;
  filter: none;
}
#cabecera-sede .accionador_menu_movil .btn-accionador.desplegado .icon-bar-1 {
  top: 8px;
  -webkit-transform: rotate(225deg);
  -moz-transform: rotate(225deg);
  -ms-transform: rotate(225deg);
  -o-transform: rotate(225deg);
  transform: rotate(225deg);
}
#cabecera-sede .accionador_menu_movil .btn-accionador.desplegado .icon-bar-2 {
  top: 0;
  -webkit-transform: rotate(225deg);
  -moz-transform: rotate(225deg);
  -ms-transform: rotate(225deg);
  -o-transform: rotate(225deg);
  transform: rotate(225deg);
}
#cabecera-sede .accionador_menu_movil .btn-accionador.desplegado .icon-bar-3 {
  top: -8px;
  -webkit-transform: rotate(-225deg);
  -moz-transform: rotate(-225deg);
  -ms-transform: rotate(-225deg);
  -o-transform: rotate(-225deg);
  transform: rotate(-225deg);
}
#cabecera-sede .buscador.responsive {
    display: none;
    position: absolute;
    z-index: 9;
    width: 100%;
}
.pagina-general-info {
    padding: 0 15px;
    margin-top: 20px;
    display: flex;
    width: 100%;
    justify-content: center;
    box-sizing: border-box;
}
.font-size-0 {
    font-size: 0 !important;
}
.oculto {
    display: none;
}
input, button, textarea, select {
    font: inherit;
}
ul[class], ol[class] {
    list-style: none;
}

body, h1, h2, h3, h4, h5, h6, p, ul[class], ol[class], li, figure, figcaption, blockquote, dl, dd {
    margin: 0;
}
ul[class], ol[class] {
    padding: 0;
}
a:not([class]) {
    text-decoration-skip-ink: auto;
}
a {
    transition: all 0.3s ease 0s;
    color: inherit;
    font-family: "Gill Sans MD";
    text-decoration: none;
}
p, a {
    line-height: 24px;
}
p {
    margin-bottom: 20px;
}
main{
    justify-content: center;
    display: flex;
    width: 100%;
    min-height: 285px;
}
div#body_full, div.pagina-general-info-wrapper{
    width: 100%;
    max-width: 1170px
}
div.pagina-general-info-wrapper div.titulo_pagina{
    margin-top: 10px;
}
div.pagina-general-info-wrapper div.titulo_pagina h1{
    line-height: 110%;
}
div#body_full{
    padding: 20px 15px 32px 15px;
}
.error .caja-info{
    margin: 40px 10%;
}
.cajas-info .caja-info{
    padding: 0 15px;
    box-sizing: border-box;
}
.error .caja-info-wrapper {
    min-height: 100px;
}
.cajas-info .caja-info .caja-info-wrapper {
    border: 1px solid var(--colorFondoCabecera);
    padding: 20px 20px;
    position: relative;
    display: flex;
    height: 100%;
}
.cajas-info .caja-info .caja-info-wrapper .titulo-caja {
    position: absolute;
    padding: 5px 8px;
    top: -17px;
    left: 12px;
    display: flex;
    align-items: flex-start;
    width: 97%;
}
.caja-info .caja-info-wrapper .titulo-caja h2 {
    font-size: 16px;
    font-weight: bold;
    line-height: normal;
    margin-bottom: 0;
}
.caja-info .caja-info-wrapper .titulo-caja i {
    padding-top: 4px;
    font-size: 13px;
}
.error .caja-info .caja-info-wrapper .titulo-caja h2 {
    font-size: 20px;
    background: white;
    padding: 0 5px;
}
.error .caja-info .caja-info-wrapper .titulo-caja i {
    font-size: 18px;
    background: white;
    padding-left: 4px;
}
.error .caja-info .caja-info-wrapper .titulo-caja div.vacio {
    flex-grow: 1;
}
.error .caja-info .caja-info-wrapper .titulo-caja span.close {
    font-size: 18px;
    background: white;
    padding: 4px;
    cursor: pointer;
}
.menu-principal-listado a{
    color: var(--colorTextoSobreTerciario);
    transition: all 0.3s ease 0s;
}
.menu-principal-listado a:hover{
    color: var(--colorEnlaces);
    text-decoration: none;
}
div#body_mi_sede div.utilidad span, div#body_main div.enlaces_acceso span{
    font-size: 18px !important;
    line-height: 20px !important;
}
div#body_mi_sede div.utilidad img, div#body_main div.enlaces_acceso img{
	margin-top: 5px;
}
div#access_links div.enlaces_acceso{
    text-align: center;
    min-height: 80px;
    width: 150px;
}
div#access_links div.enlaces_acceso.anchos{
    height: auto;
    width: 25%;
    display: flex;
    flex-direction: column;
}
div#access_links div.enlaces_acceso.anchos h2{
    display: flex;
}
div#access_links div.enlaces_acceso.anchos h2 span.nombre-aplicacion{
    flex-grow: 1;
    text-align: left;
    margin-left: 10px;
}
div#access_links div.enlaces_acceso.anchos p{
    text-align: justify;
    flex-grow: 1;
}
div#access_links div.enlaces_acceso.anchos select{
    margin-bottom: 15px;
}
div#access_links div.enlaces_acceso.anchos span.tooltipAyuda{
    position: relative;
    left: 15px;
    bottom: 20px;
}
div#access_links div.enlaces_acceso.anchos span.tooltipAyuda i{
    font-size: 1.2rem;
}
div.enlaces_acceso{
    border: 1px solid var(--colorCajasBorde);
    text-align: left;
    padding: 2%;
    margin: 1%;
}
div#access_links div.enlaces_acceso.deshabilitado, div.cms_container-row div.formatter.Boton.deshabilitado .titular{
    color: var(--colorCajasContraste) !important;
}
div.enlaces_acceso:hover, div.enlaces_acceso.enlaces_admin:hover{
    background-color: var(--colorSecundario);
    color: var(--colorTextoSobreSecundario);
}
div#access_links div.enlaces_acceso.deshabilitado:hover, div.cms_container-row div.formatter.Boton.deshabilitado .boton-wrapper:hover{
    background-color: var(--colorFondoCamposDeshabilitados) !important;
}
div.enlaces_acceso i{
    font-size: 1.6rem;
    margin-bottom: 8px;
}
div.enlaces_acceso.enlaces_admin{
    background-color: var(--colorCajasFondo);
}
div.utilidad img, div.enlaces_acceso img{
    vertical-align: middle;
}
div.utilidad span, div.enlaces_acceso span{
    line-height: 31px;
}
div.enlaces_acceso a:hover, div.enlaces_admin a:hover {
    text-decoration: none;
}
div#body_main div#access_links, div#body_full div#access_links{
    display: flex;
    flex-direction: row;
    margin-bottom: 20px;
}
div#body_main div#access_links img, div#body_full div#access_links img{
    width: 46px;
    margin-bottom: 5px;
}
div#body_main div#access_links :not(div.enlaces_admin) img, div#body_full div#access_links :not(div.enlaces_admin) img{
    filter: invert(0.4);
}
body .cms_container-row {
    margin-left: -22px;
    margin-right: -22px;
    display: flex;
    flex-wrap: wrap;
}
div.LogoPrincipal-template{
    color: white;
    font-size: 28px;
    font-family: 'Gill Sans BK';
}
div.LogoPrincipal-template a{
    font-family: 'Gill Sans BK';
}
dialog.modal {
    display: flex;
    font-size: 14px;
    line-height: 18px;
    color: #666;
    width: 100vw;
    height: 100vh;
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    font-size: 14px;
    background-color: rgba(0, 0, 0, 0.6);
    z-index: 9999;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
}
dialog.modal p{
    font-size: 16px;
}
dialog.modal#usuario-logado-form .modal-contenido {
    min-height: 300px;
    max-height: 400px;
}
dialog.modal .modal-contenido {
    max-width: 600px;
    min-height: 500px;
    max-height: 600px;
    overflow-Y: auto;
    background-color: #EFEFEF;
}
dialog.modal .modal-contenido > .modal-cabecera {
    border-bottom: 1px solid #D8D8D8;
    padding: 35px 35px 20px;
    background-color: #EFEFEF;
    position: relative;
}
dialog.modal .modal-contenido .modal-cabecera h2 {
    text-transform: uppercase;
    margin-bottom: 20px !important;
    font-size: 21px;
    font-weight: 600;
    color: #333;
    margin: 0;
}
dialog.modal .modal-contenido .modal-cabecera div {
    font-size: 16px;
}
dialog.modal .modal-contenido > .modal-cabecera .modal-cabecera-cierre {
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    padding: 0;
    border: 0;
    font-weight: 600;
    color: #888;
    cursor: pointer;
    font-size: 26px;
    position: absolute;
    right: 15px;
    top: 15px;
    width: 26px;
    height: 26px;
    background: none;
    text-align: center;
}
dialog.modal .modal-contenido > .modal-cuerpo {
    background-color: #FFF;
}
dialog.modal .modal-contenido .modal-pie {
    display: grid;
    justify-content: start;
    align-items: normal;
    grid-gap: 10px;
    grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
    padding: 35px;
    background-color: #EFEFEF;
    text-align: center;
}
dialog.modal .modal-contenido .modal-pie button, dialog.modal .modal-contenido .modal-pie input[type=submit] {
    margin: 0;
    color: #fff !important;
    border: none !important;
    background-color: #D12B2E !important;
    line-height: normal;
    font-size: 14px;
    padding: 13px;
    min-width: 110px;
    border-radius: 2px;
    cursor: pointer;
    box-sizing: border-box;
}
dialog.modal .modal-pie button:hover, dialog.modal .modal-pie input[type=submit]:hover {
  background-color: #740507 !important;
}
div.login-form{
    min-width: 410px;
    max-width: 600px;
    width: 40%;
    text-align: center;
    margin: 0 auto;
}
div.login-form .form-group{
    width: 80% !important;
    margin-left: auto;
    margin-right: auto;
}
dialog.modal .usuario-logado, .login-form .form-group{
    position: relative;
}
.login-form .form-group input{
    width: 100%;
}
dialog.modal .usuario-logado span, .login-form .form-group input{
    padding: .75rem;
    padding-bottom: .625rem;
    padding-top: 1.625rem;
    display: block;
    background-color: white;
    border: 1px solid rgba(118, 118, 118, 0.3);
}
dialog.modal .usuario-logado label, .login-form .form-group label{
    transform: scale(.85) translateY(-.5rem) translateX(.15rem);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    max-width: 100%;
    height: 100%;
    padding: 1rem .75rem;
    overflow: hidden;
    color: rgba(var(--bs-body-color-rgb), .65);
    text-align: start;
    text-overflow: ellipsis;
    white-space: nowrap;
    pointer-events: none;
    border: var(--bs-border-width) solid transparent;
    transform-origin: 0 0;
    display: inline-block;
}
i.fa-at.arroba{
    font-size: 14px;
    vertical-align: text-bottom;
}
div#access_links.tipos-acceso div.enlaces_acceso{
    position:relative;
    display:flex;
    flex-direction:column
}
div#access_links.tipos-acceso div.enlaces_acceso a{
    position:absolute;
    left:0;
    top:0;
    width:100%;
    height:100%;
}
@media (max-width: 1099px) {
  #cabecera-sede .accionador_menu_movil .buscador_general {
    filter: contrast(1) brightness(0);
  }
}
@media (max-width: 991px) {
  #cabecera-sede .accionador_menu_movil {
    display: block;
    display: -webkit-box; /* OLD - iOS 6-, Safari 3.1-6 */
    display: -moz-box; /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox; /* TWEENER - IE 10 */
    display: -webkit-flex; /* NEW - Chrome */
    display: flex; /* NEW, Spec - Opera 12.1, Firefox 20+ */
    align-items: center;
  }
}
@media (max-width: 599px) {
  div.login-form{
    min-width: 0;
    width: 90%;
  }
  #cabecera-sede .cabecera-general-wrapper .barra-logos-imagen {
    justify-content: center;
  }
  #cabecera-sede .cabecera-general-wrapper .barra-logos-imagen .LogoPrincipal-template {
    width: 100%;
    display: flex;
    justify-content: center;
    order: 2;
  }
  #cabecera-sede .cabecera-general-wrapper .barra-logos-imagen .LogoSecundario-template {
    width: 100%;
    display: flex;
    justify-content: center;
    order: 1;
  }
  div#access_links {
      flex-direction: column !important;
  }
  div#access_links div.enlaces_acceso{
      width: auto !important;
  }
  body .cms_container-row{
      margin-left: -7px !important;
    margin-right: -7px !important;
  }
  span.tooltipAyuda {
    display: none;
  }
}
a.texto-deshabilitacion:hover:after, a.texto-deshabilitacion:focus:after, a.texto-deshabilitacion:active:after {
    content: attr(title);
    color: var(--colorBotonesBorde);
    background-color: var(--colorFondoCamposDeshabilitados);
    padding: 3px;
    border: 1px solid var(--colorCajasContraste);
    position: relative;
    top: 5px;
}