@import url("/includes/style.css");

/** BEGIN BODY **/
body {
    margin: 0px;
    padding: 0px;
    background: #ffffff;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    color: #000000;
    font-size: 12px;
    line-height: 20px;
}

#container {
    background-color: transparent;
}
/** END BODY **/


/** BEGIN HEADER **/
#header {
    display:none;
}
/** END HEADER **/


/** BEGIN CONTENT **/
#content .right {
    display:none;
}
/** END CONTENT **/


/** BEGIN FOOTER **/
#footer {
    display:none;
}
/** END FOOTER **/

/* hide for footer-cnt */
.footer-cnt {
    display: none;
}
.footer-cnt-print {
    margin-top: 10px;
    display: block;
    color:#BFD9E0;
    text-align:center;
}



/*	PRINT PAGINA	*/

body.p-popup .cnt-btn {
	display: none !important;
}
