@page {
  size: landscape;
  margin: 20mm;
}

#bodyFormato {
  font-family: Arial, sans-serif;
  /*margin-left: 165px;*/
  background-color: black;
}

#f102-container {
  width: 1090px;
  background-color: rgb(255, 255, 255);
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 16px;
  max-height: 830px;
  height: 830px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  /*padding-bottom: 20px;*/
  font-family: Arial;
}

.header-format {
  display: flex;
  align-items: normal;
  justify-content: space-between;
  padding-top: 0px;
  border-radius: 5px;
  padding-left: 37px;
  padding-right: 150px;
}

.format-title {
  margin-top: 25px;
  font-size: 13pt !important;
}

.tabla-format,
.tabla-format th,
.tabla-format td {
  border: 1.9px solid black;/*  */
  text-align: center;
  vertical-align: middle;
  color:black;

  & tbody td {
    border: .7px solid black;
    border-top-style: dashed;
    border-bottom-style: dashed;
  }

  & tbody tr:first-child td {
    border-top-style: solid;
  }
  & tbody tr:nth-last-child(2) td {
    border-bottom-style: solid;
  }

  & tbody tr:last-child {
    border: 1.9px solid black !important;

    & td:first-child {
      text-align: right;
      border-right: 1.9px solid black !important;
      border-top-style: solid !important;
      border-bottom-style: solid !important;
      font-weight: bold;
    }

    & td {
      border: .7px solid black !important;
    }

    & td:nth-child(11) {
      border-right: 1.9px solid black !important;
      border-left: 1.9px solid black !important;
    }

    & td:nth-child(2) {
      text-align: center
    }

    & td:nth-child(21) {
      border-left: 1.9px solid black !important;
    }
  }

  & tbody td:nth-child(12) {
    border-right: 1.9px solid black;
    border-left: 1.9px solid black;
  }

  & tbody td:nth-child(2) {
    text-align: justify;
    border-right: 1.9px solid black;
    border-left: 1.9px solid black;
    font-size: 7pt !important;
    padding: 0.5px 3px 0.5px 3px;
  }

  & tbody td:last-child {
    border-left: 1.9px solid black !important;
    /* border-top-style: solid !important;
    border-bottom-style: solid !important; */
  }
  & tbody tr:last-child > td {
    font-size: 8pt !important;
    padding: 0.5px !important;
  }
}

/*ESTILOS DE PRUEBAS*/
/*.tabla-format tbody td {
  border-top-style: dashed;
  border-bottom-style: dashed;
}

.tabla-format tbody tr:first-child td {
  border-top-style: solid;
}*/

/*FIN ESTILOS DE PRUEBAS*/
.tabla-format {
  width: 100%;
  margin: 0 0 28px 0px;
  font-size: 8pt;
  border-collapse: collapse;
}

.tabla-format td {
  padding: .5px
}

.format-content {
  margin-top: 5px;
  font-size: 8pt;
}

.supervision-format {
  padding-left: 220px;
  display: flex;
}

.line {
  border-bottom: 1px solid black;
  width: 200px;
  margin-left: 3px;
  margin-right: 10px;
}

.piepagina-format {
  display: flex;
  justify-content: space-between;
  font-size: 10pt;
}
@media print {
  #btnImprimir {
    display: none;
  }

  body{
    margin: 0;
  }
}