carta.css 1.3 KB

12345678910111213141516171819202122232425262728
  1. /*
  2. Created on : 6/05/2019, 03:57:27 PM
  3. Author : Alejandro
  4. Hoja de estilos para carta de nombramiento
  5. */
  6. body{font-family: indivisa-text, arial; font-size: 7pt!important;}
  7. .mayusculas{font-weight: bold; text-transform: uppercase;}
  8. .derecha{text-align: right;}
  9. .espacio_firma{margin-top:4.5em;}
  10. .justificado{text-align: justify;}
  11. .centrado{text-align:center;}
  12. .centrado-block{margin-left:auto; margin-right:auto; }
  13. .main-table{ border-collapse: collapse; border:1px; border-style: solid; border-color: #001d68; font-size: 6.5pt; line-height: 7pt; margin-bottom: 5px;}
  14. th{ color: #001d68; border:1px; border-style: solid; border-color: #001d68; background-color:#001d68; color: #fff; }
  15. .border{ padding: 2px 10px; border-top:1px; border-bottom:1px; border-style: dotted; border-color: #001d68;}
  16. div{margin:2px;}
  17. /********** FIRMAS **********/
  18. .firma { /*text-align: left;*/ vertical-align: top; padding: 0; margin: 0; }
  19. .nomFirma { color: #001D68; /*text-align: left;*/ line-height: 1.2; font-size: 10.5pt;}
  20. .cargoFirma { /*text-align: left;*/ line-height: 1.2; font-size: 10px;}
  21. /********** FIRMAS **********/
  22. .firmas{ width: 100%; }
  23. .firmaImg, .marca { margin-right: 0.25cm; width: 100%; max-width: 6cm; }
  24. .firmaImg { margin-top: -1cm; margin-bottom: -2.2cm; }
  25. .marca { opacity: 0.5; margin-left: -6.35cm;}