/*
* Customizacion para el cliente
*/
@media print {

	h2{
		font-size: 11pt;
	}

	/*
	** Table Lists
	*/
	table.list{
		font-size: 10pt;
	}

	thead.list{
		background-color: #E0ECFF;
	}

	tr.list_total{
		font-size: 10pt;
	}

	/************************************* Printing formats **/
	.reportTitle{
		font-size: 14pt;
		font-weight: bold;
	}

	.reportSubTitle{
		font-size: 12pt;
	}

	.reportHeaderInfo{
		font-size: 12pt;
	}
	.reportHeader, .reportFooter{
		font-size: 10pt;
	}
}
