@page {
  font-family: "Times New Roman", Times, serif;
  margin: 15mm;
}

.info-documento {
  margin-bottom: 10px;
}

h4 {
  padding: 0px !important;
  margin: 0px !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;
}

table {
  width: 100%;
}
.tabla-detalle {
  font-size: 8.5px;
  border-collapse: collapse;
}
.tabla-detalle,
.tabla-detalle > td,
.tabla-detalle > th {
  border: 1px solid #666;
}
.tabla-detalle > td {
  padding: 3px;
}

.row {
  width: 100%;
}
.column {
  width: 50%;
  float: left;
}
.column-70 {
  width: 70%;
  float: left;
}
.column-30 {
  width: 30%;
  float: left;
}

.tipo-doc {
  padding: 5px;
  text-align: center;
  margin-bottom: 5px;
  background: #d4d4d4;
}
.table-header td {
  padding: 4px 0px;
  background: #d4d4d4;
  border-bottom: solid 1px #878787;
}
.table-body td {
  padding: 3px;
  border-left: solid 0.5px #878787;
  border-right: solid 0.5px #878787;
}
.table-body-lineas td {
  padding: 3px;
  border: solid 0.5px #878787;
}
.table-footer td {
  padding: 3px;
  border-top: solid 1px #878787;
  border-left: solid 0.5px #878787;
  border-right: solid 0.5px #878787;
}
.table-subtotal td {
  padding: 3px;
  border-top: solid 1px #878787;
  border-bottom: solid 1px #878787;
  border-left: solid 0.5px #878787;
  border-right: solid 0.5px #878787;
}

.informacion {
  border: solid 1px black;
  margin-right: 10px;
  padding: 10px;
  text-align: center;
  font-size: 9px;
}
.img-logo {
  width: 20%;
  margin-right: 20px;
  text-align: left;
  float: left;
}

.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);
}
