/*Fonts*/

/*fin Fonts*/
.account-new-user .sidebar-nav .link-menu.active {
    color: #ff253a;
    font-weight: bold;
}
.letra_naranja a{
    color: #ff253a;
}
.letra_naranja a.active{
    color: #0000AA;
}
#cancelar{
    width: 150px;
    margin-right: 10px;
}
#guardar{
    width: 150px;
    margin-right: 10px;
}
@media (max-width: 400px) {
    #cancelar{
        width: 100%;
        margin-right: 0px;
    }
    #guardar{
        width: 100%;
        margin-right: 0px;
        margin-bottom: 15px;
    }
}
@media (max-width: 600px) {
    tr td:first-child {
        background: #ffffff;
        font-weight:bold;
        font-size:14px;
        padding:8px;
    }
    tr td:last-child {
        display: block;
        height: 55px;
        padding-top: 10px;
    }
    .boton-micuenta {
        height: auto;
        min-height: 25px;
        width: calc(50% - 6px);
        clear:none;
        margin-left: 6px;
        padding:5px;
    }
    .bloque_fijo_30 {
        max-width:100%;
        min-width:100%;
        width:100%;
        margin-top:15px;
        margin-bottom:15px;
    }
}
@media (min-width: 601px) and (max-width: 800px) {
    .bloque_fijo_30 {
        max-width:50%;
        min-width:50%;
        width:100%;
        margin-top:15px;
        margin-bottom:15px;
    }
}