.table>tbody>tr>td {
    border-top: none;
}

.alto {
    height: 100px;
}
.medio-alto {
    height: 50px;
}

.ancho {
    width: 350px;
}
.medio-ancho {
    width: 45px;
}

.texto-small {
    font-size: 1rem;
    font-weight: bold;
}

.border{
    /* border: 2px solid #000; */
    border-radius: 10px;
}

.borde{
    border: 1px solid #aaa;
    border-radius: 7px;
}

.border-bottom {
    border-bottom: 1px solid black;
}

.border-left {
    border-left: 1px solid black;
}

.verde {
    background-color: #00AF50;
}
.verde-light {
    background-color: #A0D6B8;
}
.verde-claro {
    background-color: #92D14F;
}
.verde-claro-light {
    background-color: #CEEBB0;
}
.rojo {
    background-color: #FE0000;
}
.rojo-light {
    background-color: #FC9C9C;
}
.rojo-claro {
    background-color: #FF4F4F;
}
.rojo-claro-light {
    background-color: #FFC2C2;
}
.amarillo {
    background-color: #FFC000;
}
.amarillo-claro {
    background-color: #FFF2D4;
}

.strong_blue_background{
    background-color: #054a90;
    color: white;
}