12345678910111213141516171819202122232425262728293031323334353637383940 |
- /*
- Created on : 6/05/2019, 03:57:27 PM
- Author : Alejandro
- Hoja de estilos para carta de resultados
- */
- body{font-family: indivisa-text, arial; font-size: 10pt !important; color:#001D68;}
- .espacio_firma{margin-top:4.5em;}
- .justificado{text-align: justify;}
- .text-center{text-align:center;}
- .centrado-block{margin-left:auto; margin-right:auto; }
- .bg-info{background-color: #F0F0F0 !important; padding:5px}
- .bg-info h3, .bg-info h4{margin:0;}
- .text-bold{font-weight: bold;}
- .text-gris{color: #969696 !important;}
- .text-black{color: #000 !important;}
- .criterios-block{margin-top: 10mm; color:#444 !important;}
- /*.criterios-block td{color:#777 !important;}*/
- /* TABLAS */
- .table-white th{text-align: center; border-color:#fff; padding: 6pt 0; /*text-transform: uppercase;*/}
- .table-white tr td, .table-white tr th { border-left: 1px !important; border-color:#fff; border-style: solid; font-size: 9pt;}
- .table-white tr td:first-child, .table-white tr th:first-child {border-left:0;}
- .table-white tr td:last-child, .table-white tr th:last-child {border-right:0;}
- .table-white .thead-dark th{ background-color:#001E61; color: #fff !important; }
- .table-white .thead-light th{ background-color:#f0f0f0; color: #444 !important; }/*#333*/
- #red{width:2.5cm}
- footer td{font-size: 9px!important;}
- .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;}
- .firmasImg{margin: 0 0 -0.5cm 0; width: 90%;/* max-height: 4cm;*/}
- /*.bloqueFirma{width:50%; padding:0 5em}*/
- .bloqueFirma{width: 5.6cm; margin: 0 1cm; font-size: 12px; }
- .nomFirma {color: #001D68;text-align: left;line-height: 1.2;}
- .cargoFirma {color: #969696;text-align: left;line-height: 1.2;}
- .firmas{text-align: center;width: 100%;}
|