body{
    /*margin-top: 80px;*/
}
.g-table-contenido{
    margin-top: 15px;
}
.g-table{
    border: 2px solid #0275d8;
}
.g-table thead tr th{
    border: 1px solid #0275d8;
}
/*.g-table tbody tr:nth-child(odd){
    background-color: #ffea60;
}
.g-table tbody tr:nth-child(even){
    background-color: #5bde707d;
}*/
.g-table tbody tr td{
    border: 1px solid #0275d8;
    padding-bottom: 5px;
    padding-top: 5px;
    vertical-align: middle;
}
.g-table tbody{
    text-align: center;
}
.g-table thead{
    text-align: center;
    background-color: #0275d8;
    color: #fff;
    font-weight: 600;
}
.g-card{
    border: 2px solid #0275d8;
}