body {
    background: #ffffff;
    margin: 0;
    padding: 0;
    font-family: tahoma, arial, sans-serif;
    font-size: 80%;
   }
   
   table {
    width: 80%;
    margin: 0 auto;
    background: #FFFFFF;
    border: 1px solid #333333;
    border-collapse: collapse;
   }
   
   td, th {
    border-bottom: 1px solid #333333;
    padding: 6px 16px;
    text-align: left;
   }
   
   th {
    background: #EEEEEE;
   }
   
   caption {
    background: #E0E0E0;
    margin: 0;
    border: 1px solid #333333;
    border-bottom: none;
    padding: 6px 16px;
   }
   
   caption strong {
     font-variant: small-caps;
     font-size: 1.4em;
   }
   
   caption p {
     text-indent: -9999px;
     height: 1px;
     margin: 0;
     padding: 0;
   }
    
   .containergenracimage{
    width: 100vw;
    height: 200px;
    display: flex;
    align-items: center;
    justify-content: center;
   }
   .imagenenac{
    width: 210px;
    height: auto;
  
   }
   .font{
    width: 290px;
   }

   .linkdownload{
    color: #000000;
    font-size: 16px;
   }