.articuloteaser{
    display: inline-block;
    max-width: 410px;
    height: auto;
    padding: 9px;
}
.articuloteaser .urlArticulo{
    width:100%;
}
.articuloteaser .urlArticulo .imgArticulo{
    width:100%;
}

.articuloteaser .infoArticulo{
    padding: 10px;
    background: #E8E8E8;
    display: flex;
    justify-content: space-between;
    position: relative;
    
}
.articuloteaser .infoArticulo .desc{
    font-size: 16px;
    font-weight: normal;
    color: black;
    white-space: nowrap;
}

.articuloteaser .infoArticulo a .enlacearticulo{
    width: 8%;
    height: auto;
    position: absolute;
    right: 10px;
    
}

/*RESPONSIVE*/
@media all and (max-width:480px){
    .articuloteaser{
        margin: 20px;
        margin-top: 0px;
        margin-bottom: 0px;
        
    }

    .articuloteaser .infoArticulo .desc {
        font-size: 14px;
    }
}
