carta.css 2.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164
  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. .nomFirma {
  115. color: #001D68;
  116. text-align: left;
  117. line-height: 1.2;
  118. }
  119. .cargoFirma {
  120. color: #969696;
  121. text-align: left;
  122. line-height: 1.2;
  123. }
  124. .firmasImg, .marca {
  125. margin-right: 0.25cm;
  126. width: 100%;
  127. max-width: 6cm;
  128. }
  129. .firmasImg {
  130. /*margin-top: -0.3cm;*/
  131. margin-top: -1.4cm;
  132. margin-bottom: -4.6cm;
  133. }
  134. .marca {
  135. opacity: 0.5;
  136. }