/*
  $rojo: #C00000;
  $gris: #58585a;
*/

@page {
  font-family: 'Times New Roman', Times, serif;
  margin: 5mm;
}

.info-documento{
  margin-bottom: 10px;
}

.txt-12{font-size: 12px !important;}
.txt-13{font-size: 13px !important;}
.txt-14{font-size: 14px !important;}

table {
  width: 100%;
  font-size: 9px;
  border-collapse: collapse;
}

table, td, th {
  border: 1px solid #666;
}

td{
  padding: 3px;
}