.table {
    font-size: 9px !important;
    font-family: "gothamBook";
    text-transform: uppercase;
}

.fondoblanco {
    background-color: white;
}

.myborder {
    border: 1px solid black;
    border-collapse: collapse;
}

.tdDivSpace1{
    position: relative;
    left:1%;
    width:99%;
}
.tdDivSpace2{
    position: relative;
    left:4%;
    width:96%;
}
.tdDivSpace3{
    position: relative;
    left:15%;
    width:85%;
}

thead {
    display: table-header-group;
}

tfoot {
    display: table-row-group;
}

@page {
    margin: 200px 15px 40px 50px;
}

.table-bordered th {
    border-bottom: 1px solid #000000;
    padding: 3px;
}

.table td,
th {
    padding: 2px;
}

.table-bordered {
    border-collapse: collapse;
    border-spacing: 100px 50px;
}

.page-break {
    page-break-after: avoid;
}

.page-break:last-child {
    page-break-after: avoid;
}

tr {
    page-break-inside: avoid;
}

thead {
    display: table-header-group;
}

.page-no-break {
    page-break-inside: avoid;
}


body {
    margin-right: 40px;
    font-size: 12px;
}

.font-title {
    font-family: "Times New Roman", Times, serif;
    font-weight: bolder;
    font-size: 16px;
    color: #4682B4;
}

.img-header-catalogo img {
    width: 100px;
    height: 45px;
}

.container-fluid {
    margin: 20px 0px !important;
    margin-left: 20px !important;
    margin-right: 20px !important;
}

.centradito {
    text-align: center;
    display: flex;
}

header {
    position: fixed;
    top: 0px;
    left: 0px;
    right: 0px;
    height: 80px;
    margin-right: 20px !important;
    margin-left: 20px !important;
}

table {
    /* position: fixed; if this is up, it will make the pdf print only one page */
    top: 100px;
    left: 0px;
    right: 0px;
    height: 80px;
    margin-right: 20px !important;
    margin-left: 20px !important;
}

footer {
    position: fixed;
    bottom: -60px;
    left: 0px;
    right: 0px;
    height: 50px;
    font-size: 13px;
    margin-left: 20px !important;
}

.content-turn {
    position: fixed;
    top: -20px;
}

.content-hr {
    position: fixed;
    top: -10px;
    left: 0px;
    right: 0px;
    height: 10px;
    font-size: 13px;
    border-bottom: 1px solid #0c0c0c;
    margin-left: 20px !important;
    margin-right: 20px !important;
}

.col-img {
    float: left;
    text-align: left;
    width: 10%;
}

.col-img-right {
    float: right;
    text-align: left;
    width: 10%;
}

.col-title {
    float: right;
    text-align: center;
    width: 90%;
}

/* .box {
      overflow: hidden;
  } */

.content {
    font-size: 15px;
    line-height: 20px;
    padding: 0 20px;
    text-align: justify;
}

.left {
    float: left;
    text-align: left;
    width: 77.5%;
}

.right {
    float: right;
    text-align: right;
    width: 22.5%;
}

hr {
    border-width: 0.5px;
}

.tabla td,th {
    border: 1px solid #000000;
}

.table td,
.table th {
    padding: 0.75rem;
    vertical-align: top;
    border-top: 1px solid #dee2e6;
}

.table thead th {
    vertical-align: bottom;
    border-bottom: 2px solid #dee2e6;
}

.table tbody+tbody {
    border-top: 2px solid #dee2e6;
}

.table .table {
    background-color: #fff;
}

.table .thead-dark th {
    color: rgb(0, 0, 0);
    background-color: #F2F2F2;
    border-color: #32383e;
}
