body {
    background-color: rgb(255, 247, 204);
}

li:has(a[href="/#presupuesto"]) a {
    background-color: rgb(255, 247, 204);
    color: rgba(212, 0, 0, 0.822) !important;
    font-weight: bold;
    border-radius: 5px;
}

li:has(a[href="/#presupuesto"]) a:hover {
    background-color: rgba(212, 0, 0, 0.822); 
    color: rgb(255, 231, 151) !important;
    border-radius: 5px; 
}