@page {
  /*font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;*/
  margin: 10mm 7mm;
}

* {
  font-weight: bold !important;
}

table {
  width: 100%;
  font-size: 8px !important;
}
td {
  font-size: 9px !important;
}

.tb-titulo {
  border-top: solid 1px black !important;
  border-bottom: solid 1px black !important;
  padding: 3px 0px !important;
}
.tb-datos {
  padding: 3px 0px !important;
  border-bottom: dotted 0.5px black !important;
}

.txt-9 {
  font-size: 9px !important;
}
.txt-10 {
  font-size: 10px !important;
}
.txt-11 {
  font-size: 11px !important;
}
.txt-12 {
  font-size: 12px !important;
}
.txt-13 {
  font-size: 13px !important;
}
.txt-14 {
  font-size: 14px !important;
}
.txt-center {
  text-align: center;
}
.txt-right {
  text-align: right;
}
.txt-justify {
  text-align: justify;
}
.txt-negrita {
  font-style: italic !important;
  font-weight: bold !important;
}

.nuevahoja {
  break-after: always !important;
}

.informacion {
  padding: 10px 0px;
  text-align: center;
  font-size: 12px;
}

.img-logo {
  height: 30px;
  margin-bottom: 10px;
}

.text-rojo {
  color: red;
}
.venta-anulada {
  position: absolute;
  top: 0px;
  width: 100%;
  padding-top: 250px;
  text-align: center;
  font-size: 48px;
  color: rgb(255, 64, 64);
  transform: rotateZ(30);
}
