
    
/* ################################################## */
/* ################################################## */
/* ################ CARRUSEL TRES ################# */
/* ################################################## */
/* ################################################## */
    
.contenedor_carrusel_tres {
    position: relative;
    margin: 0 auto;
    width: 100%;  
    height: 105px;
    display: flex;
    justify-content: center;
/*    border: 1px solid blue;*/
}

.cuerpo_carrusel_tres {
    position: absolute;
    margin: 0 auto;
    width: 95%;
    display: flex;
    overflow: hidden;
}

.carrusel_tres {
    width: 100%;
    display: flex;
}
    
/*
.carrusel_tres section {
    max-width: 200px;
    min-width: 200px;
    height: 105px;
    display: flex;
}

.carrusel_tres section img {
    height: 70px;
    width: 140px;
    border: 1px solid green;
}
*/


.div_imagen_carrusel_tres {
/*    border: 1px solid red;*/
    height: 100px;
    width: 165px;
/*    overflow: hidden;*/
    display: flex;
    flex-direction: column;
    justify-content: center;
/*    text-align: center;*/
}

.div_imagen_carrusel_tres img {
    margin: 0 auto;
/*    border: 1px solid blue;*/
    height: 80px;
    width: 140px
}


/*
#btn_prev_carrusel_tres, #btn_next_carrusel_tres {
    border: 1px solid red;
    font-size: 22px;
    font-weight: lighter;
    height: 35px;
    width: 35px;
    margin-left: 5px;
    text-align: center;
    border-radius: 20px;
    background: rgba(255,255,255,0.8);
    padding: 5px;
    color: #656565;
}
*/

/*
#btn_prev_carrusel_tres {
    margin-left: -1px;
}
*/

/*
#btn_next_carrusel_tres {
    
}
*/

/*
#btn_prev_carrusel_tres:hover, #btn_next_carrusel_tres:hover {
    cursor: pointer;
    background: #d9d9d9;
    transition: 0.7s;
}
*/

/*
.text_imagen_carrusel_tres h5 {
    font-weight: 300;
}
*/

/*
.text_imagen_carrusel_tres h4 {
    font-weight: 600;
}
*/
