#pblomasvisto li {
    font-size: 1.2em;
    line-height: 1.6em;
    margin-right: 40%!important;
    list-style: none;
}
#pblomasvisto>div .titulos .destacado {
    font-family: corecircus;
    font-size: 15px;
    font-weight: 700;
}

#pblomasvisto>div .articulos>.articulo {
    width: 100%;
    position: relative;
    margin-bottom: 40px;
}

#pblomasvisto>div .titulos h4>a>img {
    width: 60%;
}

#pblomasvisto>div .articulos>.articulo>h3>a {
    font-size: 15px;
    text-decoration: none;
    line-height: 1.3em;
}

#pblomasvisto, #pblomasvisto > div {
    text-align: center;
    width: 90%;
    display: inline-block;
}

#pblomasvisto>div .titulos {
    margin-bottom: 20px;
    border-top: 1px solid #000;
    border-bottom: 1px solid #ddd;
    padding: 20px 0;
}

#pblomasvisto>div .articulos>.articulo:after {
    content: " ";
    position: absolute;
    border-bottom: 1px solid #ccc;
    height: 1px;
    width: 80px;
    bottom: -20px;
    left: 50%;
    margin-left: -40px;
}

#pblomasvisto>div .articulos>.articulo:last-child:after {
    display: none;
}

.comentarios .suscribete {
    font-size:22px;
}