12345678910111213141516171819202122232425262728 |
- /*
- Created on : 6/05/2019, 03:57:27 PM
- Author : Alejandro
- Hoja de estilos para carta de nombramiento
- */
- body{font-family: indivisa-text, arial; font-size: 7pt!important;}
- .mayusculas{font-weight: bold; text-transform: uppercase;}
- .derecha{text-align: right;}
- .espacio_firma{margin-top:4.5em;}
- .justificado{text-align: justify;}
- .centrado{text-align:center;}
- .centrado-block{margin-left:auto; margin-right:auto; }
- .main-table{ border-collapse: collapse; border:1px; border-style: solid; border-color: #001d68; font-size: 6.5pt; line-height: 7pt; margin-bottom: 5px;}
- th{ color: #001d68; border:1px; border-style: solid; border-color: #001d68; background-color:#001d68; color: #fff; }
- .border{ padding: 2px 10px; border-top:1px; border-bottom:1px; border-style: dotted; border-color: #001d68;}
- div{margin:2px;}
- /********** FIRMAS **********/
- .firma { /*text-align: left;*/ vertical-align: top; padding: 0; margin: 0; }
- .nomFirma { color: #001D68; /*text-align: left;*/ line-height: 1.2; font-size: 10.5pt;}
- .cargoFirma { /*text-align: left;*/ line-height: 1.2; font-size: 10px;}
- /********** FIRMAS **********/
- .firmas{ width: 100%; }
- .firmaImg, .marca { margin-right: 0.25cm; width: 100%; max-width: 6cm; }
- .firmaImg { margin-top: -1cm; margin-bottom: -2.2cm; }
- .marca { opacity: 0.5; margin-left: -6.35cm;}
|