Carga de archivos realizados por Juli

This commit is contained in:
kleper 2017-11-26 13:50:58 -05:00
parent f4ae8fe84e
commit b4d21ffe2c
14 changed files with 1788 additions and 0 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 574 KiB

BIN
Hombres-Mujeres.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 60 KiB

BIN
Presupuesto-Circulos.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 68 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 33 KiB

BIN
Publicos-Disciplinas.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 508 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 28 KiB

140
datos_visuales.css Normal file
View File

@ -0,0 +1,140 @@
body {
padding-top: 10rem;
}
.starter-template {
padding: 3rem 1.5rem;
text-align: center;
}
h1,h2,h3,h4 {
font-family: 'Carter One', cursive;
color: #6D6E71;
}
.lead {
font-size: 1em;
background-color: #E6E7E8;
margin-bottom: 50px;
padding: 20px 40px;
}
r
.subtitulo {
display: block;
height: 10px;
border-bottom: dotted 2px #D1D3D4;
text-align: center;
margin-left: 50px;
margin-right: 50px;
margin-bottom: 50px;
}
.subtitulo span {
display: inline-block;
background-color: #fff;
padding: 0 10px;
font-family: 'Carter One', cursive;
color: #939598;
font-size: 2em;
line-height: 0.8;
}
.linea-texto {
display: block;
height: 10px;
border-bottom: solid 1px #D1D3D4;
text-align: center;
margin-left: 50px;
margin-right: 50px;
margin-bottom: 50px;
}
.linea-texto span {
display: inline-block;
background-color: #fff;
padding: 0 10px;
font-family: 'Carter One', cursive;
color: #6D6E71;
font-size: 2.4em;
line-height: 0.8;
}
.btn-circle {
width: 30px;
height: 30px;
text-align: center;
padding: 6px 0;
font-size: 12px;
line-height: 1.428571429;
border-radius: 15px;
}
.btn-circle.btn-lg {
width: 50px;
height: 50px;
padding: 10px 16px;
font-size: 18px;
line-height: 1.33;
border-radius: 25px;
}
.btn-info {
background-color: #048592;
border-color: #048592;
font-family: 'Carter One', cursive;
letter-spacing: 1.2px;
margin-bottom: 5px;
}
.btn:focus {
outline: none !important;
}
.btn-info:focus {
background-color: #733A8E;
border-color: #733A8E;
outline: none !important;
}
section {
margin-top: 50px;
margin-bottom: 80px;
}
#square {
width: 100px;
height: 100px;
background: red;
}
.logo{
margin-bottom: 80px;
margin-top: 50px;
max-width: 531px
}
.collapse{
margin-top: 20px;
}

View File

@ -0,0 +1,317 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Datos Visuales SIP-EC</title>
<!-- CSS -->
<link href="http://maxcdn.bootstrapcdn.com/bootstrap/3.3.2/css/bootstrap.min.css" rel="stylesheet">
<!-- jQuery Content Delivery Network -->
<script src="http://code.jquery.com/jquery.js"></script>
<!-- Java Script cdn -->
<script src="http://maxcdn.bootstrapcdn.com/bootstrap/3.3.2/js/bootstrap.min.js"></script>
<link href="datos_visuales.css" rel="stylesheet">
<link href="https://fonts.googleapis.com/css?family=Carter+One" rel="stylesheet">
</head>
<body data-spy="scroll" data-target=".navbar" data-offset="50">
<!-- Static navbar -->
<nav class="navbar navbar-default navbar-fixed-top">
<div class="container">
<div class="navbar-header">
<button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#navbar" aria-expanded="false" aria-controls="navbar">
<span class="sr-only">Toggle navigation</span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
</div>
<div id="navbar" class="navbar-collapse collapse">
<ul class="nav navbar-nav">
<li class="active"><a href="#home"><span class="glyphicon glyphicon-home" aria-hidden="true"></span></a></li>
<li><a href="#datos">Datos Abiertos</a></li>
<li><a href="#activaciones">Activaciones</a></li>
<li><a href="#microtalleres">Microtalleres</a></li>
<li class="dropdown">
<a href="#" class="dropdown-toggle" data-toggle="dropdown">Contexto<b class="caret"></b></a>
<ul class="dropdown-menu">
<li><a href="#mecanismos">Mecanismos</a></li>
<li><a href="#herramientas">Herramientas</a></li>
</ul>
</li>
</ul>
</div><!--/.nav-collapse -->
</div>
</nav>
<!--/sección Inicio o Home -->
<section class="container-fluid" id="home">
<div class="container">
<div class="row">
<div class="col-sm-4">
<div class="row">
<div class="col-sm-10 col-sm-offset-2 text-center"><h3>Activamos</h3><p>Promovemos la Transparencia para propiciar el establecimiento de una cultura de acceso a la información pública y de reutilización de los datos abiertos.</p><span class="glyphicon glyphicon-search " aria-hidden="true"></span></div>
</div>
</div>
<div class="col-sm-4 text-center">
<div class="row">
<div class="col-sm-10 col-sm-offset-1 text-center"><h3>Creamos Memoria</h3><p>Impulsamos la conservación de memoria y el seguimiento de los procesos, desarrollando mayores y mejores mecanismos que prioricen el interés colectivo.</p><span class="glyphicon glyphicon-user" aria-hidden="true"></span></div>
</div>
</div>
<div class="col-sm-4 text-center">
<div class="row">
<div class="col-sm-10 text-center"><h3>Vinculamos</h3><p>Fortalecemos la participación ciudadana efectiva y fomentamos la acción colectiva, consolidando así procesos de mayor impacto, más representativos y vinculantes.</p><span class="glyphicon glyphicon-stats" aria-hidden="true"></span></div>
</div>
</div>
</div>
</div><!--/row-->
</section>
<section class="container-fluid" id="datos">
<p class="linea-texto">
<span>Consolidado Equipamentos Culturales</span>
</p>
<div class="container">
<div class="row">
<!--/convenciones colores casa de cultura-->
<div class="col-sm-6">
<img class="img-responsive logo"src="https://casasdecultura.bibliolabs.cc/milfs/images/secure/?file=600/a12167d2f257539b33cd2ca3ac619f20.png" alt="logo-SIP-Equipamentos-Culturales">
<p>* Los datos contenidos en las siguientes visualizaciones, son resultado de la
información colectada, entregada, consolidada y procesada
a través del SIP.</p>
</div>
<!--/convenciones colores casa de cultura-->
<div class="col-sm-6">
<p>Con el SIP buscamos mediante un modelo de manejo de <strong>Datos Abiertos</strong>, colectar datos de forma ágil para dar accesibilidad a todos los vinculados e interesados en los procesos de los equipamentos; se puede ver como un sistema para la creación de formularios que realmente se convierten en aplicaciones web y móbil que al manejar el ingreso de datos de manera semántica permite su posterior interpretación y procesamiento para generar gráficas, estadísticas, visualizaciones, adelantar reportes e informes, medir tendencias, comprender impacto, hacer seguimiento.</p>
<p>
Nuestra estrategia para la capturar de toda la información que generan los Equipamentos y almacenarla de manera estructurada, que permita articular cientos de hojas electrónicas y documentos desorganizados en un sistema de datos mediante un subsistema de importación que permite subir datos almacenados en un archivo CSV.</p>
<div class="row">
<div class="col-8 col-sm-6">
<svg width="80" height="50">
<rect x="50" y="20" width="80" height="50" style="fill:#FCB53E;" />
Lo sentimos, su navegador no soporta svg en línea
<svg width="80" height="50">
<rect x="50" y="20" width="80" height="50" style="fill:#009CDE;" />
Lo sentimos, su navegador no soporta svg en línea
</svg>
<span> Ávila</span></br>
<svg width="80" height="50">
<rect x="50" y="20" width="80" height="50" style="fill:#0096B3;" />
Lo sentimos, su navegador no soporta svg en línea
</svg>
<span>Alcázares</span></br>
<svg width="80" height="50">
<rect x="50" y="20" width="80" height="50" style="fill:#733A8E;" />
Lo sentimos, su navegador no soporta svg en línea
</svg>
<span>Las Estancias</span></br>
<svg width="80" height="50">
<rect x="50" y="20" width="80" height="50" style="fill:#CD0081;" />
Lo sentimos, su navegador no soporta svg en línea
</svg>
<span>Manrique</span></br>
<svg width="80" height="50">
<rect x="50" y="20" width="80" height="50" style="fill:#E56D00;" />
Lo sentimos, su navegador no soporta svg en línea
</svg>
<span>Pedregal</span></br>
<svg width="80" height="50">
<rect x="50" y="20" width="80" height="50" style="fill:#00803A;" />
Lo sentimos, su navegador no soporta svg en línea
</svg>
<span>Popular</span></br>
<svg width="80" height="50">
<rect x="50" y="20" width="80" height="50" style="fill:#949494;" />
Lo sentimos, su navegador no soporta svg en línea
</svg>
<span>Teatro Lido</span></br>
</div>
<div class="col-4 col-sm-6">
<svg width="80" height="50">
<rect x="50" y="20" width="80" height="50" style="fill:#FCB53E;" />
Lo sentimos, su navegador no soporta svg en línea
</svg>
<span>UVA Sol de Oriente</span></br>
<svg width="80" height="50">
<rect x="50" y="20" width="80" height="50" style="fill:#2ECDDA;" />
Lo sentimos, su navegador no soporta svg en línea
</svg>
<span>El Poblado</span></br>
<svg width="80" height="50">
<rect x="50" y="20" width="80" height="50" style="fill:#ED1C24 ;" />
Lo sentimos, su navegador no soporta svg en línea
</svg>
<span>Los Colores</span></br>
<svg width="80" height="50">
<rect x="50" y="20" width="80" height="50" style="fill:#FCEE21 ;" />
Lo sentimos, su navegador no soporta svg en línea
</svg>
<span>Teatro al Aire Libre Pedregal</span></br>
<svg width="80" height="50">
<rect x="50" y="20" width="80" height="50" style="fill:#D9E021;" />
Lo sentimos, su navegador no soporta svg en línea
</svg>
<span>UVA Nuevo Occidente</span></br>
<svg width="80" height="50">
<rect x="50" y="20" width="80" height="50" style="fill:#C69C6D;" />
Lo sentimos, su navegador no soporta svg en línea
</svg>
<span>UVA Sin Fronteras</span></br>
<svg width="80" height="50">
<rect x="50" y="20" width="80" height="50" style="fill:#FF7BAC;" />
Lo sentimos, su navegador no soporta svg en línea
</svg>
<span>UVA El Paraiso</span>
</div>
</div>
</div>
</div>
</div>
</section>
<section>
<div class="container">
<p class="linea-texto">
<span>Estrategia de Datos Abiertos</span>
</p>
</div>
<div class="col-sm-10 col-sm-offset-1 col-md-8 col-md-offset-2 col-lg-8 col-lg-offset-2 text-center">
<p class="lead">El SIP busca la consolidación del Sistema de Monitoreo,Seguimiento Evaluación y Control SMEyC en una plataforma centralizada que permite la gestión de informes que al mismo tiempo facilita la entrega de instrumentos como la planilla resumen de actividades, sub, y demás instrumentos del sistema de calidad y a su vez entrega material versatil para las evaluaciones de escritorio a través de ficha de seguimiento, grupo focal y análisis de contenidos. </p>
</div>
<!-- Desplegables con formularios linkeados -->
<div class="row">
<div class="container">
<div class="row col-sm-12 text-center ">
<div class="col-xs-6 col-sm-3">
<button type="button" class="btn btn-lg btn-info" data-toggle="collapse" data-target="#propuesta">Proponemos <span class="glyphicon glyphicon-menu-down"></span></button>
<div id="propuesta" class="active collapse in">
<button type="button" class="btn btn-lg btn-warning btn-circle">1</button>
<p>Todo comienza con la propuesta.</p>
<h4>Objetivo: </h4>
<p>
Captar el valor, la motivación y capacidad de impacto de la propuesta
</p>
</div>
</div>
<div class="col-xs-6 col-sm-3">
<button type="button" class="btn btn-lg btn-info" data-toggle="collapse" data-target="#agenda">Agendamos <span class="glyphicon glyphicon-menu-down"></span></button>
<div id="agenda" class="collapse">
<button type="button" class="btn btn-lg btn-warning btn-circle">2</button>
<p>Con la aprobación se programa el evento</p>
<h4>Objetivo: </h4>
<p>
Calendario de eventos para divulgación y promoción en redes
</p>
</div>
</div>
<div class="col-xs-6 col-sm-3">
<button type="button" class="btn btn-lg btn-info btn-servicios" data-toggle="collapse" data-target="#registro">Registramos <span class="glyphicon glyphicon-menu-down"></span></button>
<div id="registro" class="collapse">
<button type="button" class="btn btn-lg btn-warning btn-circle">3</button>
<p>Con la realización del evento se crea el valor
</p>
<h4>Objetivo: </h4>
<p>
Consolidar el valor del evento a través de la bitácora
</p>
</div>
</div>
<div class="col-xs-6 col-sm-3">
<button type="button" class="btn btn-lg btn-info btn-servicios" data-toggle="collapse" data-target="#evaluar">Evaluamos <span class="glyphicon glyphicon-menu-down"></span></button>
<div id="evaluar" class="collapse">
<button type="button" class="btn btn-lg btn-warning btn-circle">4</button>
<p>El valor es recibido y la percepción se valida</p>
<h4>Objetivo: </h4>
<p>
Captar la percepción de los usuarios y participantes como insumo para agregar más valor
</p>
</div>
</div>
</div>
</div>
</div>
</section>
<!--Sección Activaciones -->
<section class="container-fluid" id="activaciones">
<div class="col-sm-10 col-sm-offset-1 col-md-8 col-md-offset-2 col-lg-8 col-lg-offset-2 text-center">
<p class="linea-texto">
<span>Visualicemos las Activaciones</span>
</p>
<p class="lead">Lectura a través del portal de Open Data del SIP, de entrega periódica de visualizaciones estadísticas detalladas de la gestión de las Activaciones por equipamentos y consolidado de datos significativos </p>
<div>
<p>Cantidad de Activaciones por equipamento en relación al presupuesto y la cantidad de beneficiarios potenciales.</p>
<img src="svg/PresupuestoParticipantesActivaciones.svg" class="img-responsive" alt="Relación de Público y Presupuesto Microtalleres">
</div>
</div>
</div>
</section >
<!--Sección Microtalleres -->
<section class="container-fluid" id="microtalleres">
<div class="col-sm-10 col-sm-offset-1 col-md-8 col-md-offset-2 col-lg-8 col-lg-offset-2 text-center">
<p class="linea-texto">
<span>Así van los Microtalleres</span>
</p>
<p class="lead">Lectura del portal de Open Data del SIP, de entrega periódica de visualizaciones estadísticas detalladas de la gestión de los Microtalleres por equipamentos y consolidado de datos significativos</p>
<!--Subtítulo Presupuesto -->
<p class="subtitulo">
<span>Presupuesto</span>
</p>
<div class="row">
<div class="col-md-7">
<p>Cantidad de Microtalleres por Equipamento en relación al presupuesto y la cantidad de beneficiarios potenciales.</p>
<img src="svg/Total-Presupuesto-microtalleres.svg" class="img-responsive" alt="Relación de Público y Presupuesto Microtalleres">
</div>
<div class="col-md-5">
<img src="svg/Presupuesto-Circulos_microtalleres.svg" class="img-responsive" alt="Relación de Público y Presupuesto Microtalleres">
<p>* La falta de registro de datos, así como registros faltantes de beneficiarios potenciales, afectan el resultado de la visualización. </p>
</div>
</div>
<!--Sección Género -->
<p class="subtitulo">
<span>Género</span>
</p>
<img style="display: inline-block !important;"src="svg/Hombres-Mujeres_microtalleres.svg" class="img-responsive float-right" alt="Relación de Público y Presupuesto Microtalleres">
<!--Sección Público Objetivo & Categorías -->
<p class="subtitulo">
<span>Público Objetivo & Categorías </span>
</p>
<img style="display: inline-block !important;"src="svg/Publicos-Disciplinas_microtalleres.svg" class="img-responsive float-right" alt="Relación de Público y Presupuesto Microtalleres">
</section >
<!-- Bootstrap core JavaScript
================================================== -->
<!-- Placed at the end of the document so the pages load faster -->
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.2/jquery.min.js"></script>
<script src="../../dist/js/bootstrap.min.js"></script>
<script src="../../assets/js/docs.min.js"></script>
<!-- IE10 viewport hack for Surface/desktop Windows 8 bug -->
<script src="../../assets/js/ie10-viewport-bug-workaround.js"></script>
<script src="scripts.js"></script>
</body>
</html>

