<?xml version="1.0" encoding="UTF-8"?>
<!-- Created with Jaspersoft Studio version 6.4.0.final using JasperReports Library version 6.4.1  -->
<jasperReport xmlns="http://jasperreports.sourceforge.net/jasperreports" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://jasperreports.sourceforge.net/jasperreports http://jasperreports.sourceforge.net/xsd/jasperreport.xsd" name="rptActasxMateriaxParcial" printOrder="Horizontal" pageWidth="842" pageHeight="595" orientation="Landscape" whenNoDataType="AllSectionsNoDetail" columnWidth="802" leftMargin="20" rightMargin="20" topMargin="20" bottomMargin="20" uuid="03271127-b681-4e94-9e7e-1fd102c8fbdf">
	<property name="com.jaspersoft.studio.data.sql.tables" value=""/>
	<property name="com.jaspersoft.studio.data.defaultdataadapter" value="rubira"/>
	<property name="ireport.jasperserver.url" value="http://localhost:8080/jasperserver/"/>
	<property name="ireport.jasperserver.user" value="jasperadmin|"/>
	<property name="ireport.jasperserver.reportUnit" value="/reports/interactive/rptActasxMateriaxParcial"/>
	<property name="com.jaspersoft.studio.unit." value="pixel"/>
	<property name="com.jaspersoft.studio.unit.pageHeight" value="pixel"/>
	<property name="com.jaspersoft.studio.unit.pageWidth" value="pixel"/>
	<property name="com.jaspersoft.studio.unit.topMargin" value="pixel"/>
	<property name="com.jaspersoft.studio.unit.bottomMargin" value="pixel"/>
	<property name="com.jaspersoft.studio.unit.leftMargin" value="pixel"/>
	<property name="com.jaspersoft.studio.unit.rightMargin" value="pixel"/>
	<property name="com.jaspersoft.studio.unit.columnWidth" value="pixel"/>
	<property name="com.jaspersoft.studio.unit.columnSpacing" value="pixel"/>
	<property name="ireport.jasperserver.report.resource" value="/reports/interactive/rptActasxMateriaxParcial_files/main_jrxml"/>
	<subDataset name="DSparcial" uuid="ba077a4c-5768-4898-a61f-bfed8d0ebb70">
		<property name="com.jaspersoft.studio.data.sql.tables" value=""/>
		<property name="com.jaspersoft.studio.data.defaultdataadapter" value="rubira"/>
		<parameter name="queryParcial" class="java.lang.String">
			<defaultValueExpression><![CDATA["select nombre_prc,tipo_prc from parcial where serial_tri=43"]]></defaultValueExpression>
		</parameter>
		<queryString>
			<![CDATA[$P!{queryParcial}]]>
		</queryString>
		<field name="nombre_prc" class="java.lang.String"/>
		<field name="tipo_prc" class="java.lang.String"/>
	</subDataset>
	<subDataset name="DSGrafico" uuid="79a83dde-a233-4ab8-b617-79b29bd745a5">
		<property name="com.jaspersoft.studio.data.sql.tables" value=""/>
		<property name="com.jaspersoft.studio.data.defaultdataadapter" value="rubira"/>
		<parameter name="queryGrafico" class="java.lang.String" isForPrompting="false">
			<defaultValueExpression><![CDATA["SELECT nombre_equ, count(*) as numero,rangoinicial_equ,rangofinal_equ FROM periodo,	seccion,	nivel,	paralelo,	equivalencias,trimestre,	materia,	profesor,	empleado,	alumno,	materia_nivel,materia_profesor,	materia_alumno,	nota WHERE   equivalencias.serial_per=periodo.serial_per and seccion.serial_sec=equivalencias.serial_sec and     tipo_equ='RENDIMIENTO' and nota1 between rangoinicial_equ and rangofinal_equ and  seccion.serial_sec = nivel.serial_sec AND trimestre.serial_sec = nivel.serial_sec	 AND trimestre.serial_per = periodo.serial_per AND periodo.serial_per = paralelo.serial_per 	 AND nivel.serial_niv = paralelo.serial_niv 	 AND materia.serial_mat = materia_nivel.serial_mat AND materia_nivel.serial_matniv = materia_profesor.serial_matniv 	 AND paralelo.serial_par = materia_profesor.serial_par 	 AND profesor.serial_pro = materia_profesor.serial_pro	 AND empleado.SERIAL_EPL = profesor.serial_epl and  alumno.serial_alu=materia_alumno.serial_alu 	 and materia_alumno.serial_matpro=materia_profesor.serial_matpro 	 and nota.serial_matalu=materia_alumno.serial_matalu 	 AND materia_profesor.serial_matpro = 3 and trimestre.serial_tri=43 group by nombre_equ"]]></defaultValueExpression>
		</parameter>
		<queryString>
			<![CDATA[$P!{queryGrafico}]]>
		</queryString>
		<field name="nombre_equ" class="java.lang.String"/>
		<field name="numero" class="java.lang.Long"/>
		<field name="rangoinicial_equ" class="java.lang.Double"/>
		<field name="rangofinal_equ" class="java.lang.Double"/>
		<group name="nombre_equ">
			<groupExpression><![CDATA[$F{nombre_equ}]]></groupExpression>
		</group>
	</subDataset>
	<parameter name="serial_matpro" class="java.lang.Integer" isForPrompting="false" evaluationTime="Early">
		<parameterDescription><![CDATA[]]></parameterDescription>
		<defaultValueExpression><![CDATA[6384]]></defaultValueExpression>
	</parameter>
	<parameter name="serial_usr" class="java.lang.Integer" isForPrompting="false" evaluationTime="Early">
		<defaultValueExpression><![CDATA[8]]></defaultValueExpression>
	</parameter>
	<parameter name="logotipo" class="java.lang.String" isForPrompting="false">
		<defaultValueExpression><![CDATA["http://127.0.0.1/academium-portal-nuevo/fotos/LOGOSANGABRIEL.PNG"]]></defaultValueExpression>
	</parameter>
	<parameter name="rutafotos" class="java.lang.String" isForPrompting="false">
		<defaultValueExpression><![CDATA["http://127.0.0.1/academium-portal-nuevo/fotos/demo/"]]></defaultValueExpression>
	</parameter>
	<parameter name="queryString" class="java.lang.String" isForPrompting="false">
		<parameterDescription><![CDATA[]]></parameterDescription>
		<defaultValueExpression><![CDATA["SELECT nombre_per,	nombre_sec,	concat(nombre_niv,' ',	nombre_par) as nombre_curso,	nombre_mat,	nombre_tri, empleado.nombre_epl,empleado.apellido_epl ,foto_epl, (SELECT concat(user.nombre_epl ,' ',user.apellido_epl) FROM usuario, empleado AS user WHERE 	 usuario.serial_epl = user.SERIAL_EPL AND usuario.serial_usr= 8 ) AS nombre_usuario, (SELECT web_emp FROM empresa) AS website_empresa,	(SELECT empresa.EMAIL_EMP FROM empresa) AS email_empresa, (SELECT empresa.`TELEFONO_EMP` FROM empresa) AS telefono_empresa,concat(apellido_alu,' ',nombre_alu) as nombre_alumno, nota1 as n1, nota2 as n2,nota3 as n3,nota4 as n4,nota5 as n5,nota6 as n6 ,nota7 as n7,nota8 as n8,nota9 as n9,nota10 as n10,nota11 as n11,nota12 as n12,nota13 as n13,nota14 as n14,nota15 as n15,nota16 as n16,nota17 as n17,nota18 as n18,nota19 as n19,nota20 as n20, nota21 as n21, nota22 as n22, nota23 as n23, nota24 as n24, nota25 as n25,nota26 as n26,nota27 as n27, nota28 as n28, nota29 as n29, nota30 as n30, nota31 as n31, nota32 as n32  FROM periodo,seccion,	nivel,	paralelo,	trimestre,	materia,	profesor,	empleado,	alumno,	materia_nivel,	materia_profesor,	materia_alumno,	nota WHERE 	 seccion.serial_sec = nivel.serial_sec 	 AND trimestre.serial_sec = nivel.serial_sec 	 AND trimestre.serial_per = periodo.serial_per AND periodo.serial_per = paralelo.serial_per  AND nivel.serial_niv = paralelo.serial_niv 	 AND materia.serial_mat =materia_nivel.serial_mat  AND materia_nivel.serial_matniv = materia_profesor.serial_matniv 	 AND paralelo.serial_par = materia_profesor.serial_par	 AND profesor.serial_pro = materia_profesor.serial_pro 	 AND empleado.SERIAL_EPL = profesor.serial_epl and  alumno.serial_alu=materia_alumno.serial_alu	 and materia_alumno.serial_matpro=materia_profesor.serial_matpro	 and nota.serial_matalu=materia_alumno.serial_matalu 	 AND materia_profesor.serial_matpro = 3  and trimestre.serial_tri=43 order by apellido_alu,nombre_alu"]]></defaultValueExpression>
	</parameter>
	<parameter name="queryParcial" class="java.lang.String" isForPrompting="false">
		<defaultValueExpression><![CDATA["select nombre_prc,tipo_prc from parcial where serial_tri=43 order by orden_prc"]]></defaultValueExpression>
	</parameter>
	<parameter name="queryGrafico" class="java.lang.String" isForPrompting="false">
		<defaultValueExpression><![CDATA["SELECT nombre_equ, count(*) as numero,rangoinicial_equ,rangofinal_equ FROM periodo,	seccion,	nivel,	paralelo,	equivalencias,trimestre,	materia,	profesor,	empleado,	alumno,	materia_nivel,materia_profesor,	materia_alumno,	nota WHERE   equivalencias.serial_per=periodo.serial_per and seccion.serial_sec=equivalencias.serial_sec and     tipo_equ='RENDIMIENTO' and nota1 between rangoinicial_equ and rangofinal_equ and  seccion.serial_sec = nivel.serial_sec AND trimestre.serial_sec = nivel.serial_sec	 AND trimestre.serial_per = periodo.serial_per AND periodo.serial_per = paralelo.serial_per 	 AND nivel.serial_niv = paralelo.serial_niv 	 AND materia.serial_mat = materia_nivel.serial_mat AND materia_nivel.serial_matniv = materia_profesor.serial_matniv 	 AND paralelo.serial_par = materia_profesor.serial_par 	 AND profesor.serial_pro = materia_profesor.serial_pro	 AND empleado.SERIAL_EPL = profesor.serial_epl and  alumno.serial_alu=materia_alumno.serial_alu 	 and materia_alumno.serial_matpro=materia_profesor.serial_matpro 	 and nota.serial_matalu=materia_alumno.serial_matalu 	 AND materia_profesor.serial_matpro = 3 and trimestre.serial_tri=43 group by nombre_equ"]]></defaultValueExpression>
	</parameter>
	<parameter name="nombre_parcial" class="java.lang.String" isForPrompting="false">
		<defaultValueExpression><![CDATA["PRIMER PARCIAL"]]></defaultValueExpression>
	</parameter>
	<queryString>
		<![CDATA[$P!{queryString}]]>
	</queryString>
	<field name="nombre_per" class="java.lang.String"/>
	<field name="nombre_sec" class="java.lang.String"/>
	<field name="nombre_curso" class="java.lang.String"/>
	<field name="nombre_mat" class="java.lang.String"/>
	<field name="nombre_tri" class="java.lang.String"/>
	<field name="nombre_epl" class="java.lang.String"/>
	<field name="apellido_epl" class="java.lang.String"/>
	<field name="foto_epl" class="java.lang.String"/>
	<field name="nombre_usuario" class="java.lang.String"/>
	<field name="website_empresa" class="java.lang.String"/>
	<field name="email_empresa" class="java.lang.String"/>
	<field name="telefono_empresa" class="java.lang.String"/>
	<field name="nombre_alumno" class="java.lang.String"/>
	<field name="n1" class="java.lang.Double"/>
	<field name="n2" class="java.lang.Double"/>
	<field name="n3" class="java.lang.Double"/>
	<field name="n4" class="java.lang.Double"/>
	<field name="n5" class="java.lang.Double"/>
	<field name="n6" class="java.lang.Double"/>
	<field name="n7" class="java.lang.Double"/>
	<field name="n8" class="java.lang.Double"/>
	<field name="n9" class="java.lang.Double"/>
	<field name="n10" class="java.lang.Double"/>
	<field name="n11" class="java.lang.Double"/>
	<field name="n12" class="java.lang.Double"/>
	<field name="n13" class="java.lang.Double"/>
	<field name="n14" class="java.lang.Double"/>
	<field name="n15" class="java.lang.Double"/>
	<field name="n16" class="java.lang.Double"/>
	<field name="n17" class="java.lang.Double"/>
	<field name="n18" class="java.lang.Double"/>
	<field name="n19" class="java.lang.Double"/>
	<field name="n20" class="java.lang.Double"/>
	<field name="n21" class="java.lang.Double"/>
	<field name="n22" class="java.lang.Double"/>
	<field name="n23" class="java.lang.Double"/>
	<field name="n24" class="java.lang.Double"/>
	<field name="n25" class="java.lang.Double"/>
	<field name="n26" class="java.lang.Double"/>
	<field name="n27" class="java.lang.Double"/>
	<field name="n28" class="java.lang.Double"/>
	<field name="n29" class="java.lang.Double"/>
	<field name="n30" class="java.lang.Double"/>
	<field name="n31" class="java.lang.Double"/>
	<field name="n32" class="java.lang.Double"/>
	<variable name="total1" class="java.math.BigDecimal" calculation="Average">
		<variableExpression><![CDATA[$F{n1}]]></variableExpression>
		<initialValueExpression><![CDATA[0]]></initialValueExpression>
	</variable>
	<variable name="total2" class="java.math.BigDecimal" calculation="Average">
		<variableExpression><![CDATA[$F{n2}]]></variableExpression>
		<initialValueExpression><![CDATA[0]]></initialValueExpression>
	</variable>
	<variable name="total3" class="java.math.BigDecimal" calculation="Average">
		<variableExpression><![CDATA[$F{n3}]]></variableExpression>
		<initialValueExpression><![CDATA[0]]></initialValueExpression>
	</variable>
	<variable name="total4" class="java.math.BigDecimal" calculation="Average">
		<variableExpression><![CDATA[$F{n4}]]></variableExpression>
		<initialValueExpression><![CDATA[0]]></initialValueExpression>
	</variable>
	<variable name="total5" class="java.math.BigDecimal" calculation="Average">
		<variableExpression><![CDATA[$F{n5}]]></variableExpression>
		<initialValueExpression><![CDATA[0]]></initialValueExpression>
	</variable>
	<variable name="total6" class="java.math.BigDecimal" calculation="Average">
		<variableExpression><![CDATA[$F{n6}]]></variableExpression>
		<initialValueExpression><![CDATA[0]]></initialValueExpression>
	</variable>
	<variable name="total7" class="java.math.BigDecimal" calculation="Average">
		<variableExpression><![CDATA[$F{n7}]]></variableExpression>
		<initialValueExpression><![CDATA[0]]></initialValueExpression>
	</variable>
	<variable name="total8" class="java.math.BigDecimal" calculation="Average">
		<variableExpression><![CDATA[$F{n8}]]></variableExpression>
		<initialValueExpression><![CDATA[0]]></initialValueExpression>
	</variable>
	<variable name="total9" class="java.math.BigDecimal" calculation="Average">
		<variableExpression><![CDATA[$F{n9}]]></variableExpression>
		<initialValueExpression><![CDATA[0]]></initialValueExpression>
	</variable>
	<variable name="total10" class="java.math.BigDecimal" calculation="Average">
		<variableExpression><![CDATA[$F{n10}]]></variableExpression>
		<initialValueExpression><![CDATA[0]]></initialValueExpression>
	</variable>
	<variable name="total11" class="java.math.BigDecimal" calculation="Average">
		<variableExpression><![CDATA[$F{n11}]]></variableExpression>
		<initialValueExpression><![CDATA[0]]></initialValueExpression>
	</variable>
	<variable name="total12" class="java.math.BigDecimal" calculation="Average">
		<variableExpression><![CDATA[$F{n12}]]></variableExpression>
		<initialValueExpression><![CDATA[0]]></initialValueExpression>
	</variable>
	<variable name="total13" class="java.math.BigDecimal" calculation="Average">
		<variableExpression><![CDATA[$F{n13}]]></variableExpression>
		<initialValueExpression><![CDATA[0]]></initialValueExpression>
	</variable>
	<variable name="total14" class="java.math.BigDecimal" calculation="Average">
		<variableExpression><![CDATA[$F{n14}]]></variableExpression>
		<initialValueExpression><![CDATA[0]]></initialValueExpression>
	</variable>
	<variable name="total15" class="java.math.BigDecimal" calculation="Average">
		<variableExpression><![CDATA[$F{n15}]]></variableExpression>
		<initialValueExpression><![CDATA[0]]></initialValueExpression>
	</variable>
	<variable name="total16" class="java.math.BigDecimal" calculation="Average">
		<variableExpression><![CDATA[$F{n16}]]></variableExpression>
		<initialValueExpression><![CDATA[0]]></initialValueExpression>
	</variable>
	<variable name="total17" class="java.math.BigDecimal" calculation="Average">
		<variableExpression><![CDATA[$F{n17}]]></variableExpression>
		<initialValueExpression><![CDATA[0]]></initialValueExpression>
	</variable>
	<variable name="total18" class="java.math.BigDecimal" calculation="Average">
		<variableExpression><![CDATA[$F{n18}]]></variableExpression>
		<initialValueExpression><![CDATA[0]]></initialValueExpression>
	</variable>
	<variable name="total19" class="java.math.BigDecimal" calculation="Average">
		<variableExpression><![CDATA[$F{n19}]]></variableExpression>
		<initialValueExpression><![CDATA[0]]></initialValueExpression>
	</variable>
	<variable name="total20" class="java.math.BigDecimal" calculation="Average">
		<variableExpression><![CDATA[$F{n20}]]></variableExpression>
		<initialValueExpression><![CDATA[0]]></initialValueExpression>
	</variable>
	<variable name="total21" class="java.math.BigDecimal" calculation="Average">
		<variableExpression><![CDATA[$F{n21}]]></variableExpression>
		<initialValueExpression><![CDATA[0]]></initialValueExpression>
	</variable>
	<variable name="total22" class="java.math.BigDecimal" calculation="Average">
		<variableExpression><![CDATA[$F{n22}]]></variableExpression>
		<initialValueExpression><![CDATA[0]]></initialValueExpression>
	</variable>
	<variable name="total23" class="java.math.BigDecimal" calculation="Average">
		<variableExpression><![CDATA[$F{n23}]]></variableExpression>
		<initialValueExpression><![CDATA[0]]></initialValueExpression>
	</variable>
	<variable name="total24" class="java.math.BigDecimal" calculation="Average">
		<variableExpression><![CDATA[$F{n24}]]></variableExpression>
		<initialValueExpression><![CDATA[0]]></initialValueExpression>
	</variable>
	<variable name="total25" class="java.math.BigDecimal" calculation="Average">
		<variableExpression><![CDATA[$F{n25}]]></variableExpression>
		<initialValueExpression><![CDATA[0]]></initialValueExpression>
	</variable>
	<variable name="total26" class="java.math.BigDecimal" calculation="Average">
		<variableExpression><![CDATA[$F{n26}]]></variableExpression>
		<initialValueExpression><![CDATA[0]]></initialValueExpression>
	</variable>
	<variable name="total27" class="java.math.BigDecimal" calculation="Average">
		<variableExpression><![CDATA[$F{n27}]]></variableExpression>
		<initialValueExpression><![CDATA[0]]></initialValueExpression>
	</variable>
	<variable name="total28" class="java.math.BigDecimal" calculation="Average">
		<variableExpression><![CDATA[$F{n28}]]></variableExpression>
		<initialValueExpression><![CDATA[0]]></initialValueExpression>
	</variable>
	<variable name="total29" class="java.math.BigDecimal" calculation="Average">
		<variableExpression><![CDATA[$F{n29}]]></variableExpression>
		<initialValueExpression><![CDATA[0]]></initialValueExpression>
	</variable>
	<variable name="total30" class="java.math.BigDecimal" calculation="Average">
		<variableExpression><![CDATA[$F{n30}]]></variableExpression>
		<initialValueExpression><![CDATA[0]]></initialValueExpression>
	</variable>
	<variable name="total31" class="java.math.BigDecimal" calculation="Average">
		<variableExpression><![CDATA[$F{n31}]]></variableExpression>
		<initialValueExpression><![CDATA[0]]></initialValueExpression>
	</variable>
	<variable name="total32" class="java.math.BigDecimal" calculation="Average">
		<variableExpression><![CDATA[$F{n32}]]></variableExpression>
		<initialValueExpression><![CDATA[0]]></initialValueExpression>
	</variable>
	<background>
		<band splitType="Stretch"/>
	</background>
	<pageHeader>
		<band height="246" splitType="Stretch">
			<rectangle>
				<reportElement x="0" y="60" width="800" height="60" uuid="0891e431-0966-4ff6-b95d-184e00d04132">
					<property name="com.jaspersoft.studio.unit.x" value="pixel"/>
					<property name="com.jaspersoft.studio.unit.width" value="pixel"/>
				</reportElement>
			</rectangle>
			<rectangle>
				<reportElement x="0" y="0" width="800" height="60" uuid="5f36ac2b-997b-4202-b75b-952c0ba3353c">
					<property name="com.jaspersoft.studio.unit.height" value="pixel"/>
				</reportElement>
			</rectangle>
			<staticText>
				<reportElement x="9" y="2" width="345" height="30" forecolor="#043559" uuid="06ba4fbc-9dc4-481c-8fa3-fac1bdc1c455">
					<property name="com.jaspersoft.studio.unit.height" value="pixel"/>
				</reportElement>
				<textElement textAlignment="Center">
					<font fontName="Calibri" size="24" isBold="true"/>
				</textElement>
				<text><![CDATA[Actas por Materia]]></text>
			</staticText>
			<line>
				<reportElement x="433" y="0" width="1" height="120" uuid="651a9a63-8ede-4e01-ad23-cdf1cde1b9dc">
					<property name="com.jaspersoft.studio.unit.y" value="pixel"/>
					<property name="com.jaspersoft.studio.unit.height" value="pixel"/>
					<property name="com.jaspersoft.studio.unit.width" value="pixel"/>
				</reportElement>
			</line>
			<line>
				<reportElement x="0" y="32" width="433" height="1" uuid="a1595645-353e-4865-b41f-b754a2feee88">
					<property name="com.jaspersoft.studio.unit.width" value="pixel"/>
				</reportElement>
			</line>
			<textField isBlankWhenNull="true">
				<reportElement x="6" y="34" width="192" height="25" forecolor="#011D63" uuid="203ab0cd-7c6c-4c11-a5a2-b12d76b91428">
					<property name="com.jaspersoft.studio.unit.height" value="pixel"/>
				</reportElement>
				<textElement textAlignment="Left">
					<font fontName="calibri" size="14" isBold="true"/>
				</textElement>
				<textFieldExpression><![CDATA[$F{nombre_tri}]]></textFieldExpression>
			</textField>
			<textField>
				<reportElement x="66" y="65" width="362" height="16" forecolor="#011D63" uuid="03f2aef3-80b3-4079-b320-cc99822d9e25">
					<property name="com.jaspersoft.studio.unit.height" value="pixel"/>
				</reportElement>
				<textElement>
					<font fontName="calibri" size="12" isBold="true"/>
				</textElement>
				<textFieldExpression><![CDATA[$F{nombre_per}]]></textFieldExpression>
			</textField>
			<staticText>
				<reportElement x="3" y="65" width="54" height="16" forecolor="#011D63" uuid="f362da6b-7eb0-4a5e-b422-699c4d0683a6">
					<property name="com.jaspersoft.studio.unit.height" value="pixel"/>
					<property name="com.jaspersoft.studio.unit.y" value="pixel"/>
					<property name="com.jaspersoft.studio.unit.x" value="pixel"/>
				</reportElement>
				<textElement>
					<font fontName="calibri" size="12" isBold="true"/>
				</textElement>
				<text><![CDATA[PERÍODO:]]></text>
			</staticText>
			<staticText>
				<reportElement x="3" y="85" width="54" height="16" forecolor="#011D63" uuid="4b1e9337-6d73-4acd-8ae5-445468cb4cd1">
					<property name="com.jaspersoft.studio.unit.height" value="pixel"/>
					<property name="com.jaspersoft.studio.unit.y" value="pixel"/>
					<property name="com.jaspersoft.studio.unit.x" value="pixel"/>
					<property name="com.jaspersoft.studio.unit.width" value="pixel"/>
				</reportElement>
				<textElement>
					<font fontName="calibri" size="12" isBold="true"/>
				</textElement>
				<text><![CDATA[NIVEL:]]></text>
			</staticText>
			<textField>
				<reportElement x="66" y="86" width="357" height="16" forecolor="#011D63" uuid="49ed1d90-afe3-43b2-a3dc-e56c038e9a8e">
					<property name="com.jaspersoft.studio.unit.height" value="pixel"/>
					<property name="com.jaspersoft.studio.unit.y" value="pixel"/>
					<property name="com.jaspersoft.studio.unit.x" value="pixel"/>
					<property name="com.jaspersoft.studio.unit.width" value="pixel"/>
				</reportElement>
				<textElement>
					<font fontName="calibri" size="12" isBold="true"/>
				</textElement>
				<textFieldExpression><![CDATA[$F{nombre_curso}]]></textFieldExpression>
			</textField>
			<staticText>
				<reportElement x="3" y="104" width="54" height="16" forecolor="#011D63" uuid="5d22892a-50bf-4bee-9af6-08eb2b54d1c5">
					<property name="com.jaspersoft.studio.unit.height" value="pixel"/>
					<property name="com.jaspersoft.studio.unit.y" value="pixel"/>
					<property name="com.jaspersoft.studio.unit.x" value="pixel"/>
					<property name="com.jaspersoft.studio.unit.width" value="pixel"/>
				</reportElement>
				<textElement>
					<font fontName="calibri" size="12" isBold="true"/>
				</textElement>
				<text><![CDATA[MATERIA:]]></text>
			</staticText>
			<line>
				<reportElement x="63" y="60" width="1" height="60" uuid="6ebf5730-73a6-489d-8f52-3e74f3e511d8">
					<property name="com.jaspersoft.studio.unit.width" value="pixel"/>
				</reportElement>
			</line>
			<textField>
				<reportElement x="66" y="104" width="360" height="16" forecolor="#011D63" uuid="ff2a712e-43a0-4367-86b5-b95a09c0dd60">
					<property name="com.jaspersoft.studio.unit.height" value="pixel"/>
					<property name="com.jaspersoft.studio.unit.x" value="pixel"/>
					<property name="com.jaspersoft.studio.unit.width" value="pixel"/>
				</reportElement>
				<textElement>
					<font fontName="calibr" size="12" isBold="true"/>
				</textElement>
				<textFieldExpression><![CDATA[$F{nombre_mat}]]></textFieldExpression>
			</textField>
			<line>
				<reportElement x="0" y="104" width="430" height="1" uuid="e1c47bff-255b-4ea0-a31a-cdef8302acd4">
					<property name="com.jaspersoft.studio.unit.x" value="pixel"/>
				</reportElement>
			</line>
			<line>
				<reportElement x="0" y="83" width="430" height="1" uuid="0819659f-0ee4-4ccf-a331-6c15d7083e06">
					<property name="com.jaspersoft.studio.unit.x" value="pixel"/>
					<property name="com.jaspersoft.studio.unit.width" value="pixel"/>
				</reportElement>
			</line>
			<image>
				<reportElement x="436" y="66" width="38" height="50" uuid="0171e97e-f11a-4c93-8d71-dbde7039ce3b"/>
				<imageExpression><![CDATA[$P{rutafotos}+$F{foto_epl}]]></imageExpression>
			</image>
			<staticText>
				<reportElement x="481" y="64" width="310" height="16" forecolor="#011D63" uuid="9cde419b-d6f9-480e-a811-6eaef7d8f589">
					<property name="com.jaspersoft.studio.unit.height" value="pixel"/>
					<property name="com.jaspersoft.studio.unit.y" value="pixel"/>
					<property name="com.jaspersoft.studio.unit.x" value="pixel"/>
				</reportElement>
				<textElement textAlignment="Center">
					<font fontName="calibri" size="12" isBold="true"/>
				</textElement>
				<text><![CDATA[DOCENTE]]></text>
			</staticText>
			<textField>
				<reportElement x="480" y="85" width="311" height="16" forecolor="#011D63" uuid="f6a2a80e-941b-4472-94ee-d0f307cc00ec">
					<property name="com.jaspersoft.studio.unit.height" value="pixel"/>
				</reportElement>
				<textElement textAlignment="Center">
					<font fontName="calibri" size="12" isBold="true"/>
				</textElement>
				<textFieldExpression><![CDATA[$F{nombre_epl}]]></textFieldExpression>
			</textField>
			<textField>
				<reportElement x="481" y="103" width="310" height="16" forecolor="#011D63" uuid="60730aec-d7c0-422b-92e1-936c8fbae08f">
					<property name="com.jaspersoft.studio.unit.height" value="pixel"/>
					<property name="com.jaspersoft.studio.unit.width" value="pixel"/>
				</reportElement>
				<textElement textAlignment="Center">
					<font fontName="calibri" size="12" isBold="true"/>
				</textElement>
				<textFieldExpression><![CDATA[$F{apellido_epl}]]></textFieldExpression>
			</textField>
			<line>
				<reportElement x="476" y="60" width="1" height="60" uuid="6a5db05d-969d-4309-ac64-564755db209b">
					<property name="com.jaspersoft.studio.unit.width" value="pixel"/>
					<property name="com.jaspersoft.studio.unit.x" value="pixel"/>
				</reportElement>
			</line>
			<line>
				<reportElement x="476" y="80" width="320" height="1" uuid="fb1efea4-c949-455e-a52f-f5ecfadea5df">
					<property name="com.jaspersoft.studio.unit.width" value="pixel"/>
				</reportElement>
			</line>
			<componentElement>
				<reportElement x="172" y="125" width="20" height="121" uuid="005fb1c1-dca7-4a53-9b5d-a6351e787867">
					<property name="com.jaspersoft.studio.layout" value="com.jaspersoft.studio.editor.layout.HorizontalRowLayout"/>
					<property name="com.jaspersoft.studio.unit.width" value="pixel"/>
					<property name="net.sf.jasperreports.export.headertoolbar.table.name" value="testlist"/>
					<property name="com.jaspersoft.studio.unit.CONTENTS.width" value="pixel"/>
				</reportElement>
				<jr:list xmlns:jr="http://jasperreports.sourceforge.net/jasperreports/components" xsi:schemaLocation="http://jasperreports.sourceforge.net/jasperreports/components http://jasperreports.sourceforge.net/xsd/components.xsd" printOrder="Horizontal" ignoreWidth="true">
					<datasetRun subDataset="DSparcial" uuid="40250dcc-9b7b-4067-979f-8a2cfb1310c8">
						<datasetParameter name="queryParcial">
							<datasetParameterExpression><![CDATA[$P{queryParcial}]]></datasetParameterExpression>
						</datasetParameter>
						<connectionExpression><![CDATA[$P{REPORT_CONNECTION}]]></connectionExpression>
					</datasetRun>
					<jr:listContents height="123" width="20">
						<textField>
							<reportElement x="0" y="0" width="20" height="121" forecolor="#011D63" uuid="4fbd943f-24b8-468f-b0ad-b858b738e3ad">
								<property name="com.jaspersoft.studio.unit.width" value="pixel"/>
							</reportElement>
							<box>
								<topPen lineWidth="1.0" lineStyle="Solid" lineColor="#011D63"/>
								<leftPen lineWidth="1.0" lineStyle="Solid" lineColor="#011D63"/>
								<bottomPen lineWidth="1.0" lineStyle="Solid" lineColor="#011D63"/>
								<rightPen lineWidth="1.0" lineStyle="Solid" lineColor="#011D63"/>
							</box>
							<textElement rotation="Left">
								<font fontName="calibri" size="9" isBold="true"/>
							</textElement>
							<textFieldExpression><![CDATA[$F{nombre_prc}]]></textFieldExpression>
						</textField>
					</jr:listContents>
				</jr:list>
			</componentElement>
			<image>
				<reportElement x="506" y="1" width="198" height="57" uuid="e138bf66-d2aa-4f82-a56e-d403451234cc"/>
				<imageExpression><![CDATA[$P{logotipo}]]></imageExpression>
			</image>
			<textField>
				<reportElement x="200" y="34" width="228" height="24" forecolor="#011D63" uuid="5dd337b4-0b33-4c13-8778-4bbd3fd11dae"/>
				<textElement>
					<font fontName="Calibri" size="14" isBold="true"/>
				</textElement>
				<textFieldExpression><![CDATA[$P{nombre_parcial}]]></textFieldExpression>
			</textField>
		</band>
	</pageHeader>
	<detail>
		<band height="28" splitType="Stretch">
			<property name="com.jaspersoft.studio.unit.height" value="pixel"/>
			<rectangle>
				<reportElement x="0" y="0" width="812" height="23" backcolor="#FAF7F7" uuid="43154b08-f7e4-4ad1-8c36-e1e7919f7e8e">
					<property name="com.jaspersoft.studio.unit.x" value="pixel"/>
					<property name="com.jaspersoft.studio.unit.y" value="pixel"/>
					<property name="com.jaspersoft.studio.unit.width" value="pixel"/>
					<printWhenExpression><![CDATA[$V{REPORT_COUNT} % 2  == 0]]></printWhenExpression>
				</reportElement>
			</rectangle>
			<textField isBlankWhenNull="true">
				<reportElement x="1" y="4" width="168" height="16" uuid="c30152d9-6334-485f-8913-ec9f341573b4">
					<property name="com.jaspersoft.studio.unit.height" value="pixel"/>
				</reportElement>
				<textElement>
					<font fontName="calibri" isBold="true"/>
				</textElement>
				<textFieldExpression><![CDATA[$F{nombre_alumno}]]></textFieldExpression>
			</textField>
			<textField>
				<reportElement x="171" y="4" width="16" height="16" uuid="acea73fd-b571-4ecb-81f3-3f8363eb52ef">
					<property name="com.jaspersoft.studio.unit.width" value="pixel"/>
					<property name="com.jaspersoft.studio.unit.x" value="pixel"/>
				</reportElement>
				<textElement textAlignment="Right">
					<font fontName="calibri" size="8" isBold="true"/>
				</textElement>
				<textFieldExpression><![CDATA[$F{n1}]]></textFieldExpression>
			</textField>
			<textField>
				<reportElement x="198" y="4" width="16" height="16" uuid="d7844614-8f7b-4a53-a32a-ae918ca784b0">
					<property name="com.jaspersoft.studio.unit.height" value="pixel"/>
					<property name="com.jaspersoft.studio.unit.y" value="pixel"/>
					<property name="com.jaspersoft.studio.unit.width" value="pixel"/>
				</reportElement>
				<textElement>
					<font fontName="calibri" size="8" isBold="true"/>
				</textElement>
				<textFieldExpression><![CDATA[$F{n2}]]></textFieldExpression>
			</textField>
			<line>
				<reportElement x="0" y="0" width="812" height="1" uuid="bb2278be-1c79-41ca-9580-207c5d2664cb">
					<property name="com.jaspersoft.studio.unit.height" value="pixel"/>
				</reportElement>
			</line>
			<line>
				<reportElement x="0" y="0" width="1" height="22" uuid="4f3c21fd-462f-4151-a033-439aa05a6588">
					<property name="com.jaspersoft.studio.unit.width" value="pixel"/>
					<property name="com.jaspersoft.studio.unit.x" value="pixel"/>
					<property name="com.jaspersoft.studio.unit.y" value="pixel"/>
					<property name="com.jaspersoft.studio.unit.height" value="pixel"/>
				</reportElement>
			</line>
			<line>
				<reportElement x="171" y="0" width="1" height="23" uuid="7caa19b0-4bbb-4710-89a3-1215804959c5">
					<property name="com.jaspersoft.studio.unit.width" value="pixel"/>
					<property name="com.jaspersoft.studio.unit.x" value="pixel"/>
					<property name="com.jaspersoft.studio.unit.y" value="pixel"/>
					<property name="com.jaspersoft.studio.unit.height" value="pixel"/>
				</reportElement>
			</line>
			<line>
				<reportElement x="552" y="0" width="1" height="23" uuid="6c180e52-8053-462f-a173-e3948b88b7e2">
					<property name="com.jaspersoft.studio.unit.width" value="pixel"/>
					<property name="com.jaspersoft.studio.unit.x" value="pixel"/>
					<property name="com.jaspersoft.studio.unit.y" value="pixel"/>
					<property name="com.jaspersoft.studio.unit.height" value="pixel"/>
				</reportElement>
			</line>
			<line>
				<reportElement x="191" y="0" width="1" height="23" uuid="8193fc69-cf60-4fcb-a809-e130d1b7feae">
					<property name="com.jaspersoft.studio.unit.width" value="pixel"/>
					<property name="com.jaspersoft.studio.unit.x" value="pixel"/>
					<property name="com.jaspersoft.studio.unit.y" value="pixel"/>
					<property name="com.jaspersoft.studio.unit.height" value="pixel"/>
				</reportElement>
			</line>
			<line>
				<reportElement x="212" y="0" width="1" height="23" uuid="c5ac3665-a449-4b3e-86bd-0afc3c7e72d0">
					<property name="com.jaspersoft.studio.unit.width" value="pixel"/>
					<property name="com.jaspersoft.studio.unit.x" value="pixel"/>
					<property name="com.jaspersoft.studio.unit.y" value="pixel"/>
					<property name="com.jaspersoft.studio.unit.height" value="pixel"/>
				</reportElement>
			</line>
			<line>
				<reportElement x="232" y="0" width="1" height="23" uuid="16b462c9-7625-410d-a361-1644cbe28950">
					<property name="com.jaspersoft.studio.unit.width" value="pixel"/>
					<property name="com.jaspersoft.studio.unit.x" value="pixel"/>
					<property name="com.jaspersoft.studio.unit.y" value="pixel"/>
					<property name="com.jaspersoft.studio.unit.height" value="pixel"/>
				</reportElement>
			</line>
			<textField>
				<reportElement x="216" y="4" width="16" height="16" uuid="8d4972e2-be69-4fa0-899a-e7c660a7994c">
					<property name="com.jaspersoft.studio.unit.width" value="pixel"/>
					<property name="com.jaspersoft.studio.unit.height" value="pixel"/>
					<property name="com.jaspersoft.studio.unit.y" value="pixel"/>
				</reportElement>
				<textElement>
					<font fontName="calibri" size="8" isBold="true"/>
				</textElement>
				<textFieldExpression><![CDATA[$F{n3}]]></textFieldExpression>
			</textField>
			<line>
				<reportElement x="253" y="0" width="1" height="23" uuid="c7bae353-d122-4d26-b0b0-ec65a16cc521">
					<property name="com.jaspersoft.studio.unit.width" value="pixel"/>
					<property name="com.jaspersoft.studio.unit.x" value="pixel"/>
					<property name="com.jaspersoft.studio.unit.y" value="pixel"/>
					<property name="com.jaspersoft.studio.unit.height" value="pixel"/>
				</reportElement>
			</line>
			<textField>
				<reportElement x="236" y="4" width="16" height="16" uuid="8971b9ba-2abd-4757-ad54-e33d9893a2fa">
					<property name="com.jaspersoft.studio.unit.width" value="pixel"/>
					<property name="com.jaspersoft.studio.unit.height" value="pixel"/>
					<property name="com.jaspersoft.studio.unit.y" value="pixel"/>
				</reportElement>
				<textElement>
					<font fontName="Calibri" size="8" isBold="true"/>
				</textElement>
				<textFieldExpression><![CDATA[$F{n4}]]></textFieldExpression>
			</textField>
			<textField>
				<reportElement x="256" y="4" width="16" height="16" uuid="b28d750e-c5c7-4a0a-832c-dd4dc02470e8">
					<property name="com.jaspersoft.studio.unit.width" value="pixel"/>
					<property name="com.jaspersoft.studio.unit.height" value="pixel"/>
					<property name="com.jaspersoft.studio.unit.y" value="pixel"/>
				</reportElement>
				<textElement>
					<font fontName="Calibri" size="8" isBold="true"/>
				</textElement>
				<textFieldExpression><![CDATA[$F{n5}]]></textFieldExpression>
			</textField>
			<line>
				<reportElement x="272" y="0" width="1" height="23" uuid="0fa7f6c4-b892-486e-a16c-a231300f6627">
					<property name="com.jaspersoft.studio.unit.width" value="pixel"/>
					<property name="com.jaspersoft.studio.unit.x" value="pixel"/>
					<property name="com.jaspersoft.studio.unit.y" value="pixel"/>
					<property name="com.jaspersoft.studio.unit.height" value="pixel"/>
				</reportElement>
			</line>
			<textField isBlankWhenNull="true">
				<reportElement x="277" y="4" width="16" height="16" uuid="779c7db0-fba6-4b42-9adc-2b480ecd11db">
					<property name="com.jaspersoft.studio.unit.width" value="pixel"/>
					<property name="com.jaspersoft.studio.unit.height" value="pixel"/>
					<property name="com.jaspersoft.studio.unit.y" value="pixel"/>
				</reportElement>
				<textElement>
					<font fontName="Calibri" size="8" isBold="true"/>
				</textElement>
				<textFieldExpression><![CDATA[$F{n6}]]></textFieldExpression>
			</textField>
			<line>
				<reportElement x="293" y="0" width="1" height="23" uuid="130cb518-16fb-48f9-a6e1-1471b2262b03">
					<property name="com.jaspersoft.studio.unit.width" value="pixel"/>
					<property name="com.jaspersoft.studio.unit.x" value="pixel"/>
					<property name="com.jaspersoft.studio.unit.y" value="pixel"/>
					<property name="com.jaspersoft.studio.unit.height" value="pixel"/>
				</reportElement>
			</line>
			<textField isBlankWhenNull="true">
				<reportElement x="293" y="4" width="16" height="16" uuid="ffd1c3d7-c3c2-4573-8bbe-e0d3cafc909c">
					<property name="com.jaspersoft.studio.unit.width" value="pixel"/>
					<property name="com.jaspersoft.studio.unit.height" value="pixel"/>
					<property name="com.jaspersoft.studio.unit.y" value="pixel"/>
					<property name="com.jaspersoft.studio.unit.x" value="pixel"/>
				</reportElement>
				<textElement textAlignment="Right">
					<font fontName="Calibri" size="8" isBold="true"/>
				</textElement>
				<textFieldExpression><![CDATA[$F{n7}]]></textFieldExpression>
			</textField>
			<line>
				<reportElement x="312" y="0" width="1" height="23" uuid="fe9a26ee-ea9a-4184-b5a9-302041dc7235">
					<property name="com.jaspersoft.studio.unit.width" value="pixel"/>
					<property name="com.jaspersoft.studio.unit.x" value="pixel"/>
					<property name="com.jaspersoft.studio.unit.y" value="pixel"/>
					<property name="com.jaspersoft.studio.unit.height" value="pixel"/>
				</reportElement>
			</line>
			<line>
				<reportElement x="1" y="23" width="812" height="1" uuid="ec991d2a-b0d6-40e0-b670-e8204546e356">
					<property name="com.jaspersoft.studio.unit.height" value="pixel"/>
					<property name="com.jaspersoft.studio.unit.width" value="pixel"/>
				</reportElement>
			</line>
			<textField isBlankWhenNull="true">
				<reportElement x="310" y="4" width="16" height="16" uuid="a8856833-3a51-42c2-a3a1-77ae6552f860">
					<property name="com.jaspersoft.studio.unit.width" value="pixel"/>
					<property name="com.jaspersoft.studio.unit.height" value="pixel"/>
					<property name="com.jaspersoft.studio.unit.y" value="pixel"/>
					<property name="com.jaspersoft.studio.unit.x" value="pixel"/>
				</reportElement>
				<textElement textAlignment="Right">
					<font fontName="Calibri" size="8" isBold="true"/>
				</textElement>
				<textFieldExpression><![CDATA[$F{n8}]]></textFieldExpression>
			</textField>
			<textField isBlankWhenNull="true">
				<reportElement x="333" y="4" width="16" height="16" uuid="5aa1e3f3-c745-42c1-a10d-26e74b626417">
					<property name="com.jaspersoft.studio.unit.width" value="pixel"/>
					<property name="com.jaspersoft.studio.unit.height" value="pixel"/>
					<property name="com.jaspersoft.studio.unit.y" value="pixel"/>
					<property name="com.jaspersoft.studio.unit.x" value="pixel"/>
				</reportElement>
				<textElement textAlignment="Right">
					<font fontName="Calibri" size="8" isBold="true"/>
				</textElement>
				<textFieldExpression><![CDATA[$F{n9}]]></textFieldExpression>
			</textField>
			<textField isBlankWhenNull="true">
				<reportElement x="353" y="4" width="16" height="16" uuid="65a17167-d0cc-4932-8f24-56fafeda0ba0">
					<property name="com.jaspersoft.studio.unit.width" value="pixel"/>
					<property name="com.jaspersoft.studio.unit.height" value="pixel"/>
					<property name="com.jaspersoft.studio.unit.y" value="pixel"/>
					<property name="com.jaspersoft.studio.unit.x" value="pixel"/>
				</reportElement>
				<textElement textAlignment="Right">
					<font fontName="Calibri" size="8" isBold="true"/>
				</textElement>
				<textFieldExpression><![CDATA[$F{n10}]]></textFieldExpression>
			</textField>
			<textField isBlankWhenNull="true">
				<reportElement x="433" y="4" width="16" height="16" uuid="a45a0545-99d2-4fcc-9a1e-20bbf8d34832">
					<property name="com.jaspersoft.studio.unit.width" value="pixel"/>
					<property name="com.jaspersoft.studio.unit.height" value="pixel"/>
					<property name="com.jaspersoft.studio.unit.y" value="pixel"/>
					<property name="com.jaspersoft.studio.unit.x" value="pixel"/>
				</reportElement>
				<textElement textAlignment="Right">
					<font fontName="Calibri" size="8" isBold="true"/>
				</textElement>
				<textFieldExpression><![CDATA[$F{n14}]]></textFieldExpression>
			</textField>
			<textField isBlankWhenNull="true">
				<reportElement x="373" y="4" width="16" height="16" uuid="438d759d-cc58-4448-87e8-8ce98871f52a">
					<property name="com.jaspersoft.studio.unit.width" value="pixel"/>
					<property name="com.jaspersoft.studio.unit.height" value="pixel"/>
					<property name="com.jaspersoft.studio.unit.y" value="pixel"/>
					<property name="com.jaspersoft.studio.unit.x" value="pixel"/>
				</reportElement>
				<textElement textAlignment="Right">
					<font fontName="Calibri" size="8" isBold="true"/>
				</textElement>
				<textFieldExpression><![CDATA[$F{n11}]]></textFieldExpression>
			</textField>
			<textField isBlankWhenNull="true">
				<reportElement x="392" y="4" width="16" height="16" uuid="6db5a77d-3b2c-4702-aaa5-8429ab8f0c9f">
					<property name="com.jaspersoft.studio.unit.width" value="pixel"/>
					<property name="com.jaspersoft.studio.unit.height" value="pixel"/>
					<property name="com.jaspersoft.studio.unit.y" value="pixel"/>
					<property name="com.jaspersoft.studio.unit.x" value="pixel"/>
				</reportElement>
				<textElement textAlignment="Right">
					<font fontName="Calibri" size="8" isBold="true"/>
				</textElement>
				<textFieldExpression><![CDATA[$F{n12}]]></textFieldExpression>
			</textField>
			<textField isBlankWhenNull="true">
				<reportElement x="412" y="4" width="16" height="16" uuid="08cb7d8a-d1e1-4e6f-a1cd-8ce37ef5123c">
					<property name="com.jaspersoft.studio.unit.width" value="pixel"/>
					<property name="com.jaspersoft.studio.unit.height" value="pixel"/>
					<property name="com.jaspersoft.studio.unit.y" value="pixel"/>
					<property name="com.jaspersoft.studio.unit.x" value="pixel"/>
				</reportElement>
				<textElement textAlignment="Right">
					<font fontName="Calibri" size="8" isBold="true"/>
				</textElement>
				<textFieldExpression><![CDATA[$F{n13}]]></textFieldExpression>
			</textField>
			<line>
				<reportElement x="332" y="0" width="1" height="23" uuid="cdbf47fa-3eb5-405f-8efd-db491e1ee9c2">
					<property name="com.jaspersoft.studio.unit.width" value="pixel"/>
					<property name="com.jaspersoft.studio.unit.x" value="pixel"/>
					<property name="com.jaspersoft.studio.unit.height" value="pixel"/>
				</reportElement>
			</line>
			<line>
				<reportElement x="352" y="0" width="1" height="23" uuid="48ab9e05-49a5-4e6a-8feb-0d1315654505">
					<property name="com.jaspersoft.studio.unit.width" value="pixel"/>
					<property name="com.jaspersoft.studio.unit.x" value="pixel"/>
					<property name="com.jaspersoft.studio.unit.height" value="pixel"/>
				</reportElement>
			</line>
			<line>
				<reportElement x="371" y="0" width="1" height="23" uuid="30519aeb-b874-4ca8-b32f-417c093696d5">
					<property name="com.jaspersoft.studio.unit.width" value="pixel"/>
					<property name="com.jaspersoft.studio.unit.x" value="pixel"/>
					<property name="com.jaspersoft.studio.unit.height" value="pixel"/>
				</reportElement>
			</line>
			<line>
				<reportElement x="392" y="0" width="1" height="23" uuid="57e32d5e-0d14-48e5-a078-2a0d9415fca6">
					<property name="com.jaspersoft.studio.unit.width" value="pixel"/>
					<property name="com.jaspersoft.studio.unit.x" value="pixel"/>
					<property name="com.jaspersoft.studio.unit.height" value="pixel"/>
				</reportElement>
			</line>
			<line>
				<reportElement x="412" y="0" width="1" height="23" uuid="242f9031-0234-4dc6-b1e5-ee8710c10825">
					<property name="com.jaspersoft.studio.unit.width" value="pixel"/>
					<property name="com.jaspersoft.studio.unit.x" value="pixel"/>
					<property name="com.jaspersoft.studio.unit.height" value="pixel"/>
				</reportElement>
			</line>
			<line>
				<reportElement x="432" y="0" width="1" height="23" uuid="5b680bf3-1836-49b8-b081-8400a9c324a7">
					<property name="com.jaspersoft.studio.unit.width" value="pixel"/>
					<property name="com.jaspersoft.studio.unit.x" value="pixel"/>
					<property name="com.jaspersoft.studio.unit.height" value="pixel"/>
				</reportElement>
			</line>
			<line>
				<reportElement x="452" y="0" width="1" height="23" uuid="ed48cd98-a53e-4ab5-9432-5c8425fdd898">
					<property name="com.jaspersoft.studio.unit.width" value="pixel"/>
					<property name="com.jaspersoft.studio.unit.x" value="pixel"/>
					<property name="com.jaspersoft.studio.unit.height" value="pixel"/>
				</reportElement>
			</line>
			<textField isBlankWhenNull="true">
				<reportElement x="453" y="4" width="16" height="16" uuid="ebbe8e2b-bbaf-4f4c-9afe-3cf407762639">
					<property name="com.jaspersoft.studio.unit.width" value="pixel"/>
					<property name="com.jaspersoft.studio.unit.height" value="pixel"/>
					<property name="com.jaspersoft.studio.unit.y" value="pixel"/>
					<property name="com.jaspersoft.studio.unit.x" value="pixel"/>
				</reportElement>
				<textElement textAlignment="Right">
					<font fontName="Calibri" size="8" isBold="true"/>
				</textElement>
				<textFieldExpression><![CDATA[$F{n15}]]></textFieldExpression>
			</textField>
			<textField isBlankWhenNull="true">
				<reportElement x="473" y="4" width="16" height="16" uuid="aa198c7b-f36a-4e3a-98ae-977dc89b30f6">
					<property name="com.jaspersoft.studio.unit.width" value="pixel"/>
					<property name="com.jaspersoft.studio.unit.height" value="pixel"/>
					<property name="com.jaspersoft.studio.unit.y" value="pixel"/>
					<property name="com.jaspersoft.studio.unit.x" value="pixel"/>
				</reportElement>
				<textElement textAlignment="Right">
					<font fontName="Calibri" size="8" isBold="true"/>
				</textElement>
				<textFieldExpression><![CDATA[$F{n16}]]></textFieldExpression>
			</textField>
			<textField isBlankWhenNull="true">
				<reportElement x="493" y="4" width="16" height="16" uuid="7577ef72-6c37-421e-b197-dd8e5e0ad964">
					<property name="com.jaspersoft.studio.unit.width" value="pixel"/>
					<property name="com.jaspersoft.studio.unit.height" value="pixel"/>
					<property name="com.jaspersoft.studio.unit.y" value="pixel"/>
					<property name="com.jaspersoft.studio.unit.x" value="pixel"/>
				</reportElement>
				<textElement textAlignment="Right">
					<font fontName="Calibri" size="8" isBold="true"/>
				</textElement>
				<textFieldExpression><![CDATA[$F{n17}]]></textFieldExpression>
			</textField>
			<textField isBlankWhenNull="true">
				<reportElement x="512" y="4" width="16" height="16" uuid="824eb6c4-230e-45dd-9913-2c4ca6add805">
					<property name="com.jaspersoft.studio.unit.width" value="pixel"/>
					<property name="com.jaspersoft.studio.unit.height" value="pixel"/>
					<property name="com.jaspersoft.studio.unit.y" value="pixel"/>
					<property name="com.jaspersoft.studio.unit.x" value="pixel"/>
				</reportElement>
				<textElement textAlignment="Right">
					<font fontName="Calibri" size="8" isBold="true"/>
				</textElement>
				<textFieldExpression><![CDATA[$F{n18}]]></textFieldExpression>
			</textField>
			<textField isBlankWhenNull="true">
				<reportElement x="532" y="4" width="16" height="16" uuid="1f37af30-0c2d-45e6-a87d-b52e1bbe3956">
					<property name="com.jaspersoft.studio.unit.width" value="pixel"/>
					<property name="com.jaspersoft.studio.unit.height" value="pixel"/>
					<property name="com.jaspersoft.studio.unit.y" value="pixel"/>
					<property name="com.jaspersoft.studio.unit.x" value="pixel"/>
				</reportElement>
				<textElement textAlignment="Right">
					<font fontName="Calibri" size="8" isBold="true"/>
				</textElement>
				<textFieldExpression><![CDATA[$F{n19}]]></textFieldExpression>
			</textField>
			<line>
				<reportElement x="472" y="0" width="1" height="23" uuid="daa18561-0c8e-455a-af40-dc330681f385">
					<property name="com.jaspersoft.studio.unit.width" value="pixel"/>
					<property name="com.jaspersoft.studio.unit.x" value="pixel"/>
					<property name="com.jaspersoft.studio.unit.height" value="pixel"/>
				</reportElement>
			</line>
			<line>
				<reportElement x="492" y="0" width="1" height="23" uuid="4887b240-bffa-4cb1-a981-f29574d96654">
					<property name="com.jaspersoft.studio.unit.width" value="pixel"/>
					<property name="com.jaspersoft.studio.unit.x" value="pixel"/>
					<property name="com.jaspersoft.studio.unit.height" value="pixel"/>
				</reportElement>
			</line>
			<line>
				<reportElement x="511" y="0" width="1" height="23" uuid="62faa1a9-4a89-47ab-a4bb-4119057d68f0">
					<property name="com.jaspersoft.studio.unit.width" value="pixel"/>
					<property name="com.jaspersoft.studio.unit.x" value="pixel"/>
					<property name="com.jaspersoft.studio.unit.height" value="pixel"/>
				</reportElement>
			</line>
			<line>
				<reportElement x="531" y="0" width="1" height="23" uuid="56ef483c-706e-4aab-b23f-c821299b2242">
					<property name="com.jaspersoft.studio.unit.width" value="pixel"/>
					<property name="com.jaspersoft.studio.unit.x" value="pixel"/>
					<property name="com.jaspersoft.studio.unit.height" value="pixel"/>
				</reportElement>
			</line>
			<textField isBlankWhenNull="true">
				<reportElement x="552" y="4" width="16" height="16" uuid="d21c6a04-825b-4c32-bbb5-05c7477337be">
					<property name="com.jaspersoft.studio.unit.width" value="pixel"/>
					<property name="com.jaspersoft.studio.unit.height" value="pixel"/>
				</reportElement>
				<textElement textAlignment="Right">
					<font fontName="Calibri" size="8" isBold="true"/>
				</textElement>
				<textFieldExpression><![CDATA[$F{n20}]]></textFieldExpression>
			</textField>
			<textField isBlankWhenNull="true">
				<reportElement x="572" y="4" width="16" height="16" uuid="66b41293-6138-4a5b-8a08-01c5263fcefe">
					<property name="com.jaspersoft.studio.unit.width" value="pixel"/>
					<property name="com.jaspersoft.studio.unit.height" value="pixel"/>
					<property name="com.jaspersoft.studio.unit.y" value="pixel"/>
				</reportElement>
				<textElement textAlignment="Right">
					<font fontName="Calibri" size="8" isBold="true"/>
				</textElement>
				<textFieldExpression><![CDATA[$F{n21}]]></textFieldExpression>
			</textField>
			<textField isBlankWhenNull="true">
				<reportElement x="592" y="4" width="16" height="16" uuid="7403f6df-4f58-4db6-9c2c-490aef2ae5a0">
					<property name="com.jaspersoft.studio.unit.width" value="pixel"/>
					<property name="com.jaspersoft.studio.unit.height" value="pixel"/>
					<property name="com.jaspersoft.studio.unit.y" value="pixel"/>
				</reportElement>
				<textElement textAlignment="Right">
					<font fontName="Calibri" size="8" isBold="true"/>
				</textElement>
				<textFieldExpression><![CDATA[$F{n22}]]></textFieldExpression>
			</textField>
			<textField isBlankWhenNull="true">
				<reportElement x="612" y="4" width="16" height="16" uuid="65731b9e-8fe5-46ca-b851-84974020bc1b">
					<property name="com.jaspersoft.studio.unit.width" value="pixel"/>
					<property name="com.jaspersoft.studio.unit.height" value="pixel"/>
					<property name="com.jaspersoft.studio.unit.y" value="pixel"/>
				</reportElement>
				<textElement textAlignment="Right">
					<font fontName="Calibri" size="8" isBold="true"/>
				</textElement>
				<textFieldExpression><![CDATA[$F{n23}]]></textFieldExpression>
			</textField>
			<textField isBlankWhenNull="true">
				<reportElement x="632" y="4" width="16" height="16" uuid="61fa6199-6cca-4b23-90fd-2df9394d87d6">
					<property name="com.jaspersoft.studio.unit.width" value="pixel"/>
					<property name="com.jaspersoft.studio.unit.height" value="pixel"/>
					<property name="com.jaspersoft.studio.unit.y" value="pixel"/>
				</reportElement>
				<textElement textAlignment="Right">
					<font fontName="Calibri" size="8" isBold="true"/>
				</textElement>
				<textFieldExpression><![CDATA[$F{n24}]]></textFieldExpression>
			</textField>
			<textField isBlankWhenNull="true">
				<reportElement x="652" y="4" width="16" height="16" uuid="0be28b3d-37e2-499d-a268-d5ab7ec90ee6">
					<property name="com.jaspersoft.studio.unit.width" value="pixel"/>
					<property name="com.jaspersoft.studio.unit.height" value="pixel"/>
					<property name="com.jaspersoft.studio.unit.y" value="pixel"/>
				</reportElement>
				<textElement textAlignment="Right">
					<font fontName="Calibri" size="8" isBold="true"/>
				</textElement>
				<textFieldExpression><![CDATA[$F{n25}]]></textFieldExpression>
			</textField>
			<textField isBlankWhenNull="true">
				<reportElement x="792" y="4" width="16" height="16" uuid="37d43f42-1eac-4610-8825-8a5a67cbdb18">
					<property name="com.jaspersoft.studio.unit.width" value="pixel"/>
					<property name="com.jaspersoft.studio.unit.height" value="pixel"/>
					<property name="com.jaspersoft.studio.unit.y" value="pixel"/>
				</reportElement>
				<textElement textAlignment="Right">
					<font fontName="Calibri" size="8" isBold="true"/>
				</textElement>
				<textFieldExpression><![CDATA[$F{n32}]]></textFieldExpression>
			</textField>
			<textField isBlankWhenNull="true">
				<reportElement x="672" y="4" width="16" height="16" uuid="f76622d1-2723-4373-8be0-5dcaeea742c7">
					<property name="com.jaspersoft.studio.unit.width" value="pixel"/>
					<property name="com.jaspersoft.studio.unit.height" value="pixel"/>
					<property name="com.jaspersoft.studio.unit.y" value="pixel"/>
				</reportElement>
				<textElement textAlignment="Right">
					<font fontName="Calibri" size="8" isBold="true"/>
				</textElement>
				<textFieldExpression><![CDATA[$F{n26}]]></textFieldExpression>
			</textField>
			<textField isBlankWhenNull="true">
				<reportElement x="692" y="4" width="16" height="16" uuid="fb179f8b-d8bf-41fd-bc4a-89855568578d">
					<property name="com.jaspersoft.studio.unit.width" value="pixel"/>
					<property name="com.jaspersoft.studio.unit.height" value="pixel"/>
					<property name="com.jaspersoft.studio.unit.y" value="pixel"/>
				</reportElement>
				<textElement textAlignment="Right">
					<font fontName="Calibri" size="8" isBold="true"/>
				</textElement>
				<textFieldExpression><![CDATA[$F{n27}]]></textFieldExpression>
			</textField>
			<textField isBlankWhenNull="true">
				<reportElement x="712" y="4" width="16" height="16" uuid="22a3cb3d-fce2-4a0c-b560-1fd8281c547d">
					<property name="com.jaspersoft.studio.unit.width" value="pixel"/>
					<property name="com.jaspersoft.studio.unit.height" value="pixel"/>
					<property name="com.jaspersoft.studio.unit.y" value="pixel"/>
				</reportElement>
				<textElement textAlignment="Right">
					<font fontName="Calibri" size="8" isBold="true"/>
				</textElement>
				<textFieldExpression><![CDATA[$F{n28}]]></textFieldExpression>
			</textField>
			<textField isBlankWhenNull="true">
				<reportElement x="732" y="4" width="16" height="16" uuid="eb2063e9-3c00-4d25-be27-0d08c2117d32">
					<property name="com.jaspersoft.studio.unit.width" value="pixel"/>
					<property name="com.jaspersoft.studio.unit.height" value="pixel"/>
					<property name="com.jaspersoft.studio.unit.y" value="pixel"/>
				</reportElement>
				<textElement textAlignment="Right">
					<font fontName="Calibri" size="8" isBold="true"/>
				</textElement>
				<textFieldExpression><![CDATA[$F{n29}]]></textFieldExpression>
			</textField>
			<textField isBlankWhenNull="true">
				<reportElement x="752" y="4" width="16" height="16" uuid="6288b35c-d20b-4e51-93ff-46b0271f4c47">
					<property name="com.jaspersoft.studio.unit.width" value="pixel"/>
					<property name="com.jaspersoft.studio.unit.height" value="pixel"/>
					<property name="com.jaspersoft.studio.unit.y" value="pixel"/>
				</reportElement>
				<textElement textAlignment="Right">
					<font fontName="Calibri" size="8" isBold="true"/>
				</textElement>
				<textFieldExpression><![CDATA[$F{n30}]]></textFieldExpression>
			</textField>
			<textField isBlankWhenNull="true">
				<reportElement x="772" y="4" width="16" height="16" uuid="5de00a18-66a7-4a04-a07a-8fd7e4989583">
					<property name="com.jaspersoft.studio.unit.width" value="pixel"/>
					<property name="com.jaspersoft.studio.unit.height" value="pixel"/>
				</reportElement>
				<textElement textAlignment="Right">
					<font fontName="Calibri" size="8" isBold="true"/>
				</textElement>
				<textFieldExpression><![CDATA[$F{n31}]]></textFieldExpression>
			</textField>
			<line>
				<reportElement x="591" y="0" width="1" height="23" uuid="9ec7c160-f817-415a-b588-e068e1b7ec91">
					<property name="com.jaspersoft.studio.unit.width" value="pixel"/>
					<property name="com.jaspersoft.studio.unit.x" value="pixel"/>
					<property name="com.jaspersoft.studio.unit.y" value="pixel"/>
					<property name="com.jaspersoft.studio.unit.height" value="pixel"/>
				</reportElement>
			</line>
			<line>
				<reportElement x="611" y="0" width="1" height="23" uuid="6b0f724d-ad54-4a2d-8f0c-3dccdb0ad07b">
					<property name="com.jaspersoft.studio.unit.width" value="pixel"/>
					<property name="com.jaspersoft.studio.unit.x" value="pixel"/>
					<property name="com.jaspersoft.studio.unit.y" value="pixel"/>
					<property name="com.jaspersoft.studio.unit.height" value="pixel"/>
				</reportElement>
			</line>
			<line>
				<reportElement x="631" y="0" width="1" height="23" uuid="d7e82e63-ceda-4e4f-a81b-ae1fc18777f5">
					<property name="com.jaspersoft.studio.unit.width" value="pixel"/>
					<property name="com.jaspersoft.studio.unit.x" value="pixel"/>
					<property name="com.jaspersoft.studio.unit.y" value="pixel"/>
					<property name="com.jaspersoft.studio.unit.height" value="pixel"/>
				</reportElement>
			</line>
			<line>
				<reportElement x="650" y="0" width="1" height="23" uuid="17d13939-5130-4439-89fb-2ccc187c66fb">
					<property name="com.jaspersoft.studio.unit.width" value="pixel"/>
					<property name="com.jaspersoft.studio.unit.x" value="pixel"/>
					<property name="com.jaspersoft.studio.unit.y" value="pixel"/>
					<property name="com.jaspersoft.studio.unit.height" value="pixel"/>
				</reportElement>
			</line>
			<line>
				<reportElement x="670" y="0" width="1" height="23" uuid="32d6ea22-e498-4ea0-81ca-cca4ba393c11">
					<property name="com.jaspersoft.studio.unit.width" value="pixel"/>
					<property name="com.jaspersoft.studio.unit.x" value="pixel"/>
					<property name="com.jaspersoft.studio.unit.y" value="pixel"/>
					<property name="com.jaspersoft.studio.unit.height" value="pixel"/>
				</reportElement>
			</line>
			<line>
				<reportElement x="690" y="0" width="1" height="23" uuid="6a737132-3fd7-40e8-baee-1647d7e34e11">
					<property name="com.jaspersoft.studio.unit.width" value="pixel"/>
					<property name="com.jaspersoft.studio.unit.x" value="pixel"/>
					<property name="com.jaspersoft.studio.unit.y" value="pixel"/>
					<property name="com.jaspersoft.studio.unit.height" value="pixel"/>
				</reportElement>
			</line>
			<line>
				<reportElement x="712" y="0" width="1" height="23" uuid="93938522-8bea-4af5-bb20-10f371f7c565">
					<property name="com.jaspersoft.studio.unit.width" value="pixel"/>
					<property name="com.jaspersoft.studio.unit.x" value="pixel"/>
					<property name="com.jaspersoft.studio.unit.y" value="pixel"/>
					<property name="com.jaspersoft.studio.unit.height" value="pixel"/>
				</reportElement>
			</line>
			<line>
				<reportElement x="734" y="0" width="1" height="23" uuid="d881636c-5ed1-42ba-b796-f3492ae43d56">
					<property name="com.jaspersoft.studio.unit.width" value="pixel"/>
					<property name="com.jaspersoft.studio.unit.x" value="pixel"/>
					<property name="com.jaspersoft.studio.unit.y" value="pixel"/>
					<property name="com.jaspersoft.studio.unit.height" value="pixel"/>
				</reportElement>
			</line>
			<line>
				<reportElement x="752" y="0" width="1" height="23" uuid="094b189a-5dbe-461d-bb0a-d0174a4a8d63">
					<property name="com.jaspersoft.studio.unit.width" value="pixel"/>
					<property name="com.jaspersoft.studio.unit.x" value="pixel"/>
					<property name="com.jaspersoft.studio.unit.y" value="pixel"/>
					<property name="com.jaspersoft.studio.unit.height" value="pixel"/>
				</reportElement>
			</line>
			<line>
				<reportElement x="771" y="0" width="1" height="23" uuid="6ec32461-6058-4c8f-aff1-d97fcafef863">
					<property name="com.jaspersoft.studio.unit.width" value="pixel"/>
					<property name="com.jaspersoft.studio.unit.x" value="pixel"/>
					<property name="com.jaspersoft.studio.unit.height" value="pixel"/>
				</reportElement>
			</line>
			<line>
				<reportElement x="792" y="0" width="1" height="23" uuid="b3ff983a-5edc-4f85-b0cb-e1f19895a1fb">
					<property name="com.jaspersoft.studio.unit.width" value="pixel"/>
					<property name="com.jaspersoft.studio.unit.x" value="pixel"/>
					<property name="com.jaspersoft.studio.unit.y" value="pixel"/>
					<property name="com.jaspersoft.studio.unit.height" value="pixel"/>
				</reportElement>
			</line>
			<line>
				<reportElement x="812" y="0" width="1" height="23" uuid="02805e45-c1ae-47be-a114-4b39105c0a2d">
					<property name="com.jaspersoft.studio.unit.width" value="pixel"/>
					<property name="com.jaspersoft.studio.unit.x" value="pixel"/>
					<property name="com.jaspersoft.studio.unit.height" value="pixel"/>
				</reportElement>
			</line>
			<line>
				<reportElement x="571" y="0" width="1" height="23" uuid="22319bcb-7e23-4e5d-8921-9f9e8b7940a9">
					<property name="com.jaspersoft.studio.unit.width" value="pixel"/>
					<property name="com.jaspersoft.studio.unit.x" value="pixel"/>
					<property name="com.jaspersoft.studio.unit.y" value="pixel"/>
					<property name="com.jaspersoft.studio.unit.height" value="pixel"/>
				</reportElement>
			</line>
		</band>
	</detail>
	<pageFooter>
		<band height="66" splitType="Stretch">
			<rectangle>
				<reportElement x="0" y="-1" width="812" height="60" uuid="cce2335d-7ae9-4689-b7cb-63204a354608"/>
			</rectangle>
			<textField pattern="HH:mm">
				<reportElement mode="Opaque" x="749" y="21" width="60" height="18" forecolor="#02294D" backcolor="#FFFFFF" uuid="e8a0b066-84f5-4395-b8e2-d5823b4916bc">
					<property name="com.jaspersoft.studio.unit.y" value="pixel"/>
					<property name="com.jaspersoft.studio.unit.x" value="pixel"/>
					<property name="com.jaspersoft.studio.unit.height" value="pixel"/>
				</reportElement>
				<textElement>
					<font fontName="Calibri" size="12" isBold="true"/>
				</textElement>
				<textFieldExpression><![CDATA[new java.util.Date()]]></textFieldExpression>
			</textField>
			<staticText>
				<reportElement mode="Opaque" x="684" y="21" width="50" height="18" forecolor="#02134F" backcolor="#FFFFFF" uuid="956f23dc-cbfc-4349-9de9-f2e4575908e0">
					<property name="com.jaspersoft.studio.unit.x" value="pixel"/>
					<property name="com.jaspersoft.studio.unit.y" value="pixel"/>
					<property name="com.jaspersoft.studio.unit.height" value="pixel"/>
				</reportElement>
				<textElement>
					<font fontName="calibri" size="12" isBold="true"/>
				</textElement>
				<text><![CDATA[Hora:]]></text>
			</staticText>
			<textField pattern="yyyy-MM-dd" isBlankWhenNull="true">
				<reportElement mode="Opaque" x="747" y="0" width="60" height="16" forecolor="#011D63" backcolor="#F5F5F5" uuid="02bafaf6-89b8-4797-90d0-e724801ae4f1">
					<property name="com.jaspersoft.studio.unit.y" value="pixel"/>
					<property name="com.jaspersoft.studio.unit.x" value="pixel"/>
					<property name="com.jaspersoft.studio.unit.width" value="pixel"/>
				</reportElement>
				<textElement textAlignment="Center">
					<font fontName="Calibri" size="12" isBold="true"/>
				</textElement>
				<textFieldExpression><![CDATA[new java.util.Date()]]></textFieldExpression>
			</textField>
			<staticText>
				<reportElement mode="Opaque" x="684" y="0" width="50" height="16" forecolor="#011D63" backcolor="#F5F5F5" uuid="d700fe44-dde1-4c12-80d5-89bf2926bd1b">
					<property name="com.jaspersoft.studio.unit.x" value="pixel"/>
				</reportElement>
				<textElement>
					<font fontName="Calibri" size="12" isBold="true"/>
				</textElement>
				<text><![CDATA[Fecha:]]></text>
			</staticText>
			<staticText>
				<reportElement mode="Opaque" x="1" y="0" width="49" height="16" forecolor="#000F45" backcolor="#F0F0F0" uuid="364df0d5-a2fe-4052-8ec4-05263c74d72c">
					<property name="com.jaspersoft.studio.unit.width" value="pixel"/>
					<property name="com.jaspersoft.studio.unit.x" value="pixel"/>
					<property name="com.jaspersoft.studio.unit.y" value="pixel"/>
				</reportElement>
				<textElement>
					<font fontName="Calibri" size="12" isBold="true"/>
				</textElement>
				<text><![CDATA[Usuario:]]></text>
			</staticText>
			<line>
				<reportElement x="51" y="0" width="1" height="60" uuid="405695cc-44ff-4437-87cc-19445cd89ae0">
					<property name="com.jaspersoft.studio.unit.width" value="pixel"/>
					<property name="com.jaspersoft.studio.unit.y" value="pixel"/>
					<property name="com.jaspersoft.studio.unit.height" value="pixel"/>
				</reportElement>
			</line>
			<textField>
				<reportElement mode="Opaque" x="53" y="0" width="622" height="16" forecolor="#011D63" backcolor="#F0F0F0" uuid="fc3be2d3-bd9a-4539-992e-c81936c46b19">
					<property name="com.jaspersoft.studio.unit.y" value="pixel"/>
					<property name="com.jaspersoft.studio.unit.height" value="pixel"/>
					<property name="com.jaspersoft.studio.unit.width" value="pixel"/>
					<property name="com.jaspersoft.studio.unit.x" value="pixel"/>
				</reportElement>
				<textElement>
					<font fontName="calibri" size="12" isBold="true"/>
					<paragraph tabStopWidth="60"/>
				</textElement>
				<textFieldExpression><![CDATA[$F{nombre_usuario}]]></textFieldExpression>
			</textField>
			<line>
				<reportElement x="680" y="0" width="1" height="58" uuid="c1c5dd0b-8d58-4681-a517-c09aca63348a">
					<property name="com.jaspersoft.studio.unit.width" value="pixel"/>
				</reportElement>
			</line>
			<line>
				<reportElement x="0" y="18" width="812" height="1" uuid="034a6807-50e7-4860-9cd1-19e72fc3f6c9">
					<property name="com.jaspersoft.studio.unit.height" value="pixel"/>
				</reportElement>
			</line>
			<staticText>
				<reportElement x="1" y="19" width="49" height="16" forecolor="#000F45" uuid="79a452c1-018c-4b2c-9f42-490590689624">
					<property name="com.jaspersoft.studio.unit.x" value="pixel"/>
					<property name="com.jaspersoft.studio.unit.width" value="pixel"/>
				</reportElement>
				<textElement>
					<font fontName="Calibri" size="12" isBold="true"/>
				</textElement>
				<text><![CDATA[Website:]]></text>
			</staticText>
			<line>
				<reportElement x="0" y="38" width="812" height="1" uuid="b7ed877f-b483-4f90-bb6d-10941b3e4613">
					<property name="com.jaspersoft.studio.unit.height" value="pixel"/>
					<property name="com.jaspersoft.studio.unit.x" value="pixel"/>
				</reportElement>
			</line>
			<staticText>
				<reportElement mode="Opaque" x="1" y="39" width="49" height="18" forecolor="#000F45" backcolor="#F0F0F0" uuid="fe99e2b2-8ef0-4f37-b383-34cffa84510f">
					<property name="com.jaspersoft.studio.unit.x" value="pixel"/>
					<property name="com.jaspersoft.studio.unit.width" value="pixel"/>
					<property name="com.jaspersoft.studio.unit.height" value="pixel"/>
				</reportElement>
				<textElement>
					<font fontName="Calibri" size="12" isBold="true"/>
				</textElement>
				<text><![CDATA[Email:]]></text>
			</staticText>
			<staticText>
				<reportElement mode="Opaque" x="684" y="39" width="52" height="18" forecolor="#000F45" backcolor="#F0F0F0" uuid="41b55d99-4fb1-44ea-8aeb-2fa91c00cf67">
					<property name="com.jaspersoft.studio.unit.x" value="pixel"/>
					<property name="com.jaspersoft.studio.unit.y" value="pixel"/>
					<property name="com.jaspersoft.studio.unit.height" value="pixel"/>
				</reportElement>
				<textElement>
					<font fontName="Calibri" size="12" isBold="true"/>
				</textElement>
				<text><![CDATA[Página:]]></text>
			</staticText>
			<line>
				<reportElement x="738" y="-1" width="1" height="58" uuid="b544da54-153f-4437-a31b-5298df4bb961">
					<property name="com.jaspersoft.studio.unit.width" value="pixel"/>
					<property name="com.jaspersoft.studio.unit.height" value="pixel"/>
					<property name="com.jaspersoft.studio.unit.y" value="pixel"/>
				</reportElement>
			</line>
			<textField>
				<reportElement x="53" y="20" width="622" height="15" forecolor="#011D63" uuid="e1b01bc5-f390-4bd8-b7f1-e9630df2a4a5">
					<property name="com.jaspersoft.studio.unit.height" value="pixel"/>
					<property name="com.jaspersoft.studio.unit.x" value="pixel"/>
					<property name="com.jaspersoft.studio.unit.width" value="pixel"/>
				</reportElement>
				<textElement>
					<font isBold="true"/>
				</textElement>
				<textFieldExpression><![CDATA[$F{website_empresa}]]></textFieldExpression>
			</textField>
			<textField>
				<reportElement mode="Opaque" x="52" y="40" width="623" height="18" forecolor="#011D63" backcolor="#F0F0F0" uuid="b7356c06-c1ca-4857-bda0-4ebdb3fbe8d1">
					<property name="com.jaspersoft.studio.unit.height" value="pixel"/>
					<property name="com.jaspersoft.studio.unit.x" value="pixel"/>
					<property name="com.jaspersoft.studio.unit.width" value="pixel"/>
					<property name="com.jaspersoft.studio.unit.y" value="pixel"/>
				</reportElement>
				<textElement>
					<font fontName="calibri" size="12" isBold="true"/>
				</textElement>
				<textFieldExpression><![CDATA[$F{email_empresa}]]></textFieldExpression>
			</textField>
			<textField>
				<reportElement mode="Opaque" x="741" y="40" width="25" height="18" forecolor="#011D63" backcolor="#F5F5F5" uuid="1bcb8d8e-4b1a-44a6-9b9c-d2b734a6a932">
					<property name="com.jaspersoft.studio.unit.height" value="pixel"/>
					<property name="com.jaspersoft.studio.unit.width" value="pixel"/>
				</reportElement>
				<textElement textAlignment="Center"/>
				<textFieldExpression><![CDATA[$V{PAGE_NUMBER}]]></textFieldExpression>
			</textField>
			<staticText>
				<reportElement x="768" y="40" width="10" height="18" uuid="20324dcc-9611-48b9-a836-c1002ee1bedc">
					<property name="com.jaspersoft.studio.unit.height" value="pixel"/>
					<property name="com.jaspersoft.studio.unit.width" value="pixel"/>
				</reportElement>
				<text><![CDATA[/]]></text>
			</staticText>
			<textField evaluationTime="Report">
				<reportElement mode="Opaque" x="780" y="40" width="30" height="18" forecolor="#011D63" backcolor="#F5F5F5" uuid="73f0c5e8-43e0-4f7d-9359-b1e6a9e5cdaa">
					<property name="com.jaspersoft.studio.unit.height" value="pixel"/>
				</reportElement>
				<textElement textAlignment="Center"/>
				<textFieldExpression><![CDATA[$V{PAGE_NUMBER}]]></textFieldExpression>
			</textField>
		</band>
	</pageFooter>
	<summary>
		<band height="450" splitType="Stretch">
			<rectangle>
				<reportElement x="0" y="0" width="812" height="23" backcolor="#F7F2F2" uuid="fc4316f1-15f2-4455-ad97-568e464db7ca">
					<property name="com.jaspersoft.studio.unit.height" value="pixel"/>
				</reportElement>
			</rectangle>
			<textField>
				<reportElement x="172" y="6" width="16" height="16" uuid="8f49b37e-b7ff-4785-91ed-704772939847">
					<property name="com.jaspersoft.studio.unit.width" value="pixel"/>
					<property name="com.jaspersoft.studio.unit.height" value="pixel"/>
				</reportElement>
				<textElement textAlignment="Right">
					<font fontName="Calibri" size="8" isBold="true"/>
				</textElement>
				<textFieldExpression><![CDATA[$V{total1}]]></textFieldExpression>
			</textField>
			<staticText>
				<reportElement x="11" y="4" width="129" height="16" uuid="cd0b0de0-0b52-47ec-9a43-c458ceac42a0"/>
				<textElement>
					<font fontName="Calibri" size="12" isBold="true"/>
				</textElement>
				<text><![CDATA[Promedios]]></text>
			</staticText>
			<line>
				<reportElement x="169" y="1" width="1" height="23" uuid="1e66cc85-cc26-48d4-acd3-dd5ea7dfeead">
					<property name="com.jaspersoft.studio.unit.width" value="pixel"/>
					<property name="com.jaspersoft.studio.unit.x" value="pixel"/>
					<property name="com.jaspersoft.studio.unit.y" value="pixel"/>
					<property name="com.jaspersoft.studio.unit.height" value="pixel"/>
				</reportElement>
			</line>
			<line>
				<reportElement x="191" y="0" width="1" height="23" uuid="1451bd55-702f-4bc2-89bd-923229bad496">
					<property name="com.jaspersoft.studio.unit.width" value="pixel"/>
					<property name="com.jaspersoft.studio.unit.x" value="pixel"/>
					<property name="com.jaspersoft.studio.unit.y" value="pixel"/>
					<property name="com.jaspersoft.studio.unit.height" value="pixel"/>
				</reportElement>
			</line>
			<textField>
				<reportElement x="196" y="6" width="16" height="16" uuid="e100bc82-061a-4989-843c-360127360f0f">
					<property name="com.jaspersoft.studio.unit.width" value="pixel"/>
					<property name="com.jaspersoft.studio.unit.height" value="pixel"/>
					<property name="com.jaspersoft.studio.unit.x" value="pixel"/>
				</reportElement>
				<textElement>
					<font fontName="Calibri" size="8" isBold="true"/>
				</textElement>
				<textFieldExpression><![CDATA[$V{total2}]]></textFieldExpression>
			</textField>
			<line>
				<reportElement x="212" y="0" width="1" height="23" uuid="ab40793f-9630-4a3b-be30-680ed7802bfa">
					<property name="com.jaspersoft.studio.unit.width" value="pixel"/>
					<property name="com.jaspersoft.studio.unit.x" value="pixel"/>
					<property name="com.jaspersoft.studio.unit.y" value="pixel"/>
					<property name="com.jaspersoft.studio.unit.height" value="pixel"/>
				</reportElement>
			</line>
			<textField>
				<reportElement x="217" y="6" width="16" height="16" uuid="d1562c49-1189-4743-85da-43bee4281d72">
					<property name="com.jaspersoft.studio.unit.width" value="pixel"/>
					<property name="com.jaspersoft.studio.unit.height" value="pixel"/>
					<property name="com.jaspersoft.studio.unit.y" value="pixel"/>
				</reportElement>
				<textElement>
					<font fontName="Calibri" size="8" isBold="true"/>
				</textElement>
				<textFieldExpression><![CDATA[$V{total3}]]></textFieldExpression>
			</textField>
			<line>
				<reportElement x="232" y="0" width="1" height="23" uuid="14c78ca4-6cfc-408a-a167-f3e6f253c104">
					<property name="com.jaspersoft.studio.unit.width" value="pixel"/>
					<property name="com.jaspersoft.studio.unit.x" value="pixel"/>
					<property name="com.jaspersoft.studio.unit.y" value="pixel"/>
					<property name="com.jaspersoft.studio.unit.height" value="pixel"/>
				</reportElement>
			</line>
			<textField>
				<reportElement x="532" y="6" width="16" height="16" uuid="5204f04e-93ca-4fbb-a1cf-61bbfa4b031b">
					<property name="com.jaspersoft.studio.unit.width" value="pixel"/>
					<property name="com.jaspersoft.studio.unit.height" value="pixel"/>
					<property name="com.jaspersoft.studio.unit.x" value="pixel"/>
				</reportElement>
				<textElement>
					<font fontName="Calibri" size="8" isBold="true"/>
				</textElement>
				<textFieldExpression><![CDATA[$V{total19}]]></textFieldExpression>
			</textField>
			<textField>
				<reportElement x="237" y="6" width="16" height="16" uuid="569f0169-c4ca-4914-b361-efd66daad387">
					<property name="com.jaspersoft.studio.unit.width" value="pixel"/>
					<property name="com.jaspersoft.studio.unit.height" value="pixel"/>
					<property name="com.jaspersoft.studio.unit.y" value="pixel"/>
				</reportElement>
				<textElement>
					<font fontName="Calibri" size="8" isBold="true"/>
				</textElement>
				<textFieldExpression><![CDATA[$V{total4}]]></textFieldExpression>
			</textField>
			<textField>
				<reportElement x="258" y="6" width="16" height="16" uuid="5dcaa03d-c120-491a-8c82-834d0dc92ac1">
					<property name="com.jaspersoft.studio.unit.width" value="pixel"/>
					<property name="com.jaspersoft.studio.unit.height" value="pixel"/>
					<property name="com.jaspersoft.studio.unit.y" value="pixel"/>
				</reportElement>
				<textElement>
					<font fontName="Calibri" size="8" isBold="true"/>
				</textElement>
				<textFieldExpression><![CDATA[$V{total5}]]></textFieldExpression>
			</textField>
			<textField>
				<reportElement x="276" y="6" width="16" height="16" uuid="11df992c-fbfc-470d-9ad4-3f00b2c523dc">
					<property name="com.jaspersoft.studio.unit.width" value="pixel"/>
					<property name="com.jaspersoft.studio.unit.height" value="pixel"/>
					<property name="com.jaspersoft.studio.unit.y" value="pixel"/>
				</reportElement>
				<textElement>
					<font fontName="Calibri" size="8" isBold="true"/>
				</textElement>
				<textFieldExpression><![CDATA[$V{total6}]]></textFieldExpression>
			</textField>
			<textField>
				<reportElement x="296" y="6" width="16" height="16" uuid="a1b54bfd-595d-4a6e-b6d1-0b73ce6f2dcc">
					<property name="com.jaspersoft.studio.unit.width" value="pixel"/>
					<property name="com.jaspersoft.studio.unit.height" value="pixel"/>
					<property name="com.jaspersoft.studio.unit.y" value="pixel"/>
				</reportElement>
				<textElement>
					<font fontName="Calibri" size="8" isBold="true"/>
				</textElement>
				<textFieldExpression><![CDATA[$V{total7}]]></textFieldExpression>
			</textField>
			<textField>
				<reportElement x="316" y="6" width="16" height="16" uuid="6e52e210-3ac1-40af-a58a-fe7ef4c0a963">
					<property name="com.jaspersoft.studio.unit.width" value="pixel"/>
					<property name="com.jaspersoft.studio.unit.height" value="pixel"/>
					<property name="com.jaspersoft.studio.unit.y" value="pixel"/>
				</reportElement>
				<textElement>
					<font fontName="Calibri" size="8" isBold="true"/>
				</textElement>
				<textFieldExpression><![CDATA[$V{total8}]]></textFieldExpression>
			</textField>
			<textField>
				<reportElement x="338" y="6" width="16" height="16" uuid="a0fa818d-4f18-4c3f-ad1c-8d19191051c7">
					<property name="com.jaspersoft.studio.unit.width" value="pixel"/>
					<property name="com.jaspersoft.studio.unit.height" value="pixel"/>
					<property name="com.jaspersoft.studio.unit.y" value="pixel"/>
				</reportElement>
				<textElement>
					<font fontName="Calibri" size="8" isBold="true"/>
				</textElement>
				<textFieldExpression><![CDATA[$V{total9}]]></textFieldExpression>
			</textField>
			<textField>
				<reportElement x="357" y="6" width="16" height="16" uuid="95c2cf07-a3b8-4a32-9e10-3697d7760aaa">
					<property name="com.jaspersoft.studio.unit.width" value="pixel"/>
					<property name="com.jaspersoft.studio.unit.height" value="pixel"/>
					<property name="com.jaspersoft.studio.unit.y" value="pixel"/>
				</reportElement>
				<textElement>
					<font fontName="Calibri" size="8" isBold="true"/>
				</textElement>
				<textFieldExpression><![CDATA[$V{total10}]]></textFieldExpression>
			</textField>
			<textField>
				<reportElement x="378" y="6" width="16" height="16" uuid="6604e58f-1319-4fa9-94a0-97a8a7eabf28">
					<property name="com.jaspersoft.studio.unit.width" value="pixel"/>
					<property name="com.jaspersoft.studio.unit.height" value="pixel"/>
					<property name="com.jaspersoft.studio.unit.y" value="pixel"/>
				</reportElement>
				<textElement>
					<font fontName="Calibri" size="8" isBold="true"/>
				</textElement>
				<textFieldExpression><![CDATA[$V{total11}]]></textFieldExpression>
			</textField>
			<textField>
				<reportElement x="396" y="6" width="16" height="16" uuid="a3898836-363a-4e89-b711-f4d61133fb44">
					<property name="com.jaspersoft.studio.unit.width" value="pixel"/>
					<property name="com.jaspersoft.studio.unit.height" value="pixel"/>
					<property name="com.jaspersoft.studio.unit.y" value="pixel"/>
				</reportElement>
				<textElement>
					<font fontName="Calibri" size="8" isBold="true"/>
				</textElement>
				<textFieldExpression><![CDATA[$V{total12}]]></textFieldExpression>
			</textField>
			<textField>
				<reportElement x="417" y="6" width="16" height="16" uuid="f0d9fe5e-2463-4863-bdc8-24be609b3865">
					<property name="com.jaspersoft.studio.unit.width" value="pixel"/>
					<property name="com.jaspersoft.studio.unit.height" value="pixel"/>
					<property name="com.jaspersoft.studio.unit.y" value="pixel"/>
				</reportElement>
				<textElement>
					<font fontName="Calibri" size="8" isBold="true"/>
				</textElement>
				<textFieldExpression><![CDATA[$V{total13}]]></textFieldExpression>
			</textField>
			<textField>
				<reportElement x="436" y="6" width="16" height="16" uuid="152a680f-2aec-41b7-ba31-9a40ce96834d">
					<property name="com.jaspersoft.studio.unit.width" value="pixel"/>
					<property name="com.jaspersoft.studio.unit.height" value="pixel"/>
					<property name="com.jaspersoft.studio.unit.y" value="pixel"/>
				</reportElement>
				<textElement>
					<font fontName="Calibri" size="8" isBold="true"/>
				</textElement>
				<textFieldExpression><![CDATA[$V{total14}]]></textFieldExpression>
			</textField>
			<textField>
				<reportElement x="456" y="6" width="16" height="16" uuid="40958940-4cd1-44f7-98d9-e83aa1576481">
					<property name="com.jaspersoft.studio.unit.width" value="pixel"/>
					<property name="com.jaspersoft.studio.unit.height" value="pixel"/>
					<property name="com.jaspersoft.studio.unit.y" value="pixel"/>
				</reportElement>
				<textElement>
					<font fontName="Calibri" size="8" isBold="true"/>
				</textElement>
				<textFieldExpression><![CDATA[$V{total15}]]></textFieldExpression>
			</textField>
			<textField>
				<reportElement x="476" y="6" width="16" height="16" uuid="ce7ce367-e4ba-4106-921a-2b6ed330b513">
					<property name="com.jaspersoft.studio.unit.width" value="pixel"/>
					<property name="com.jaspersoft.studio.unit.height" value="pixel"/>
					<property name="com.jaspersoft.studio.unit.y" value="pixel"/>
				</reportElement>
				<textElement>
					<font fontName="Calibri" size="8" isBold="true"/>
				</textElement>
				<textFieldExpression><![CDATA[$V{total16}]]></textFieldExpression>
			</textField>
			<textField>
				<reportElement x="493" y="6" width="16" height="16" uuid="b5ee53e6-3638-40df-95aa-6333b7d0c6f6">
					<property name="com.jaspersoft.studio.unit.width" value="pixel"/>
					<property name="com.jaspersoft.studio.unit.height" value="pixel"/>
					<property name="com.jaspersoft.studio.unit.y" value="pixel"/>
					<property name="com.jaspersoft.studio.unit.x" value="pixel"/>
				</reportElement>
				<textElement>
					<font fontName="Calibri" size="8" isBold="true"/>
				</textElement>
				<textFieldExpression><![CDATA[$V{total17}]]></textFieldExpression>
			</textField>
			<textField>
				<reportElement x="512" y="6" width="16" height="16" uuid="7f5cf980-7ba3-4e01-bd5d-01d2703c8608">
					<property name="com.jaspersoft.studio.unit.width" value="pixel"/>
					<property name="com.jaspersoft.studio.unit.height" value="pixel"/>
					<property name="com.jaspersoft.studio.unit.y" value="pixel"/>
					<property name="com.jaspersoft.studio.unit.x" value="pixel"/>
				</reportElement>
				<textElement>
					<font fontName="Calibri" size="8" isBold="true"/>
				</textElement>
				<textFieldExpression><![CDATA[$V{total18}]]></textFieldExpression>
			</textField>
			<line>
				<reportElement x="253" y="0" width="1" height="23" uuid="9b355e12-ff06-4fc6-a03c-1ca56808f2e2">
					<property name="com.jaspersoft.studio.unit.width" value="pixel"/>
					<property name="com.jaspersoft.studio.unit.x" value="pixel"/>
					<property name="com.jaspersoft.studio.unit.y" value="pixel"/>
					<property name="com.jaspersoft.studio.unit.height" value="pixel"/>
				</reportElement>
			</line>
			<line>
				<reportElement x="272" y="0" width="1" height="23" uuid="abc4324f-4b04-44e0-8fe0-41879068da09">
					<property name="com.jaspersoft.studio.unit.width" value="pixel"/>
					<property name="com.jaspersoft.studio.unit.x" value="pixel"/>
					<property name="com.jaspersoft.studio.unit.y" value="pixel"/>
					<property name="com.jaspersoft.studio.unit.height" value="pixel"/>
				</reportElement>
			</line>
			<line>
				<reportElement x="293" y="0" width="1" height="23" uuid="86316d11-42d0-41a3-9f3e-9ba41f7e81e1">
					<property name="com.jaspersoft.studio.unit.width" value="pixel"/>
					<property name="com.jaspersoft.studio.unit.x" value="pixel"/>
					<property name="com.jaspersoft.studio.unit.y" value="pixel"/>
					<property name="com.jaspersoft.studio.unit.height" value="pixel"/>
				</reportElement>
			</line>
			<line>
				<reportElement x="312" y="0" width="1" height="23" uuid="dbc8fd5c-320c-4775-9f47-7d2448e09c84">
					<property name="com.jaspersoft.studio.unit.width" value="pixel"/>
					<property name="com.jaspersoft.studio.unit.x" value="pixel"/>
					<property name="com.jaspersoft.studio.unit.y" value="pixel"/>
					<property name="com.jaspersoft.studio.unit.height" value="pixel"/>
				</reportElement>
			</line>
			<line>
				<reportElement x="332" y="0" width="1" height="23" uuid="158ff0f7-9b35-4ca3-93ce-c230ea069df9">
					<property name="com.jaspersoft.studio.unit.width" value="pixel"/>
					<property name="com.jaspersoft.studio.unit.x" value="pixel"/>
					<property name="com.jaspersoft.studio.unit.y" value="pixel"/>
					<property name="com.jaspersoft.studio.unit.height" value="pixel"/>
				</reportElement>
			</line>
			<line>
				<reportElement x="352" y="0" width="1" height="23" uuid="b2ad9ed1-994f-49d4-a5b9-d6f0a8c68dea">
					<property name="com.jaspersoft.studio.unit.width" value="pixel"/>
					<property name="com.jaspersoft.studio.unit.x" value="pixel"/>
					<property name="com.jaspersoft.studio.unit.y" value="pixel"/>
					<property name="com.jaspersoft.studio.unit.height" value="pixel"/>
				</reportElement>
			</line>
			<line>
				<reportElement x="371" y="0" width="1" height="23" uuid="2f03eca7-c6fd-4c38-90fe-fb2a3d09e1c1">
					<property name="com.jaspersoft.studio.unit.width" value="pixel"/>
					<property name="com.jaspersoft.studio.unit.x" value="pixel"/>
					<property name="com.jaspersoft.studio.unit.y" value="pixel"/>
					<property name="com.jaspersoft.studio.unit.height" value="pixel"/>
				</reportElement>
			</line>
			<line>
				<reportElement x="392" y="0" width="1" height="23" uuid="df6de13d-390c-4a75-b4c7-0678ed7421e2">
					<property name="com.jaspersoft.studio.unit.width" value="pixel"/>
					<property name="com.jaspersoft.studio.unit.x" value="pixel"/>
					<property name="com.jaspersoft.studio.unit.y" value="pixel"/>
					<property name="com.jaspersoft.studio.unit.height" value="pixel"/>
				</reportElement>
			</line>
			<line>
				<reportElement x="412" y="0" width="1" height="23" uuid="dfb3f126-47ad-4859-843a-8bf24e89e122">
					<property name="com.jaspersoft.studio.unit.width" value="pixel"/>
					<property name="com.jaspersoft.studio.unit.x" value="pixel"/>
					<property name="com.jaspersoft.studio.unit.y" value="pixel"/>
					<property name="com.jaspersoft.studio.unit.height" value="pixel"/>
				</reportElement>
			</line>
			<line>
				<reportElement x="432" y="0" width="1" height="23" uuid="c7988c19-5328-4dab-96a4-5d6da9e0a04c">
					<property name="com.jaspersoft.studio.unit.width" value="pixel"/>
					<property name="com.jaspersoft.studio.unit.x" value="pixel"/>
					<property name="com.jaspersoft.studio.unit.y" value="pixel"/>
					<property name="com.jaspersoft.studio.unit.height" value="pixel"/>
				</reportElement>
			</line>
			<line>
				<reportElement x="452" y="0" width="1" height="23" uuid="578ae23e-1385-4253-8ee4-94cd9c0e1e8b">
					<property name="com.jaspersoft.studio.unit.width" value="pixel"/>
					<property name="com.jaspersoft.studio.unit.x" value="pixel"/>
					<property name="com.jaspersoft.studio.unit.y" value="pixel"/>
					<property name="com.jaspersoft.studio.unit.height" value="pixel"/>
				</reportElement>
			</line>
			<line>
				<reportElement x="472" y="0" width="1" height="23" uuid="9e270e13-aed3-45e3-9217-bd28c26ab6a3">
					<property name="com.jaspersoft.studio.unit.width" value="pixel"/>
					<property name="com.jaspersoft.studio.unit.x" value="pixel"/>
					<property name="com.jaspersoft.studio.unit.y" value="pixel"/>
					<property name="com.jaspersoft.studio.unit.height" value="pixel"/>
				</reportElement>
			</line>
			<line>
				<reportElement x="492" y="0" width="1" height="23" uuid="5098618a-a713-4300-8926-ee35ab9cbea7">
					<property name="com.jaspersoft.studio.unit.width" value="pixel"/>
					<property name="com.jaspersoft.studio.unit.x" value="pixel"/>
					<property name="com.jaspersoft.studio.unit.y" value="pixel"/>
					<property name="com.jaspersoft.studio.unit.height" value="pixel"/>
				</reportElement>
			</line>
			<line>
				<reportElement x="511" y="0" width="1" height="23" uuid="2602c5e4-9e20-4153-8d56-6ad0d6e74398">
					<property name="com.jaspersoft.studio.unit.width" value="pixel"/>
					<property name="com.jaspersoft.studio.unit.y" value="pixel"/>
					<property name="com.jaspersoft.studio.unit.height" value="pixel"/>
				</reportElement>
			</line>
			<line>
				<reportElement x="531" y="0" width="1" height="23" uuid="8c282952-0b4d-47e8-b583-71460f8598ac">
					<property name="com.jaspersoft.studio.unit.width" value="pixel"/>
					<property name="com.jaspersoft.studio.unit.y" value="pixel"/>
					<property name="com.jaspersoft.studio.unit.height" value="pixel"/>
				</reportElement>
			</line>
			<pie3DChart>
				<chart evaluationTime="Report">
					<reportElement x="18" y="30" width="630" height="327" uuid="9ec0d139-0b4c-4ff6-a265-4051c3c2038c"/>
					<chartTitle/>
					<chartSubtitle/>
					<chartLegend/>
				</chart>
				<pieDataset>
					<dataset>
						<datasetRun subDataset="DSGrafico" uuid="7ef501aa-0469-4f3f-8ba2-95080733e055">
							<datasetParameter name="queryGrafico">
								<datasetParameterExpression><![CDATA[$P{queryGrafico}]]></datasetParameterExpression>
							</datasetParameter>
							<connectionExpression><![CDATA[$P{REPORT_CONNECTION}]]></connectionExpression>
						</datasetRun>
					</dataset>
					<keyExpression><![CDATA[$F{numero}]]></keyExpression>
					<valueExpression><![CDATA[$F{numero}]]></valueExpression>
					<labelExpression><![CDATA[$F{nombre_equ}]]></labelExpression>
				</pieDataset>
				<pie3DPlot>
					<plot/>
					<itemLabel/>
				</pie3DPlot>
			</pie3DChart>
			<textField>
				<reportElement x="572" y="6" width="16" height="16" uuid="8db88e28-e218-4032-9242-f1d0ccde84d3">
					<property name="com.jaspersoft.studio.unit.width" value="pixel"/>
					<property name="com.jaspersoft.studio.unit.height" value="pixel"/>
					<property name="com.jaspersoft.studio.unit.x" value="pixel"/>
				</reportElement>
				<textElement>
					<font fontName="Calibri" size="8" isBold="true"/>
				</textElement>
				<textFieldExpression><![CDATA[$V{total21}]]></textFieldExpression>
			</textField>
			<textField>
				<reportElement x="592" y="6" width="16" height="16" uuid="973d9fd6-8cf9-4fd4-aeee-f41204016f8c">
					<property name="com.jaspersoft.studio.unit.width" value="pixel"/>
					<property name="com.jaspersoft.studio.unit.height" value="pixel"/>
					<property name="com.jaspersoft.studio.unit.x" value="pixel"/>
				</reportElement>
				<textElement>
					<font fontName="Calibri" size="8" isBold="true"/>
				</textElement>
				<textFieldExpression><![CDATA[$V{total22}]]></textFieldExpression>
			</textField>
			<textField>
				<reportElement x="612" y="6" width="16" height="16" uuid="87d25784-e14e-44f3-a837-0f7ac6827e1a">
					<property name="com.jaspersoft.studio.unit.width" value="pixel"/>
					<property name="com.jaspersoft.studio.unit.height" value="pixel"/>
					<property name="com.jaspersoft.studio.unit.x" value="pixel"/>
				</reportElement>
				<textElement>
					<font fontName="Calibri" size="8" isBold="true"/>
				</textElement>
				<textFieldExpression><![CDATA[$V{total23}]]></textFieldExpression>
			</textField>
			<textField>
				<reportElement x="632" y="6" width="16" height="16" uuid="e1d3d8ce-2f1f-4a5b-8127-037ca044d414">
					<property name="com.jaspersoft.studio.unit.width" value="pixel"/>
					<property name="com.jaspersoft.studio.unit.height" value="pixel"/>
					<property name="com.jaspersoft.studio.unit.x" value="pixel"/>
				</reportElement>
				<textElement>
					<font fontName="Calibri" size="8" isBold="true"/>
				</textElement>
				<textFieldExpression><![CDATA[$V{total24}]]></textFieldExpression>
			</textField>
			<textField>
				<reportElement x="652" y="6" width="16" height="16" uuid="db66f3d9-27be-4c3e-9565-3d2e0cbb69d9">
					<property name="com.jaspersoft.studio.unit.width" value="pixel"/>
					<property name="com.jaspersoft.studio.unit.height" value="pixel"/>
					<property name="com.jaspersoft.studio.unit.x" value="pixel"/>
				</reportElement>
				<textElement>
					<font fontName="Calibri" size="8" isBold="true"/>
				</textElement>
				<textFieldExpression><![CDATA[$V{total25}]]></textFieldExpression>
			</textField>
			<textField>
				<reportElement x="672" y="6" width="16" height="16" uuid="129992be-db8e-4811-8572-1b2603d06843">
					<property name="com.jaspersoft.studio.unit.width" value="pixel"/>
					<property name="com.jaspersoft.studio.unit.height" value="pixel"/>
					<property name="com.jaspersoft.studio.unit.x" value="pixel"/>
				</reportElement>
				<textElement>
					<font fontName="Calibri" size="8" isBold="true"/>
				</textElement>
				<textFieldExpression><![CDATA[$V{total26}]]></textFieldExpression>
			</textField>
			<textField>
				<reportElement x="692" y="6" width="16" height="16" uuid="d5018236-a987-45ed-b54e-ba82de849e11">
					<property name="com.jaspersoft.studio.unit.width" value="pixel"/>
					<property name="com.jaspersoft.studio.unit.height" value="pixel"/>
				</reportElement>
				<textElement>
					<font fontName="Calibri" size="8" isBold="true"/>
				</textElement>
				<textFieldExpression><![CDATA[$V{total27}]]></textFieldExpression>
			</textField>
			<textField>
				<reportElement x="712" y="6" width="16" height="16" uuid="7c5ad24d-3b12-4bb8-b0a4-273b71376b46">
					<property name="com.jaspersoft.studio.unit.width" value="pixel"/>
					<property name="com.jaspersoft.studio.unit.height" value="pixel"/>
					<property name="com.jaspersoft.studio.unit.x" value="pixel"/>
				</reportElement>
				<textElement>
					<font fontName="Calibri" size="8" isBold="true"/>
				</textElement>
				<textFieldExpression><![CDATA[$V{total28}]]></textFieldExpression>
			</textField>
			<textField>
				<reportElement x="732" y="6" width="16" height="16" uuid="9a5bc05c-d4db-49fd-b322-79a13b6bfa77">
					<property name="com.jaspersoft.studio.unit.width" value="pixel"/>
					<property name="com.jaspersoft.studio.unit.height" value="pixel"/>
					<property name="com.jaspersoft.studio.unit.x" value="pixel"/>
				</reportElement>
				<textElement>
					<font fontName="Calibri" size="8" isBold="true"/>
				</textElement>
				<textFieldExpression><![CDATA[$V{total29}]]></textFieldExpression>
			</textField>
			<textField>
				<reportElement x="753" y="6" width="16" height="16" uuid="52b2db9d-bc15-42ed-9207-60d0c9fa1869">
					<property name="com.jaspersoft.studio.unit.width" value="pixel"/>
					<property name="com.jaspersoft.studio.unit.height" value="pixel"/>
				</reportElement>
				<textElement>
					<font fontName="Calibri" size="8" isBold="true"/>
				</textElement>
				<textFieldExpression><![CDATA[$V{total30}]]></textFieldExpression>
			</textField>
			<textField>
				<reportElement x="772" y="6" width="16" height="16" uuid="d3ed1d74-7a91-4608-a764-eafe6e6f38ce">
					<property name="com.jaspersoft.studio.unit.width" value="pixel"/>
					<property name="com.jaspersoft.studio.unit.height" value="pixel"/>
					<property name="com.jaspersoft.studio.unit.x" value="pixel"/>
				</reportElement>
				<textElement>
					<font fontName="Calibri" size="8" isBold="true"/>
				</textElement>
				<textFieldExpression><![CDATA[$V{total31}]]></textFieldExpression>
			</textField>
			<textField>
				<reportElement x="792" y="6" width="16" height="16" uuid="81c3af34-fff5-4125-825e-28d0537efa2c">
					<property name="com.jaspersoft.studio.unit.width" value="pixel"/>
					<property name="com.jaspersoft.studio.unit.height" value="pixel"/>
				</reportElement>
				<textElement>
					<font fontName="Calibri" size="8" isBold="true"/>
				</textElement>
				<textFieldExpression><![CDATA[$V{total32}]]></textFieldExpression>
			</textField>
			<line>
				<reportElement x="591" y="0" width="1" height="23" uuid="9be91d23-8f73-4128-a6d7-a9d629279d9e">
					<property name="com.jaspersoft.studio.unit.width" value="pixel"/>
					<property name="com.jaspersoft.studio.unit.y" value="pixel"/>
					<property name="com.jaspersoft.studio.unit.height" value="pixel"/>
					<property name="com.jaspersoft.studio.unit.x" value="pixel"/>
				</reportElement>
			</line>
			<line>
				<reportElement x="611" y="0" width="1" height="23" uuid="fcc507e6-72c0-40ba-b6df-10d0ada140bd">
					<property name="com.jaspersoft.studio.unit.width" value="pixel"/>
					<property name="com.jaspersoft.studio.unit.y" value="pixel"/>
					<property name="com.jaspersoft.studio.unit.height" value="pixel"/>
					<property name="com.jaspersoft.studio.unit.x" value="pixel"/>
				</reportElement>
			</line>
			<line>
				<reportElement x="631" y="0" width="1" height="23" uuid="003290f1-ff4c-48d9-ae50-652865a7d1ca">
					<property name="com.jaspersoft.studio.unit.width" value="pixel"/>
					<property name="com.jaspersoft.studio.unit.y" value="pixel"/>
					<property name="com.jaspersoft.studio.unit.height" value="pixel"/>
					<property name="com.jaspersoft.studio.unit.x" value="pixel"/>
				</reportElement>
			</line>
			<line>
				<reportElement x="650" y="0" width="1" height="23" uuid="d644c1f8-120a-4392-86ab-2b91b6cccec7">
					<property name="com.jaspersoft.studio.unit.width" value="pixel"/>
					<property name="com.jaspersoft.studio.unit.y" value="pixel"/>
					<property name="com.jaspersoft.studio.unit.height" value="pixel"/>
					<property name="com.jaspersoft.studio.unit.x" value="pixel"/>
				</reportElement>
			</line>
			<line>
				<reportElement x="670" y="0" width="1" height="23" uuid="863eb48b-94f4-4f9d-8cf2-8f0ad27efc64">
					<property name="com.jaspersoft.studio.unit.width" value="pixel"/>
					<property name="com.jaspersoft.studio.unit.y" value="pixel"/>
					<property name="com.jaspersoft.studio.unit.height" value="pixel"/>
					<property name="com.jaspersoft.studio.unit.x" value="pixel"/>
				</reportElement>
			</line>
			<line>
				<reportElement x="690" y="0" width="1" height="23" uuid="395236b2-8e66-4a1a-bc00-4463c538a225">
					<property name="com.jaspersoft.studio.unit.width" value="pixel"/>
					<property name="com.jaspersoft.studio.unit.y" value="pixel"/>
					<property name="com.jaspersoft.studio.unit.height" value="pixel"/>
					<property name="com.jaspersoft.studio.unit.x" value="pixel"/>
				</reportElement>
			</line>
			<line>
				<reportElement x="712" y="0" width="1" height="23" uuid="62b11b0c-549b-4313-a774-fd726c36a072">
					<property name="com.jaspersoft.studio.unit.width" value="pixel"/>
					<property name="com.jaspersoft.studio.unit.y" value="pixel"/>
					<property name="com.jaspersoft.studio.unit.height" value="pixel"/>
					<property name="com.jaspersoft.studio.unit.x" value="pixel"/>
				</reportElement>
			</line>
			<line>
				<reportElement x="732" y="0" width="1" height="23" uuid="864da440-5cad-409f-ba8c-881c2227c07c">
					<property name="com.jaspersoft.studio.unit.width" value="pixel"/>
					<property name="com.jaspersoft.studio.unit.y" value="pixel"/>
					<property name="com.jaspersoft.studio.unit.height" value="pixel"/>
					<property name="com.jaspersoft.studio.unit.x" value="pixel"/>
				</reportElement>
			</line>
			<line>
				<reportElement x="752" y="0" width="1" height="23" uuid="3c966683-02e4-4a97-928b-5960549e18dd">
					<property name="com.jaspersoft.studio.unit.width" value="pixel"/>
					<property name="com.jaspersoft.studio.unit.y" value="pixel"/>
					<property name="com.jaspersoft.studio.unit.height" value="pixel"/>
					<property name="com.jaspersoft.studio.unit.x" value="pixel"/>
				</reportElement>
			</line>
			<line>
				<reportElement x="771" y="0" width="1" height="23" uuid="7af73368-bed7-4666-b035-ed12ddfa15df">
					<property name="com.jaspersoft.studio.unit.width" value="pixel"/>
					<property name="com.jaspersoft.studio.unit.y" value="pixel"/>
					<property name="com.jaspersoft.studio.unit.height" value="pixel"/>
					<property name="com.jaspersoft.studio.unit.x" value="pixel"/>
				</reportElement>
			</line>
			<line>
				<reportElement x="792" y="0" width="1" height="23" uuid="a1a9299b-d018-44c9-aa4c-56723bf4e162">
					<property name="com.jaspersoft.studio.unit.width" value="pixel"/>
					<property name="com.jaspersoft.studio.unit.y" value="pixel"/>
					<property name="com.jaspersoft.studio.unit.height" value="pixel"/>
					<property name="com.jaspersoft.studio.unit.x" value="pixel"/>
				</reportElement>
			</line>
			<line>
				<reportElement x="571" y="0" width="1" height="23" uuid="b970d014-d587-4531-a7b1-140aa3408571">
					<property name="com.jaspersoft.studio.unit.width" value="pixel"/>
					<property name="com.jaspersoft.studio.unit.y" value="pixel"/>
					<property name="com.jaspersoft.studio.unit.height" value="pixel"/>
					<property name="com.jaspersoft.studio.unit.x" value="pixel"/>
				</reportElement>
			</line>
			<textField>
				<reportElement x="552" y="6" width="16" height="16" uuid="17b60500-3908-460b-9bc5-7ec11bbb6b13">
					<property name="com.jaspersoft.studio.unit.width" value="pixel"/>
					<property name="com.jaspersoft.studio.unit.height" value="pixel"/>
				</reportElement>
				<textElement>
					<font fontName="Calibri" size="8" isBold="true"/>
				</textElement>
				<textFieldExpression><![CDATA[$V{total20}]]></textFieldExpression>
			</textField>
			<line>
				<reportElement x="552" y="0" width="1" height="23" uuid="5d28eab5-a048-46d9-862b-fdb1459b1b08">
					<property name="com.jaspersoft.studio.unit.width" value="pixel"/>
					<property name="com.jaspersoft.studio.unit.y" value="pixel"/>
					<property name="com.jaspersoft.studio.unit.height" value="pixel"/>
					<property name="com.jaspersoft.studio.unit.x" value="pixel"/>
				</reportElement>
			</line>
		</band>
	</summary>
</jasperReport>
