123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146 |
- #logo{
- width: 2.7cm;
- margin-left: 10px;
- }
- #resumen{
- font-size: 16px;
- text-align: center;
- margin-bottom: 10px;
- }
- .valido{
- font-size: 10px;
- width: 52%
- }
- .dir{
- color: #001D68;
- font-size: 9px;
- float:left;
- }
- #red{
- width: 2.5cm;
- }
- h1,h2,h3,h4,p{
- margin: 0;
- padding: 0;
- line-height: 1.1;
- }
- h1{
- font-size: 38px;
- font-family: 'indivisadisplay';
- font-weight: normal;
- font-style: italic;
- color: #001D68;
- text-align: center;
- line-height: 1.3;
- }
- h2{
- font-size: 14px;
- color: #D21034;
- font-weight: normal;
- font-style: italic;
- text-align: center;
- }
- h3{
- font-size: 24px;
- font-weight: normal;
- font-style: italic;
- color: #001D68;
- margin-top: 30px;
- }
- h4{
- font-size: 14px;
- font-weight: bold;
- font-style: italic;
- margin-bottom: 5px;
- }
- hr{
- height:3px;
- width: 40px;
- text-align:left;
- margin-left: 0;
- margin-top: 5px;
- }
- p{
- font-size: 12px;
- }
- .bloque{
- padding: 10px 0;
- }
- .linea{
- border-bottom: 1px solid #D6D8DB;
- }
- .calendar{
- font-family: 'fontawesome';
- }
- .fecha{
- font-size: 9px;
- width: 50%;
- float: left;
- text-align: left;
- margin-top: 3px;
- }
- .folio{
- font-size: 9px;
- width: 50%;
- float: right;
- text-align: right;
- }
- .facultad{
- font-weight: bold;
- font-variant: italic;
- font-size: 18px;
- text-align: center;
- }
- .indivisa{
- font-weight: bold;
- font-style: italic;
- font-size: 16px;
- text-align: center;
- }
- .cdmx{
- font-size: 12px;
- text-align: center;
- padding-bottom: 10px;
- }
- .firmas{
- text-align: center;
- width: 100%;
- }
- .bloqueFirma{
- width: 5.6cm;
- margin: 0 1cm;
- font-size: 12px;
- }
- .firmasImg {
- margin: 0 0 -1.8cm 0;
- width: 100%;
- }
- .nomFirma {
- color: #001D68;
- text-align: left;
- line-height: 1.2;
- }
- .cargoFirma {
- color: #969696;
- text-align: left;
- line-height: 1.2;
- }
|