/* TEMPLATE luisPortada */

.rss_portada .rss.luisPortada .item:nth-child(n+4) {
    border-top:1px solid red;
}

/*:nth:child(-n+3)*/

.rss.luisPortada .item {
    display:inline-block;
    width:30%;
    vertical-align:top;
    padding-top:1.5%;
    padding-bottom:1.5%;
    margin-left:1.5%;
    margin-right:1.5%;
}

.conLaterales .rss.luisPortada .item {
    width:100%;
    padding:10px;
}

.rss.luisPortada a.titulo {
    color:red;
    display:block;
}

.rss.luisPortada .fecha {
    color:#000;
    font-weight:bold;
    font-size:13px;
    display:inline-block;
    margin-right:10px;
}

.rss.luisPortada .desc {
    color:#333;
/*     font-size:14px; */

    max-height:105px;
    overflow: hidden;
    text-overflow: ellipsis;
    
}



@media (max-width:750px) {

.rss_portada .rss.luisPortada .item:nth-child(n+4) {
    display:none;
}

.rss.luisPortada .item {
    width:97%;
    padding:10px;
}

}
