@media print {
    .post-icons, .box_anuncio, div#nav, header .buttons,
    header .last-edition, header .idioma, header form,
    ul.keywords, a.cc-republish, aside.credits,
    .related-frame, .section-tags, .section-siga,
    .section-links, footer, a.logo, header.header {
        display: none !important;
    }
    h1 {
        font-size: 2em !important;
    }
    * { text-decoration: none !important; }
    .post-content {
        margin: 20px !important;
    }
    #main { margin: 0 !important; max-width: auto !important; }
}