#page-wrapper {
    padding: 0 5rem;
}

.panel{
    margin: 3rem 0;
}


.btnBlue{
    background-color: #203855;
    color: white;
    width: 140px;
    height: 40px;
    border: 2px solid transparent;
    transition: all 0.4s;
    border-radius: 5px; 
    font-size: 1.5rem;
}


/* hover botones */
.btnBlue:hover{
    border: 2px solid  #203855;
    color: #203855;
    background-color: white;
}

.btnGray{
    width: 140px;
    height: 40px;
    border-radius: 5px;
    background-color: #BBBBBB;
    color: white;
    font-size: 1.5rem;
    border: 2px solid transparent;
    transition: all 0.4s;
}

.btnGray:hover{
    background-color: white;
    border: 2px solid #BBBBBB;
    color: #BBBBBB;
}

.btnDorado{
    background-color: #CD9A63;
    color: white;
    height: 50px;
    width: 292px;
    border-radius: 5px;    
    border: 2px solid transparent;
    transition: all 0.4s;
}

.btnDorado:hover{
    background-color: white;
    border: 2px solid #CD9A63;
    color:  #CD9A63;
}




.tablasGeneral{
    width: 100%;
}

.tablasGeneral tr{
    height: 45px;
    font-size: 1.5rem;
}

.tablasGeneral  th{
    height: 45px;
    font-size: 1.5rem;
}

