#print {
  /* width: 30mm; */
}
.recibo {
  text-align: center;
  width: 100%;
  white-space: break-spaces;
}
.texto_izq {
  text-align: left;
}
.border_top {
  border-top: 1px solid black;
}
/* spacing */

table {
  border-collapse: separate;
  text-indent: initial;
  border-spacing: 0px !important;
  width: 100%;
}
tr {
  width: 300px !important;
}

.fila {
  border: 1px solid black !important;
}
.tabla_total {
  border: 1px solid black !important;
}
.creado .claro {
  font-size: 80%;
  color: grey;
}
.negocio {
  font-weight: bold;
  margin-bottom: 8px;
}
.gracias {
  margin-top: 20px;
  margin-bottom: 8px;
}

.total {
  text-align: right;
  margin-top: 0px;
}
.texto_der {
  text-align: right !important;
}
.texto_izq {
  text-align: left !important;
}
hr {
  border: none;
  border-top: 1px dashed #616161;
}
.numero_pedido {
  font-size: 80%;
  color: #616161;
}
/* table tr td {
  width: 1%;
  white-space: nowrap;
} */
p.francesa {
  text-indent: -2mm;

  padding-left: 3mm;
}
