section #posts .post {
    padding-bottom: 15px;
    border-bottom: 1px dashed #BBBDBE;
    margin-bottom: 30px;
    font-size: 11px;
}
section #posts .post .post-titulo {    
    font-family: 'Droid Sans', sans-serif;
    font-weight: 700;
    line-height: 1.2;
    text-transform: uppercase;
}
section #posts .post .post-data .fa {
    font-size: 15px;
}
section #posts .post .post-texto {
    margin-top: 10px;
    margin-bottom: 10px;
    line-height: 1.2;
    text-align: justify;
}
section #posts .post .post-texto img{
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
}
section #posts .post .post-leerMas,
section #posts .post .sharer-js {
    display: inline-block;
    vertical-align: middle;
}
section #posts .post .post-leerMas{
    padding: 6px 14px;
    border: 1px solid #ff7f00;
    border-radius: 12px;
    margin-right: 5px;
    font-size: 10px;
}
section #posts .post .post-leerMas:hover{
    background-color: #ff7f00;
    color: white;
}
section #posts .post1 .post-titulo {
    font-size: 20px;
}
section #posts .post1 .post-data .post-fecha {
    margin-left: 40px;
}
section #posts .post1 .post-etiquetas {
    margin-bottom: 5px;
}
section #posts .post1 .post-etiquetas a {
    padding: 0 10px;
    padding-right: 10px;
    border-radius: 9px;
    margin-bottom: 5px;
    margin-right: 5px;
    background-color: #DEDDDE;
    font-size: 13px;
    line-height: 18px;
    display: inline-block;
}
section #posts .post2 .post-titulo {
    height: 75px;
    margin: 5px 0;
    font-size: 15px;
    line-height: 1;
    overflow: hidden;
}
section #posts .post2 .post-data {
    border-top: 1px dashed #BBBDBE;
    border-bottom: 1px dashed #BBBDBE;
    line-height: 25px;
}
section #posts .post2 .post-data .post-fecha {
    float: right;
}
section #posts .post2 .post-texto {
    margin-bottom: 10px;
    overflow: hidden;
}
section #paginador a {
    width: 32px;
    height: 32px;
    border: 1px solid #aaaaaa;
    border-radius: 50%;
    font-size: 16px;
    line-height: 30px;
    text-align: center;
    display: inline-block;
    vertical-align: middle;
}
section #paginador a:hover {
    background-color: #aaaaaa;
    color: white;
}
section #paginador a.paginador-act {
    border: 1px solid #ff7f00;
}
section #paginador a.paginador-act:hover {
    background-color: #ff7f00;
    color: white;
}
@media (min-width: 480px) {
    section #posts .post2 .post-texto {
        height: 198px;
    }
}
@media (max-width: 479px) {
    section #posts .post2 {
        width: 100%;
    }
}