table {
    max-width: 100%;
    background-color: transparent;
    border-collapse: collapse;
    border-spacing: 0;

}
.table caption+thead tr:first-child td, .table caption+thead tr:first-child th, .table colgroup+thead tr:first-child td, .table colgroup+thead tr:first-child th, .table thead:first-child tr:first-child td, .table thead:first-child tr:first-child th {
    border-top: 0;
        padding:1em;
}
td, th {
    display: table-cell;
    vertical-align: inherit;
      
}
.table td, .table th {
    vertical-align: middle;
      font-size: 13px;
}
.table td, .table th {
    padding: 8px;
    line-height: 20px;
    text-align: left;
    border-top: 1px solid #ddd;
    
}
 .table thead tr th {
    background-color: #f0f0f0;
   
    font-weight: 400;
    color: #232323;
    padding-right: 20px;
     vertical-align: middle;
}

.table td, .table th {
    padding: 8px;
    line-height: 20px;
    text-align: left;
    border-top: 1px solid #ddd;
     padding:1em;
}
td, th {
    display: table-cell;
    vertical-align: inherit;
}




   .boton{
     border: 1px solid black;
     color:black;
     height:3em;
     width:5em;
     font-size:1em;
     background-color:white;
     border-radius: 50px;
     cursor:pointer;
      transition: 0.3s;
  }
  .boton:hover{
color:white;
background-color:black;
}