File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 57 KiB

View File

@ -0,0 +1,205 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- Generator: Adobe Illustrator 19.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
<svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
width="979px" height="627px" viewBox="-290 -16 979 627" style="enable-background:new -290 -16 979 627;" xml:space="preserve">
<style type="text/css">
.st0{fill:#009CDE;}
.st1{fill:#EC800E;}
.st2{fill:#424242;}
.st3{font-family:'ArialMT';}
.st4{font-size:10px;}
.st5{font-size:11px;}
.st6{font-family:'Helvetica-Light';}
.st7{font-size:11.7327px;}
</style>
<g transform="translate(100,100)">
<g>
<path class="st0" d="M-195.5-59.4c16.3-31.7,48.9-51.6,84.5-51.6v25c-26.2,0-50.3,14.7-62.3,38L-195.5-59.4z"/>
</g>
<g>
<path class="st1" d="M-111-111c52.5,0,95,42.5,95,95s-42.5,95-95,95s-95-42.5-95-95c0-15.1,3.6-30,10.5-43.4l22.2,11.4
c-17.7,34.4-4.1,76.6,30.3,94.3s76.6,4.1,94.3-30.3s4.1-76.6-30.3-94.3c-9.9-5.1-20.9-7.7-32-7.7V-111z"/>
</g>
<text transform="matrix(1 0 0 1 -159.55 -82.9147)" class="st2 st3 st4">41</text>
<text transform="matrix(1 0 0 1 -76.3538 57.9147)" class="st2 st3 st4">194</text>
<text transform="matrix(1 0 0 1 -147.6819 89)" class="st3 st5">Uva El Paraíso</text>
</g>
<g transform="translate(300,100)">
<g>
<path class="st0" d="M-155.1-93.3c13.4-7.7,28.6-11.7,44.1-11.7v25c-11.1,0-22,2.9-31.7,8.4L-155.1-93.3z"/>
</g>
<g>
<path class="st1" d="M-111-104.9c49.1,0,88.9,39.8,88.9,88.9S-61.9,72.9-111,72.9s-88.9-39.8-88.9-88.9
c0-31.9,17.1-61.4,44.9-77.3l12.4,21.7C-173.4-54-184-15-166.5,15.7S-110,57-79.3,39.5S-38-17-55.5-47.7
C-66.8-67.6-88-79.9-111-79.9V-104.9z"/>
</g>
<text transform="matrix(1 0 0 1 -136.1593 -86.3906)" class="st2 st3 st4">17</text>
<text transform="matrix(1 0 0 1 -99.7445 61.3906)" class="st2 st3 st4">189</text>
<text transform="matrix(1 0 0 1 -181.0095 82.9454)" class="st3 st5">Casa de la Cultura Manrique</text>
</g>
<g transform="translate(500,100)">
<g>
<path class="st0" d="M-184.7-31.9c7.5-34.7,38.2-59.5,73.7-59.5v25c-23.7,0-44.3,16.6-49.3,39.8L-184.7-31.9z"/>
</g>
<g>
<path class="st1" d="M-111-91.4c41.6,0,75.4,33.8,75.4,75.4S-69.4,59.4-111,59.4s-75.4-33.8-75.4-75.4c0-5.3,0.6-10.7,1.7-15.9
l24.4,5.3c-5.9,27.2,11.4,54,38.6,59.9s54-11.4,59.9-38.6s-11.4-54-38.6-59.9c-3.5-0.8-7-1.1-10.6-1.1V-91.4z"/>
</g>
<text transform="matrix(1 0 0 1 -156.071 -61.4316)" class="st2 st3 st4">32</text>
<text transform="matrix(1 0 0 1 -79.4617 36.4316)" class="st2 st3 st4">116</text>
<text transform="matrix(1 0 0 1 -187.428 69.3912)" class="st3 st5">Casa de la Cultura Los Colores</text>
</g>
<g transform="translate(700,100)">
<g>
<path class="st0" d="M-182.2-10.1c-3.3-39.3,26-73.9,65.3-77.1c2-0.2,3.9-0.2,5.9-0.2v25c-25.7,0-46.5,20.8-46.5,46.5
c0,1.3,0.1,2.6,0.2,3.8L-182.2-10.1z"/>
</g>
<g>
<path class="st1" d="M-111-87.5c39.5,0,71.5,32,71.5,71.5s-32,71.5-71.5,71.5c-37.2,0-68.2-28.5-71.2-65.6l24.9-2.1
c2.1,25.6,24.6,44.6,50.1,42.5c25.6-2.1,44.6-24.6,42.5-50.1c-2-24.1-22.1-42.6-46.3-42.6V-87.5z"/>
</g>
<text transform="matrix(1 0 0 1 -159.9462 -52.4384)" class="st2 st3 st4">35</text>
<text transform="matrix(1 0 0 1 -73.1769 27.4384)" class="st2 st3 st4">98</text>
<text transform="matrix(1 0 0 1 -155.3223 65.4686)" class="st3 st5">Uva Sin Fronteras</text>
</g>
<g transform="translate(100,300)">
<g>
<path class="st0" d="M-144.9-86c10-6.8,21.8-10.4,33.9-10.4v25c-7.1,0-14,2.1-19.9,6.1L-144.9-86z"/>
</g>
<g>
<path class="st1" d="M-111-96.4c33.4,0,60.4,27,60.4,60.4s-27,60.4-60.4,60.4s-60.4-27-60.4-60.4c0-20,9.9-38.8,26.5-50l14,20.7
c-16.2,11-20.4,33-9.5,49.2c11,16.2,33,20.4,49.2,9.5s20.4-33,9.5-49.2c-6.6-9.7-17.6-15.6-29.3-15.6V-96.4z"/>
</g>
<text transform="matrix(1 0 0 1 -127.828 -78.308)" class="st2 st3 st4">9</text>
<text transform="matrix(1 0 0 1 -102.5143 13.284)" class="st2 st3 st4">86</text>
<text transform="matrix(1 0 0 1 -180.0964 34.39)" class="st3 st5">Casa de la Cultura Pedregal</text>
</g>
<g transform="translate(300,300)">
<g>
<path class="st0" d="M-133.6,16.5c-29-12.5-42.4-46.1-29.9-75.1c9-21,29.7-34.5,52.5-34.5v25c-17.7,0-32.1,14.4-32.1,32.1
c0,12.8,7.6,24.4,19.4,29.5L-133.6,16.5z"/>
</g>
<g>
<path class="st1" d="M-111-93.1c31.6,0,57.1,25.6,57.1,57.1S-79.4,21.1-111,21.1c-7.8,0-15.5-1.6-22.6-4.7l9.9-23
c16.3,7,35.2-0.5,42.2-16.8S-82-58.5-98.3-65.5c-4-1.7-8.3-2.6-12.7-2.6V-93.1z"/>
</g>
<text transform="matrix(1 0 0 1 -160.2771 -41.5229)" class="st2 st3 st4">37</text>
<text transform="matrix(1 0 0 1 -72.846 -23.5011)" class="st2 st3 st4">48</text>
<text transform="matrix(1 0 0 1 -157.468 31.1226)" class="st3 st5">Uva Sol de Oriente</text>
</g>
<g transform="translate(500,300)">
<g>
<path class="st0" d="M-151.3,3.5c-21.8-22.3-21.5-58,0.8-79.8c10.6-10.4,24.8-16.2,39.5-16.2v25c-17.4,0-31.5,14.1-31.5,31.5
c0,8.2,3.2,16.2,9,22L-151.3,3.5z"/>
</g>
<g>
<path class="st1" d="M-111-92.5c31.2,0,56.5,25.3,56.5,56.5S-79.8,20.4-111,20.4c-15.2,0-29.7-6.1-40.3-16.9l17.8-17.5
c12.2,12.4,32.1,12.6,44.5,0.4c12.4-12.2,12.6-32.1,0.4-44.5c-5.9-6-14-9.4-22.5-9.4V-92.5z"/>
</g>
<text transform="matrix(1 0 0 1 -157.0938 -49.5261)" class="st2 st3 st4">31</text>
<text transform="matrix(1 0 0 1 -76.0293 -15.4979)" class="st2 st3 st4">52</text>
<text transform="matrix(1 0 0 1 -170.0015 30.4464)" class="st3 st5">Casa de la Cultura Ávila</text>
</g>
<g transform="translate(700,300)">
<g>
<path class="st0" d="M-134.1,14.8c-28-12.7-40.4-45.8-27.7-73.9c9.1-19.9,28.9-32.7,50.8-32.7v25c-17,0-30.8,13.8-30.8,30.8
c0,12.1,7.1,23,18,28L-134.1,14.8z"/>
</g>
<g>
<path class="st1" d="M-111-91.8c30.8,0,55.8,25,55.8,55.8s-25,55.8-55.8,55.8c-8,0-15.8-1.7-23.1-5L-123.7-8
C-108.3-1-90-7.8-83-23.3S-82.8-57-98.3-64c-4-1.8-8.3-2.8-12.7-2.8V-91.8z"/>
</g>
<text transform="matrix(1 0 0 1 -158.8547 -41.6733)" class="st2 st3 st4">35</text>
<text transform="matrix(1 0 0 1 -74.2683 -23.3507)" class="st2 st3 st4">46</text>
<text transform="matrix(1 0 0 1 -188.0483 29.762)" class="st3 st5">Teatro al Aire Libre de Pedregal</text>
</g>
<g transform="translate(100,500)">
<g>
<path class="st0" d="M-163.4-99.3c6.1-24,27.6-40.8,52.4-40.8v25c-13.3,0-24.9,9-28.1,21.9L-163.4-99.3z"/>
</g>
<g>
<path class="st1" d="M-111-140.1c29.8,0,54,24.2,54,54s-24.2,54-54,54s-54-24.2-54-54c0-4.5,0.6-8.9,1.7-13.3l24.2,6.1
c-3.9,15.5,5.5,31.3,21,35.3s31.3-5.5,35.3-21s-5.5-31.3-21-35.3c-2.3-0.6-4.7-0.9-7.1-0.9V-140.1z"/>
</g>
<text transform="matrix(1 0 0 1 -142.0668 -115.3113)" class="st2 st3 st4">16</text>
<text transform="matrix(1 0 0 1 -91.0562 -49.7729)" class="st2 st3 st4">60</text>
<text transform="matrix(1 0 0 1 -192.321 -22.0168)" class="st3 st5">Casa de la Cultura Las Estancias</text>
</g>
<g transform="translate(300,500)">
<g>
<path class="st0" d="M-141.5-44.1c-23.2-16.8-28.3-49.3-11.5-72.4c9.8-13.4,25.3-21.4,41.9-21.4v25c-14.8,0-26.8,12-26.8,26.8
c0,8.6,4.1,16.7,11.1,21.7L-141.5-44.1z"/>
</g>
<g>
<path class="st1" d="M-111-137.9c28.6,0,51.8,23.2,51.8,51.8S-82.4-34.2-111-34.2c-10.9,0-21.6-3.5-30.5-9.9l14.7-20.2
c12,8.7,28.8,6.1,37.5-5.9s6.1-28.8-5.9-37.5c-4.6-3.3-10.1-5.1-15.8-5.1V-137.9z"/>
</g>
<text transform="matrix(1 0 0 1 -153.9845 -94.7015)" class="st2 st3 st4">28</text>
<text transform="matrix(1 0 0 1 -79.1386 -70.3826)" class="st2 st3 st4">42</text>
<text transform="matrix(1 0 0 1 -181.9253 -24.1932)" class="st3 st5">Casa de la Cultura Alcázares</text>
</g>
<g transform="translate(500,500)">
<g>
<path class="st0" d="M-151.8-116.8c9.7-12.8,24.8-20.3,40.8-20.3v25c-8.2,0-15.9,3.8-20.8,10.4L-151.8-116.8z"/>
</g>
<g>
<path class="st1" d="M-111-137.1c28.2,0,51.1,22.9,51.1,51.1S-82.8-34.9-111-34.9s-51.1-22.9-51.1-51.1c0-11.1,3.6-21.9,10.3-30.8
l20,15.1c-8.7,11.5-6.4,27.9,5.1,36.6s27.9,6.4,36.6-5.1s6.4-27.9-5.1-36.6c-4.5-3.4-10.1-5.3-15.7-5.3V-137.1z"/>
</g>
<text transform="matrix(1 0 0 1 -133.7682 -117.0978)" class="st2 st3 st4">10</text>
<text transform="matrix(1 0 0 1 -99.3548 -47.9863)" class="st2 st3 st4">58</text>
<text transform="matrix(1 0 0 1 -178.2649 -24.9393)" class="st3 st5">Casa de la Cultura Poblado</text>
</g>
<g transform="translate(700,500)">
<g>
<path class="st0" d="M-134.5-129.2c7.2-3.9,15.3-6,23.5-6v25c-4,0-8,1-11.6,2.9L-134.5-129.2z"/>
</g>
<g>
<path class="st1" d="M-111-135.2c27.2,0,49.2,22,49.2,49.2s-22,49.2-49.2,49.2s-49.2-22-49.2-49.2c0-18,9.8-34.6,25.7-43.2l12,22
c-11.7,6.4-16.1,21.1-9.7,32.8c6.4,11.7,21.1,16.1,32.8,9.7c11.7-6.4,16.1-21.1,9.7-32.8c-4.2-7.8-12.4-12.6-21.2-12.6V-135.2z"/>
</g>
<text transform="matrix(1 0 0 1 -122.8338 -118.0957)" class="st2 st3 st4">5</text>
<text transform="matrix(1 0 0 1 -107.5085 -46.9885)" class="st2 st3 st4">58</text>
<text transform="matrix(1 0 0 1 -164.4988 -26.8539)" class="st3 st5">Uva Nuevo Occidente</text>
</g>
<g transform="translate(100,700)">
<g>
<path class="st0" d="M-136.4-158.4c1.2-13.1,12.2-23.2,25.4-23.2v25c-0.3,0-0.5,0.2-0.5,0.5L-136.4-158.4z"/>
</g>
<g>
<path class="st1" d="M-111-181.6c14.1,0,25.6,11.4,25.6,25.6c0,14.1-11.4,25.6-25.6,25.6s-25.6-11.4-25.6-25.6
c0-0.8,0-1.6,0.1-2.4l24.9,2.3c0,0.3,0.2,0.6,0.5,0.6c0.3,0,0.6-0.2,0.6-0.5c0-0.3-0.2-0.6-0.5-0.6c0,0,0,0-0.1,0V-181.6z"/>
</g>
<text transform="matrix(1 0 0 1 -122.5734 -162.229)" class="st2 st3 st4">4</text>
<text transform="matrix(1 0 0 1 -107.7689 -142.9389)" class="st2 st3 st4">13</text>
<text transform="matrix(1 0 0 1 -174.2876 -120.5326)" class="st3 st5">Casa de Cultura Pedregal</text>
</g>
<g transform="translate(300,700)">
<g>
<path class="st0" d="M-111-180.9L-111-180.9v24.8V-180.9z"/>
</g>
<g>
<path class="st1" d="M-111-131.3c-13.7,0-24.8-11.1-24.8-24.8s11.1-24.8,24.8-24.8c0,0,0,0,0,0c13.7,0,24.8,11.1,24.8,24.8
S-97.3-131.3-111-131.3C-111-131.3-111-131.3-111-131.3z"/>
</g>
<text transform="matrix(1 0 0 1 -113.7808 -164.9782)" class="st2 st3 st4">0</text>
<text transform="matrix(1 0 0 1 -116.5615 -140.1897)" class="st2 st3 st4">16</text>
<text transform="matrix(1 0 0 1 -177.0376 -121.2955)" class="st3 st5">Casa de la Cultura Popular</text>
</g>
<g transform="translate(500,700)">
<g>
<path class="st0" d="M-121.4-175.9c3.2-1.7,6.8-2.6,10.4-2.6v22.3L-121.4-175.9z"/>
</g>
<g>
<path class="st1" d="M-111-178.4c12.3,0,22.3,10,22.3,22.3c0,12.3-10,22.3-22.3,22.3s-22.3-10-22.3-22.3c0-8.3,4.6-15.9,12-19.8
l10.4,19.8V-178.4z"/>
</g>
<text transform="matrix(1 0 0 1 -116.4544 -163.4313)" class="st2 st3 st4">1</text>
<text transform="matrix(1 0 0 1 -113.8879 -141.7366)" class="st2 st3 st4">12</text>
<text transform="matrix(1 0 0 1 -172.4561 -123.7399)" class="st3 st5">Casa de Cultura Poblado</text>
</g>
<rect id="XMLID_374_" x="-244" y="-5.9" class="st0" width="36.2" height="36.2"/>
<rect id="XMLID_396_" x="-244" y="89.9" class="st1" width="36.2" height="36.2"/>
<text id="XMLID_375_" transform="matrix(1 0 0 1 -251.1262 144.6542)" class="st6 st7">MUJERES</text>
<text id="XMLID_398_" transform="matrix(1 0 0 1 -253.0856 48.8369)" class="st6 st7">HOMBRES</text>
</svg>

After

Width:  |  Height:  |  Size: 11 KiB

View File

@ -0,0 +1 @@
<svg width="800" height="800" xmlns="http://www.w3.org/2000/svg" version="1.1"><g transform="translate(10,10)"><g><circle class="node node--root" transform="translate(390,390)" r="390" style="fill-opacity: 0; stroke: rgb(221, 221, 221); stroke-opacity: 1;"></circle><circle class="node node--leaf" transform="translate(643.6664651360081,424.32648136903543)" r="113.97292880774532" style="fill: rgb(0, 150, 179); fill-opacity: 1; stroke: rgb(221, 221, 221); stroke-opacity: 0;"></circle><circle class="node node--leaf" transform="translate(353.3277650994312,151.93525552670525)" r="98.12622399486268" style="fill: rgb(46, 205, 218); fill-opacity: 1; stroke: rgb(221, 221, 221); stroke-opacity: 0;"></circle><circle class="node node--leaf" transform="translate(355.4204955724291,424.32648136903543)" r="166.65693784310875" style="fill: rgb(115, 58, 142); fill-opacity: 1; stroke: rgb(221, 221, 221); stroke-opacity: 0;"></circle><circle class="node node--leaf" transform="translate(175.7918483700764,231.89478465449136)" r="88.96906984994608" style="fill: rgb(237, 28, 36); fill-opacity: 1; stroke: rgb(221, 221, 221); stroke-opacity: 0;"></circle><circle class="node node--leaf" transform="translate(263.2607481710058,653.4761635772484)" r="72.71480489090901" style="fill: rgb(205, 0, 129); fill-opacity: 1; stroke: rgb(221, 221, 221); stroke-opacity: 0;"></circle><circle class="node node--leaf" transform="translate(102.71847003030001,393.0441552012785)" r="80.35786397405343" style="fill: rgb(229, 109, 0); fill-opacity: 1; stroke: rgb(221, 221, 221); stroke-opacity: 0;"></circle><circle class="node node--leaf" transform="translate(506.6127711407512,592.0485071718117)" r="51.53613118125711" style="fill: rgb(0, 128, 58); fill-opacity: 1; stroke: rgb(221, 221, 221); stroke-opacity: 0;"></circle><circle class="node node--leaf" transform="translate(404.18368990141937,654.0749344894916)" r="60.593305987179555" style="fill: rgb(252, 238, 33); fill-opacity: 1; stroke: rgb(221, 221, 221); stroke-opacity: 0;"></circle><circle class="node node--leaf" transform="translate(544.8020288352337,226.3628346331677)" r="99.68858168412457" style="fill: rgb(255, 123, 172); fill-opacity: 1; stroke: rgb(221, 221, 221); stroke-opacity: 0;"></circle><circle class="node node--leaf" transform="translate(609.4623620567559,586.2046320807862)" r="43.86324643039843" style="fill: rgb(217, 224, 33); fill-opacity: 1; stroke: rgb(221, 221, 221); stroke-opacity: 0;"></circle><circle class="node node--leaf" transform="translate(139.6057483875431,554.7596804922563)" r="77.89520573050339" style="fill: rgb(198, 156, 109); fill-opacity: 1; stroke: rgb(221, 221, 221); stroke-opacity: 0;"></circle><circle class="node node--leaf" transform="translate(694.7296021240886,572.2701094800075)" r="34.918990622478915" style="fill: rgb(0, 156, 222); fill-opacity: 1; stroke: rgb(221, 221, 221); stroke-opacity: 0;"></circle></g><g><text text-anchor="middle" style="font-size: 11px; font-family: Arial, Helvetica;" transform="translate(390,390)"></text><text text-anchor="middle" style="font-size: 11px; font-family: Arial, Helvetica;" transform="translate(643.6664651360081,424.32648136903543)">Alcázares</text><text text-anchor="middle" style="font-size: 11px; font-family: Arial, Helvetica;" transform="translate(353.3277650994312,151.93525552670525)">El Poblado</text><text text-anchor="middle" style="font-size: 11px; font-family: Arial, Helvetica;" transform="translate(355.4204955724291,424.32648136903543)">Las Estancias</text><text text-anchor="middle" style="font-size: 11px; font-family: Arial, Helvetica;" transform="translate(175.7918483700764,231.89478465449136)">Los Colores</text><text text-anchor="middle" style="font-size: 11px; font-family: Arial, Helvetica;" transform="translate(263.2607481710058,653.4761635772484)">Manrique</text><text text-anchor="middle" style="font-size: 11px; font-family: Arial, Helvetica;" transform="translate(102.71847003030001,393.0441552012785)">Pedregal</text><text text-anchor="middle" style="font-size: 11px; font-family: Arial, Helvetica;" transform="translate(506.6127711407512,592.0485071718117)">Popular</text><text text-anchor="middle" style="font-size: 11px; font-family: Arial, Helvetica;" transform="translate(404.18368990141937,654.0749344894916)">Teatro al Aire Libre de Pedregal</text><text text-anchor="middle" style="font-size: 11px; font-family: Arial, Helvetica;" transform="translate(544.8020288352337,226.3628346331677)">UVA Sol de Oriente</text><text text-anchor="middle" style="font-size: 11px; font-family: Arial, Helvetica;" transform="translate(609.4623620567559,586.2046320807862)">Uva Nuevo Occidente</text><text text-anchor="middle" style="font-size: 11px; font-family: Arial, Helvetica;" transform="translate(139.6057483875431,554.7596804922563)">Uva Sin Fronteras</text><text text-anchor="middle" style="font-size: 11px; font-family: Arial, Helvetica;" transform="translate(694.7296021240886,572.2701094800075)">Ávila</text></g></g></svg>

After

Width:  |  Height:  |  Size: 4.9 KiB

View File

@ -0,0 +1,188 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- Generator: Adobe Illustrator 19.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
<svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
width="718px" height="500px" viewBox="-179 135 718 500" style="enable-background:new -179 135 718 500;" xml:space="preserve">
<style type="text/css">
.st0{fill:#F2F2F2;}
.st1{fill:none;stroke:#CCCCCC;}
.st2{font-family:'ArialMT';}
.st3{font-size:10px;}
.st4{fill:#0096B3;fill-opacity:0.9;}
.st5{fill:#2ECDDA;fill-opacity:0.9;}
.st6{fill:#733A8E;fill-opacity:0.9;}
.st7{fill:#E56D00;fill-opacity:0.9;}
.st8{fill:#00803A;fill-opacity:0.9;}
.st9{fill:#009CDE;fill-opacity:0.9;}
.st10{fill:#CD0081;fill-opacity:0.9;}
.st11{fill:#949494;fill-opacity:0.9;}
.st12{fill:#FCEE21;fill-opacity:0.9;}
.st13{fill:#FF7BAC;fill-opacity:0.9;}
.st14{fill:#FCB53E;fill-opacity:0.9;}
.st15{font-family:'CarterOne';}
.st16{font-size:11.323px;}
</style>
<rect x="-161" y="135" class="st0" width="700" height="476"/>
<g>
<g transform="translate(0,450)">
<g transform="translate(69.45228965850085,0)">
<line class="st1" x1="-161" y1="135" x2="-161" y2="-285"/>
<text transform="matrix(1 0 0 1 -163.7807 145.1)" class="st2 st3">0</text>
</g>
<g transform="translate(147.44549879376046,0)">
<line class="st1" x1="-161" y1="135" x2="-161" y2="-285"/>
<text transform="matrix(1 0 0 1 -169.3423 145.1)" class="st2 st3">200</text>
</g>
<g transform="translate(225.4387079290201,0)">
<line class="st1" x1="-161" y1="135" x2="-161" y2="-285"/>
<text transform="matrix(1 0 0 1 -169.3423 145.1)" class="st2 st3">400</text>
</g>
<g transform="translate(303.4319170642798,0)">
<line class="st1" x1="-161" y1="135" x2="-161" y2="-285"/>
<text transform="matrix(1 0 0 1 -169.3423 145.1)" class="st2 st3">600</text>
</g>
<g transform="translate(381.42512619953936,0)">
<line class="st1" x1="-161" y1="135" x2="-161" y2="-285"/>
<text transform="matrix(1 0 0 1 -169.3423 145.1)" class="st2 st3">800</text>
</g>
<g transform="translate(459.418335334799,0)">
<line class="st1" x1="-161" y1="135" x2="-161" y2="-285"/>
<text transform="matrix(1 0 0 1 -173.5122 145.1)" class="st2 st3">1,000</text>
</g>
<g transform="translate(537.4115444700587,0)">
<line class="st1" x1="-161" y1="135" x2="-161" y2="-285"/>
<text transform="matrix(1 0 0 1 -173.5122 145.1)" class="st2 st3">1,200</text>
</g>
<g transform="translate(615.4047536053183,0)">
<line class="st1" x1="-161" y1="135" x2="-161" y2="-285"/>
<text transform="matrix(1 0 0 1 -173.5122 145.1)" class="st2 st3">1,400</text>
</g>
<path class="st1" d="M-91.5-285v420H509v-420"/>
</g>
<g transform="translate(69.45228965850085,0)">
<g transform="translate(0,450)">
<line class="st1" x1="-161" y1="135" x2="439.5" y2="135"/>
<text transform="matrix(1 0 0 1 -169.5615 138.2)" class="st2 st3">0</text>
</g>
<g transform="translate(0,409.70063327576275)">
<line class="st1" x1="-161" y1="135" x2="439.5" y2="135"/>
<text transform="matrix(1 0 0 1 -200.1475 138.2)" class="st2 st3">500,000</text>
</g>
<g transform="translate(0,369.4012665515256)">
<line class="st1" x1="-161" y1="135" x2="439.5" y2="135"/>
<text transform="matrix(1 0 0 1 -208.4873 138.2)" class="st2 st3">1,000,000</text>
</g>
<g transform="translate(0,329.1018998272884)">
<line class="st1" x1="-161" y1="135" x2="439.5" y2="135"/>
<text transform="matrix(1 0 0 1 -208.4873 138.2)" class="st2 st3">1,500,000</text>
</g>
<g transform="translate(0,288.80253310305125)">
<line class="st1" x1="-161" y1="135" x2="439.5" y2="135"/>
<text transform="matrix(1 0 0 1 -208.4873 138.2)" class="st2 st3">2,000,000</text>
</g>
<g transform="translate(0,248.503166378814)">
<line class="st1" x1="-161" y1="135" x2="439.5" y2="135"/>
<text transform="matrix(1 0 0 1 -208.4873 138.2)" class="st2 st3">2,500,000</text>
</g>
<g transform="translate(0,208.20379965457687)">
<line class="st1" x1="-161" y1="135" x2="439.5" y2="135"/>
<text transform="matrix(1 0 0 1 -208.4873 138.2)" class="st2 st3">3,000,000</text>
</g>
<g transform="translate(0,167.90443293033968)">
<line class="st1" x1="-161" y1="135" x2="439.5" y2="135"/>
<text transform="matrix(1 0 0 1 -208.4873 138.2)" class="st2 st3">3,500,000</text>
</g>
<g transform="translate(0,127.60506620610249)">
<line class="st1" x1="-161" y1="135" x2="439.5" y2="135"/>
<text transform="matrix(1 0 0 1 -208.4873 138.2)" class="st2 st3">4,000,000</text>
</g>
<g transform="translate(0,87.30569948186529)">
<line class="st1" x1="-161" y1="135" x2="439.5" y2="135"/>
<text transform="matrix(1 0 0 1 -208.4873 138.2)" class="st2 st3">4,500,000</text>
</g>
<g transform="translate(0,47.00633275762809)">
<line class="st1" x1="-161" y1="135" x2="439.5" y2="135"/>
<text transform="matrix(1 0 0 1 -208.4873 138.2)" class="st2 st3">5,000,000</text>
</g>
<path class="st1" d="M439.5,165H-161v420h600.5"/>
</g>
<g>
<circle class="st4" cx="194.3" cy="373.8" r="30"/>
<text transform="matrix(1 0 0 1 135.1006 388.8313)" class="st2 st3">Casa de Cultura Alcázares</text>
</g>
<g>
<circle class="st5" cx="-62.3" cy="419.8" r="19"/>
<text transform="matrix(1 0 0 1 -124.0044 434.7726)" class="st2 st3">Casa de Cultura El Poblado</text>
</g>
<g>
<circle class="st6" cx="2" cy="488.3" r="19"/>
<text transform="matrix(1 0 0 1 -66.6033 503.2815)" class="st2 st3">Casa de Cultura Las Estancias</text>
</g>
<g>
<circle class="st7" cx="-19.4" cy="179.6" r="26.8"/>
<text transform="matrix(1 0 0 1 -76.9382 194.5884)" class="st2 st3">Casa de Cultura Pedregal</text>
</g>
<g>
<circle class="st8" cx="216.5" cy="350.3" r="23.2"/>
<text transform="matrix(1 0 0 1 161.772 365.2965)" class="st2 st3">Casa de Cultura Popular</text>
</g>
<g>
<circle class="st9" cx="376.4" cy="272.3" r="19"/>
<text transform="matrix(1 0 0 1 328.0546 287.2769)" class="st2 st3">Casa de Cultura Ávila</text>
</g>
<g>
<circle class="st10" cx="-57.6" cy="263.4" r="19"/>
<text transform="matrix(1 0 0 1 -120.1548 278.4111)" class="st2 st3">Casa de la cultura Manrique</text>
</g>
<g>
<circle class="st11" cx="509" cy="235.2" r="19"/>
<text transform="matrix(1 0 0 1 484.2612 250.2015)" class="st2 st3">Teatro Lido</text>
</g>
<g>
<circle class="st12" cx="349.1" cy="165" r="26.8"/>
<text transform="matrix(1 0 0 1 279.0699 180)" class="st2 st3">Teatro al Aire Libre de Pedregal</text>
</g>
<g>
<circle class="st13" cx="254.4" cy="296.5" r="23.2"/>
<text transform="matrix(1 0 0 1 220.2628 311.4565)" class="st2 st3">UVA El Paraíso</text>
</g>
<g>
<circle class="st14" cx="-52.6" cy="548.7" r="13.4"/>
<text transform="matrix(1 0 0 1 -95.537 563.7306)" class="st2 st3">UVA Sol de Oriente</text>
</g>
<g>
<circle cx="194.3" cy="373.8" r="1"/>
</g>
<g>
<circle cx="-62.3" cy="419.8" r="1"/>
</g>
<g>
<circle cx="2" cy="488.3" r="1"/>
</g>
<g>
<circle cx="-19.4" cy="179.6" r="1"/>
</g>
<g>
<circle cx="216.5" cy="350.3" r="1"/>
</g>
<g>
<circle cx="376.4" cy="272.3" r="1"/>
</g>
<g>
<circle cx="-57.6" cy="263.4" r="1"/>
</g>
<g>
<circle cx="509" cy="235.2" r="1"/>
</g>
<g>
<circle cx="349.1" cy="165" r="1"/>
</g>
<g>
<circle cx="254.4" cy="296.5" r="1"/>
</g>
<g>
<circle cx="-52.6" cy="548.7" r="1"/>
</g>
</g>
<text id="XMLID_70_" transform="matrix(1 0 0 1 120.7725 624.8063)" class="st15 st16">Beneficiarios Potenciales</text>
<text id="XMLID_75_" transform="matrix(0 -1 1 0 -165.3203 403.8315)" class="st15 st16">Presupuesto</text>
</svg>

After

Width:  |  Height:  |  Size: 7.7 KiB

View File

@ -0,0 +1,680 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- Generator: Adobe Illustrator 19.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
<svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
width="850px" height="820px" viewBox="-86 -26 850 820" style="enable-background:new -86 -26 850 820;" xml:space="preserve">
<style type="text/css">
.st0{fill:none;stroke:#0096B3;stroke-width:93.7598;stroke-opacity:0.4;}
.st1{fill:none;stroke:#733A8E;stroke-width:71.0619;stroke-opacity:0.4;}
.st2{fill:none;stroke:#CD0081;stroke-width:49.6135;stroke-opacity:0.4;}
.st3{fill:none;stroke:#CD0081;stroke-width:39.9776;stroke-opacity:0.4;}
.st4{fill:none;stroke:#9D9797;stroke-width:38.4589;stroke-opacity:0.4;}
.st5{fill:none;stroke:#2ECDDA;stroke-width:38.3569;stroke-opacity:0.4;}
.st6{fill:none;stroke:#666666;stroke-width:33.129;stroke-opacity:0.4;}
.st7{fill:none;stroke:#666666;stroke-width:31.8158;stroke-opacity:0.4;}
.st8{fill:none;stroke:#F9ED32;stroke-width:31.1617;stroke-opacity:0.4;}
.st9{fill:none;stroke:#9D9797;stroke-width:30.8595;stroke-opacity:0.4;}
.st10{fill:none;stroke:#9D9797;stroke-width:29.0117;stroke-opacity:0.4;}
.st11{fill:none;stroke:#1A1A1A;stroke-width:25.4677;stroke-opacity:0.4;}
.st12{fill:none;stroke:#009CDE;stroke-width:25.4064;stroke-opacity:0.4;}
.st13{fill:none;stroke:#733A8E;stroke-width:25.074;stroke-opacity:0.4;}
.st14{fill:none;stroke:#9D9797;stroke-width:23.6995;stroke-opacity:0.4;}
.st15{fill:none;stroke:#CD0081;stroke-width:23.5474;stroke-opacity:0.4;}
.st16{fill:none;stroke:#9D9797;stroke-width:23.5249;stroke-opacity:0.4;}
.st17{fill:none;stroke:#F9ED32;stroke-width:19.6153;stroke-opacity:0.4;}
.st18{fill:none;stroke:#9D9797;stroke-width:19.3759;stroke-opacity:0.4;}
.st19{fill:none;stroke:#009CDE;stroke-width:18.7965;stroke-opacity:0.4;}
.st20{fill:none;stroke:#C69C6D;stroke-width:17.0183;stroke-opacity:0.4;}
.st21{fill:none;stroke:#0096B3;stroke-width:16.9141;stroke-opacity:0.4;}
.st22{fill:none;stroke:#ED1C24;stroke-width:15.548;stroke-opacity:0.4;}
.st23{fill:none;stroke:#9D9797;stroke-width:13.7555;stroke-opacity:0.4;}
.st24{fill:none;stroke:#CD0081;stroke-width:13.7482;stroke-opacity:0.4;}
.st25{fill:none;stroke:#009CDE;stroke-width:13.2947;stroke-opacity:0.4;}
.st26{fill:none;stroke:#CD0081;stroke-width:12.8271;stroke-opacity:0.4;}
.st27{fill:none;stroke:#00803A;stroke-width:12.8271;stroke-opacity:0.4;}
.st28{fill:none;stroke:#733A8E;stroke-width:12.7736;stroke-opacity:0.4;}
.st29{fill:none;stroke:#1A1A1A;stroke-width:12.7736;stroke-opacity:0.4;}
.st30{fill:none;stroke:#0096B3;stroke-width:12.7314;stroke-opacity:0.4;}
.st31{fill:none;stroke:#666666;stroke-width:12.6356;stroke-opacity:0.4;}
.st32{fill:none;stroke:#FCEE21;stroke-width:12.3201;stroke-opacity:0.4;}
.st33{fill:none;stroke:#E56D00;stroke-width:11.6216;stroke-opacity:0.4;}
.st34{fill:none;stroke:#E56D00;stroke-width:11.5168;stroke-opacity:0.4;}
.st35{fill:none;stroke:#733A8E;stroke-width:11.4019;stroke-opacity:0.4;}
.st36{fill:none;stroke:#CD0081;stroke-width:11.4019;stroke-opacity:0.4;}
.st37{fill:none;stroke:#2ECDDA;stroke-width:11.3087;stroke-opacity:0.4;}
.st38{fill:none;stroke:#C69C6D;stroke-width:10.7034;stroke-opacity:0.4;}
.st39{fill:none;stroke:#CD0081;stroke-width:10.6189;stroke-opacity:0.4;}
.st40{fill:none;stroke:#009CDE;stroke-width:10.4591;stroke-opacity:0.4;}
.st41{fill:none;stroke:#9D9797;stroke-width:10.4217;stroke-opacity:0.4;}
.st42{fill:none;stroke:#1A1A1A;stroke-width:10.0274;stroke-opacity:0.4;}
.st43{fill:none;stroke:#ED1C24;stroke-width:9.9147;stroke-opacity:0.4;}
.st44{fill:none;stroke:#2BB673;stroke-width:9.9147;stroke-opacity:0.4;}
.st45{fill:none;stroke:#F9ED32;stroke-width:9.4361;stroke-opacity:0.4;}
.st46{fill:none;stroke:#666666;stroke-width:9.3795;stroke-opacity:0.4;}
.st47{fill:none;stroke:#2BB673;stroke-width:8.8922;stroke-opacity:0.4;}
.st48{fill:none;stroke:#1A1A1A;stroke-width:8.5196;stroke-opacity:0.4;}
.st49{fill:none;stroke:#CD0081;stroke-width:8.5092;stroke-opacity:0.4;}
.st50{fill:none;stroke:#009CDE;stroke-width:8.3374;stroke-opacity:0.4;}
.st51{fill:none;stroke:#2ECDDA;stroke-width:8.3374;stroke-opacity:0.4;}
.st52{fill:none;stroke:#2BB673;stroke-width:8.3374;stroke-opacity:0.4;}
.st53{fill:none;stroke:#666666;stroke-width:7.8078;stroke-opacity:0.4;}
.st54{fill:none;stroke:#FCEE21;stroke-width:7.6726;stroke-opacity:0.4;}
.st55{fill:none;stroke:#1A1A1A;stroke-width:7.6608;stroke-opacity:0.4;}
.st56{fill:none;stroke:#733A8E;stroke-width:7.374;stroke-opacity:0.4;}
.st57{fill:none;stroke:#0096B3;stroke-width:6.6473;stroke-opacity:0.4;}
.st58{fill:none;stroke:#F9ED32;stroke-width:6.6473;stroke-opacity:0.4;}
.st59{fill:none;stroke:#00803A;stroke-width:6.6445;stroke-opacity:0.4;}
.st60{fill:none;stroke:#E56D00;stroke-width:6.4136;stroke-opacity:0.4;}
.st61{fill:none;stroke:#000000;stroke-width:6.4136;stroke-opacity:0.4;}
.st62{fill:none;stroke:#BF6983;stroke-width:6.4136;stroke-opacity:0.4;}
.st63{fill:none;stroke:#733A8E;stroke-width:6.4051;stroke-opacity:0.4;}
.st64{fill:none;stroke:#ED1C24;stroke-width:6.2755;stroke-opacity:0.4;}
.st65{fill:none;stroke:#2BB673;stroke-width:6.084;stroke-opacity:0.4;}
.st66{fill:none;stroke:#FCB53E;stroke-width:5.9995;stroke-opacity:0.4;}
.st67{fill:none;stroke:#FCB53E;stroke-width:5.9939;stroke-opacity:0.4;}
.st68{fill:none;stroke:#FCB53E;stroke-width:5.6615;stroke-opacity:0.4;}
.st69{fill:none;stroke:#E56D00;stroke-width:5.4137;stroke-opacity:0.4;}
.st70{fill:none;stroke:#ED1C24;stroke-width:5.239;stroke-opacity:0.4;}
.st71{fill:none;stroke:#2BB673;stroke-width:5.1432;stroke-opacity:0.4;}
.st72{fill:none;stroke:#9D9797;stroke-width:5.123;stroke-opacity:0.4;}
.st73{fill:none;stroke:#E56D00;stroke-width:5.07;stroke-opacity:0.4;}
.st74{fill:none;stroke:#666666;stroke-width:5.07;stroke-opacity:0.4;}
.st75{fill:none;stroke:#2ECDDA;stroke-width:4.9573;stroke-opacity:0.4;}
.st76{fill:none;stroke:#CD0081;stroke-width:4.9573;stroke-opacity:0.4;}
.st77{fill:none;stroke:#00803A;stroke-width:4.9573;stroke-opacity:0.4;}
.st78{fill:none;stroke:#8CC63F;stroke-width:4.3366;stroke-opacity:0.4;}
.st79{fill:none;stroke:#8CC63F;stroke-width:4.2588;stroke-opacity:0.4;}
.st80{fill:none;stroke:#666666;stroke-width:4.1687;stroke-opacity:0.4;}
.st81{fill:none;stroke:#1A1A1A;stroke-width:4.1687;stroke-opacity:0.4;}
.st82{fill:none;stroke:#2BB673;stroke-width:4.1687;stroke-opacity:0.4;}
.st83{fill:none;stroke:#CD0081;stroke-width:4.1687;stroke-opacity:0.4;}
.st84{fill:none;stroke:#C69C6D;stroke-width:4.1377;stroke-opacity:0.4;}
.st85{fill:none;stroke:#2BB673;stroke-width:4.1377;stroke-opacity:0.4;}
.st86{fill:none;stroke:#0096B3;stroke-width:3.8532;stroke-opacity:0.4;}
.st87{fill:none;stroke:#FCEE21;stroke-width:3.718;stroke-opacity:0.4;}
.st88{fill:none;stroke:#666666;stroke-width:3.38;stroke-opacity:0.4;}
.st89{fill:none;stroke:#C69C6D;stroke-width:3.1547;stroke-opacity:0.4;}
.st90{fill:none;stroke:#1A1A1A;stroke-width:3.1547;stroke-opacity:0.4;}
.st91{fill:none;stroke:#8CC63F;stroke-width:3.0983;stroke-opacity:0.4;}
.st92{fill:none;stroke:#666666;stroke-width:3.042;stroke-opacity:0.4;}
.st93{fill:none;stroke:#ED1C24;stroke-width:2.5567;stroke-opacity:0.4;}
.st94{fill:none;stroke:#666666;stroke-width:2.4787;stroke-opacity:0.4;}
.st95{fill:none;stroke:#1A1A1A;stroke-width:2.4787;stroke-opacity:0.4;}
.st96{fill:none;stroke:#FCB53E;stroke-opacity:0.4;}
.st97{fill:none;stroke:#2BB673;stroke-opacity:0.4;}
.st98{fill:none;stroke:#1A1A1A;stroke-opacity:0.4;}
.st99{fill:#666666;}
.st100{font-family:'ArialMT';}
.st101{font-size:11px;}
</style>
<g transform="translate(0,10)">
<g>
<path class="st0" d="M-79,175c207.2,0,207.2,91.5,414.5,91.5 ">
<title>16643700</title>
</path>
<path class="st1" d="M-79,19.5c207.2,0,207.2,20,414.5,20 ">
<title>12614500</title>
</path>
<path class="st2" d="M342.5,302.3C549.8,302.3,549.8,446,757,446 ">
<title>8807100</title>
</path>
<path class="st3" d="M342.5,228.2C549.8,228.2,549.8,23,757,23 ">
<title>7096600</title>
</path>
<path class="st4" d="M342.5,96.9C549.8,96.9,549.8,360,757,360 ">
<title>6827000</title>
</path>
<path class="st5" d="M-79,377.5c207.2,0,207.2-257.8,414.5-257.8 ">
<title>6808900</title>
</path>
<path class="st6" d="M342.5,409.6c207.2,0,207.2-239.1,414.5-239.1 ">
<title>5880880</title>
</path>
<path class="st7" d="M342.5,377.1c207.2,0,207.2-318.2,414.5-318.2 ">
<title>5647754</title>
</path>
<path class="st8" d="M342.5,584C549.8,584,549.8,98,757,98 ">
<title>5531650</title>
</path>
<path class="st9" d="M342.5,62.2c207.2,0,207.2,211.7,414.5,211.7 ">
<title>5478000</title>
</path>
<path class="st10" d="M342.5,18.5c207.2,0,207.2-30,414.5-30 ">
<title>5150000</title>
</path>
<path class="st11" d="M342.5,504.5c207.2,0,207.2-304.8,414.5-304.8 ">
<title>4520880</title>
</path>
<path class="st12" d="M-79,284.7c207.2,0,207.2-196.9,414.5-196.9 ">
<title>4510000</title>
</path>
<path class="st13" d="M-79,79c207.2,0,207.2,294.8,414.5,294.8 ">
<title>4450994</title>
</path>
<path class="st14" d="M342.5,127.9c207.2,0,207.2,364.7,414.5,364.7 ">
<title>4207000</title>
</path>
<path class="st15" d="M-79,454.3c207.2,0,207.2-303.7,414.5-303.7 ">
<title>4180000</title>
</path>
<path class="st16" d="M342.5,170.9c207.2,0,207.2,428.4,414.5,428.4 ">
<title>4176000</title>
</path>
<path class="st17" d="M342.5,609.4c207.2,0,207.2-387.1,414.5-387.1 ">
<title>3482000</title>
</path>
<path class="st18" d="M342.5,149.5c207.2,0,207.2,396.3,414.5,396.3 ">
<title>3439500</title>
</path>
<path class="st19" d="M-79,306.8c207.2,0,207.2,101.6,414.5,101.6 ">
<title>3336640</title>
</path>
<path class="st20" d="M-79,662c207.2,0,207.2-324.9,414.5-324.9 ">
<title>3021000</title>
</path>
<path class="st21" d="M-79,253.5c207.2,0,207.2,407.5,414.5,407.5 ">
<title>3002500</title>
</path>
<path class="st22" d="M-79,573.1c207.2,0,207.2-35,414.5-35 ">
<title>2760000</title>
</path>
<path class="st23" d="M342.5,39.9c207.2,0,207.2,102.2,414.5,102.2 ">
<title>2441790</title>
</path>
<path class="st24" d="M342.5,260c207.2,0,207.2,36.1,414.5,36.1 ">
<title>2440500</title>
</path>
<path class="st25" d="M-79,333.3c207.2,0,207.2,252,414.5,252 ">
<title>2360000</title>
</path>
<path class="st26" d="M-79,477.5c207.2,0,207.2,230.9,414.5,230.9 ">
<title>2277000</title>
</path>
<path class="st27" d="M-79,626.3c207.2,0,207.2,94.8,414.5,94.8 ">
<title>2277000</title>
</path>
<path class="st28" d="M-79,97.9c207.2,0,207.2,392.6,414.5,392.6 ">
<title>2267500</title>
</path>
<path class="st29" d="M342.5,523.6c207.2,0,207.2-214.2,414.5-214.2 ">
<title>2267500</title>
</path>
<path class="st30" d="M-79,228.2c207.2,0,207.2,164.4,414.5,164.4 ">
<title>2260000</title>
</path>
<path class="st31" d="M342.5,455.8c207.2,0,207.2,220.3,414.5,220.3 ">
<title>2243000</title>
</path>
<path class="st32" d="M-79,700.8c207.2,0,207.2-238.8,414.5-238.8 ">
<title>2187000</title>
</path>
<path class="st33" d="M-79,505.1c207.2,0,207.2-73.1,414.5-73.1 ">
<title>2063000</title>
</path>
<path class="st34" d="M-79,521.8c207.2,0,207.2,87.3,414.5,87.3 ">
<title>2044400</title>
</path>
<path class="st35" d="M-79,60.8c207.2,0,207.2,153.2,414.5,153.2 ">
<title>2024000</title>
</path>
<path class="st36" d="M342.5,345.5c207.2,0,207.2,385.4,414.5,385.4 ">
<title>2024000</title>
</path>
<path class="st37" d="M-79,421.9c207.2,0,207.2,175.6,414.5,175.6 ">
<title>2007450</title>
</path>
<path class="st37" d="M-79,410.6c207.2,0,207.2,109,414.5,109 ">
<title>2007450</title>
</path>
<path class="st38" d="M-79,648.1c207.2,0,207.2-462.1,414.5-462.1 ">
<title>1900000</title>
</path>
<path class="st39" d="M342.5,272.2c207.2,0,207.2,112.3,414.5,112.3 ">
<title>1885000</title>
</path>
<path class="st40" d="M-79,321.4c207.2,0,207.2,187.4,414.5,187.4 ">
<title>1856640</title>
</path>
<path class="st41" d="M342.5,187.9c207.2,0,207.2,447.7,414.5,447.7 ">
<title>1850000</title>
</path>
<path class="st42" d="M342.5,543.6c207.2,0,207.2-29,414.5-29 ">
<title>1780000</title>
</path>
<path class="st43" d="M-79,560.4c207.2,0,207.2-117.7,414.5-117.7 ">
<title>1760000</title>
</path>
<path class="st44" d="M342.5,655.3c207.2,0,207.2-418.3,414.5-418.3 ">
<title>1760000</title>
</path>
<path class="st45" d="M342.5,630.5c207.2,0,207.2-224,414.5-224 ">
<title>1675050</title>
</path>
<path class="st46" d="M342.5,442.4c207.2,0,207.2,173.4,414.5,173.4 ">
<title>1665000</title>
</path>
<path class="st47" d="M342.5,677.2c207.2,0,207.2-27,414.5-27 ">
<title>1578500</title>
</path>
<path class="st48" d="M342.5,534.3c207.2,0,207.2-136.8,414.5-136.8 ">
<title>1512350</title>
</path>
<path class="st49" d="M342.5,331.4c207.2,0,207.2,228.3,414.5,228.3 ">
<title>1510500</title>
</path>
<path class="st50" d="M-79,344.1c207.2,0,207.2,329.6,414.5,329.6 ">
<title>1480000</title>
</path>
<path class="st51" d="M-79,400.8c207.2,0,207.2,21.2,414.5,21.2 ">
<title>1480000</title>
</path>
<path class="st52" d="M342.5,664.5c207.2,0,207.2-337.8,414.5-337.8 ">
<title>1480000</title>
</path>
<path class="st53" d="M342.5,470.2c207.2,0,207.2,280.3,414.5,280.3 ">
<title>1385994</title>
</path>
<path class="st54" d="M-79,710.8c207.2,0,207.2-89.6,414.5-89.6 ">
<title>1362000</title>
</path>
<path class="st55" d="M342.5,488C549.8,488,549.8,78.6,757,78.6 ">
<title>1359900</title>
</path>
<path class="st56" d="M-79,114.4c207.2,0,207.2,534.5,414.5,534.5 ">
<title>1308994</title>
</path>
<path class="st57" d="M-79,237.9c207.2,0,207.2,262.3,414.5,262.3 ">
<title>1180000</title>
</path>
<path class="st58" d="M342.5,622.5c207.2,0,207.2-303.3,414.5-303.3 ">
<title>1180000</title>
</path>
<path class="st59" d="M-79,596.8c207.2,0,207.2-419.4,414.5-419.4 ">
<title>1179500</title>
</path>
<path class="st60" d="M-79,530.7c207.2,0,207.2,210.1,414.5,210.1 ">
<title>1138500</title>
</path>
<path class="st61" d="M342.5,705.1C549.8,705.1,549.8,122,757,122 ">
<title>1138500</title>
</path>
<path class="st61" d="M342.5,718c207.2,0,207.2-195.1,414.5-195.1 ">
<title>1138500</title>
</path>
<path class="st61" d="M342.5,711.6c207.2,0,207.2-466.3,414.5-466.3 ">
<title>1138500</title>
</path>
<path class="st61" d="M342.5,724.4c207.2,0,207.2-150.1,414.5-150.1 ">
<title>1138500</title>
</path>
<path class="st62" d="M342.5,740.8c207.2,0,207.2,30,414.5,30 ">
<title>1138500</title>
</path>
<path class="st63" d="M-79,107.5c207.2,0,207.2,464.1,414.5,464.1 ">
<title>1137000</title>
</path>
<path class="st64" d="M-79,547.1c207.2,0,207.2-376.1,414.5-376.1 ">
<title>1114000</title>
</path>
<path class="st65" d="M342.5,684.7c207.2,0,207.2,0.8,414.5,0.8 ">
<title>1080000</title>
</path>
<path class="st66" d="M-79,733.3c207.2,0,207.2-262.2,414.5-262.2 ">
<title>1064994</title>
</path>
<path class="st67" d="M-79,739.3c207.2,0,207.2-111.3,414.5-111.3 ">
<title>1064000</title>
</path>
<path class="st68" d="M-79,727.5c207.2,0,207.2-379.1,414.5-379.1 ">
<title>1005000</title>
</path>
<path class="st69" d="M-79,496.6c207.2,0,207.2-331.5,414.5-331.5 ">
<title>961000</title>
</path>
<path class="st70" d="M-79,552.8c207.2,0,207.2-231.9,414.5-231.9 ">
<title>930000</title>
</path>
<path class="st71" d="M342.5,647.8c207.2,0,207.2-531.6,414.5-531.6 ">
<title>912994</title>
</path>
<path class="st72" d="M342.5,195.7c207.2,0,207.2,471.6,414.5,471.6 ">
<title>909400</title>
</path>
<path class="st73" d="M-79,513.5c207.2,0,207.2,14.4,414.5,14.4 ">
<title>900000</title>
</path>
<path class="st74" d="M342.5,432.1c207.2,0,207.2,75,414.5,75 ">
<title>900000</title>
</path>
<path class="st75" d="M-79,430.1c207.2,0,207.2,250.3,414.5,250.3 ">
<title>880000</title>
</path>
<path class="st76" d="M-79,468.6c207.2,0,207.2-152.7,414.5-152.7 ">
<title>880000</title>
</path>
<path class="st77" d="M-79,617.5c207.2,0,207.2,67.9,414.5,67.9 ">
<title>880000</title>
</path>
<path class="st77" d="M-79,607.5c207.2,0,207.2-157.4,414.5-157.4 ">
<title>880000</title>
</path>
<path class="st77" d="M-79,612.5c207.2,0,207.2-64.1,414.5-64.1 ">
<title>880000</title>
</path>
<path class="st77" d="M-79,602.6c207.2,0,207.2-276.5,414.5-276.5 ">
<title>880000</title>
</path>
<path class="st76" d="M342.5,250.7c207.2,0,207.2-99.3,414.5-99.3 ">
<title>880000</title>
</path>
<path class="st78" d="M-79,757.6c207.2,0,207.2-201.4,414.5-201.4 ">
<title>769800</title>
</path>
<path class="st79" d="M-79,761.9c207.2,0,207.2-128.8,414.5-128.8 ">
<title>756000</title>
</path>
<path class="st80" d="M342.5,464.2c207.2,0,207.2,240.6,414.5,240.6 ">
<title>740000</title>
</path>
<path class="st81" d="M342.5,553.1C549.8,553.1,549.8,709,757,709 ">
<title>740000</title>
</path>
<path class="st82" d="M342.5,689.8c207.2,0,207.2,23.3,414.5,23.3 ">
<title>740000</title>
</path>
<path class="st83" d="M342.5,337.7c207.2,0,207.2,362.9,414.5,362.9 ">
<title>740000</title>
</path>
<path class="st84" d="M-79,678.9c207.2,0,207.2,11,414.5,11 ">
<title>734500</title>
</path>
<path class="st85" d="M342.5,670.7C549.8,670.7,549.8,569,757,569 ">
<title>734500</title>
</path>
<path class="st86" d="M-79,243.2c207.2,0,207.2,333.6,414.5,333.6 ">
<title>684000</title>
</path>
<path class="st87" d="M-79,692.8c207.2,0,207.2-499.5,414.5-499.5 ">
<title>660000</title>
</path>
<path class="st88" d="M342.5,427.9c207.2,0,207.2-36.3,414.5-36.3 ">
<title>600000</title>
</path>
<path class="st89" d="M-79,672.1c207.2,0,207.2-217.8,414.5-217.8 ">
<title>560000</title>
</path>
<path class="st89" d="M-79,675.2c207.2,0,207.2-122.7,414.5-122.7 ">
<title>560000</title>
</path>
<path class="st90" d="M342.5,556.8C549.8,556.8,549.8,756,757,756 ">
<title>560000</title>
</path>
<path class="st91" d="M-79,753.9c207.2,0,207.2-557.2,414.5-557.2 ">
<title>550000</title>
</path>
<path class="st92" d="M342.5,436.1c207.2,0,207.2,129.3,414.5,129.3 ">
<title>540000</title>
</path>
<path class="st93" d="M-79,582.2c207.2,0,207.2,33.9,414.5,33.9 ">
<title>453850</title>
</path>
<path class="st94" d="M342.5,448.3c207.2,0,207.2,193.8,414.5,193.8 ">
<title>440000</title>
</path>
<path class="st95" d="M342.5,549.8c207.2,0,207.2,94.7,414.5,94.7 ">
<title>440000</title>
</path>
<path class="st96" d="M-79,742.3c207.2,0,207.2-50.4,414.5-50.4 ">
<title>994</title>
</path>
<path class="st97" d="M342.5,691.9c207.2,0,207.2,65.7,414.5,65.7 ">
<title>994</title>
</path>
<path class="st96" d="M-79,724.6c207.2,0,207.2-529.5,414.5-529.5 ">
<title>790</title>
</path>
<path class="st98" d="M342.5,538.6c207.2,0,207.2-67.7,414.5-67.7 ">
<title>760</title>
</path>
</g>
<g>
<g transform="translate(843,562.0451690944491)">
<rect x="-86" y="-26" class="st99" width="7" height="41.5">
<title>Agricultura
7,363,000</title>
</rect>
<text transform="matrix(1 0 0 1 -144.5776 -1.4108)" class="st100 st101">Agricultura</text>
</g>
<g transform="translate(843,284.4375246374906)">
<rect x="-86" y="-26" class="st99" width="7" height="72.4">
<title>Arteterapia
12,846,000</title>
</rect>
<text transform="matrix(1 0 0 1 -145.8076 14.033)" class="st100 st101">Arteterapia</text>
</g>
<g transform="translate(843,613.5235123680917)">
<rect x="-86" y="-26" class="st99" width="7" height="32.9">
<title>Audiovisuales
5,841,000</title>
</rect>
<text transform="matrix(1 0 0 1 -159.8745 -5.6978)" class="st100 st101">Audiovisuales</text>
</g>
<g transform="translate(843,772.6183715291721)">
<rect x="-86" y="-26" class="st99" width="7" height="11">
<title>Circo
1,946,988</title>
</rect>
<text transform="matrix(1 0 0 1 -117.6685 -16.666)" class="st100 st101">Circo</text>
</g>
<g transform="translate(843,161.18440945475606)">
<rect x="-86" y="-26" class="st99" width="7" height="113.3">
<title>Danza
20,104,050</title>
</rect>
<text transform="matrix(1 0 0 1 -123.7969 34.4765)" class="st100 st101">Danza</text>
</g>
<g transform="translate(843,724.541763777463)">
<rect x="-86" y="-26" class="st99" width="7" height="16.7">
<title>Gastronomía
2,960,000</title>
</rect>
<text transform="matrix(1 0 0 1 -155.583 -13.8126)" class="st100 st101">Gastronomía</text>
</g>
<g transform="translate(843,793.5864330005375)">
<rect x="-86" y="-26" class="st99" width="7" height="6.4">
<title>Liderazgo
1,138,500</title>
</rect>
<text transform="matrix(1 0 0 1 -140.313 -18.9432)" class="st100 st101">Liderazgo</text>
</g>
<g transform="translate(843,751.2164746412388)">
<rect x="-86" y="-26" class="st99" width="7" height="11.4">
<title>Literatura
2,024,000</title>
</rect>
<text transform="matrix(1 0 0 1 -138.4707 -16.4491)" class="st100 st101">Literatura</text>
</g>
<g transform="translate(843,366.80351644697214)">
<rect x="-86" y="-26" class="st99" width="7" height="70.4">
<title>Manualidades
12,499,400</title>
</rect>
<text transform="matrix(1 0 0 1 -160.4922 13.0567)" class="st100 st101">Manualidades</text>
</g>
<g transform="translate(843,447.2169897478778)">
<rect x="-86" y="-26" class="st99" width="7" height="49.6">
<title>Maquillaje
8,807,860</title>
</rect>
<text transform="matrix(1 0 0 1 -141.5269 2.6589)" class="st100 st101">Maquillaje</text>
</g>
<g transform="translate(843,656.4278995827252)">
<rect x="-86" y="-26" class="st99" width="7" height="24.3">
<title>Música
4,308,500</title>
</rect>
<text transform="matrix(1 0 0 1 -126.8423 -10.0144)" class="st100 st101">Música</text>
</g>
<g transform="translate(843,-5.684341886080802e-14)">
<rect x="-86" y="-26" class="st99" width="7" height="151.2">
<title>Plásticas
26,837,398</title>
</rect>
<text transform="matrix(1 0 0 1 -136.0161 53.4422)" class="st100 st101">Plásticas</text>
</g>
<g transform="translate(843,690.6991805815693)">
<rect x="-86" y="-26" class="st99" width="7" height="23.8">
<title>Teatro
4,232,400</title>
</rect>
<text transform="matrix(1 0 0 1 -122.5723 -10.2287)" class="st100 st101">Teatro</text>
</g>
<g transform="translate(843,506.8347325953837)">
<rect x="-86" y="-26" class="st99" width="7" height="45.2">
<title>Visuales
8,025,500</title>
</rect>
<text transform="matrix(1 0 0 1 -133.3789 0.4552)" class="st100 st101">Visuales</text>
</g>
<g transform="translate(0,154.0905211465973)">
<rect x="-86" y="-26" width="7" height="133.9">
<title>Alcázares
23,770,200</title>
</rect>
<text transform="matrix(1 0 0 1 -73 44.8029)" class="st100 st101">Alcázares</text>
</g>
<g transform="translate(0,297.99633607028863)">
<rect x="-86" y="-26" width="7" height="76.3">
<title>Ávila
13,543,280</title>
</rect>
<text transform="matrix(1 0 0 1 -73 15.997)" class="st100 st101">Ávila</text>
</g>
<g transform="translate(0,384.2903489578424)">
<rect x="-86" y="-26" width="7" height="74.3">
<title>El Poblado
13,183,800</title>
</rect>
<text transform="matrix(1 0 0 1 -73 14.9845)" class="st100 st101">El Poblado</text>
</g>
<g transform="translate(0,10.000000000000057)">
<rect x="-86" y="-26" width="7" height="134.1">
<title>Las Estancias
23,802,988</title>
</rect>
<text transform="matrix(1 0 0 1 -73 44.8953)" class="st100 st101">Las Estancias</text>
</g>
<g transform="translate(0,569.9268048129579)">
<rect x="-86" y="-26" width="7" height="39.5">
<title>Los Colores
7,017,850</title>
</rect>
<text transform="matrix(1 0 0 1 -73 -2.383)" class="st100 st101">Los Colores</text>
</g>
<g transform="translate(0,468.55928581116973)">
<rect x="-86" y="-26" width="7" height="41.3">
<title>Manrique
7,337,000</title>
</rect>
<text transform="matrix(1 0 0 1 -73 -1.4841)" class="st100 st101">Manrique</text>
</g>
<g transform="translate(0,519.8911620299278)">
<rect x="-86" y="-26" width="7" height="40">
<title>Pedregal
7,106,900</title>
</rect>
<text transform="matrix(1 0 0 1 -73 -2.1322)" class="st100 st101">Pedregal</text>
</g>
<g transform="translate(0,619.4607979330085)">
<rect x="-86" y="-26" width="7" height="39.3">
<title>Popular
6,976,500</title>
</rect>
<text transform="matrix(1 0 0 1 -73 -2.4995)" class="st100 st101">Popular</text>
</g>
<g transform="translate(0,716.930603270389)">
<rect x="-86" y="-26" width="7" height="23.7">
<title>Teatro al Aire Libre de Pedregal
4,209,000</title>
</rect>
<text transform="matrix(1 0 0 1 -73 -10.2946)" class="st100 st101">Teatro al Aire Libre de Pedregal</text>
</g>
<g transform="translate(0,778.3062956719507)">
<rect x="-86" y="-26" width="7" height="11.7">
<title>Uva Nuevo Occidente
2,075,800</title>
</rect>
<text transform="matrix(1 0 0 1 -73 -16.3031)" class="st100 st101">Uva Nuevo Occidente</text>
</g>
<g transform="translate(0,668.7618521023101)">
<rect x="-86" y="-26" width="7" height="38.2">
<title>Uva Sin Fronteras
6,775,500</title>
</rect>
<text transform="matrix(1 0 0 1 -73 -3.0656)" class="st100 st101">Uva Sin Fronteras</text>
</g>
<g transform="translate(0,750.6413661168866)">
<rect x="-86" y="-26" width="7" height="17.7">
<title>UVA Sol de Oriente
3,135,778</title>
</rect>
<text transform="matrix(1 0 0 1 -73 -13.3175)" class="st100 st101">UVA Sol de Oriente</text>
</g>
<g transform="translate(421.5,671.248675532559)">
<rect x="-86" y="-26" width="7" height="46.7">
<title>Adolescentes
8,286,988</title>
</rect>
<text transform="matrix(1 0 0 1 -73 1.1917)" class="st100 st101">Adolescentes</text>
</g>
<g transform="translate(421.5,510.1327944982467)">
<rect x="-86" y="-26" width="7" height="74.3">
<title>Adultos
13,181,390</title>
</rect>
<text transform="matrix(1 0 0 1 -73 14.9777)" class="st100 st101">Adultos</text>
</g>
<g transform="translate(421.5,763.5864330005375)">
<rect x="-86" y="-26" width="7" height="6.4">
<title>Artistas
1,138,500</title>
</rect>
<text transform="matrix(1 0 0 1 -73 -18.9432)" class="st100 st101">Artistas</text>
</g>
<g transform="translate(421.5,727.9321650026876)">
<rect x="-86" y="-26" width="7" height="25.7">
<title>general
4,554,000</title>
</rect>
<text transform="matrix(1 0 0 1 -73 -9.3229)" class="st100 st101">general</text>
</g>
<g transform="translate(421.5,387.22569083263204)">
<rect x="-86" y="-26" width="7" height="112.9">
<title>Jóvenes
20,042,628</title>
</rect>
<text transform="matrix(1 0 0 1 -73 34.3036)" class="st100 st101">Jóvenes</text>
</g>
<g transform="translate(421.5,234.23046848370342)">
<rect x="-86" y="-26" width="7" height="143">
<title>Mujeres
25,383,700</title>
</rect>
<text transform="matrix(1 0 0 1 -73 49.3476)" class="st100 st101">Mujeres</text>
</g>
<g transform="translate(421.5,594.3881549822559)">
<rect x="-86" y="-26" width="7" height="66.9">
<title>Niños(as)
11,868,700</title>
</rect>
<text transform="matrix(1 0 0 1 -73 11.2803)" class="st100 st101">Niños(as)</text>
</g>
<g transform="translate(421.5,30)">
<rect x="-86" y="-26" width="7" height="194.2">
<title>Sin dato
34,478,690</title>
</rect>
<text transform="matrix(1 0 0 1 -73 74.9652)" class="st100 st101">Sin dato</text>
</g>
</g>
</g>
</svg>

After

Width:  |  Height:  |  Size: 28 KiB

View File

@ -0,0 +1,209 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- Generator: Adobe Illustrator 19.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
<svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
width="800px" height="429.4px" viewBox="-111 155.6 800 429.4" style="enable-background:new -111 155.6 800 429.4;"
xml:space="preserve">
<style type="text/css">
.st0{fill:#F1F2F2;}
.st1{fill:none;stroke:#CCCCCC;}
.st2{font-family:'ArialMT';}
.st3{font-size:10px;}
.st4{fill:#0096B3;fill-opacity:0.9;}
.st5{fill:#2ECDDA;fill-opacity:0.9;}
.st6{fill:#733A8E;fill-opacity:0.9;}
.st7{fill:#ED1C24;fill-opacity:0.9;}
.st8{fill:#CD0081;fill-opacity:0.9;}
.st9{fill:#E56D00;fill-opacity:0.9;}
.st10{fill:#00803A;fill-opacity:0.9;}
.st11{fill:#FCEE21;fill-opacity:0.9;}
.st12{fill:#FCB53E;fill-opacity:0.9;}
.st13{fill:#D9E021;fill-opacity:0.9;}
.st14{fill:#C69C6D;fill-opacity:0.9;}
.st15{fill:#009CDE;fill-opacity:0.9;}
.st16{font-family:'CarterOne';}
.st17{font-size:11.323px;}
</style>
<rect x="-111" y="155.6" class="st0" width="800" height="429.4"/>
<g>
<g transform="translate(0,340)">
<g transform="translate(74.99866469464986,0)">
<line class="st1" x1="-108" y1="180" x2="-108" y2="-120"/>
<text transform="matrix(1 0 0 1 -110.779 190.097)" class="st2 st3">0</text>
</g>
<g transform="translate(141.82806326102548,0)">
<line class="st1" x1="-108" y1="180" x2="-108" y2="-120"/>
<text transform="matrix(1 0 0 1 -113.5597 190.097)" class="st2 st3">20</text>
</g>
<g transform="translate(208.65746182740114,0)">
<line class="st1" x1="-108" y1="180" x2="-108" y2="-120"/>
<text transform="matrix(1 0 0 1 -113.5597 190.097)" class="st2 st3">40</text>
</g>
<g transform="translate(275.48686039377674,0)">
<line class="st1" x1="-108" y1="180" x2="-108" y2="-120"/>
<text transform="matrix(1 0 0 1 -113.5597 190.097)" class="st2 st3">60</text>
</g>
<g transform="translate(342.31625896015237,0)">
<line class="st1" x1="-108" y1="180" x2="-108" y2="-120"/>
<text transform="matrix(1 0 0 1 -113.5597 190.097)" class="st2 st3">80</text>
</g>
<g transform="translate(409.145657526528,0)">
<line class="st1" x1="-108" y1="180" x2="-108" y2="-120"/>
<text transform="matrix(1 0 0 1 -116.3405 190.097)" class="st2 st3">100</text>
</g>
<g transform="translate(475.9750560929036,0)">
<line class="st1" x1="-108" y1="180" x2="-108" y2="-120"/>
<text transform="matrix(1 0 0 1 -116.3404 190.097)" class="st2 st3">120</text>
</g>
<g transform="translate(542.8044546592793,0)">
<line class="st1" x1="-108" y1="180" x2="-108" y2="-120"/>
<text transform="matrix(1 0 0 1 -116.3405 190.097)" class="st2 st3">140</text>
</g>
<g transform="translate(609.6338532256549,0)">
<line class="st1" x1="-108" y1="180" x2="-108" y2="-120"/>
<text transform="matrix(1 0 0 1 -116.3405 190.097)" class="st2 st3">160</text>
</g>
<g transform="translate(676.4632517920305,0)">
<line class="st1" x1="-108" y1="180" x2="-108" y2="-120"/>
<text transform="matrix(1 0 0 1 -116.3405 190.097)" class="st2 st3">180</text>
</g>
<g transform="translate(743.2926503584061,0)">
<line class="st1" x1="-108" y1="180" x2="-108" y2="-120"/>
<text transform="matrix(1 0 0 1 -116.3405 190.097)" class="st2 st3">200</text>
</g>
<path class="st1" d="M-33-120v300h685v-300"/>
</g>
<g transform="translate(74.99866469464986,0)">
<g transform="translate(0,340)">
<line class="st1" x1="-108" y1="180" x2="577" y2="180"/>
<text transform="matrix(1 0 0 1 -116.5597 183.197)" class="st2 st3">0</text>
</g>
<g transform="translate(0,312.14095118593184)">
<line class="st1" x1="-108" y1="180" x2="577" y2="180"/>
<text transform="matrix(1 0 0 1 -155.4855 183.1971)" class="st2 st3">2,000,000</text>
</g>
<g transform="translate(0,284.28190237186374)">
<line class="st1" x1="-108" y1="180" x2="577" y2="180"/>
<text transform="matrix(1 0 0 1 -155.4855 183.1971)" class="st2 st3">4,000,000</text>
</g>
<g transform="translate(0,256.4228535577955)">
<line class="st1" x1="-108" y1="180" x2="577" y2="180"/>
<text transform="matrix(1 0 0 1 -155.4855 183.1971)" class="st2 st3">6,000,000</text>
</g>
<g transform="translate(0,228.5638047437274)">
<line class="st1" x1="-108" y1="180" x2="577" y2="180"/>
<text transform="matrix(1 0 0 1 -155.4855 183.197)" class="st2 st3">8,000,000</text>
</g>
<g transform="translate(0,200.70475592965926)">
<line class="st1" x1="-108" y1="180" x2="577" y2="180"/>
<text transform="matrix(1 0 0 1 -161.0471 183.1971)" class="st2 st3">10,000,000</text>
</g>
<g transform="translate(0,172.8457071155911)">
<line class="st1" x1="-108" y1="180" x2="577" y2="180"/>
<text transform="matrix(1 0 0 1 -161.0471 183.1971)" class="st2 st3">12,000,000</text>
</g>
<g transform="translate(0,144.98665830152294)">
<line class="st1" x1="-108" y1="180" x2="577" y2="180"/>
<text transform="matrix(1 0 0 1 -161.0471 183.197)" class="st2 st3">14,000,000</text>
</g>
<g transform="translate(0,117.12760948745478)">
<line class="st1" x1="-108" y1="180" x2="577" y2="180"/>
<text transform="matrix(1 0 0 1 -161.0471 183.1971)" class="st2 st3">16,000,000</text>
</g>
<g transform="translate(0,89.26856067338665)">
<line class="st1" x1="-108" y1="180" x2="577" y2="180"/>
<text transform="matrix(1 0 0 1 -161.0471 183.197)" class="st2 st3">18,000,000</text>
</g>
<g transform="translate(0,61.4095118593185)">
<line class="st1" x1="-108" y1="180" x2="577" y2="180"/>
<text transform="matrix(1 0 0 1 -161.0471 183.1971)" class="st2 st3">20,000,000</text>
</g>
<path class="st1" d="M577,220h-685v300h685"/>
</g>
<g>
<circle class="st4" cx="284.4" cy="379.7" r="27.4"/>
<text transform="matrix(1 0 0 1 262.487 394.6905)" class="st2 st3">Alcázares</text>
</g>
<g>
<circle class="st5" cx="194.2" cy="416" r="23.6"/>
<text transform="matrix(1 0 0 1 170.0359 430.9944)" class="st2 st3">El Poblado</text>
</g>
<g>
<circle class="st6" cx="474.9" cy="220" r="40"/>
<text transform="matrix(1 0 0 1 443.776 234.9971)" class="st2 st3">Las Estancias</text>
</g>
<g>
<circle class="st7" cx="528.4" cy="434.5" r="21.4"/>
<text transform="matrix(1 0 0 1 501.6877 449.4997)" class="st2 st3">Los Colores</text>
</g>
<g>
<circle class="st8" cx="652" cy="462.9" r="17.5"/>
<text transform="matrix(1 0 0 1 631.1571 477.886)" class="st2 st3">Manrique</text>
</g>
<g>
<circle class="st9" cx="341.2" cy="450.2" r="19.3"/>
<text transform="matrix(1 0 0 1 321.2305 465.2491)" class="st2 st3">Pedregal</text>
</g>
<g>
<circle class="st10" cx="73.9" cy="491.3" r="12.4"/>
<text transform="matrix(1 0 0 1 56.6937 506.3092)" class="st2 st3">Popular</text>
</g>
<g>
<circle class="st11" cx="237.7" cy="480.3" r="14.6"/>
<text transform="matrix(1 0 0 1 167.6156 495.3397)" class="st2 st3">Teatro al Aire Libre de Pedregal</text>
</g>
<g>
<circle class="st12" cx="251" cy="466.3" r="16.9"/>
<text transform="matrix(1 0 0 1 208.0396 481.3266)" class="st2 st3">UVA Sol de Oriente</text>
</g>
<g>
<circle class="st13" cx="388" cy="499.2" r="10.5"/>
<text transform="matrix(1 0 0 1 339.3904 514.2156)" class="st2 st3">Uva Nuevo Occidente</text>
</g>
<g>
<circle class="st14" cx="411.4" cy="454.5" r="18.7"/>
<text transform="matrix(1 0 0 1 371.123 469.4586)" class="st2 st3">Uva Sin Fronteras</text>
</g>
<g>
<circle class="st15" cx="317.9" cy="506.8" r="8.4"/>
<text transform="matrix(1 0 0 1 307.0175 521.8266)" class="st2 st3">Ávila</text>
</g>
<g>
<circle cx="284.4" cy="379.7" r="1"/>
</g>
<g>
<circle cx="194.2" cy="416" r="1"/>
</g>
<g>
<circle cx="474.9" cy="220" r="1"/>
</g>
<g>
<circle cx="528.4" cy="434.5" r="1"/>
</g>
<g>
<circle cx="652" cy="462.9" r="1"/>
</g>
<g>
<circle cx="341.2" cy="450.2" r="1"/>
</g>
<g>
<circle cx="73.9" cy="491.3" r="1"/>
</g>
<g>
<circle cx="237.7" cy="480.3" r="1"/>
</g>
<g>
<circle cx="251" cy="466.3" r="1"/>
</g>
<g>
<circle cx="388" cy="499.2" r="1"/>
</g>
<g>
<circle cx="411.4" cy="454.5" r="1"/>
</g>
<g>
<circle cx="317.9" cy="506.8" r="1"/>
</g>
</g>
<text id="XMLID_70_" transform="matrix(1 0 0 1 228.7563 559.6794)" class="st16 st17">Beneficiarios Potenciales</text>
<text id="XMLID_75_" transform="matrix(0 -1 1 0 -98.3364 385.7047)" class="st16 st17">Presupuesto</text>
</svg>

After

Width:  |  Height:  |  Size: 8.5 KiB