 /* CERTIFICADO */

 .dflex {
   display: flex;
 }

 .logoCert {
   width: 33.3%;
   height: 50px;
 }

 .logoCert img {
   width: 100%;
   object-fit: contain;
 }

 p {
   font-size: 10px;
 }


 /* ENCABEZADO CERTIFICADO */

 .encabezadoCert {
   margin-bottom: 10px;
 }


 .contactoCert p {
   font-weight: bold;
   margin-bottom: 5px;
   font-size: 10px;
 }

 .direccionCert p {
   font-weight: bold;
   margin-bottom: 5px;
   font-size: 10px;
 }

 .subencabezadoCert p {
   font-weight: bold;
   margin-bottom: 5px;
   font-size: 10px;
 }

 .subencabezadoCertDcha {
   position: relative;
   right: -300px;
   margin-left: 200px
 }

 .subencabezadoCertDcha p {
   margin-bottom: 1px;
 }


 /* CUERPO CERTIFICADO TOP */

 .cuerpoCertTop {
   border: 2px solid blue;
   border-radius: 75px;
   width: 100%;
   margin-bottom: 10px;
   margin-top: 10px;
   padding: 10px;
 }

 .cuerpoCertTop h1 {
   margin: 0 auto;
   font-size: 10px;
   text-align: center;
   margin-top: 10px;
 }

 .cuerpoCertTop p {
   margin-bottom: 3px;
 }

 .segundaParteTop {
   margin-top: 20px;
 }

 /* CUERPO CERTIFICADO BOT */

 .cuerpoCertBot {
   border: 2px solid red;
   border-radius: 75px;
   width: 100%;
   padding: 10px;
 }

 .cuerpoCertBot h1 {
   margin: 0 auto;
   font-size: 10px;
   text-align: center;
   margin-top: 10px;
   margin-bottom: 10px;
 }

 .fecha {
   margin: 0 auto;
   font-size: 10px;
   text-align: center;
   margin-top: 10px;

 }

 .fechasCertBot p {
   line-height: 10px;
 }

 .cuerpoCertBot p {
   margin-bottom: 1px;
 }

 .tipoServicio {
   margin-right: 10px;
   margin-bottom: -10px;

 }


 /* INPUTS FORMULARIO */

 input {
   height: 20px;
   width: 80px;
   border: 1px solid black
 }

 .diagnosisCheck {
   width: 10px;
   height: 10px;
 }

 /* TABLA DIAGNOSIS */

 .separado {
   font-size: 10px;
   margin: 0 auto;
   text-align: center;
   justify-content: center;
   width: 100%;
 }

 table {
   margin-bottom: 10px;
 }


 .firmaTecnico {
   margin: 0 auto;
   font-size: 10px;
   text-align: center;
   margin-top: 15px;
   margin-bottom: 10px;
 }

 .firmaTecnico>p {
   margin-bottom: 15px
 }

 .deleteFirma {
   margin: 0 auto;
   font-size: 10px;
   text-align: center;
 }

 /* TEXTOS */

 .encabezado{
  text-align: center;
  margin-top: 1em;
 }