/*ESTILOS ALTERNATIVO*/

#boton-A {
    color: #fff !important;
    margin-top: 50px;
    border-radius: 10px;
    background-color: #519830;
    text-align: center;
    border: 4px solid #519830;
    font-family: Futura Light;
    width: 30%;
    height: 45px;
    font-size: 20px;
}


#boton-A:hover {
    color: #fff !important;
    margin-top: 50px;
    border-radius: 10px;
    background-color: #104231;
    text-align: center;
    border: 4px solid #519830;
    font-family: Futura Light;
    width: 30%;
    height: 45px;
    font-size: 20px;
}

#boton-A:focus {
    color: #fff !important;
    margin-top: 50px;
    border-radius: 10px;
    background-color: #104231;
    text-align: center;
    border: 4px solid #519830;
    font-family: Futura Light;
    width: 30%;
    height: 45px;
    font-size: 20px;
}

.color-titulos-A:hover{
    color:#6EAB24 !important;
}

.color-texto-boton{
    color:#66ab27;
}


.color-texto-boton:focus{
    color:#66ab27;
}

.color-textos-A{
    color:#6EAB24 !important;
}