body #Portada .ShowCatalogos .Catalogo .CatalogoImagenPerso {
	background-color:#eee !important;
}

body #Catalogo .ShowFamilias .Familia .ImagenPerso {
    background-color: #eee !important;
}


body #Familia .ShowSubFamilias .SubFamilia .Imagen.ImagenPerso {
    background-color: #eee !important;
}

body #productoscarro td .img {
    object-fit: inherit;
}

#Portada .ajuste {
    max-width: unset;
}


/**
	SLIDERS
**/

.slider {
    max-height: unset;
    /*margin-top: -55px;*/
}

    .slider .info-carousel {
        bottom: 20px;
        left: 0;
        background: none;
        opacity: 1;
        min-height: unset;
        text-align: left;
        display: block;
        padding: 5px;
        padding-left: 20px;
        border-bottom: 3px solid #000;
        text-shadow: 1px 1px 1px #FFF;
        font-size: 50px;
    }

    .slider .imgSlider {
        width: auto;
        max-width: 100%;
        margin: 0 auto;
    }

@media all and (max-width:550px) {
    .slider {
        margin-top: -50px;
    }

        .slider .info-carousel {
            background: none;
            padding-left: 4px;
            font-size: 25px;
        }
}