
.post-fecha-pre{font-size:12px; color:#AAA;}
.post-fecha-pre:hover{color:#888;}

#posts{display:inline-block; width:100%; box-sizing: border-box;}
.post * {font-family: Helvetica, Arial, sans-serif; color:#333;}
.post{display: inline-block; margin:10px 0px; padding: 10px; box-sizing: border-box; }
    .post-foto{float:left; width:100%; max-width:600px; border-radius: 10px; margin-bottom: 20px; margin-top: 50px; box-sizing: border-box;}
    .post-textos{float:left; max-width:100%; min-width: 300px; box-sizing: border-box;}
    .post-titulo{font-size: 28px; font-weight: bold;}
    .post-fecha{color: #6D7377;}
    .post-resumen{width:100%; font-size: 22px; }
    .post-contenido{width:100%; margin-top: 25px;}
