.pagina{
	height:27.7cm;
	width:19cm;
	float: none;
	display: block; 
    page-break-after: always;
	font-family:"Lucida Console", Monaco, monospace;
	font-size:15px;
}


.lineapunteada{
	height: 1px;
	width: 100%;
	border-bottom: dashed 1px rgba(0,0,0,.3);
	margin-top: 5px;
	margin-bottom: 5px; 
}

/*Parche para evitar la duplicacion de los encabezados en las hojas posteriores*/
thead, tfoot{
	display: table-row-group;
}

