submenu.css 1.3 KB

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