﻿.DivImagenCurriculum {
    background-image: url(../../Imagenes/TemaCompuenlaces2/Sectores/FondoPuntos1.jpg);
    min-height: 600px;
    position: relative;
    display: flex;
    align-items: center;
    background-size: cover;
    background-position-x: bottom;
    width: 100%;
}

div.scroll-container {
    background-color: #101b21;
    overflow: auto;
    white-space: nowrap;
    padding: 10px;
}

    div.scroll-container img {
        padding: 10px;
    }