resultados.css 1.8 KB

12345678910111213141516171819202122232425262728293031323334353637383940
  1. /*
  2. Created on : 6/05/2019, 03:57:27 PM
  3. Author : Alejandro
  4. Hoja de estilos para carta de resultados
  5. */
  6. body{font-family: indivisa-text, arial; font-size: 10pt !important; color:#001D68;}
  7. .espacio_firma{margin-top:4.5em;}
  8. .justificado{text-align: justify;}
  9. .text-center{text-align:center;}
  10. .centrado-block{margin-left:auto; margin-right:auto; }
  11. .bg-info{background-color: #F0F0F0 !important; padding:5px}
  12. .bg-info h3, .bg-info h4{margin:0;}
  13. .text-bold{font-weight: bold;}
  14. .text-gris{color: #969696 !important;}
  15. .text-black{color: #000 !important;}
  16. .criterios-block{margin-top: 10mm; color:#444 !important;}
  17. /*.criterios-block td{color:#777 !important;}*/
  18. /* TABLAS */
  19. .table-white th{text-align: center; border-color:#fff; padding: 6pt 0; /*text-transform: uppercase;*/}
  20. .table-white tr td, .table-white tr th { border-left: 1px !important; border-color:#fff; border-style: solid; font-size: 9pt;}
  21. .table-white tr td:first-child, .table-white tr th:first-child {border-left:0;}
  22. .table-white tr td:last-child, .table-white tr th:last-child {border-right:0;}
  23. .table-white .thead-dark th{ background-color:#001E61; color: #fff !important; }
  24. .table-white .thead-light th{ background-color:#f0f0f0; color: #444 !important; }/*#333*/
  25. #red{width:2.5cm}
  26. footer td{font-size: 9px!important;}
  27. .facultad{font-weight: bold;font-variant: italic;font-size: 18px;text-align: center;}
  28. .indivisa{font-weight: bold;font-style: italic;font-size: 16px;text-align: center;}
  29. .cdmx{font-size: 12px;text-align: center;padding-bottom: 10px;}
  30. .firmasImg{margin: 0 0 -0.5cm 0; width: 90%;/* max-height: 4cm;*/}
  31. /*.bloqueFirma{width:50%; padding:0 5em}*/
  32. .bloqueFirma{width: 5.6cm; margin: 0 1cm; font-size: 12px; }
  33. .nomFirma {color: #001D68;text-align: left;line-height: 1.2;}
  34. .cargoFirma {color: #969696;text-align: left;line-height: 1.2;}
  35. .firmas{text-align: center;width: 100%;}