.contenedor-centrado {
    text-align: center;
    display: block;
    margin: auto;
}  

.contenedor-left {
    text-align: left;
} 

.img-m25 {
    margin: 25px; 
}

.img-m25-0 {
    margin-left: 25px; 
    margin-right: 25px; 
    margin-top: 25px; 
    margin-bottom: 0px; 
}

.text-small {
    font-size: 13px;
    display: block;
}

.text-6 {
    font-size: 6px;
  }  

.p2 {
    line-height: 90%;    
}  

.text-bold {
    font-weight: bold; 
    font-size: 25px;
}

.img-responsive {
   max-width: 100%;
}

.img-small {
    max-width: 25%; 
    max-height: 25%; 
} 

.mini-btn {
    background-color: #84a6da;
    color: black;
    padding: 4px 4px; 
    border: 2px solid grey;
    border-radius: 5px;
    cursor: pointer;
    text-decoration: none;
    transition: background-color 0.3s ease;
    margin-right: 0px; 
    margin-left: 4px; 
    margin-top: 0px; 
    margin-bottom: 0px; 
  }

  .mini-btn img {
      margin-right: 0px; 
      margin-left: 4px; 
      vertical-align: middle;
      width: 16px;
      height: 16px;
      line-height: 0;
      margin: auto
  }

  .mini-btn:hover {
      background-color: #2b7ace;  
  } 

  .mini-btn:disabled {
    background-color: #919497;  
} 
