@charset "utf-8";
/* CSS Document */

.font1{
	font-family: 'Open Sans', sans-serif;
	font-size: 11px;
}

.centro {
    text-align: center;
    font-size: 12px;
}
.negrito {
    font-weight: bold;
}

.salarioDestaque {	
    font-size: 12px;
	font-weight: bold;
	color: #F50004;
}

.salarioDestaque2 {	
    font-size: 12px;
	font-weight: bold;
	color: #000000;
}

.salarioTitulo{
	font-size: 13px;
	font-weight: bold;
	background-color: #ADADAD;
}

a:link {
    cursor: pointer;
}

@media print {
   .naoimprime {
       display: none;
   }
   
   .repetir {
       display: table-header-group;
   }

   .repetirConteudo {
       display: table-row-group;
   }

   .quebra-pagina {
      clear: both;
      page-break-before: always;
      page-break-inside: avoid;
   }	
}
