* {
  font-size: 14px;
}

/*
header, footer, button, iframe, #subastas-online-modal {
  display: none !important;

}
*/

thead tr .header {
  margin-top: 48px;
  margin-bottom: 24px;
  text-align: center !important;
}

thead tr .header img {
  /*height: 1.24cm;*/
  width: 30%;
}

.document {

}

.document ul, .document img, .document table {
  page-break-inside: avoid;
}

.document * {
  text-align: justify !important;
  orphans:3;
  widows:3;
  -webkit-print-color-adjust: exact;
}

.document table {
  padding: 0;
  border-spacing: 0;
  border-collapse: collapse;
  table-layout: fixed;
}

.document table tr:first-child td {
  background-color: #000 !important;
  color: #fff !important;
  text-align: center !important;
}

.document td {
  border: 1px solid #ccc !important;
  padding: 5px;
  text-align: center !important;
  vertical-align: middle !important;
}

.document td * {
  text-align: center !important;
}



@media (min-width: 768px) {
  .document table {
    width: 50% !important;
  }
}



@media print {

  @page {
    size: portrait;
    margin: 1cm 2cm;
  }

  * {
    font-size: 9pt;
  }

  body {
    background-color: #fff;
  }

  thead tr .header {
    margin-bottom: 1cm;
  }

  thead tr .header img {
    /*height: 1.24cm;*/
    width: 7cm;
  }

  .document {
    /*margin-top: 1cm;*/
  }

  .document table {
    width: 50% !important;
  }

}
