#files {
  
    opacity: 0;
    
  
   
  }
  
  
  
  .myProgress2{
    margin-top:20px;
    color:black;
  
  }
  
  .boton {
    
    
    background-color: red; /* Green */
      border-radius: 50%;
      color: white;
      
      text-align: center;
      text-decoration: none;
      display: inline-block;
      font-size:10px;
      
      -webkit-transition-duration: 0.4s; /* Safari */
      transition-duration: 0.4s;
      cursor: pointer;  
      margin-left:25px; 
  }
  
  .button1 {
      background-color: white; 
      color: black; 
      border: 1px solid rgb(9, 61, 35);
  }
  
  .button1:hover {
      background-color: rgb(9, 61, 35);
      color: white;
  }
  
  .lab:hover {
    text-decoration: underline;
  }
  
  .logo {
    
    background-image: url(../imagenes/logorep.png);
    background-position: center center;
    background-attachment: absolute;
    background-size: cover;
    background-color: white;
    width:70px;
    height:70px;
    position: absolute;
  
    top: 25px;
  
  }