corregido calculo de ancho y alto totales en cubierta

This commit is contained in:
jaimejimenezortega
2024-04-04 20:02:44 +02:00
parent 910a711b08
commit 8a424f70a7
2 changed files with 774 additions and 20 deletions

View File

@ -852,15 +852,15 @@ class PresupuestoService extends BaseService
if ($datosPedido->solapas) { if ($datosPedido->solapas) {
$ancho_total += (floatval($datosPedido->solapas_ancho) * 2) + 6; $ancho_total += (floatval($datosPedido->solapas_ancho) * 2) + 6;
} }
// En cualquier otro caso se le suma 5mm de sangre por cada lado // Se le suma 5mm de sangre por cada lado
$ancho_total += (2 * self::SANGRE_FORMAS); $ancho_total += (2 * self::SANGRE_FORMAS);
} }
// Tapa dura cosido y fresado // Tapa dura cosido y fresado
else if ($tipo_impresion_id == 1 || $tipo_impresion_id == 3) { else if ($tipo_impresion_id == 1 || $tipo_impresion_id == 3) {
$ancho_total = floatval($datosPedido->ancho) * 2 + floatval($datosPedido->lomo); $ancho_total = floatval($datosPedido->ancho) * 2 + floatval($datosPedido->lomo);
// si es cubierta // si es cubierta
// Se añaden 20mm de sangre por cada lado + 2 * 7mm de vuelo portada y contraportada -> total 52 // se añade 7mm del ancho del cartón (2*3.5mm) por cada lado del lomo
// por último se añaden 7mm para tener en cuenta el ancho del carton // más 7mm de vuelo+cajo por cada lado. Por último, 20mm de sangre por cada lado
if ($uso == "cubierta") if ($uso == "cubierta")
$ancho_total += (2 * 7 + 2 * self::SANGRE_FORMAS_CUBIERTA + 7); $ancho_total += (2 * 7 + 2 * self::SANGRE_FORMAS_CUBIERTA + 7);
// si es sobrecubierta // si es sobrecubierta
@ -879,20 +879,21 @@ class PresupuestoService extends BaseService
if (count($calles) > 0) if (count($calles) > 0)
$ancho_total += $calles[0]->internas; $ancho_total += $calles[0]->internas;
// añadimos ancho de las solapas
// si se añaden solapas hay que sumar 3mm de los dobleces
if ($datosPedido->solapas) {
$ancho_total += (floatval($datosPedido->solapas_ancho) * 2) + 6;
}
// Sangre externa (dependiendo si es tapa dura o blanda)
// Tapa dura (se le añaden 7mm de ancho de pliegue)
if ($tipo_impresion_id == 5 || $tipo_impresion_id == 7) {
$ancho_total += (2 * (self::SANGRE_FORMAS_CUBIERTA + 2*7));
}
// Tapa blanda // Tapa blanda
else { if($tipo_impresion_id == 7 || $tipo_impresion_id == 8){
$ancho_total += (2 * self::SANGRE_FORMAS); // añadimos ancho de las solapas
// si se añaden solapas hay que sumar 3mm de los dobleces
if ($datosPedido->solapas) {
$ancho_total += (floatval($datosPedido->solapas_ancho) * 2) + 6;
}
// Se le suma 5mm de sangre por cada lado. Como son 2 hojas independientes, se multiplica por 4
$ancho_total += (4 * self::SANGRE_FORMAS);
}
// Tapa dura
else{
// Se le suma 20mm de sangre por cada lado. Como son 2 hojas independientes, se multiplica por 4
$ancho_total += (4 * self::SANGRE_FORMAS_CUBIERTA);
} }
} }
else { else {
@ -914,17 +915,18 @@ class PresupuestoService extends BaseService
$alto_total = floatval($datosPedido->alto); $alto_total = floatval($datosPedido->alto);
// Tapa dura (cosido y fresado) // Tapa dura (cosido y fresado)
if ($tipo_impresion_id == 1 || $tipo_impresion_id == 3) { if ($tipo_impresion_id == 1 || $tipo_impresion_id == 3) {
// Se añaden 20mm de sangre por cada lado + 7mm extra que sobresale por cada lado para el pliegue del carton // Se añaden 20mm de sangre por cada lado + 3.5mm extra por cada lado de vuelo
if ($uso == "cubierta") if ($uso == "cubierta")
$alto_total += (2*7 + 2 * self::SANGRE_FORMAS_CUBIERTA); $alto_total += (2*3.5 + 2 * self::SANGRE_FORMAS_CUBIERTA);
// si es sobrecubierta // si es sobrecubierta
// Se añaden 5mm de sangre por cada lado + 7mm de vuelo -> total 52 // Se añaden 5mm de sangre por cada lado + 7mm de vuelo
else else
$alto_total += (7 + 2 * self::SANGRE_FORMAS); $alto_total += (7 + 2 * self::SANGRE_FORMAS);
} }
// Tapa dura (espiral y wire-0) // Tapa dura (espiral y wire-0)
if ($tipo_impresion_id == 5 || $tipo_impresion_id == 7) { if ($tipo_impresion_id == 5 || $tipo_impresion_id == 7) {
$alto_total += (2 * (self::SANGRE_FORMAS_CUBIERTA + 7)); // Sólo se le añade los 20mm de sangre por cada lado
$alto_total += (2 * self::SANGRE_FORMAS_CUBIERTA);
} }
// En cualquier otro caso se le suma 5mm de sangre por cada lado // En cualquier otro caso se le suma 5mm de sangre por cada lado
else { else {

View File

@ -0,0 +1,752 @@
<mxfile host="Electron" modified="2024-04-04T17:51:15.436Z" agent="Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) draw.io/24.1.0 Chrome/120.0.6099.109 Electron/28.1.0 Safari/537.36" etag="CJpD3eL6FLFETrnnceHL" version="24.1.0" type="device" pages="6">
<diagram name="Página-1" id="ciFU12pP2UeXkin_o4DX">
<mxGraphModel dx="955" dy="672" grid="1" gridSize="10" guides="1" tooltips="1" connect="1" arrows="1" fold="1" page="1" pageScale="1" pageWidth="1169" pageHeight="827" math="0" shadow="0">
<root>
<mxCell id="0" />
<mxCell id="1" parent="0" />
<mxCell id="9cLgbayiRRrO3ngoFwNP-7" value="" style="rounded=0;whiteSpace=wrap;html=1;dashed=1;dashPattern=12 12;strokeWidth=2;" parent="1" vertex="1">
<mxGeometry x="260" y="160" width="680" height="480" as="geometry" />
</mxCell>
<mxCell id="9cLgbayiRRrO3ngoFwNP-6" value="" style="rounded=0;whiteSpace=wrap;html=1;" parent="1" vertex="1">
<mxGeometry x="290" y="190" width="610" height="420" as="geometry" />
</mxCell>
<mxCell id="9cLgbayiRRrO3ngoFwNP-11" value="Ancho libro" style="text;html=1;align=center;verticalAlign=middle;whiteSpace=wrap;rounded=0;rotation=0;" parent="1" vertex="1">
<mxGeometry x="395" y="655" width="110" height="30" as="geometry" />
</mxCell>
<mxCell id="9cLgbayiRRrO3ngoFwNP-12" value="" style="endArrow=none;dashed=1;html=1;dashPattern=1 3;strokeWidth=2;rounded=0;entryX=0;entryY=1;entryDx=0;entryDy=0;" parent="1" target="9cLgbayiRRrO3ngoFwNP-4" edge="1">
<mxGeometry width="50" height="50" relative="1" as="geometry">
<mxPoint x="330" y="690" as="sourcePoint" />
<mxPoint x="740" y="530" as="targetPoint" />
</mxGeometry>
</mxCell>
<mxCell id="9cLgbayiRRrO3ngoFwNP-13" value="" style="endArrow=none;dashed=1;html=1;dashPattern=1 3;strokeWidth=2;rounded=0;entryX=0;entryY=1;entryDx=0;entryDy=0;" parent="1" edge="1">
<mxGeometry width="50" height="50" relative="1" as="geometry">
<mxPoint x="559" y="685" as="sourcePoint" />
<mxPoint x="559" y="565" as="targetPoint" />
</mxGeometry>
</mxCell>
<mxCell id="9cLgbayiRRrO3ngoFwNP-14" value="" style="endArrow=classic;startArrow=classic;html=1;rounded=0;" parent="1" edge="1">
<mxGeometry width="50" height="50" relative="1" as="geometry">
<mxPoint x="330" y="690" as="sourcePoint" />
<mxPoint x="560" y="690" as="targetPoint" />
</mxGeometry>
</mxCell>
<mxCell id="9cLgbayiRRrO3ngoFwNP-15" value="" style="endArrow=none;dashed=1;html=1;dashPattern=1 3;strokeWidth=2;rounded=0;entryX=0;entryY=1;entryDx=0;entryDy=0;" parent="1" target="9cLgbayiRRrO3ngoFwNP-4" edge="1">
<mxGeometry width="50" height="50" relative="1" as="geometry">
<mxPoint x="190" y="570" as="sourcePoint" />
<mxPoint x="340" y="580" as="targetPoint" />
</mxGeometry>
</mxCell>
<mxCell id="9cLgbayiRRrO3ngoFwNP-16" value="" style="endArrow=none;dashed=1;html=1;dashPattern=1 3;strokeWidth=2;rounded=0;entryX=0;entryY=1;entryDx=0;entryDy=0;" parent="1" edge="1">
<mxGeometry width="50" height="50" relative="1" as="geometry">
<mxPoint x="190" y="229.5" as="sourcePoint" />
<mxPoint x="330" y="229.5" as="targetPoint" />
</mxGeometry>
</mxCell>
<mxCell id="9cLgbayiRRrO3ngoFwNP-17" value="Alto libro" style="text;html=1;align=center;verticalAlign=middle;whiteSpace=wrap;rounded=0;rotation=-90;" parent="1" vertex="1">
<mxGeometry x="120" y="370" width="110" height="30" as="geometry" />
</mxCell>
<mxCell id="9cLgbayiRRrO3ngoFwNP-18" value="" style="endArrow=classic;startArrow=classic;html=1;rounded=0;" parent="1" edge="1">
<mxGeometry width="50" height="50" relative="1" as="geometry">
<mxPoint x="190" y="570" as="sourcePoint" />
<mxPoint x="190" y="230" as="targetPoint" />
</mxGeometry>
</mxCell>
<mxCell id="9cLgbayiRRrO3ngoFwNP-24" value="" style="endArrow=none;dashed=1;html=1;dashPattern=1 3;strokeWidth=2;rounded=0;exitX=1;exitY=0;exitDx=0;exitDy=0;" parent="1" source="9cLgbayiRRrO3ngoFwNP-6" edge="1">
<mxGeometry width="50" height="50" relative="1" as="geometry">
<mxPoint x="910" y="200" as="sourcePoint" />
<mxPoint x="980" y="190" as="targetPoint" />
</mxGeometry>
</mxCell>
<mxCell id="9cLgbayiRRrO3ngoFwNP-25" value="" style="endArrow=none;dashed=1;html=1;dashPattern=1 3;strokeWidth=2;rounded=0;exitX=1;exitY=0;exitDx=0;exitDy=0;" parent="1" source="9cLgbayiRRrO3ngoFwNP-7" edge="1">
<mxGeometry width="50" height="50" relative="1" as="geometry">
<mxPoint x="910" y="160" as="sourcePoint" />
<mxPoint x="980" y="160" as="targetPoint" />
</mxGeometry>
</mxCell>
<mxCell id="9cLgbayiRRrO3ngoFwNP-26" value="" style="endArrow=classic;html=1;rounded=0;exitX=0.669;exitY=1.141;exitDx=0;exitDy=0;exitPerimeter=0;" parent="1" edge="1" source="9cLgbayiRRrO3ngoFwNP-32">
<mxGeometry width="50" height="50" relative="1" as="geometry">
<mxPoint x="573" y="98" as="sourcePoint" />
<mxPoint x="627" y="112" as="targetPoint" />
</mxGeometry>
</mxCell>
<mxCell id="9cLgbayiRRrO3ngoFwNP-31" value="" style="endArrow=none;html=1;rounded=0;" parent="1" edge="1">
<mxGeometry width="50" height="50" relative="1" as="geometry">
<mxPoint x="619" y="117" as="sourcePoint" />
<mxPoint x="630" y="117" as="targetPoint" />
</mxGeometry>
</mxCell>
<mxCell id="9cLgbayiRRrO3ngoFwNP-32" value="3.5mm&lt;div&gt;(ancho cartón)&lt;/div&gt;" style="text;html=1;align=center;verticalAlign=middle;whiteSpace=wrap;rounded=0;rotation=0;" parent="1" vertex="1">
<mxGeometry x="493" y="60" width="110" height="30" as="geometry" />
</mxCell>
<mxCell id="9cLgbayiRRrO3ngoFwNP-33" value="" style="endArrow=classic;startArrow=classic;html=1;rounded=0;" parent="1" edge="1">
<mxGeometry width="50" height="50" relative="1" as="geometry">
<mxPoint x="980" y="190" as="sourcePoint" />
<mxPoint x="980" y="160" as="targetPoint" />
</mxGeometry>
</mxCell>
<mxCell id="9cLgbayiRRrO3ngoFwNP-34" value="20mm&lt;div&gt;(sangre)&lt;/div&gt;" style="text;html=1;align=center;verticalAlign=middle;whiteSpace=wrap;rounded=0;rotation=0;" parent="1" vertex="1">
<mxGeometry x="982" y="164" width="60" height="30" as="geometry" />
</mxCell>
<mxCell id="9cLgbayiRRrO3ngoFwNP-37" value="TAPA DURA (FRESADO O COSIDO)" style="text;strokeColor=none;fillColor=none;align=left;verticalAlign=middle;spacingLeft=4;spacingRight=4;overflow=hidden;points=[[0,0.5],[1,0.5]];portConstraint=eastwest;rotatable=0;whiteSpace=wrap;html=1;fontSize=17;fontStyle=1" parent="1" vertex="1">
<mxGeometry x="442.5" y="20" width="305" height="30" as="geometry" />
</mxCell>
<mxCell id="DqLro4KtCuvMO44VhM9t-1" value="" style="rounded=0;whiteSpace=wrap;html=1;" vertex="1" parent="1">
<mxGeometry x="310" y="220" width="570" height="360" as="geometry" />
</mxCell>
<mxCell id="9cLgbayiRRrO3ngoFwNP-2" value="" style="rounded=0;whiteSpace=wrap;html=1;fillColor=#0050ef;fontColor=#ffffff;strokeColor=#001DBC;" parent="1" vertex="1">
<mxGeometry x="630" y="230" width="230" height="340" as="geometry" />
</mxCell>
<mxCell id="9cLgbayiRRrO3ngoFwNP-3" value="" style="rounded=0;whiteSpace=wrap;html=1;fillColor=#6a00ff;fontColor=#ffffff;strokeColor=#3700CC;" parent="1" vertex="1">
<mxGeometry x="570" y="230" width="50" height="340" as="geometry" />
</mxCell>
<mxCell id="9cLgbayiRRrO3ngoFwNP-4" value="" style="rounded=0;whiteSpace=wrap;html=1;fillColor=#0050ef;fontColor=#ffffff;strokeColor=#001DBC;" parent="1" vertex="1">
<mxGeometry x="330" y="230" width="230" height="340" as="geometry" />
</mxCell>
<mxCell id="9cLgbayiRRrO3ngoFwNP-8" value="LOMO" style="text;html=1;align=center;verticalAlign=middle;whiteSpace=wrap;rounded=0;rotation=-90;" parent="1" vertex="1">
<mxGeometry x="565" y="370" width="60" height="30" as="geometry" />
</mxCell>
<mxCell id="9cLgbayiRRrO3ngoFwNP-9" value="CONTRAPORTADA" style="text;html=1;align=center;verticalAlign=middle;whiteSpace=wrap;rounded=0;rotation=0;" parent="1" vertex="1">
<mxGeometry x="410" y="370" width="60" height="30" as="geometry" />
</mxCell>
<mxCell id="9cLgbayiRRrO3ngoFwNP-10" value="PORTADA" style="text;html=1;align=center;verticalAlign=middle;whiteSpace=wrap;rounded=0;rotation=0;" parent="1" vertex="1">
<mxGeometry x="720" y="370" width="60" height="30" as="geometry" />
</mxCell>
<mxCell id="9cLgbayiRRrO3ngoFwNP-20" value="" style="endArrow=none;dashed=1;html=1;dashPattern=1 3;strokeWidth=2;rounded=0;entryX=0;entryY=1;entryDx=0;entryDy=0;" parent="1" edge="1">
<mxGeometry width="50" height="50" relative="1" as="geometry">
<mxPoint x="620" y="230" as="sourcePoint" />
<mxPoint x="620" y="110" as="targetPoint" />
</mxGeometry>
</mxCell>
<mxCell id="9cLgbayiRRrO3ngoFwNP-21" value="" style="endArrow=none;dashed=1;html=1;dashPattern=1 3;strokeWidth=2;rounded=0;entryX=0;entryY=1;entryDx=0;entryDy=0;" parent="1" edge="1">
<mxGeometry width="50" height="50" relative="1" as="geometry">
<mxPoint x="630" y="230" as="sourcePoint" />
<mxPoint x="630" y="110" as="targetPoint" />
</mxGeometry>
</mxCell>
<mxCell id="DqLro4KtCuvMO44VhM9t-2" value="" style="endArrow=none;dashed=1;html=1;dashPattern=1 3;strokeWidth=2;rounded=0;" edge="1" parent="1">
<mxGeometry width="50" height="50" relative="1" as="geometry">
<mxPoint x="880" y="210" as="sourcePoint" />
<mxPoint x="880" y="140" as="targetPoint" />
</mxGeometry>
</mxCell>
<mxCell id="DqLro4KtCuvMO44VhM9t-3" value="" style="endArrow=none;html=1;rounded=0;" edge="1" parent="1">
<mxGeometry width="50" height="50" relative="1" as="geometry">
<mxPoint x="860" y="140" as="sourcePoint" />
<mxPoint x="880" y="140" as="targetPoint" />
</mxGeometry>
</mxCell>
<mxCell id="DqLro4KtCuvMO44VhM9t-4" value="" style="endArrow=classic;html=1;rounded=0;" edge="1" parent="1">
<mxGeometry width="50" height="50" relative="1" as="geometry">
<mxPoint x="978" y="90" as="sourcePoint" />
<mxPoint x="875" y="138" as="targetPoint" />
</mxGeometry>
</mxCell>
<mxCell id="DqLro4KtCuvMO44VhM9t-5" value="7mm&lt;div&gt;(vuelo + cajo)&lt;/div&gt;" style="text;html=1;align=center;verticalAlign=middle;whiteSpace=wrap;rounded=0;rotation=0;" vertex="1" parent="1">
<mxGeometry x="920" y="60" width="110" height="30" as="geometry" />
</mxCell>
<mxCell id="LgTJAas-I8AnPuTHRXlR-2" value="" style="endArrow=none;html=1;rounded=0;" edge="1" parent="1">
<mxGeometry width="50" height="50" relative="1" as="geometry">
<mxPoint x="559" y="117" as="sourcePoint" />
<mxPoint x="570" y="117" as="targetPoint" />
</mxGeometry>
</mxCell>
<mxCell id="LgTJAas-I8AnPuTHRXlR-3" value="" style="endArrow=none;dashed=1;html=1;dashPattern=1 3;strokeWidth=2;rounded=0;entryX=0;entryY=1;entryDx=0;entryDy=0;" edge="1" parent="1">
<mxGeometry width="50" height="50" relative="1" as="geometry">
<mxPoint x="560" y="230" as="sourcePoint" />
<mxPoint x="560" y="110" as="targetPoint" />
</mxGeometry>
</mxCell>
<mxCell id="LgTJAas-I8AnPuTHRXlR-4" value="" style="endArrow=none;dashed=1;html=1;dashPattern=1 3;strokeWidth=2;rounded=0;entryX=0;entryY=1;entryDx=0;entryDy=0;" edge="1" parent="1">
<mxGeometry width="50" height="50" relative="1" as="geometry">
<mxPoint x="570" y="230" as="sourcePoint" />
<mxPoint x="570" y="110" as="targetPoint" />
</mxGeometry>
</mxCell>
<mxCell id="LgTJAas-I8AnPuTHRXlR-5" value="" style="endArrow=classic;html=1;rounded=0;exitX=0.65;exitY=1.141;exitDx=0;exitDy=0;exitPerimeter=0;" edge="1" parent="1" source="9cLgbayiRRrO3ngoFwNP-32">
<mxGeometry width="50" height="50" relative="1" as="geometry">
<mxPoint x="577" y="104" as="sourcePoint" />
<mxPoint x="564" y="115" as="targetPoint" />
</mxGeometry>
</mxCell>
<mxCell id="LgTJAas-I8AnPuTHRXlR-6" value="" style="endArrow=none;dashed=1;html=1;dashPattern=1 3;strokeWidth=2;rounded=0;" edge="1" parent="1">
<mxGeometry width="50" height="50" relative="1" as="geometry">
<mxPoint x="860" y="209" as="sourcePoint" />
<mxPoint x="860" y="139" as="targetPoint" />
</mxGeometry>
</mxCell>
<mxCell id="LgTJAas-I8AnPuTHRXlR-7" value="" style="endArrow=none;dashed=1;html=1;dashPattern=1 3;strokeWidth=2;rounded=0;exitX=1;exitY=0;exitDx=0;exitDy=0;" edge="1" parent="1">
<mxGeometry width="50" height="50" relative="1" as="geometry">
<mxPoint x="855" y="232" as="sourcePoint" />
<mxPoint x="973" y="232" as="targetPoint" />
</mxGeometry>
</mxCell>
<mxCell id="LgTJAas-I8AnPuTHRXlR-8" value="" style="endArrow=none;dashed=1;html=1;dashPattern=1 3;strokeWidth=2;rounded=0;exitX=1;exitY=0;exitDx=0;exitDy=0;" edge="1" parent="1" source="DqLro4KtCuvMO44VhM9t-1">
<mxGeometry width="50" height="50" relative="1" as="geometry">
<mxPoint x="950" y="170" as="sourcePoint" />
<mxPoint x="970" y="220" as="targetPoint" />
</mxGeometry>
</mxCell>
<mxCell id="LgTJAas-I8AnPuTHRXlR-10" value="3.5mm&lt;div&gt;(vuelo)&lt;/div&gt;" style="text;html=1;align=center;verticalAlign=middle;whiteSpace=wrap;rounded=0;rotation=0;" vertex="1" parent="1">
<mxGeometry x="969" y="209" width="60" height="30" as="geometry" />
</mxCell>
<mxCell id="LgTJAas-I8AnPuTHRXlR-11" value="" style="endArrow=none;html=1;rounded=0;" edge="1" parent="1">
<mxGeometry width="50" height="50" relative="1" as="geometry">
<mxPoint x="970" y="220" as="sourcePoint" />
<mxPoint x="970" y="230" as="targetPoint" />
</mxGeometry>
</mxCell>
</root>
</mxGraphModel>
</diagram>
<diagram name="Página-2" id="Q8avJT6mmzDk2Jv0umvb">
<mxGraphModel dx="1405" dy="988" grid="1" gridSize="10" guides="1" tooltips="1" connect="1" arrows="1" fold="1" page="1" pageScale="1" pageWidth="1169" pageHeight="827" math="0" shadow="0">
<root>
<mxCell id="Twyl6INQaAWXfQI4DMUZ-0" />
<mxCell id="Twyl6INQaAWXfQI4DMUZ-1" parent="Twyl6INQaAWXfQI4DMUZ-0" />
<mxCell id="5n-Jl-UOwOGYA9FGnbj6-0" value="" style="rounded=0;whiteSpace=wrap;html=1;dashed=1;strokeWidth=2;strokeColor=default;dashPattern=8 8;" vertex="1" parent="Twyl6INQaAWXfQI4DMUZ-1">
<mxGeometry x="620" y="200" width="300" height="410" as="geometry" />
</mxCell>
<mxCell id="Twyl6INQaAWXfQI4DMUZ-2" value="" style="rounded=0;whiteSpace=wrap;html=1;dashed=1;strokeWidth=2;strokeColor=default;dashPattern=8 8;" parent="Twyl6INQaAWXfQI4DMUZ-1" vertex="1">
<mxGeometry x="300" y="200" width="300" height="410" as="geometry" />
</mxCell>
<mxCell id="Twyl6INQaAWXfQI4DMUZ-7" value="" style="rounded=0;whiteSpace=wrap;html=1;fillColor=#0050ef;fontColor=#ffffff;strokeColor=#001DBC;" parent="Twyl6INQaAWXfQI4DMUZ-1" vertex="1">
<mxGeometry x="330" y="230" width="240" height="340" as="geometry" />
</mxCell>
<mxCell id="Twyl6INQaAWXfQI4DMUZ-9" value="CONTRAPORTADA" style="text;html=1;align=center;verticalAlign=middle;whiteSpace=wrap;rounded=0;rotation=0;" parent="Twyl6INQaAWXfQI4DMUZ-1" vertex="1">
<mxGeometry x="410" y="370" width="60" height="30" as="geometry" />
</mxCell>
<mxCell id="Twyl6INQaAWXfQI4DMUZ-11" value="Ancho libro" style="text;html=1;align=center;verticalAlign=middle;whiteSpace=wrap;rounded=0;rotation=0;" parent="Twyl6INQaAWXfQI4DMUZ-1" vertex="1">
<mxGeometry x="395" y="655" width="110" height="30" as="geometry" />
</mxCell>
<mxCell id="Twyl6INQaAWXfQI4DMUZ-12" value="" style="endArrow=none;dashed=1;html=1;dashPattern=1 3;strokeWidth=2;rounded=0;entryX=0;entryY=1;entryDx=0;entryDy=0;" parent="Twyl6INQaAWXfQI4DMUZ-1" target="Twyl6INQaAWXfQI4DMUZ-7" edge="1">
<mxGeometry width="50" height="50" relative="1" as="geometry">
<mxPoint x="330" y="690" as="sourcePoint" />
<mxPoint x="740" y="530" as="targetPoint" />
</mxGeometry>
</mxCell>
<mxCell id="Twyl6INQaAWXfQI4DMUZ-13" value="" style="endArrow=none;dashed=1;html=1;dashPattern=1 3;strokeWidth=2;rounded=0;entryX=0;entryY=1;entryDx=0;entryDy=0;" parent="Twyl6INQaAWXfQI4DMUZ-1" edge="1">
<mxGeometry width="50" height="50" relative="1" as="geometry">
<mxPoint x="570" y="685" as="sourcePoint" />
<mxPoint x="570" y="565" as="targetPoint" />
</mxGeometry>
</mxCell>
<mxCell id="Twyl6INQaAWXfQI4DMUZ-14" value="" style="endArrow=classic;startArrow=classic;html=1;rounded=0;" parent="Twyl6INQaAWXfQI4DMUZ-1" edge="1">
<mxGeometry width="50" height="50" relative="1" as="geometry">
<mxPoint x="330" y="690" as="sourcePoint" />
<mxPoint x="570" y="690" as="targetPoint" />
</mxGeometry>
</mxCell>
<mxCell id="Twyl6INQaAWXfQI4DMUZ-15" value="" style="endArrow=none;dashed=1;html=1;dashPattern=1 3;strokeWidth=2;rounded=0;entryX=0;entryY=1;entryDx=0;entryDy=0;" parent="Twyl6INQaAWXfQI4DMUZ-1" target="Twyl6INQaAWXfQI4DMUZ-7" edge="1">
<mxGeometry width="50" height="50" relative="1" as="geometry">
<mxPoint x="190" y="570" as="sourcePoint" />
<mxPoint x="340" y="580" as="targetPoint" />
</mxGeometry>
</mxCell>
<mxCell id="Twyl6INQaAWXfQI4DMUZ-16" value="" style="endArrow=none;dashed=1;html=1;dashPattern=1 3;strokeWidth=2;rounded=0;entryX=0;entryY=1;entryDx=0;entryDy=0;" parent="Twyl6INQaAWXfQI4DMUZ-1" edge="1">
<mxGeometry width="50" height="50" relative="1" as="geometry">
<mxPoint x="190" y="229.5" as="sourcePoint" />
<mxPoint x="330" y="229.5" as="targetPoint" />
</mxGeometry>
</mxCell>
<mxCell id="Twyl6INQaAWXfQI4DMUZ-17" value="Alto libro" style="text;html=1;align=center;verticalAlign=middle;whiteSpace=wrap;rounded=0;rotation=-90;" parent="Twyl6INQaAWXfQI4DMUZ-1" vertex="1">
<mxGeometry x="120" y="370" width="110" height="30" as="geometry" />
</mxCell>
<mxCell id="Twyl6INQaAWXfQI4DMUZ-18" value="" style="endArrow=classic;startArrow=classic;html=1;rounded=0;" parent="Twyl6INQaAWXfQI4DMUZ-1" edge="1">
<mxGeometry width="50" height="50" relative="1" as="geometry">
<mxPoint x="190" y="570" as="sourcePoint" />
<mxPoint x="190" y="230" as="targetPoint" />
</mxGeometry>
</mxCell>
<mxCell id="Twyl6INQaAWXfQI4DMUZ-23" value="" style="endArrow=none;dashed=1;html=1;dashPattern=1 3;strokeWidth=2;rounded=0;exitX=1;exitY=0;exitDx=0;exitDy=0;" parent="Twyl6INQaAWXfQI4DMUZ-1" edge="1">
<mxGeometry width="50" height="50" relative="1" as="geometry">
<mxPoint x="910" y="200" as="sourcePoint" />
<mxPoint x="980" y="200" as="targetPoint" />
</mxGeometry>
</mxCell>
<mxCell id="Twyl6INQaAWXfQI4DMUZ-24" value="" style="endArrow=none;dashed=1;html=1;dashPattern=1 3;strokeWidth=2;rounded=0;exitX=1;exitY=0;exitDx=0;exitDy=0;" parent="Twyl6INQaAWXfQI4DMUZ-1" source="Twyl6INQaAWXfQI4DMUZ-5" edge="1">
<mxGeometry width="50" height="50" relative="1" as="geometry">
<mxPoint x="910" y="160" as="sourcePoint" />
<mxPoint x="980" y="230" as="targetPoint" />
<Array as="points">
<mxPoint x="980" y="230" />
</Array>
</mxGeometry>
</mxCell>
<mxCell id="Twyl6INQaAWXfQI4DMUZ-28" value="" style="endArrow=classic;startArrow=classic;html=1;rounded=0;" parent="Twyl6INQaAWXfQI4DMUZ-1" edge="1">
<mxGeometry width="50" height="50" relative="1" as="geometry">
<mxPoint x="980" y="230" as="sourcePoint" />
<mxPoint x="980" y="200" as="targetPoint" />
</mxGeometry>
</mxCell>
<mxCell id="Twyl6INQaAWXfQI4DMUZ-29" value="20mm&lt;div&gt;(sangre)&lt;/div&gt;" style="text;html=1;align=center;verticalAlign=middle;whiteSpace=wrap;rounded=0;rotation=0;" parent="Twyl6INQaAWXfQI4DMUZ-1" vertex="1">
<mxGeometry x="982" y="204" width="60" height="30" as="geometry" />
</mxCell>
<mxCell id="Twyl6INQaAWXfQI4DMUZ-32" value="TAPA DURA (ESPIRAL O WIRE-O)" style="text;strokeColor=none;fillColor=none;align=left;verticalAlign=middle;spacingLeft=4;spacingRight=4;overflow=hidden;points=[[0,0.5],[1,0.5]];portConstraint=eastwest;rotatable=0;whiteSpace=wrap;html=1;fontSize=17;fontStyle=1" parent="Twyl6INQaAWXfQI4DMUZ-1" vertex="1">
<mxGeometry x="442.5" y="40" width="305" height="30" as="geometry" />
</mxCell>
<mxCell id="Twyl6INQaAWXfQI4DMUZ-5" value="" style="rounded=0;whiteSpace=wrap;html=1;fillColor=#0050ef;fontColor=#ffffff;strokeColor=#001DBC;" parent="Twyl6INQaAWXfQI4DMUZ-1" vertex="1">
<mxGeometry x="650" y="230" width="240" height="340" as="geometry" />
</mxCell>
<mxCell id="Twyl6INQaAWXfQI4DMUZ-10" value="PORTADA" style="text;html=1;align=center;verticalAlign=middle;whiteSpace=wrap;rounded=0;rotation=0;" parent="Twyl6INQaAWXfQI4DMUZ-1" vertex="1">
<mxGeometry x="740" y="370" width="60" height="30" as="geometry" />
</mxCell>
<mxCell id="XxRA5zseyDPwPkTnFTN0-0" value="" style="endArrow=classic;html=1;rounded=0;" parent="Twyl6INQaAWXfQI4DMUZ-1" edge="1">
<mxGeometry width="50" height="50" relative="1" as="geometry">
<mxPoint x="550" y="140" as="sourcePoint" />
<mxPoint x="610" y="210" as="targetPoint" />
</mxGeometry>
</mxCell>
<mxCell id="XxRA5zseyDPwPkTnFTN0-1" value="Calle interna máquina" style="text;html=1;align=center;verticalAlign=middle;whiteSpace=wrap;rounded=0;rotation=0;" parent="Twyl6INQaAWXfQI4DMUZ-1" vertex="1">
<mxGeometry x="475" y="110" width="110" height="30" as="geometry" />
</mxCell>
</root>
</mxGraphModel>
</diagram>
<diagram name="Página-3" id="dZVczVU2ShFu7z5rSPz3">
<mxGraphModel dx="1194" dy="840" grid="1" gridSize="10" guides="1" tooltips="1" connect="1" arrows="1" fold="1" page="1" pageScale="1" pageWidth="1169" pageHeight="827" math="0" shadow="0">
<root>
<mxCell id="iDj0xIXiATUalM7vNQ94-0" />
<mxCell id="iDj0xIXiATUalM7vNQ94-1" parent="iDj0xIXiATUalM7vNQ94-0" />
<mxCell id="iDj0xIXiATUalM7vNQ94-2" value="" style="rounded=0;whiteSpace=wrap;html=1;dashed=1;dashPattern=8 8;strokeWidth=2;" parent="iDj0xIXiATUalM7vNQ94-1" vertex="1">
<mxGeometry x="310" y="210" width="570" height="380" as="geometry" />
</mxCell>
<mxCell id="iDj0xIXiATUalM7vNQ94-5" value="" style="rounded=0;whiteSpace=wrap;html=1;fillColor=#0050ef;fontColor=#ffffff;strokeColor=#001DBC;" parent="iDj0xIXiATUalM7vNQ94-1" vertex="1">
<mxGeometry x="620" y="230" width="240" height="340" as="geometry" />
</mxCell>
<mxCell id="iDj0xIXiATUalM7vNQ94-6" value="" style="rounded=0;whiteSpace=wrap;html=1;fillColor=#6a00ff;fontColor=#ffffff;strokeColor=#3700CC;" parent="iDj0xIXiATUalM7vNQ94-1" vertex="1">
<mxGeometry x="570" y="230" width="50" height="340" as="geometry" />
</mxCell>
<mxCell id="iDj0xIXiATUalM7vNQ94-7" value="" style="rounded=0;whiteSpace=wrap;html=1;fillColor=#0050ef;fontColor=#ffffff;strokeColor=#001DBC;" parent="iDj0xIXiATUalM7vNQ94-1" vertex="1">
<mxGeometry x="330" y="230" width="240" height="340" as="geometry" />
</mxCell>
<mxCell id="iDj0xIXiATUalM7vNQ94-8" value="LOMO" style="text;html=1;align=center;verticalAlign=middle;whiteSpace=wrap;rounded=0;rotation=-90;" parent="iDj0xIXiATUalM7vNQ94-1" vertex="1">
<mxGeometry x="565" y="370" width="60" height="30" as="geometry" />
</mxCell>
<mxCell id="iDj0xIXiATUalM7vNQ94-9" value="CONTRAPORTADA" style="text;html=1;align=center;verticalAlign=middle;whiteSpace=wrap;rounded=0;rotation=0;" parent="iDj0xIXiATUalM7vNQ94-1" vertex="1">
<mxGeometry x="410" y="370" width="60" height="30" as="geometry" />
</mxCell>
<mxCell id="iDj0xIXiATUalM7vNQ94-10" value="PORTADA" style="text;html=1;align=center;verticalAlign=middle;whiteSpace=wrap;rounded=0;rotation=0;" parent="iDj0xIXiATUalM7vNQ94-1" vertex="1">
<mxGeometry x="720" y="370" width="60" height="30" as="geometry" />
</mxCell>
<mxCell id="iDj0xIXiATUalM7vNQ94-11" value="Ancho libro" style="text;html=1;align=center;verticalAlign=middle;whiteSpace=wrap;rounded=0;rotation=0;" parent="iDj0xIXiATUalM7vNQ94-1" vertex="1">
<mxGeometry x="395" y="655" width="110" height="30" as="geometry" />
</mxCell>
<mxCell id="iDj0xIXiATUalM7vNQ94-12" value="" style="endArrow=none;dashed=1;html=1;dashPattern=1 3;strokeWidth=2;rounded=0;entryX=0;entryY=1;entryDx=0;entryDy=0;" parent="iDj0xIXiATUalM7vNQ94-1" target="iDj0xIXiATUalM7vNQ94-7" edge="1">
<mxGeometry width="50" height="50" relative="1" as="geometry">
<mxPoint x="330" y="690" as="sourcePoint" />
<mxPoint x="740" y="530" as="targetPoint" />
</mxGeometry>
</mxCell>
<mxCell id="iDj0xIXiATUalM7vNQ94-13" value="" style="endArrow=none;dashed=1;html=1;dashPattern=1 3;strokeWidth=2;rounded=0;entryX=0;entryY=1;entryDx=0;entryDy=0;" parent="iDj0xIXiATUalM7vNQ94-1" edge="1">
<mxGeometry width="50" height="50" relative="1" as="geometry">
<mxPoint x="570" y="685" as="sourcePoint" />
<mxPoint x="570" y="565" as="targetPoint" />
</mxGeometry>
</mxCell>
<mxCell id="iDj0xIXiATUalM7vNQ94-14" value="" style="endArrow=classic;startArrow=classic;html=1;rounded=0;" parent="iDj0xIXiATUalM7vNQ94-1" edge="1">
<mxGeometry width="50" height="50" relative="1" as="geometry">
<mxPoint x="330" y="690" as="sourcePoint" />
<mxPoint x="570" y="690" as="targetPoint" />
</mxGeometry>
</mxCell>
<mxCell id="iDj0xIXiATUalM7vNQ94-15" value="" style="endArrow=none;dashed=1;html=1;dashPattern=1 3;strokeWidth=2;rounded=0;entryX=0;entryY=1;entryDx=0;entryDy=0;" parent="iDj0xIXiATUalM7vNQ94-1" target="iDj0xIXiATUalM7vNQ94-7" edge="1">
<mxGeometry width="50" height="50" relative="1" as="geometry">
<mxPoint x="190" y="570" as="sourcePoint" />
<mxPoint x="340" y="580" as="targetPoint" />
</mxGeometry>
</mxCell>
<mxCell id="iDj0xIXiATUalM7vNQ94-16" value="" style="endArrow=none;dashed=1;html=1;dashPattern=1 3;strokeWidth=2;rounded=0;entryX=0;entryY=1;entryDx=0;entryDy=0;" parent="iDj0xIXiATUalM7vNQ94-1" edge="1">
<mxGeometry width="50" height="50" relative="1" as="geometry">
<mxPoint x="190" y="229.5" as="sourcePoint" />
<mxPoint x="330" y="229.5" as="targetPoint" />
</mxGeometry>
</mxCell>
<mxCell id="iDj0xIXiATUalM7vNQ94-17" value="Alto libro" style="text;html=1;align=center;verticalAlign=middle;whiteSpace=wrap;rounded=0;rotation=-90;" parent="iDj0xIXiATUalM7vNQ94-1" vertex="1">
<mxGeometry x="120" y="370" width="110" height="30" as="geometry" />
</mxCell>
<mxCell id="iDj0xIXiATUalM7vNQ94-18" value="" style="endArrow=classic;startArrow=classic;html=1;rounded=0;" parent="iDj0xIXiATUalM7vNQ94-1" edge="1">
<mxGeometry width="50" height="50" relative="1" as="geometry">
<mxPoint x="190" y="570" as="sourcePoint" />
<mxPoint x="190" y="230" as="targetPoint" />
</mxGeometry>
</mxCell>
<mxCell id="iDj0xIXiATUalM7vNQ94-23" value="" style="endArrow=none;dashed=1;html=1;dashPattern=1 3;strokeWidth=2;rounded=0;exitX=1;exitY=0;exitDx=0;exitDy=0;" parent="iDj0xIXiATUalM7vNQ94-1" source="iDj0xIXiATUalM7vNQ94-5" edge="1">
<mxGeometry width="50" height="50" relative="1" as="geometry">
<mxPoint x="890" y="200" as="sourcePoint" />
<mxPoint x="960" y="230" as="targetPoint" />
</mxGeometry>
</mxCell>
<mxCell id="iDj0xIXiATUalM7vNQ94-24" value="" style="endArrow=none;dashed=1;html=1;dashPattern=1 3;strokeWidth=2;rounded=0;exitX=1;exitY=0;exitDx=0;exitDy=0;" parent="iDj0xIXiATUalM7vNQ94-1" source="iDj0xIXiATUalM7vNQ94-2" edge="1">
<mxGeometry width="50" height="50" relative="1" as="geometry">
<mxPoint x="910" y="160" as="sourcePoint" />
<mxPoint x="960" y="210" as="targetPoint" />
</mxGeometry>
</mxCell>
<mxCell id="iDj0xIXiATUalM7vNQ94-28" value="" style="endArrow=classic;startArrow=classic;html=1;rounded=0;" parent="iDj0xIXiATUalM7vNQ94-1" edge="1">
<mxGeometry width="50" height="50" relative="1" as="geometry">
<mxPoint x="960" y="230" as="sourcePoint" />
<mxPoint x="960" y="210" as="targetPoint" />
</mxGeometry>
</mxCell>
<mxCell id="iDj0xIXiATUalM7vNQ94-29" value="5mm&lt;div&gt;(sangre)&lt;/div&gt;" style="text;html=1;align=center;verticalAlign=middle;whiteSpace=wrap;rounded=0;rotation=0;" parent="iDj0xIXiATUalM7vNQ94-1" vertex="1">
<mxGeometry x="960" y="205" width="60" height="30" as="geometry" />
</mxCell>
<mxCell id="iDj0xIXiATUalM7vNQ94-32" value="TAPA BLANDA (FRESADO O COSIDO)" style="text;strokeColor=none;fillColor=none;align=left;verticalAlign=middle;spacingLeft=4;spacingRight=4;overflow=hidden;points=[[0,0.5],[1,0.5]];portConstraint=eastwest;rotatable=0;whiteSpace=wrap;html=1;fontSize=17;fontStyle=1" parent="iDj0xIXiATUalM7vNQ94-1" vertex="1">
<mxGeometry x="442.5" y="40" width="327.5" height="30" as="geometry" />
</mxCell>
</root>
</mxGraphModel>
</diagram>
<diagram name="Página-4" id="XOMDJxZjmsUlqcjc9nUq">
<mxGraphModel dx="1194" dy="840" grid="1" gridSize="10" guides="1" tooltips="1" connect="1" arrows="1" fold="1" page="1" pageScale="1" pageWidth="1169" pageHeight="827" math="0" shadow="0">
<root>
<mxCell id="nNJuvU0gXvyACPw4c3KG-0" />
<mxCell id="nNJuvU0gXvyACPw4c3KG-1" parent="nNJuvU0gXvyACPw4c3KG-0" />
<mxCell id="nNJuvU0gXvyACPw4c3KG-2" value="" style="rounded=0;whiteSpace=wrap;html=1;dashed=1;dashPattern=8 8;strokeWidth=2;" parent="nNJuvU0gXvyACPw4c3KG-1" vertex="1">
<mxGeometry x="220" y="210" width="750" height="380" as="geometry" />
</mxCell>
<mxCell id="nNJuvU0gXvyACPw4c3KG-3" value="" style="rounded=0;whiteSpace=wrap;html=1;fillColor=#0050ef;fontColor=#ffffff;strokeColor=#001DBC;" parent="nNJuvU0gXvyACPw4c3KG-1" vertex="1">
<mxGeometry x="620" y="230" width="240" height="340" as="geometry" />
</mxCell>
<mxCell id="nNJuvU0gXvyACPw4c3KG-4" value="" style="rounded=0;whiteSpace=wrap;html=1;fillColor=#6a00ff;fontColor=#ffffff;strokeColor=#3700CC;" parent="nNJuvU0gXvyACPw4c3KG-1" vertex="1">
<mxGeometry x="570" y="230" width="50" height="340" as="geometry" />
</mxCell>
<mxCell id="nNJuvU0gXvyACPw4c3KG-5" value="" style="rounded=0;whiteSpace=wrap;html=1;fillColor=#0050ef;fontColor=#ffffff;strokeColor=#001DBC;" parent="nNJuvU0gXvyACPw4c3KG-1" vertex="1">
<mxGeometry x="330" y="230" width="240" height="340" as="geometry" />
</mxCell>
<mxCell id="nNJuvU0gXvyACPw4c3KG-6" value="LOMO" style="text;html=1;align=center;verticalAlign=middle;whiteSpace=wrap;rounded=0;rotation=-90;" parent="nNJuvU0gXvyACPw4c3KG-1" vertex="1">
<mxGeometry x="565" y="370" width="60" height="30" as="geometry" />
</mxCell>
<mxCell id="nNJuvU0gXvyACPw4c3KG-7" value="CONTRAPORTADA" style="text;html=1;align=center;verticalAlign=middle;whiteSpace=wrap;rounded=0;rotation=0;" parent="nNJuvU0gXvyACPw4c3KG-1" vertex="1">
<mxGeometry x="410" y="370" width="60" height="30" as="geometry" />
</mxCell>
<mxCell id="nNJuvU0gXvyACPw4c3KG-8" value="PORTADA" style="text;html=1;align=center;verticalAlign=middle;whiteSpace=wrap;rounded=0;rotation=0;" parent="nNJuvU0gXvyACPw4c3KG-1" vertex="1">
<mxGeometry x="720" y="370" width="60" height="30" as="geometry" />
</mxCell>
<mxCell id="nNJuvU0gXvyACPw4c3KG-9" value="Ancho libro" style="text;html=1;align=center;verticalAlign=middle;whiteSpace=wrap;rounded=0;rotation=0;" parent="nNJuvU0gXvyACPw4c3KG-1" vertex="1">
<mxGeometry x="395" y="655" width="110" height="30" as="geometry" />
</mxCell>
<mxCell id="nNJuvU0gXvyACPw4c3KG-10" value="" style="endArrow=none;dashed=1;html=1;dashPattern=1 3;strokeWidth=2;rounded=0;entryX=0;entryY=1;entryDx=0;entryDy=0;" parent="nNJuvU0gXvyACPw4c3KG-1" target="nNJuvU0gXvyACPw4c3KG-5" edge="1">
<mxGeometry width="50" height="50" relative="1" as="geometry">
<mxPoint x="330" y="690" as="sourcePoint" />
<mxPoint x="740" y="530" as="targetPoint" />
</mxGeometry>
</mxCell>
<mxCell id="nNJuvU0gXvyACPw4c3KG-11" value="" style="endArrow=none;dashed=1;html=1;dashPattern=1 3;strokeWidth=2;rounded=0;entryX=0;entryY=1;entryDx=0;entryDy=0;" parent="nNJuvU0gXvyACPw4c3KG-1" edge="1">
<mxGeometry width="50" height="50" relative="1" as="geometry">
<mxPoint x="570" y="685" as="sourcePoint" />
<mxPoint x="570" y="565" as="targetPoint" />
</mxGeometry>
</mxCell>
<mxCell id="nNJuvU0gXvyACPw4c3KG-12" value="" style="endArrow=classic;startArrow=classic;html=1;rounded=0;" parent="nNJuvU0gXvyACPw4c3KG-1" edge="1">
<mxGeometry width="50" height="50" relative="1" as="geometry">
<mxPoint x="330" y="690" as="sourcePoint" />
<mxPoint x="570" y="690" as="targetPoint" />
</mxGeometry>
</mxCell>
<mxCell id="nNJuvU0gXvyACPw4c3KG-13" value="" style="endArrow=none;dashed=1;html=1;dashPattern=1 3;strokeWidth=2;rounded=0;entryX=0;entryY=1;entryDx=0;entryDy=0;" parent="nNJuvU0gXvyACPw4c3KG-1" target="nNJuvU0gXvyACPw4c3KG-5" edge="1">
<mxGeometry width="50" height="50" relative="1" as="geometry">
<mxPoint x="190" y="570" as="sourcePoint" />
<mxPoint x="340" y="580" as="targetPoint" />
</mxGeometry>
</mxCell>
<mxCell id="nNJuvU0gXvyACPw4c3KG-14" value="" style="endArrow=none;dashed=1;html=1;dashPattern=1 3;strokeWidth=2;rounded=0;entryX=0;entryY=0;entryDx=0;entryDy=0;" parent="nNJuvU0gXvyACPw4c3KG-1" target="CjJYiTGTmB2IlaEHp_9O-2" edge="1">
<mxGeometry width="50" height="50" relative="1" as="geometry">
<mxPoint x="190" y="230" as="sourcePoint" />
<mxPoint x="330" y="229.5" as="targetPoint" />
</mxGeometry>
</mxCell>
<mxCell id="nNJuvU0gXvyACPw4c3KG-15" value="Alto libro" style="text;html=1;align=center;verticalAlign=middle;whiteSpace=wrap;rounded=0;rotation=-90;" parent="nNJuvU0gXvyACPw4c3KG-1" vertex="1">
<mxGeometry x="120" y="370" width="110" height="30" as="geometry" />
</mxCell>
<mxCell id="nNJuvU0gXvyACPw4c3KG-16" value="" style="endArrow=classic;startArrow=classic;html=1;rounded=0;" parent="nNJuvU0gXvyACPw4c3KG-1" edge="1">
<mxGeometry width="50" height="50" relative="1" as="geometry">
<mxPoint x="190" y="570" as="sourcePoint" />
<mxPoint x="190" y="230" as="targetPoint" />
</mxGeometry>
</mxCell>
<mxCell id="nNJuvU0gXvyACPw4c3KG-17" value="" style="endArrow=none;dashed=1;html=1;dashPattern=1 3;strokeWidth=2;rounded=0;exitX=1;exitY=0;exitDx=0;exitDy=0;" parent="nNJuvU0gXvyACPw4c3KG-1" source="CjJYiTGTmB2IlaEHp_9O-0" edge="1">
<mxGeometry width="50" height="50" relative="1" as="geometry">
<mxPoint x="890" y="200" as="sourcePoint" />
<mxPoint x="1040" y="230" as="targetPoint" />
</mxGeometry>
</mxCell>
<mxCell id="nNJuvU0gXvyACPw4c3KG-18" value="" style="endArrow=none;dashed=1;html=1;dashPattern=1 3;strokeWidth=2;rounded=0;" parent="nNJuvU0gXvyACPw4c3KG-1" edge="1">
<mxGeometry width="50" height="50" relative="1" as="geometry">
<mxPoint x="1040" y="210" as="sourcePoint" />
<mxPoint x="970" y="210" as="targetPoint" />
</mxGeometry>
</mxCell>
<mxCell id="nNJuvU0gXvyACPw4c3KG-19" value="" style="endArrow=classic;startArrow=classic;html=1;rounded=0;" parent="nNJuvU0gXvyACPw4c3KG-1" edge="1">
<mxGeometry width="50" height="50" relative="1" as="geometry">
<mxPoint x="1040" y="230" as="sourcePoint" />
<mxPoint x="1040" y="210" as="targetPoint" />
</mxGeometry>
</mxCell>
<mxCell id="nNJuvU0gXvyACPw4c3KG-20" value="5mm&lt;div&gt;(sangre)&lt;/div&gt;" style="text;html=1;align=center;verticalAlign=middle;whiteSpace=wrap;rounded=0;rotation=0;" parent="nNJuvU0gXvyACPw4c3KG-1" vertex="1">
<mxGeometry x="1044" y="206" width="60" height="30" as="geometry" />
</mxCell>
<mxCell id="nNJuvU0gXvyACPw4c3KG-21" value="TAPA BLANDA (FRESADO O COSIDO)&lt;div&gt;CON SOLAPAS&lt;/div&gt;" style="text;strokeColor=none;fillColor=none;align=center;verticalAlign=middle;spacingLeft=4;spacingRight=4;overflow=hidden;points=[[0,0.5],[1,0.5]];portConstraint=eastwest;rotatable=0;whiteSpace=wrap;html=1;fontSize=17;fontStyle=1" parent="nNJuvU0gXvyACPw4c3KG-1" vertex="1">
<mxGeometry x="421" y="30" width="327.5" height="50" as="geometry" />
</mxCell>
<mxCell id="CjJYiTGTmB2IlaEHp_9O-0" value="" style="rounded=0;whiteSpace=wrap;html=1;fillColor=#d80073;fontColor=#ffffff;strokeColor=#A50040;" parent="nNJuvU0gXvyACPw4c3KG-1" vertex="1">
<mxGeometry x="870" y="230" width="80" height="340" as="geometry" />
</mxCell>
<mxCell id="CjJYiTGTmB2IlaEHp_9O-1" value="" style="rounded=0;whiteSpace=wrap;html=1;" parent="nNJuvU0gXvyACPw4c3KG-1" vertex="1">
<mxGeometry x="860" y="230" width="10" height="340" as="geometry" />
</mxCell>
<mxCell id="CjJYiTGTmB2IlaEHp_9O-2" value="" style="rounded=0;whiteSpace=wrap;html=1;fillColor=#d80073;fontColor=#ffffff;strokeColor=#A50040;" parent="nNJuvU0gXvyACPw4c3KG-1" vertex="1">
<mxGeometry x="240" y="230" width="80" height="340" as="geometry" />
</mxCell>
<mxCell id="CjJYiTGTmB2IlaEHp_9O-3" value="" style="rounded=0;whiteSpace=wrap;html=1;" parent="nNJuvU0gXvyACPw4c3KG-1" vertex="1">
<mxGeometry x="320" y="230" width="10" height="340" as="geometry" />
</mxCell>
<mxCell id="CjJYiTGTmB2IlaEHp_9O-4" value="SOLAPA" style="text;html=1;align=center;verticalAlign=middle;whiteSpace=wrap;rounded=0;rotation=-90;" parent="nNJuvU0gXvyACPw4c3KG-1" vertex="1">
<mxGeometry x="880" y="370" width="60" height="30" as="geometry" />
</mxCell>
<mxCell id="CjJYiTGTmB2IlaEHp_9O-5" value="SOLAPA" style="text;html=1;align=center;verticalAlign=middle;whiteSpace=wrap;rounded=0;rotation=-90;" parent="nNJuvU0gXvyACPw4c3KG-1" vertex="1">
<mxGeometry x="250" y="370" width="60" height="30" as="geometry" />
</mxCell>
<mxCell id="CjJYiTGTmB2IlaEHp_9O-6" value="3mm&lt;div&gt;(doblez solapa)&lt;/div&gt;" style="text;html=1;align=center;verticalAlign=middle;whiteSpace=wrap;rounded=0;rotation=0;" parent="nNJuvU0gXvyACPw4c3KG-1" vertex="1">
<mxGeometry x="790" y="160" width="90" height="30" as="geometry" />
</mxCell>
<mxCell id="CjJYiTGTmB2IlaEHp_9O-7" value="" style="endArrow=classic;html=1;rounded=0;entryX=0.5;entryY=0;entryDx=0;entryDy=0;exitX=0.75;exitY=1;exitDx=0;exitDy=0;" parent="nNJuvU0gXvyACPw4c3KG-1" source="CjJYiTGTmB2IlaEHp_9O-6" target="CjJYiTGTmB2IlaEHp_9O-1" edge="1">
<mxGeometry width="50" height="50" relative="1" as="geometry">
<mxPoint x="680" y="190" as="sourcePoint" />
<mxPoint x="730" y="140" as="targetPoint" />
</mxGeometry>
</mxCell>
</root>
</mxGraphModel>
</diagram>
<diagram name="Página-5" id="nUtvwKI9G_b_pWLHFgUX">
<mxGraphModel dx="1194" dy="840" grid="1" gridSize="10" guides="1" tooltips="1" connect="1" arrows="1" fold="1" page="1" pageScale="1" pageWidth="1169" pageHeight="827" math="0" shadow="0">
<root>
<mxCell id="-4ys6VnfmPr08YNsuYmE-0" />
<mxCell id="-4ys6VnfmPr08YNsuYmE-1" parent="-4ys6VnfmPr08YNsuYmE-0" />
<mxCell id="Pf1DgHlggVdB7ECdThbL-0" value="" style="rounded=0;whiteSpace=wrap;html=1;dashed=1;dashPattern=8 8;strokeWidth=2;" vertex="1" parent="-4ys6VnfmPr08YNsuYmE-1">
<mxGeometry x="605" y="210" width="280" height="380" as="geometry" />
</mxCell>
<mxCell id="-4ys6VnfmPr08YNsuYmE-2" value="" style="rounded=0;whiteSpace=wrap;html=1;dashed=1;dashPattern=8 8;strokeWidth=2;" parent="-4ys6VnfmPr08YNsuYmE-1" vertex="1">
<mxGeometry x="310" y="210" width="280" height="380" as="geometry" />
</mxCell>
<mxCell id="-4ys6VnfmPr08YNsuYmE-3" value="" style="rounded=0;whiteSpace=wrap;html=1;fillColor=#0050ef;fontColor=#ffffff;strokeColor=#001DBC;" parent="-4ys6VnfmPr08YNsuYmE-1" vertex="1">
<mxGeometry x="625" y="230" width="240" height="340" as="geometry" />
</mxCell>
<mxCell id="-4ys6VnfmPr08YNsuYmE-5" value="" style="rounded=0;whiteSpace=wrap;html=1;fillColor=#0050ef;fontColor=#ffffff;strokeColor=#001DBC;" parent="-4ys6VnfmPr08YNsuYmE-1" vertex="1">
<mxGeometry x="330" y="230" width="240" height="340" as="geometry" />
</mxCell>
<mxCell id="-4ys6VnfmPr08YNsuYmE-7" value="CONTRAPORTADA" style="text;html=1;align=center;verticalAlign=middle;whiteSpace=wrap;rounded=0;rotation=0;" parent="-4ys6VnfmPr08YNsuYmE-1" vertex="1">
<mxGeometry x="410" y="370" width="60" height="30" as="geometry" />
</mxCell>
<mxCell id="-4ys6VnfmPr08YNsuYmE-8" value="PORTADA" style="text;html=1;align=center;verticalAlign=middle;whiteSpace=wrap;rounded=0;rotation=0;" parent="-4ys6VnfmPr08YNsuYmE-1" vertex="1">
<mxGeometry x="727" y="370" width="60" height="30" as="geometry" />
</mxCell>
<mxCell id="-4ys6VnfmPr08YNsuYmE-9" value="Ancho libro" style="text;html=1;align=center;verticalAlign=middle;whiteSpace=wrap;rounded=0;rotation=0;" parent="-4ys6VnfmPr08YNsuYmE-1" vertex="1">
<mxGeometry x="395" y="655" width="110" height="30" as="geometry" />
</mxCell>
<mxCell id="-4ys6VnfmPr08YNsuYmE-10" value="" style="endArrow=none;dashed=1;html=1;dashPattern=1 3;strokeWidth=2;rounded=0;entryX=0;entryY=1;entryDx=0;entryDy=0;" parent="-4ys6VnfmPr08YNsuYmE-1" target="-4ys6VnfmPr08YNsuYmE-5" edge="1">
<mxGeometry width="50" height="50" relative="1" as="geometry">
<mxPoint x="330" y="690" as="sourcePoint" />
<mxPoint x="740" y="530" as="targetPoint" />
</mxGeometry>
</mxCell>
<mxCell id="-4ys6VnfmPr08YNsuYmE-11" value="" style="endArrow=none;dashed=1;html=1;dashPattern=1 3;strokeWidth=2;rounded=0;entryX=0;entryY=1;entryDx=0;entryDy=0;" parent="-4ys6VnfmPr08YNsuYmE-1" edge="1">
<mxGeometry width="50" height="50" relative="1" as="geometry">
<mxPoint x="570" y="685" as="sourcePoint" />
<mxPoint x="570" y="565" as="targetPoint" />
</mxGeometry>
</mxCell>
<mxCell id="-4ys6VnfmPr08YNsuYmE-12" value="" style="endArrow=classic;startArrow=classic;html=1;rounded=0;" parent="-4ys6VnfmPr08YNsuYmE-1" edge="1">
<mxGeometry width="50" height="50" relative="1" as="geometry">
<mxPoint x="330" y="690" as="sourcePoint" />
<mxPoint x="570" y="690" as="targetPoint" />
</mxGeometry>
</mxCell>
<mxCell id="-4ys6VnfmPr08YNsuYmE-13" value="" style="endArrow=none;dashed=1;html=1;dashPattern=1 3;strokeWidth=2;rounded=0;entryX=0;entryY=1;entryDx=0;entryDy=0;" parent="-4ys6VnfmPr08YNsuYmE-1" target="-4ys6VnfmPr08YNsuYmE-5" edge="1">
<mxGeometry width="50" height="50" relative="1" as="geometry">
<mxPoint x="190" y="570" as="sourcePoint" />
<mxPoint x="340" y="580" as="targetPoint" />
</mxGeometry>
</mxCell>
<mxCell id="-4ys6VnfmPr08YNsuYmE-14" value="" style="endArrow=none;dashed=1;html=1;dashPattern=1 3;strokeWidth=2;rounded=0;entryX=0;entryY=1;entryDx=0;entryDy=0;" parent="-4ys6VnfmPr08YNsuYmE-1" edge="1">
<mxGeometry width="50" height="50" relative="1" as="geometry">
<mxPoint x="190" y="229.5" as="sourcePoint" />
<mxPoint x="330" y="229.5" as="targetPoint" />
</mxGeometry>
</mxCell>
<mxCell id="-4ys6VnfmPr08YNsuYmE-15" value="Alto libro" style="text;html=1;align=center;verticalAlign=middle;whiteSpace=wrap;rounded=0;rotation=-90;" parent="-4ys6VnfmPr08YNsuYmE-1" vertex="1">
<mxGeometry x="120" y="370" width="110" height="30" as="geometry" />
</mxCell>
<mxCell id="-4ys6VnfmPr08YNsuYmE-16" value="" style="endArrow=classic;startArrow=classic;html=1;rounded=0;" parent="-4ys6VnfmPr08YNsuYmE-1" edge="1">
<mxGeometry width="50" height="50" relative="1" as="geometry">
<mxPoint x="190" y="570" as="sourcePoint" />
<mxPoint x="190" y="230" as="targetPoint" />
</mxGeometry>
</mxCell>
<mxCell id="-4ys6VnfmPr08YNsuYmE-17" value="" style="endArrow=none;dashed=1;html=1;dashPattern=1 3;strokeWidth=2;rounded=0;exitX=1;exitY=0;exitDx=0;exitDy=0;" parent="-4ys6VnfmPr08YNsuYmE-1" source="-4ys6VnfmPr08YNsuYmE-3" edge="1">
<mxGeometry width="50" height="50" relative="1" as="geometry">
<mxPoint x="907" y="200" as="sourcePoint" />
<mxPoint x="977" y="230" as="targetPoint" />
</mxGeometry>
</mxCell>
<mxCell id="-4ys6VnfmPr08YNsuYmE-18" value="" style="endArrow=none;dashed=1;html=1;dashPattern=1 3;strokeWidth=2;rounded=0;" parent="-4ys6VnfmPr08YNsuYmE-1" edge="1">
<mxGeometry width="50" height="50" relative="1" as="geometry">
<mxPoint x="893.2" y="210" as="sourcePoint" />
<mxPoint x="960" y="210" as="targetPoint" />
</mxGeometry>
</mxCell>
<mxCell id="-4ys6VnfmPr08YNsuYmE-19" value="" style="endArrow=classic;startArrow=classic;html=1;rounded=0;" parent="-4ys6VnfmPr08YNsuYmE-1" edge="1">
<mxGeometry width="50" height="50" relative="1" as="geometry">
<mxPoint x="977" y="230" as="sourcePoint" />
<mxPoint x="977" y="210" as="targetPoint" />
</mxGeometry>
</mxCell>
<mxCell id="-4ys6VnfmPr08YNsuYmE-20" value="5mm&lt;div&gt;(sangre)&lt;/div&gt;" style="text;html=1;align=center;verticalAlign=middle;whiteSpace=wrap;rounded=0;rotation=0;" parent="-4ys6VnfmPr08YNsuYmE-1" vertex="1">
<mxGeometry x="960" y="205" width="60" height="30" as="geometry" />
</mxCell>
<mxCell id="-4ys6VnfmPr08YNsuYmE-21" value="TAPA BLANDA (ESPIRAL O WIRE-O)" style="text;strokeColor=none;fillColor=none;align=left;verticalAlign=middle;spacingLeft=4;spacingRight=4;overflow=hidden;points=[[0,0.5],[1,0.5]];portConstraint=eastwest;rotatable=0;whiteSpace=wrap;html=1;fontSize=17;fontStyle=1" parent="-4ys6VnfmPr08YNsuYmE-1" vertex="1">
<mxGeometry x="442.5" y="40" width="327.5" height="30" as="geometry" />
</mxCell>
<mxCell id="UMEqSR5c-U8K_i8kUW8e-0" value="" style="endArrow=classic;html=1;rounded=0;" parent="-4ys6VnfmPr08YNsuYmE-1" edge="1">
<mxGeometry width="50" height="50" relative="1" as="geometry">
<mxPoint x="517.5" y="153" as="sourcePoint" />
<mxPoint x="598" y="219" as="targetPoint" />
</mxGeometry>
</mxCell>
<mxCell id="UMEqSR5c-U8K_i8kUW8e-1" value="Calle interna máquina" style="text;html=1;align=center;verticalAlign=middle;whiteSpace=wrap;rounded=0;rotation=0;" parent="-4ys6VnfmPr08YNsuYmE-1" vertex="1">
<mxGeometry x="442.5" y="123" width="110" height="30" as="geometry" />
</mxCell>
</root>
</mxGraphModel>
</diagram>
<diagram name="Página-6" id="riUPpzK3aT9HY-i7Eoms">
<mxGraphModel dx="1194" dy="840" grid="1" gridSize="10" guides="1" tooltips="1" connect="1" arrows="1" fold="1" page="1" pageScale="1" pageWidth="1169" pageHeight="827" math="0" shadow="0">
<root>
<mxCell id="1nb_UiSCqi5yQW1Ks4oG-0" />
<mxCell id="1nb_UiSCqi5yQW1Ks4oG-1" parent="1nb_UiSCqi5yQW1Ks4oG-0" />
<mxCell id="4VPaVYboYQ8JiKHYgKYN-0" value="" style="rounded=0;whiteSpace=wrap;html=1;strokeWidth=2;dashed=1;dashPattern=8 8;" vertex="1" parent="1nb_UiSCqi5yQW1Ks4oG-1">
<mxGeometry x="603" y="210" width="370" height="380" as="geometry" />
</mxCell>
<mxCell id="1nb_UiSCqi5yQW1Ks4oG-2" value="" style="rounded=0;whiteSpace=wrap;html=1;strokeWidth=2;dashed=1;dashPattern=8 8;" parent="1nb_UiSCqi5yQW1Ks4oG-1" vertex="1">
<mxGeometry x="220" y="210" width="370" height="380" as="geometry" />
</mxCell>
<mxCell id="1nb_UiSCqi5yQW1Ks4oG-3" value="" style="rounded=0;whiteSpace=wrap;html=1;fillColor=#0050ef;fontColor=#ffffff;strokeColor=#001DBC;" parent="1nb_UiSCqi5yQW1Ks4oG-1" vertex="1">
<mxGeometry x="623" y="230" width="240" height="340" as="geometry" />
</mxCell>
<mxCell id="1nb_UiSCqi5yQW1Ks4oG-5" value="" style="rounded=0;whiteSpace=wrap;html=1;fillColor=#0050ef;fontColor=#ffffff;strokeColor=#001DBC;" parent="1nb_UiSCqi5yQW1Ks4oG-1" vertex="1">
<mxGeometry x="330" y="230" width="240" height="340" as="geometry" />
</mxCell>
<mxCell id="1nb_UiSCqi5yQW1Ks4oG-7" value="CONTRAPORTADA" style="text;html=1;align=center;verticalAlign=middle;whiteSpace=wrap;rounded=0;rotation=0;" parent="1nb_UiSCqi5yQW1Ks4oG-1" vertex="1">
<mxGeometry x="410" y="370" width="60" height="30" as="geometry" />
</mxCell>
<mxCell id="1nb_UiSCqi5yQW1Ks4oG-8" value="PORTADA" style="text;html=1;align=center;verticalAlign=middle;whiteSpace=wrap;rounded=0;rotation=0;" parent="1nb_UiSCqi5yQW1Ks4oG-1" vertex="1">
<mxGeometry x="723" y="370" width="60" height="30" as="geometry" />
</mxCell>
<mxCell id="1nb_UiSCqi5yQW1Ks4oG-9" value="Ancho libro" style="text;html=1;align=center;verticalAlign=middle;whiteSpace=wrap;rounded=0;rotation=0;" parent="1nb_UiSCqi5yQW1Ks4oG-1" vertex="1">
<mxGeometry x="395" y="655" width="110" height="30" as="geometry" />
</mxCell>
<mxCell id="1nb_UiSCqi5yQW1Ks4oG-10" value="" style="endArrow=none;dashed=1;html=1;dashPattern=1 3;strokeWidth=2;rounded=0;entryX=0;entryY=1;entryDx=0;entryDy=0;" parent="1nb_UiSCqi5yQW1Ks4oG-1" target="1nb_UiSCqi5yQW1Ks4oG-5" edge="1">
<mxGeometry width="50" height="50" relative="1" as="geometry">
<mxPoint x="330" y="690" as="sourcePoint" />
<mxPoint x="740" y="530" as="targetPoint" />
</mxGeometry>
</mxCell>
<mxCell id="1nb_UiSCqi5yQW1Ks4oG-11" value="" style="endArrow=none;dashed=1;html=1;dashPattern=1 3;strokeWidth=2;rounded=0;entryX=0;entryY=1;entryDx=0;entryDy=0;" parent="1nb_UiSCqi5yQW1Ks4oG-1" edge="1">
<mxGeometry width="50" height="50" relative="1" as="geometry">
<mxPoint x="570" y="685" as="sourcePoint" />
<mxPoint x="570" y="565" as="targetPoint" />
</mxGeometry>
</mxCell>
<mxCell id="1nb_UiSCqi5yQW1Ks4oG-12" value="" style="endArrow=classic;startArrow=classic;html=1;rounded=0;" parent="1nb_UiSCqi5yQW1Ks4oG-1" edge="1">
<mxGeometry width="50" height="50" relative="1" as="geometry">
<mxPoint x="330" y="690" as="sourcePoint" />
<mxPoint x="570" y="690" as="targetPoint" />
</mxGeometry>
</mxCell>
<mxCell id="1nb_UiSCqi5yQW1Ks4oG-13" value="" style="endArrow=none;dashed=1;html=1;dashPattern=1 3;strokeWidth=2;rounded=0;entryX=0;entryY=1;entryDx=0;entryDy=0;" parent="1nb_UiSCqi5yQW1Ks4oG-1" target="1nb_UiSCqi5yQW1Ks4oG-5" edge="1">
<mxGeometry width="50" height="50" relative="1" as="geometry">
<mxPoint x="190" y="570" as="sourcePoint" />
<mxPoint x="340" y="580" as="targetPoint" />
</mxGeometry>
</mxCell>
<mxCell id="1nb_UiSCqi5yQW1Ks4oG-14" value="" style="endArrow=none;dashed=1;html=1;dashPattern=1 3;strokeWidth=2;rounded=0;entryX=0;entryY=0;entryDx=0;entryDy=0;" parent="1nb_UiSCqi5yQW1Ks4oG-1" target="1nb_UiSCqi5yQW1Ks4oG-24" edge="1">
<mxGeometry width="50" height="50" relative="1" as="geometry">
<mxPoint x="190" y="230" as="sourcePoint" />
<mxPoint x="330" y="229.5" as="targetPoint" />
</mxGeometry>
</mxCell>
<mxCell id="1nb_UiSCqi5yQW1Ks4oG-15" value="Alto libro" style="text;html=1;align=center;verticalAlign=middle;whiteSpace=wrap;rounded=0;rotation=-90;" parent="1nb_UiSCqi5yQW1Ks4oG-1" vertex="1">
<mxGeometry x="120" y="370" width="110" height="30" as="geometry" />
</mxCell>
<mxCell id="1nb_UiSCqi5yQW1Ks4oG-16" value="" style="endArrow=classic;startArrow=classic;html=1;rounded=0;" parent="1nb_UiSCqi5yQW1Ks4oG-1" edge="1">
<mxGeometry width="50" height="50" relative="1" as="geometry">
<mxPoint x="190" y="570" as="sourcePoint" />
<mxPoint x="190" y="230" as="targetPoint" />
</mxGeometry>
</mxCell>
<mxCell id="1nb_UiSCqi5yQW1Ks4oG-17" value="" style="endArrow=none;dashed=1;html=1;dashPattern=1 3;strokeWidth=2;rounded=0;exitX=1;exitY=0;exitDx=0;exitDy=0;" parent="1nb_UiSCqi5yQW1Ks4oG-1" source="1nb_UiSCqi5yQW1Ks4oG-22" edge="1">
<mxGeometry width="50" height="50" relative="1" as="geometry">
<mxPoint x="893" y="200" as="sourcePoint" />
<mxPoint x="1043" y="230" as="targetPoint" />
</mxGeometry>
</mxCell>
<mxCell id="1nb_UiSCqi5yQW1Ks4oG-18" value="" style="endArrow=none;dashed=1;html=1;dashPattern=1 3;strokeWidth=2;rounded=0;" parent="1nb_UiSCqi5yQW1Ks4oG-1" edge="1">
<mxGeometry width="50" height="50" relative="1" as="geometry">
<mxPoint x="1043" y="210" as="sourcePoint" />
<mxPoint x="973" y="210" as="targetPoint" />
</mxGeometry>
</mxCell>
<mxCell id="1nb_UiSCqi5yQW1Ks4oG-19" value="" style="endArrow=classic;startArrow=classic;html=1;rounded=0;" parent="1nb_UiSCqi5yQW1Ks4oG-1" edge="1">
<mxGeometry width="50" height="50" relative="1" as="geometry">
<mxPoint x="1043" y="230" as="sourcePoint" />
<mxPoint x="1043" y="210" as="targetPoint" />
</mxGeometry>
</mxCell>
<mxCell id="1nb_UiSCqi5yQW1Ks4oG-20" value="5mm&lt;div&gt;(sangre)&lt;/div&gt;" style="text;html=1;align=center;verticalAlign=middle;whiteSpace=wrap;rounded=0;rotation=0;" parent="1nb_UiSCqi5yQW1Ks4oG-1" vertex="1">
<mxGeometry x="1047" y="204" width="60" height="30" as="geometry" />
</mxCell>
<mxCell id="1nb_UiSCqi5yQW1Ks4oG-21" value="TAPA BLANDA (ESPIRAL O WIRE-O)&lt;div&gt;CON SOLAPAS&lt;/div&gt;" style="text;strokeColor=none;fillColor=none;align=center;verticalAlign=middle;spacingLeft=4;spacingRight=4;overflow=hidden;points=[[0,0.5],[1,0.5]];portConstraint=eastwest;rotatable=0;whiteSpace=wrap;html=1;fontSize=17;fontStyle=1" parent="1nb_UiSCqi5yQW1Ks4oG-1" vertex="1">
<mxGeometry x="421" y="30" width="327.5" height="50" as="geometry" />
</mxCell>
<mxCell id="1nb_UiSCqi5yQW1Ks4oG-22" value="" style="rounded=0;whiteSpace=wrap;html=1;fillColor=#d80073;fontColor=#ffffff;strokeColor=#A50040;" parent="1nb_UiSCqi5yQW1Ks4oG-1" vertex="1">
<mxGeometry x="873" y="230" width="80" height="340" as="geometry" />
</mxCell>
<mxCell id="1nb_UiSCqi5yQW1Ks4oG-23" value="" style="rounded=0;whiteSpace=wrap;html=1;" parent="1nb_UiSCqi5yQW1Ks4oG-1" vertex="1">
<mxGeometry x="863" y="230" width="10" height="340" as="geometry" />
</mxCell>
<mxCell id="1nb_UiSCqi5yQW1Ks4oG-24" value="" style="rounded=0;whiteSpace=wrap;html=1;fillColor=#d80073;fontColor=#ffffff;strokeColor=#A50040;" parent="1nb_UiSCqi5yQW1Ks4oG-1" vertex="1">
<mxGeometry x="240" y="230" width="80" height="340" as="geometry" />
</mxCell>
<mxCell id="1nb_UiSCqi5yQW1Ks4oG-25" value="" style="rounded=0;whiteSpace=wrap;html=1;" parent="1nb_UiSCqi5yQW1Ks4oG-1" vertex="1">
<mxGeometry x="320" y="230" width="10" height="340" as="geometry" />
</mxCell>
<mxCell id="1nb_UiSCqi5yQW1Ks4oG-26" value="SOLAPA" style="text;html=1;align=center;verticalAlign=middle;whiteSpace=wrap;rounded=0;rotation=-90;" parent="1nb_UiSCqi5yQW1Ks4oG-1" vertex="1">
<mxGeometry x="883" y="370" width="60" height="30" as="geometry" />
</mxCell>
<mxCell id="1nb_UiSCqi5yQW1Ks4oG-27" value="SOLAPA" style="text;html=1;align=center;verticalAlign=middle;whiteSpace=wrap;rounded=0;rotation=-90;" parent="1nb_UiSCqi5yQW1Ks4oG-1" vertex="1">
<mxGeometry x="250" y="370" width="60" height="30" as="geometry" />
</mxCell>
<mxCell id="1nb_UiSCqi5yQW1Ks4oG-28" value="3mm&lt;div&gt;(doblez solapa)&lt;/div&gt;" style="text;html=1;align=center;verticalAlign=middle;whiteSpace=wrap;rounded=0;rotation=0;" parent="1nb_UiSCqi5yQW1Ks4oG-1" vertex="1">
<mxGeometry x="793" y="160" width="90" height="30" as="geometry" />
</mxCell>
<mxCell id="1nb_UiSCqi5yQW1Ks4oG-29" value="" style="endArrow=classic;html=1;rounded=0;entryX=0.5;entryY=0;entryDx=0;entryDy=0;exitX=0.75;exitY=1;exitDx=0;exitDy=0;" parent="1nb_UiSCqi5yQW1Ks4oG-1" source="1nb_UiSCqi5yQW1Ks4oG-28" target="1nb_UiSCqi5yQW1Ks4oG-23" edge="1">
<mxGeometry width="50" height="50" relative="1" as="geometry">
<mxPoint x="683" y="190" as="sourcePoint" />
<mxPoint x="733" y="140" as="targetPoint" />
</mxGeometry>
</mxCell>
<mxCell id="GLbS2rCKnNqvciuy27s9-0" value="" style="endArrow=classic;html=1;rounded=0;" parent="1nb_UiSCqi5yQW1Ks4oG-1" edge="1">
<mxGeometry width="50" height="50" relative="1" as="geometry">
<mxPoint x="517.5" y="153" as="sourcePoint" />
<mxPoint x="596" y="219" as="targetPoint" />
</mxGeometry>
</mxCell>
<mxCell id="GLbS2rCKnNqvciuy27s9-1" value="Calle interna máquina" style="text;html=1;align=center;verticalAlign=middle;whiteSpace=wrap;rounded=0;rotation=0;" parent="1nb_UiSCqi5yQW1Ks4oG-1" vertex="1">
<mxGeometry x="442.5" y="123" width="110" height="30" as="geometry" />
</mxCell>
</root>
</mxGraphModel>
</diagram>
</mxfile>