123456789101112131415161718192021222324 |
- .bannerSubmenu{ border-top: 2rem solid #001D68; border-bottom: 2rem solid #001D68; background: url(../../img/fondo.webp); padding: 2rem 0; }
- @media (max-width:520px) {
- .bannerSubmenu{ border-top-width: 1rem; border-bottom-width: 1rem; padding: 1rem 0; }
- }
- #divSubMenu > .card{ margin-bottom: 0; }
- #divSubMenu > .linksSubMenu { color: #FFFFFF; font-family: 'indivisa-text-bold'; font-size: 16px; text-align: center; padding: .5rem; border-radius: 0; border: 0; cursor: pointer; }
- #fechas{ text-align: center; color: #001D68; }
- #fechas .normal { font-size: 20px; }
- #fechas .active{ font-size: 34px; }
- #fechas .active .bold{ font-family: 'indivisa-text-black'; }
- #fechas .bold{ font-family: 'indivisa-text-bold'; }
- #fechas .italic { font-family: 'indivisa-text-italic'; }
- #fechas .normal .ing-bullet { font-size: 0.5em; }
- #modalSeccion p, #modalSeccion ol, #modalSeccion ul { width: 100%; }
- .resalta { font-weight: bold; text-decoration: underline; font-style: italic; }
- .romanos { list-style-type:upper-roman; }
- .tablaSeccion > thead > tr > th { color: #FFFFFF; text-align: center; }
- .tablaSeccion.tabla2 > thead > tr > th{ width:25%; }
- .tablaSeccion.tabla3 > thead > tr > th{ width:20%; }
- .tablaSeccion > tbody > tr { border: 1px solid #001d68; border-top: 0; }
- .tablaSeccion > tbody > tr > td { padding: 0.75rem }
- .theadBorder { border: 1px solid #001d68; border-bottom: 0; }
|