@media print {

#master .titulo{
	height:40px;
	border:0;
	margin-bottom:40px;
}
#master .titulo h1{
	text-indent:0;
	background:none;
}
#master .titulo h2{
	text-indent:0;
	background:none;
}
.esconderImpressao{
	display:none !important;
	filter:none !important;
}
#master .menu_topo {
	display:none !important;
}

}