{"id":5415,"date":"2025-12-15T20:12:52","date_gmt":"2025-12-15T20:12:52","guid":{"rendered":"https:\/\/grancanariaajedrez.es\/?page_id=5415"},"modified":"2025-12-16T19:55:14","modified_gmt":"2025-12-16T19:55:14","slug":"portal-de-transparencia","status":"publish","type":"page","link":"https:\/\/grancanariaajedrez.es\/index.php\/portal-de-transparencia\/","title":{"rendered":"portal de transparencia"},"content":{"rendered":"\t\t<div data-elementor-type=\"wp-page\" data-elementor-id=\"5415\" class=\"elementor elementor-5415\" data-elementor-settings=\"{&quot;ha_cmc_init_switcher&quot;:&quot;no&quot;}\" data-elementor-post-type=\"page\">\n\t\t\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-7507756c elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"7507756c\" data-element_type=\"section\" data-e-type=\"section\" data-settings=\"{&quot;_ha_eqh_enable&quot;:false}\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-74786a84\" data-id=\"74786a84\" data-element_type=\"column\" data-e-type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-1e861d3 elementor-widget elementor-widget-text-editor\" data-id=\"1e861d3\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<p>\u00a0<\/p>\n<p><\/p>\n<p><style>\n        \/* \n         * =========================================\n         *  VARIABLES DE COLOR - PERSONALIZA AQU\u00cd\n         * =========================================\n         *\/\n        :root {\n            \/* Color Principal (Cabeceras, Iconos) - Dorado Institucional *\/\n            --primary-color: #E6B807;\n\n            \/* Color Secundario (Fondos suaves) *\/\n            --secondary-color: #f0f4f8;\n\n            \/* Color de Acento (Botones) - Rojo\/Naranja para llamar la atenci\u00f3n o Azul oscuro *\/\n            --accent-color: #e63946;\n\n            \/* Color de Texto *\/\n            --text-color: #333333;\n            --text-light: #666666;\n\n            \/* Bordes *\/\n            --border-radius: 8px;\n            --card-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);\n        }\n\n        \/* Estilos Generales para resetear conflictos con temas de WP *\/\n        .transparencia-container {\n            font-family: 'Segoe UI', Roboto, Helvetica, Arial, sans-serif;\n            max-width: 1200px;\n            margin: 0 auto;\n            padding: 20px;\n            color: var(--text-color);\n            line-height: 1.6;\n        }\n\n        .transparencia-container * {\n            box-sizing: border-box;\n        }\n\n        \/* Encabezado *\/\n        .transparencia-header {\n            text-align: center;\n            margin-bottom: 40px;\n            background: linear-gradient(to right, #f8f9fa, #e9ecef);\n            padding: 30px;\n            border-radius: var(--border-radius);\n            border-left: 5px solid var(--primary-color);\n        }\n\n        .transparencia-header h1 {\n            color: var(--primary-color);\n            margin: 0 0 10px 0;\n            font-size: 2.2rem;\n            font-weight: 700;\n        }\n\n        .transparencia-header p {\n            color: var(--text-light);\n            font-size: 1.1rem;\n            margin: 0;\n            font-style: italic;\n        }\n\n        \/* Grid Layout *\/\n        .transparencia-grid {\n            display: grid;\n            grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));\n            gap: 25px;\n            margin-bottom: 40px;\n        }\n\n        \/* Tarjetas *\/\n        .transparencia-card {\n            background: #ffffff;\n            border: 1px solid #e1e4e8;\n            border-radius: var(--border-radius);\n            padding: 25px;\n            box-shadow: var(--card-shadow);\n            transition: transform 0.3s ease, box-shadow 0.3s ease;\n            display: flex;\n            flex-direction: column;\n        }\n\n        .transparencia-card:hover {\n            transform: translateY(-5px);\n            box-shadow: 0 10px 15px rgba(0, 0, 0, 0.15);\n            border-color: var(--primary-color);\n        }\n\n        \/* Iconos en Tarjetas *\/\n        .card-icon {\n            width: 60px;\n            height: 60px;\n            margin-bottom: 20px;\n            fill: var(--primary-color);\n            background: var(--secondary-color);\n            padding: 12px;\n            border-radius: 50%;\n            align-self: flex-start;\n        }\n\n        .transparencia-card h2 {\n            font-size: 1.5rem;\n            color: var(--primary-color);\n            margin-top: 0;\n            margin-bottom: 20px;\n            border-bottom: 2px solid #eee;\n            padding-bottom: 10px;\n        }\n\n        \/* Listas de Documentos *\/\n        .document-list {\n            list-style: none;\n            padding: 0;\n            margin: 0;\n            flex-grow: 1;\n            \/* Empuja el contenido hacia abajo *\/\n        }\n\n        .document-item {\n            display: flex;\n            justify-content: space-between;\n            align-items: center;\n            padding: 12px 0;\n            border-bottom: 1px solid #f0f0f0;\n            font-size: 0.95rem;\n        }\n\n        .document-item:last-child {\n            border-bottom: none;\n        }\n\n        .document-name {\n            font-weight: 500;\n            padding-right: 15px;\n        }\n\n        \/* Botones de Descarga *\/\n        .btn-download {\n            display: inline-flex;\n            align-items: center;\n            background-color: transparent;\n            color: var(--accent-color);\n            border: 1px solid var(--accent-color);\n            padding: 6px 12px;\n            border-radius: 4px;\n            text-decoration: none !important;\n            font-size: 0.85rem;\n            font-weight: 600;\n            transition: all 0.2s;\n            white-space: nowrap;\n        }\n\n        .btn-download:hover {\n            background-color: var(--accent-color);\n            color: #ffffff;\n        }\n\n        .btn-download svg {\n            width: 14px;\n            height: 14px;\n            margin-right: 6px;\n            fill: currentColor;\n        }\n\n        \/* Footer *\/\n        .transparencia-footer {\n            text-align: center;\n            margin-top: 40px;\n            padding-top: 20px;\n            border-top: 1px solid #ddd;\n            color: var(--text-light);\n            font-size: 0.9rem;\n        }\n\n        \/* Media Queries para M\u00f3viles *\/\n        @media (max-width: 600px) {\n            .transparencia-header h1 {\n                font-size: 1.8rem;\n            }\n\n            .document-item {\n                flex-direction: column;\n                align-items: flex-start;\n                gap: 10px;\n            }\n\n            .btn-download {\n                width: 100%;\n                justify-content: center;\n            }\n        }\n    <\/style><\/p>\n<div class=\"transparencia-container\"><!-- HEADER --><header class=\"transparencia-header\">\n<h1>Portal de Transparencia<\/h1>\n<p>\u00abEn cumplimiento de la Ley 12\/2014, de 26 de diciembre, de transparencia y de acceso a la informaci\u00f3n p\u00fablica\u00bb<\/p>\n<\/header><!-- GRID CONTENT -->\n<div class=\"transparencia-grid\"><!-- BLOQUE 1: Institucional -->\n<div class=\"transparencia-card\"><!-- Icono Edificio -->\n<h2>Institucional y Organizativa<\/h2>\n<ul class=\"document-list\">\n<li class=\"document-item\"><span class=\"document-name\">Estatutos de la Federaci\u00f3n<\/span> <!-- PEGAR EL ENLACE DENTRO DE LAS COMILLAS \"...\" --> <a class=\"btn-download\" href=\"#\" target=\"_blank\" rel=\"noopener\"> <!-- Icono Download --> Descargar PDF <\/a><\/li>\n<li class=\"document-item\"><span class=\"document-name\">Organigrama Gr\u00e1fico<\/span> <!-- PEGAR EL ENLACE DENTRO DE LAS COMILLAS \"...\" --> <a class=\"btn-download\" href=\"#\" target=\"_blank\" rel=\"noopener\"> Descargar PDF <\/a><\/li>\n<li class=\"document-item\"><span class=\"document-name\">Junta Directiva<\/span> <!-- PEGAR EL ENLACE DENTRO DE LAS COMILLAS \"...\" --> <a class=\"btn-download\" href=\"#\" target=\"_blank\" rel=\"noopener\"> Descargar PDF <\/a><\/li>\n<\/ul>\n<\/div>\n<!-- BLOQUE 2: Econ\u00f3mica -->\n<div class=\"transparencia-card\"><!-- Icono Gr\u00e1fico\/Euro -->\n<h2>Econ\u00f3mica y Financiera<\/h2>\n<ul class=\"document-list\">\n<li class=\"document-item\"><span class=\"document-name\">Presupuestos Anuales<\/span> <!-- PEGAR EL ENLACE DENTRO DE LAS COMILLAS \"...\" --> <a class=\"btn-download\" href=\"#\" target=\"_blank\" rel=\"noopener\"> Descargar PDF <\/a><\/li>\n<li class=\"document-item\"><span class=\"document-name\">Cuentas Anuales (Balances)<\/span> <!-- PEGAR EL ENLACE DENTRO DE LAS COMILLAS \"...\" --> <a class=\"btn-download\" href=\"#\" target=\"_blank\" rel=\"noopener\"> Descargar PDF <\/a><\/li>\n<li class=\"document-item\"><span class=\"document-name\">Retribuciones de Cargos<\/span> <!-- PEGAR EL ENLACE DENTRO DE LAS COMILLAS \"...\" --> <a class=\"btn-download\" href=\"#\" target=\"_blank\" rel=\"noopener\"> Descargar PDF <\/a><\/li>\n<\/ul>\n<\/div>\n<!-- BLOQUE 3: Ayudas y Subvenciones -->\n<div class=\"transparencia-card\"><!-- Icono Documento -->\n<h2>Ayudas y Subvenciones<\/h2>\n<ul class=\"document-list\">\n<li class=\"document-item\"><span class=\"document-name\">Subvenciones Cabildo (Importe y Finalidad)<\/span> <!-- PEGAR EL ENLACE DENTRO DE LAS COMILLAS \"...\" --> <a class=\"btn-download\" href=\"#\" target=\"_blank\" rel=\"noopener\"> Descargar PDF <\/a><\/li>\n<li class=\"document-item\"><span class=\"document-name\">Otras Ayudas P\u00fablicas<\/span> <!-- PEGAR EL ENLACE DENTRO DE LAS COMILLAS \"...\" --> <a class=\"btn-download\" href=\"#\" target=\"_blank\" rel=\"noopener\"> Descargar PDF <\/a><\/li>\n<\/ul>\n<\/div>\n<!-- BLOQUE 4: Normativa -->\n<div class=\"transparencia-card\"><!-- Icono Balanza --> <!-- Usando una forma abstracta que recuerde a equilibrio\/ley --> <!-- Icono Balanza real -->\n<h2>Normativa<\/h2>\n<ul class=\"document-list\">\n<li class=\"document-item\"><span class=\"document-name\">Reglamento General Deportivo<\/span> <a class=\"btn-download\" href=\"https:\/\/grancanariaajedrez.es\/wp-content\/uploads\/2025\/01\/Normas-Competicion-Temporada-2025.pdf\" target=\"_blank\" rel=\"noopener\"> Descargar PDF <\/a><\/li>\n<li class=\"document-item\"><span class=\"document-name\">Reglamento Disciplinario<\/span> <a class=\"btn-download\" href=\"https:\/\/grancanariaajedrez.es\/wp-content\/uploads\/2025\/12\/Reglamento-Disciplinario.pdf\" target=\"_blank\" rel=\"noopener\"> Descargar PDF <\/a><\/li>\n<\/ul>\n<\/div>\n<\/div>\n<!-- FOOTER --><footer class=\"transparencia-footer\">\u00daltima actualizaci\u00f3n: <strong>15 de Diciembre de 2025<\/strong><\/footer><\/div>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-89a9e25 elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"89a9e25\" data-element_type=\"section\" data-e-type=\"section\" data-settings=\"{&quot;_ha_eqh_enable&quot;:false}\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-f07acca\" data-id=\"f07acca\" data-element_type=\"column\" data-e-type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap\">\n\t\t\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<\/div>\n\t\t","protected":false},"excerpt":{"rendered":"<p>\u00a0 Portal de Transparencia \u00abEn cumplimiento de la Ley 12\/2014, de 26 de diciembre, de transparencia y de acceso a la informaci\u00f3n p\u00fablica\u00bb Institucional y Organizativa Estatutos de la Federaci\u00f3n Descargar PDF Organigrama Gr\u00e1fico Descargar PDF Junta Directiva Descargar PDF Econ\u00f3mica y Financiera Presupuestos Anuales Descargar PDF Cuentas Anuales (Balances) Descargar PDF Retribuciones de Cargos [&hellip;]<\/p>\n","protected":false},"author":4,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"ngg_post_thumbnail":0,"footnotes":""},"class_list":["post-5415","page","type-page","status-publish","hentry"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.4 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>portal de transparencia - Federaci\u00f3n insular de ajedrez de Gran Canaria<\/title>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/grancanariaajedrez.es\/index.php\/portal-de-transparencia\/\" \/>\n<meta property=\"og:locale\" content=\"es_ES\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"portal de transparencia - Federaci\u00f3n insular de ajedrez de Gran Canaria\" \/>\n<meta property=\"og:description\" content=\"\u00a0 Portal de Transparencia \u00abEn cumplimiento de la Ley 12\/2014, de 26 de diciembre, de transparencia y de acceso a la informaci\u00f3n p\u00fablica\u00bb Institucional y Organizativa Estatutos de la Federaci\u00f3n Descargar PDF Organigrama Gr\u00e1fico Descargar PDF Junta Directiva Descargar PDF Econ\u00f3mica y Financiera Presupuestos Anuales Descargar PDF Cuentas Anuales (Balances) Descargar PDF Retribuciones de Cargos [&hellip;]\" \/>\n<meta property=\"og:url\" content=\"https:\/\/grancanariaajedrez.es\/index.php\/portal-de-transparencia\/\" \/>\n<meta property=\"og:site_name\" content=\"Federaci\u00f3n insular de ajedrez de Gran Canaria\" \/>\n<meta property=\"article:publisher\" content=\"https:\/\/www.facebook.com\/people\/Federacion-Ajedrez-Gran-Canaria\/100057093924634\/\" \/>\n<meta property=\"article:modified_time\" content=\"2025-12-16T19:55:14+00:00\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Tiempo de lectura\" \/>\n\t<meta name=\"twitter:data1\" content=\"1 minuto\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/grancanariaajedrez.es\\\/index.php\\\/portal-de-transparencia\\\/\",\"url\":\"https:\\\/\\\/grancanariaajedrez.es\\\/index.php\\\/portal-de-transparencia\\\/\",\"name\":\"portal de transparencia - Federaci\u00f3n insular de ajedrez de Gran Canaria\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/grancanariaajedrez.es\\\/#website\"},\"datePublished\":\"2025-12-15T20:12:52+00:00\",\"dateModified\":\"2025-12-16T19:55:14+00:00\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/grancanariaajedrez.es\\\/index.php\\\/portal-de-transparencia\\\/#breadcrumb\"},\"inLanguage\":\"es\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/grancanariaajedrez.es\\\/index.php\\\/portal-de-transparencia\\\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/grancanariaajedrez.es\\\/index.php\\\/portal-de-transparencia\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Portada\",\"item\":\"https:\\\/\\\/grancanariaajedrez.es\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"portal de transparencia\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/grancanariaajedrez.es\\\/#website\",\"url\":\"https:\\\/\\\/grancanariaajedrez.es\\\/\",\"name\":\"Grancanariaajedrez.es\",\"description\":\"Federaci\u00f3n insular de ajedrez de Gran Canaria\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/grancanariaajedrez.es\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"es\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"portal de transparencia - Federaci\u00f3n insular de ajedrez de Gran Canaria","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/grancanariaajedrez.es\/index.php\/portal-de-transparencia\/","og_locale":"es_ES","og_type":"article","og_title":"portal de transparencia - Federaci\u00f3n insular de ajedrez de Gran Canaria","og_description":"\u00a0 Portal de Transparencia \u00abEn cumplimiento de la Ley 12\/2014, de 26 de diciembre, de transparencia y de acceso a la informaci\u00f3n p\u00fablica\u00bb Institucional y Organizativa Estatutos de la Federaci\u00f3n Descargar PDF Organigrama Gr\u00e1fico Descargar PDF Junta Directiva Descargar PDF Econ\u00f3mica y Financiera Presupuestos Anuales Descargar PDF Cuentas Anuales (Balances) Descargar PDF Retribuciones de Cargos [&hellip;]","og_url":"https:\/\/grancanariaajedrez.es\/index.php\/portal-de-transparencia\/","og_site_name":"Federaci\u00f3n insular de ajedrez de Gran Canaria","article_publisher":"https:\/\/www.facebook.com\/people\/Federacion-Ajedrez-Gran-Canaria\/100057093924634\/","article_modified_time":"2025-12-16T19:55:14+00:00","twitter_card":"summary_large_image","twitter_misc":{"Tiempo de lectura":"1 minuto"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/grancanariaajedrez.es\/index.php\/portal-de-transparencia\/","url":"https:\/\/grancanariaajedrez.es\/index.php\/portal-de-transparencia\/","name":"portal de transparencia - Federaci\u00f3n insular de ajedrez de Gran Canaria","isPartOf":{"@id":"https:\/\/grancanariaajedrez.es\/#website"},"datePublished":"2025-12-15T20:12:52+00:00","dateModified":"2025-12-16T19:55:14+00:00","breadcrumb":{"@id":"https:\/\/grancanariaajedrez.es\/index.php\/portal-de-transparencia\/#breadcrumb"},"inLanguage":"es","potentialAction":[{"@type":"ReadAction","target":["https:\/\/grancanariaajedrez.es\/index.php\/portal-de-transparencia\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/grancanariaajedrez.es\/index.php\/portal-de-transparencia\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Portada","item":"https:\/\/grancanariaajedrez.es\/"},{"@type":"ListItem","position":2,"name":"portal de transparencia"}]},{"@type":"WebSite","@id":"https:\/\/grancanariaajedrez.es\/#website","url":"https:\/\/grancanariaajedrez.es\/","name":"Grancanariaajedrez.es","description":"Federaci\u00f3n insular de ajedrez de Gran Canaria","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/grancanariaajedrez.es\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"es"}]}},"_links":{"self":[{"href":"https:\/\/grancanariaajedrez.es\/index.php\/wp-json\/wp\/v2\/pages\/5415","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/grancanariaajedrez.es\/index.php\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/grancanariaajedrez.es\/index.php\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/grancanariaajedrez.es\/index.php\/wp-json\/wp\/v2\/users\/4"}],"replies":[{"embeddable":true,"href":"https:\/\/grancanariaajedrez.es\/index.php\/wp-json\/wp\/v2\/comments?post=5415"}],"version-history":[{"count":25,"href":"https:\/\/grancanariaajedrez.es\/index.php\/wp-json\/wp\/v2\/pages\/5415\/revisions"}],"predecessor-version":[{"id":5473,"href":"https:\/\/grancanariaajedrez.es\/index.php\/wp-json\/wp\/v2\/pages\/5415\/revisions\/5473"}],"wp:attachment":[{"href":"https:\/\/grancanariaajedrez.es\/index.php\/wp-json\/wp\/v2\/media?parent=5415"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}