
/*LISTA CSS*/

.destaque {
	font-weight: bold;
}

.paginaA4 {
	font-family:	Arial, Verdana;
	font-size: 		14px;
	color: 			black;
	background: 	white;
	box-shadow: 	0 0 5px rgba(0, 0, 0, 0.1);
	width:			210mm;
	min-height:		297mm;
	padding:		2cm 0 2cm 0;
	margin: 		0 auto;
	border: 		1px #D3D3D3 grey;
	line-height: 	2;
	
	background-image: 		url(/assets/images/agua.jpg) !important;  
	background-repeat: 		repeat-y; 
	background-position-x: 	center; 
	background-position-y: 	0cm;
	background-size: 		210mm 297mm;
	
	counter-reset: page;
}

.caja {
	width: 160mm;
}

.paginaA4 p {
	font-family:	Arial;
	font-size: 		14px;
	text-align:		justify;
}



#pageFooter {
		display: table-footer-group;
	}

#pageFooter:after {
	counter-increment: page;
	content: "Page " counter(page);
	left: 0; 
	top: 100%;
	white-space: nowrap; 
	z-index: 20;
	-moz-border-radius: 5px; 
	-moz-box-shadow: 0px 0px 4px #222;  
	background-image: -moz-linear-gradient(top, #eeeeee, #cccccc);  
}



h1{
	font-size: 18px;
	text-align: justify;
}