/*Ajuste al item del buscador cuando se vea en pantallas pequeñas*/
@media only screen and (max-width: 580px){
    #P0_BUSCADOR_GLOBAL_CONTAINER{
        width: 100%;
    }
}