PDF-ea.css 2.0 KB

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