/* 
    Document   : print
    Created on : 04/07/2011, 10:54:29
    Author     : Alexandro
    Description:
        Purpose of the stylesheet follows.
*/

/* 
   TODO customize this sample style
   Syntax recommendation http://www.w3.org/TR/REC-CSS2/
*/

root { 
    display: block;
}

#mysite {
    display: none;
}

#msgalerta {
    display: block !important;
}

.footer {
    display: none !important;
}
