/* SOLUCIONES GO ON */

.img-logo{
    padding: 15px;
}

.error{
    color:#ff0000;
/*    font-weight: bolder;
    font-size: 18px;*/
}

.texto-filtro-coches{
    z-index:99; 
    position: absolute; 
    top: -135px;
    color: #fff;
}

.imagen-filtro-coches{
    z-index:99; 
    position: absolute; 
    top: -105px; 
    cursor: pointer; 
}


/*
 *  Enlaces - Soluciones Go On
 */

a.soluciones{
    color: #c9dd0a !important;
}

a.soluciones:hover{
    color: #2ec2ff !important;
    text-decoration: underline !important;
}