PDF.css 1.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146
  1. #logo{
  2. width: 2.7cm;
  3. margin-left: 10px;
  4. }
  5. #resumen{
  6. font-size: 16px;
  7. text-align: center;
  8. margin-bottom: 10px;
  9. }
  10. .valido{
  11. font-size: 10px;
  12. width: 52%
  13. }
  14. .dir{
  15. color: #001D68;
  16. font-size: 9px;
  17. float:left;
  18. }
  19. #red{
  20. width: 2.5cm;
  21. }
  22. h1,h2,h3,h4,p{
  23. margin: 0;
  24. padding: 0;
  25. line-height: 1.1;
  26. }
  27. h1{
  28. font-size: 38px;
  29. font-family: 'indivisadisplay';
  30. font-weight: normal;
  31. font-style: italic;
  32. color: #001D68;
  33. text-align: center;
  34. line-height: 1.3;
  35. }
  36. h2{
  37. font-size: 14px;
  38. color: #D21034;
  39. font-weight: normal;
  40. font-style: italic;
  41. text-align: center;
  42. }
  43. h3{
  44. font-size: 24px;
  45. font-weight: normal;
  46. font-style: italic;
  47. color: #001D68;
  48. margin-top: 30px;
  49. }
  50. h4{
  51. font-size: 14px;
  52. font-weight: bold;
  53. font-style: italic;
  54. margin-bottom: 5px;
  55. }
  56. hr{
  57. height:3px;
  58. width: 40px;
  59. text-align:left;
  60. margin-left: 0;
  61. margin-top: 5px;
  62. }
  63. p{
  64. font-size: 12px;
  65. }
  66. .bloque{
  67. padding: 10px 0;
  68. }
  69. .linea{
  70. border-bottom: 1px solid #D6D8DB;
  71. }
  72. .calendar{
  73. font-family: 'fontawesome';
  74. }
  75. .fecha{
  76. font-size: 9px;
  77. width: 50%;
  78. float: left;
  79. text-align: left;
  80. margin-top: 3px;
  81. }
  82. .folio{
  83. font-size: 9px;
  84. width: 50%;
  85. float: right;
  86. text-align: right;
  87. }
  88. .facultad{
  89. font-weight: bold;
  90. font-variant: italic;
  91. font-size: 18px;
  92. text-align: center;
  93. }
  94. .indivisa{
  95. font-weight: bold;
  96. font-style: italic;
  97. font-size: 16px;
  98. text-align: center;
  99. }
  100. .cdmx{
  101. font-size: 12px;
  102. text-align: center;
  103. padding-bottom: 10px;
  104. }
  105. .firmas{
  106. text-align: center;
  107. width: 100%;
  108. }
  109. .bloqueFirma{
  110. width: 5.6cm;
  111. margin: 0 1cm;
  112. font-size: 12px;
  113. }
  114. .firmasImg {
  115. margin: 0 0 -1.8cm 0;
  116. width: 100%;
  117. }
  118. .nomFirma {
  119. color: #001D68;
  120. text-align: left;
  121. line-height: 1.2;
  122. }
  123. .cargoFirma {
  124. color: #969696;
  125. text-align: left;
  126. line-height: 1.2;
  127. }