@page {
  /*font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;*/
  margin: 4mm;
}

*{
  font-weight: bold !important;
}

table {
  width: 100%;
  font-size: 13px !important;
}

td {
  font-size: 9px !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-negrita {
  font-style: italic !important;
  font-weight: bold !important;
}

.nuevahoja{
  break-after: always !important;
}

.codigo-doc {
  padding: 2mm 0px;
  text-align: center;
  font-size: 12px;
}

.img-logo {
  height: 70px;
  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);
}

.sin-margen{
  margin: 0px !important;
}

.concepto{
  margin: 5px 0px !important;
}
