#RAD_center .blocks-center #novedades-ofertas .card a.enlace_imagen {
	display: flex;
    height: 280px;
    padding: 0px;
    overflow: hidden;
    align-items: center;
    justify-content: center;
    margin-bottom: 10px;
}

#RAD_center .blocks-center #novedades-ofertas .card a.enlace_imagen img {
	width: 100%;
    height: auto;
    flex-shrink: 0;
}