/* Hide in print  */
@media print {
    #designedition, #esc, .manita,.dedito {
        display: none;
    }
    #head {
        background: black;
    }
}




/* If printing the page, get rid of the sidebar and comments
@media print { 
 
div#wrapper { width: 100%; }
div#wrapper * { width: auto; }
div#head { margin: 0; padding: 0; display:none !important; }
div#footer { margin: 0; padding: 0; display:none !important; } 

}

*/