@page {
  /*font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;*/
  margin: 20mm;
}

*{
  font-weight: bold !important;
}

table{
  width: 100%;
}
.table-grande {
  width: 100%;
  font-size: 18px !important;
}
.table-simple {
  width: 100%;
  font-size: 25px !important;
}

td {
  font-size: 14px !important;
}
.td-simple {
  font-size: 12px !important;
}
.td-ficha {
  font-size: 13px !important;
  padding: 8px !important;
  margin: 10px 0px !important;
}
.tr-ficha {
  padding: 10px 0px !important;
  margin: 10px !important;
  display: block;
}

.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 !important;
}
.txt-negrita {
  font-style: italic !important;
  font-weight: bold !important;
}
.txt-contenido{
  line-height: 35px;
  width: 100%;
  text-align: justify !important;
}

.celda-firma{
  border-bottom: solid 2px black !important;
}
.celda-huella{
  border: solid 2px black !important;
}
.celda-bordeada{
  border: solid 1px black !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;
}
