


#details_97 .foobar { display: none; }
body { margin-top:1.5em;margin-bottom:1.5em; }

div.page-header > h1 {
  display: block;
  padding-top: 20px;
  color: #009959;
  text-decoration: underline;
}

#headerdompdf {
	background-image: url('/images/template/logo/300x65-trasparente.png');
	background-repeat: no-repeat;
	display:block;
	position: fixed;
	top: 0px;
	width:100%;
	border-bottom: 1px solid red;
	height: 65px;
}
#footdompdf {
    display:block;
    position: fixed;
    bottom: 0px;
    width:100%;
    height: 1.1em;
    border-top: 1px solid red;
}
#footdompdf .pagenum { position:absolute;
    right: 20px;}
#footdompdf .pagenum:after {
  content: counter(page) ; //This is including the page number at bottom right
}

/* END - Your CSS styling ends here */

