@media print {
	
	.destaque {
		font-weight: bold;
	}

	body {
		size:			A4;
		
		font-family:	Arial, Verdana;
		font-size: 		14px;
		color: 			black;
		background: 	white;
		width:			210mm;
		min-height:		200mm;
		text-align: 	justify;
		line-height: 	2;
		
		background-image: 		url(/assets/images/agua.jpg) !important;  
		background-repeat: 		repeat-y; 
		background-position-x: 	top; 
		background-position-y: 	0cm;
		background-size: 		210mm 257mm;
		
		counter-reset: 			page;
	}
	
	.caja {
		width: 605.7px;
	}
	
	#pageFooter {
		display: 			table-footer-group;
		counter-increment: 	page;
		text-align:			right;
	}

	#pageFooter:after {
		content: 			"Página " counter(page);
		left: 				0; 
		top: 				100%;
		white-space: 		nowrap;
	}
	
	@page {
		size: A4;
	}
}

@page {
	size: A4;
}