html,
body {
  margin: 0;
  overflow: visible;
  padding: 0;
  width: 216mm;
  height: 279mm;
}

body {
  margin: 0;
  font-size: 12px;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: 400;
  line-height: 1.2;
  -webkit-font-smoothing: antialiased;
}

hr {
  background-color: #EAF0F6;
}

.hoja {
  line-height: 1;
  width: 100%;
}

.table-bordered {
  border-collapse: collapse;
  border: 1px solid #675B47;
  margin-bottom: 20px;
  width: 100%;
}

.table-bordered th {
  border-right: 1px solid #675B47;
  background-color: #EAF0F6;
}

.table-bordered td {
  text-align: right;
  border: 1px solid #675B47;
}

body,
html {
  height: 100%;
  width: 100%;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}

th {
  background-color: #EAF0F6;
  padding: 5px;
}

.cancelacion {
  font-size: 18px;
}
.cancelacion table {
  padding-inline: 80px;
  width: 100%;
}