<?xml version="1.0"?>
<rss version="2.0"><channel><title>Baleares</title><description>Baleares</description><language>gl</language><link>https://www.csif.es/gl/portada/baleares/categoria/negociacionesyacuerdos</link><lastBuildDate>Fri, 01 May 26 03:57:18 CEST</lastBuildDate><item><guid isPermalink="true">https://www.csif.es/gl/noticia/portada/baleares/articulo/81681</guid><title>CALCULA TU SUBIDA DE SALARIO</title><pubDate>Sun, 30 Nov 25 19:40:00 CET</pubDate><link>https://www.csif.es/gl/noticia/portada/baleares/articulo/81681</link><dc:creator xmlns:dc="dc">sofia.porrero.de-prado</dc:creator><dcterms:alternative xmlns:dcterms="dcterms"/><description/><category>Negociaciones y acuerdos</category><category>&#xDA;ltimas noticias</category><media:content xmlns:media="media" url="https://www.csif.es/uploads/articulo/imagenPrincipal/sin-titulo-sitio-web-1764504168.png" type="image/png" medium="image"><media:credit/><media:title>Baleares Image</media:title><media:text/><media:description/></media:content><content:encoded xmlns:content="content">&lt;meta charset="UTF-8"&gt;&lt;meta name="viewport" content="width=device-width, initial-scale=1.0"&gt;&#xD;
&lt;title&gt;&lt;/title&gt;&#xD;
&lt;!-- Bootstrap 5 CSS (Simulando lo que ya tiene tu web) --&gt;&#xD;
&lt;link href="https://cdn.jsdelivr.net/npm/bootstrap@5.3.0/dist/css/bootstrap.min.css" rel="stylesheet" /&gt;&lt;!-- FontAwesome (Simulando tu web) --&gt;&#xD;
&lt;link href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.0/css/all.min.css" rel="stylesheet" /&gt;&#xD;
&lt;style type="text/css"&gt;/* Estilos espec&#xED;ficos m&#xED;nimos para la calculadora */&#xD;
        .calculator-card {&#xD;
            border: none;&#xD;
            border-radius: 1rem;&#xD;
            /* Sombra suave similar a la original */&#xD;
            box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);&#xD;
        }&#xD;
&#xD;
        .input-salary {&#xD;
            font-size: 1.25rem;&#xD;
            padding: 0.75rem;&#xD;
            background-color: #f9fafb;&#xD;
        }&#xD;
&#xD;
        /* Quitar flechas del input number */&#xD;
        .no-spinners::-webkit-outer-spin-button,&#xD;
        .no-spinners::-webkit-inner-spin-button {&#xD;
            -webkit-appearance: none;&#xD;
            margin: 0;&#xD;
        }&#xD;
        .no-spinners {&#xD;
            -moz-appearance: textfield;&#xD;
        }&#xD;
&#xD;
        /* Animaci&#xF3;n de aparici&#xF3;n */&#xD;
        .fade-in-up {&#xD;
            animation: fadeInUp 0.5s ease-out forwards;&#xD;
            opacity: 0;&#xD;
            transform: translateY(20px);&#xD;
        }&#xD;
&#xD;
        @keyframes fadeInUp {&#xD;
            to { opacity: 1; transform: translateY(0); }&#xD;
        }&#xD;
&#xD;
        /* Colores de borde personalizados para replicar el dise&#xF1;o original */&#xD;
        .border-left-success { border-left: 5px solid #198754 !important; }&#xD;
        .border-left-primary { border-left: 5px solid #0d6efd !important; }&#xD;
        .border-left-info { border-left: 5px solid #0dcaf0 !important; }&#xD;
        .border-left-warning { border-left: 5px solid #ffc107 !important; }&#xD;
        .border-left-danger { border-left: 5px solid #dc3545 !important; }&#xD;
        .border-left-dark { border-left: 5px solid #212529 !important; }&#xD;
&#xD;
        .result-card {&#xD;
            background-color: white;&#xD;
            border-radius: 0.5rem;&#xD;
            padding: 1rem;&#xD;
            box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);&#xD;
        }&#xD;
&lt;/style&gt;&#xD;
&lt;!-- INICIO DEL WIDGET (Copiar desde aqu&#xED; para el CMS) --&gt;&#xD;
&lt;div class="container"&gt;&#xD;
&lt;div class="row justify-content-center"&gt;&#xD;
&lt;div class="col-12 col-md-8 col-lg-6"&gt;&#xD;
&lt;div class="card calculator-card bg-white overflow-hidden"&gt;&lt;!-- Cabecera --&gt;&#xD;
&lt;div class="card-header bg-white border-bottom p-4 text-center"&gt;&#xD;
&lt;h1 class="h3 fw-bold text-success text-uppercase mb-0"&gt;Calcula cu&amp;aacute;nto aumentar&amp;aacute; tu sueldo&lt;/h1&gt;&#xD;
&lt;/div&gt;&#xD;
&lt;!-- Cuerpo --&gt;&#xD;
&#xD;
&lt;div class="card-body p-4 p-md-5"&gt;&lt;!-- Formulario --&gt;&#xD;
&lt;div class="mb-4"&gt;&lt;label class="form-label fw-bold text-secondary" for="currentSalary"&gt;Introduce tu sueldo actual (mensual)&lt;/label&gt;&#xD;
&#xD;
&lt;div class="input-group input-group-lg shadow-sm"&gt;&lt;span class="input-group-text bg-white text-muted border-end-0"&gt;&amp;euro;&lt;/span&gt; &lt;input class="form-control border-start-0 no-spinners input-salary" id="currentSalary" placeholder="0.00" step="0.01" type="number" /&gt;&lt;/div&gt;&#xD;
&lt;/div&gt;&#xD;
&lt;button class="btn btn-success btn-lg w-100 text-uppercase fw-bold py-3 shadow-sm hover-scale" id="btnCalculate"&gt;Calcular Subida&lt;/button&gt;&lt;!-- Secci&#xF3;n de Resultados --&gt;&#xD;
&#xD;
&lt;div class="mt-5 d-none" id="resultsSection"&gt;&#xD;
&lt;h5 class="text-muted mb-3 small text-uppercase fw-bold border-bottom pb-2"&gt;Resultados Estimados&lt;/h5&gt;&#xD;
&#xD;
&lt;div class="d-grid gap-3" id="resultsContainer"&gt;&lt;!-- Los resultados se inyectan aqu&#xED; v&#xED;a JS --&gt;&lt;/div&gt;&#xD;
&lt;!-- Aviso Legal --&gt;&#xD;
&#xD;
&lt;div class="alert alert-warning mt-4 mb-0 small fst-italic shadow-sm border-0 d-flex align-items-start fade-in-up" style="animation-delay: 0.8s;"&gt;&#xD;
&lt;div&gt;&lt;strong&gt;AVISO IMPORTANTE:&lt;/strong&gt; Los siguientes resultados son orientativos y estar&amp;aacute;n afectados en su caso a las posibles modificaciones de retenciones y a las circunstancias familiares y personales de cada trabajador o trabajadora.&lt;/div&gt;&#xD;
&lt;/div&gt;&#xD;
&lt;/div&gt;&#xD;
&lt;/div&gt;&#xD;
&lt;/div&gt;&#xD;
&lt;/div&gt;&#xD;
&lt;/div&gt;&#xD;
&lt;/div&gt;&#xD;
&lt;script&gt;&#xD;
        document.addEventListener('DOMContentLoaded', function() {&#xD;
            &#xD;
            // --- CONFIGURACI&#xD3;N DE TASAS (F&#xE1;cil de actualizar el pr&#xF3;ximo a&#xF1;o) ---&#xD;
            const RATES = {&#xD;
                raise2025: 1.025,       // Subida 2025 (+2.5%)&#xD;
                arrears2025: 0.025,     // Atrasos factor&#xD;
                raise2026: 1.015,       // Subida 2026 (+1.5%)&#xD;
                raise2027: 1.045,       // Subida 2027 (+4.5%) - Nota: f&#xF3;rmula original usa 1.045 directo&#xD;
                inflationTrigger: 1.005, // Extra inflaci&#xF3;n 0.5%&#xD;
                arrearsTrigger: 0.005,   // Extra atrasos 0.5%&#xD;
                // Factores espec&#xED;ficos para el c&#xE1;lculo complejo de 2028 seg&#xFA;n l&#xF3;gica original&#xD;
                raise2028_step1: 1.02,   &#xD;
                raise2028_final: 1.02&#xD;
            };&#xD;
&#xD;
            // Elementos del DOM&#xD;
            const btn = document.getElementById('btnCalculate');&#xD;
            const input = document.getElementById('currentSalary');&#xD;
            const resultsSection = document.getElementById('resultsSection');&#xD;
            const resultsContainer = document.getElementById('resultsContainer');&#xD;
&#xD;
            // Formateador de moneda Euro&#xD;
            const euroFormatter = new Intl.NumberFormat('es-ES', {&#xD;
                style: 'currency',&#xD;
                currency: 'EUR',&#xD;
                minimumFractionDigits: 2&#xD;
            });&#xD;
&#xD;
            // Funci&#xF3;n para generar HTML de una tarjeta de resultado&#xD;
            function getResultHTML(title, value, borderClass, delay) {&#xD;
                return `&#xD;
                    &lt;div class="result-card border-left-${borderClass} fade-in-up" style="animation-delay: ${delay}s;"&gt;&#xD;
                        &lt;div class="small text-uppercase fw-bold text-muted mb-1"&gt;${title}&lt;/div&gt;&#xD;
                        &lt;div class="h3 fw-bold text-dark mb-0"&gt;${euroFormatter.format(value)}&lt;/div&gt;&#xD;
                    &lt;/div&gt;&#xD;
                `;&#xD;
            }&#xD;
&#xD;
            // L&#xF3;gica principal&#xD;
            btn.addEventListener('click', function() {&#xD;
                const salary = parseFloat(input.value);&#xD;
&#xD;
                if (isNaN(salary) || salary &lt;= 0) {&#xD;
                    alert("Por favor, introduce una cifra de sueldo v&#xE1;lida.");&#xD;
                    return;&#xD;
                }&#xD;
&#xD;
                // --- C&#xC1;LCULOS MATEM&#xC1;TICOS ---&#xD;
                &#xD;
                // 1. Subida 2025&#xD;
                const calc0 = salary * RATES.raise2025;&#xD;
&#xD;
                // 2. Atrasos 2025 (14 pagas)&#xD;
                const calc1 = salary * RATES.arrears2025 * 14;&#xD;
&#xD;
                // 3. Sueldo 2026&#xD;
                const salaryWithFirstRaise = salary * RATES.raise2025;&#xD;
                const calc2 = salaryWithFirstRaise * RATES.raise2026;&#xD;
&#xD;
                // 4. Sueldo 2027&#xD;
                const calc3 = calc2 * RATES.raise2027;&#xD;
&#xD;
                // 5. Extra Inflaci&#xF3;n 2027 (Condicional)&#xD;
                const calc3_extra = calc2 * RATES.inflationTrigger * RATES.raise2027;&#xD;
&#xD;
                // 6. Atrasos 2026 (Condicional)&#xD;
                const calc3_arrears = (calc2 * RATES.arrearsTrigger) * 14;&#xD;
&#xD;
                // 7. Sueldo 2028 (L&#xF3;gica condicional compleja original)&#xD;
                // (cifra inicial * 1,025) * 1,02 * 1,045 * 1,02&#xD;
                const step1 = salary * RATES.raise2025;&#xD;
                const step2 = step1 * RATES.raise2028_step1;&#xD;
                const step3 = step2 * RATES.raise2027;&#xD;
                const calc5 = step3 * RATES.raise2028_final;&#xD;
&#xD;
                // 8. Incremento Acumulado&#xD;
                const calc6 = calc5 - salary;&#xD;
&#xD;
&#xD;
                // --- RENDERIZADO ---&#xD;
                &#xD;
                // Limpiamos resultados previos&#xD;
                resultsContainer.innerHTML = '';&#xD;
                &#xD;
                let html = '';&#xD;
                &#xD;
                // Construimos el HTML din&#xE1;micamente&#xD;
                html += getResultHTML('Subida de sueldo para 2025 (+2,5%)', calc0, 'success', 0.1);&#xD;
                html += getResultHTML('Atrasos de la subida del a&#xF1;o 2025 (+2,5%)', calc1, 'success', 0.2);&#xD;
                html += getResultHTML('Subida de Sueldo para 2026 (+1,5%)', calc2, 'primary', 0.3);&#xD;
                html += getResultHTML('Subida de Sueldo para 2027 (+4,5%)', calc3, 'info', 0.4);&#xD;
                &#xD;
                // Extras condicionales&#xD;
                html += getResultHTML('Subida 2027 si la inflaci&#xF3;n en 2026 el igual o superior a 1,5%', calc3_extra, 'info', 0.5);&#xD;
                html += getResultHTML('Atrasos de 2026 si la inflaci&#xF3;n es igual o superior a 1,5% (a cobrar en el primer trimestre de 2027)', calc3_arrears, 'info', 0.6);&#xD;
                &#xD;
                // Finales&#xD;
                html += getResultHTML('Subida de Sueldo para 2028 (+2%)', calc5, 'warning', 0.7);&#xD;
                html += getResultHTML('Incremento Acumulado (2025-2028)', calc6, 'danger', 0.8);&#xD;
&#xD;
                resultsContainer.innerHTML = html;&#xD;
&#xD;
                // Mostrar resultados&#xD;
                resultsSection.classList.remove('d-none');&#xD;
                resultsSection.scrollIntoView({ behavior: 'smooth', block: 'nearest' });&#xD;
            });&#xD;
        });&#xD;
    &lt;/script&gt;&lt;!-- FIN DEL WIDGET --&gt;</content:encoded></item><item><guid isPermalink="true">https://www.csif.es/gl/noticia/portada/baleares/articulo/75785</guid><title>El Consell de Mallorca reconeixer&#xE0; el dret a percebre els complements per festius i nits durant les vacances, baixes m&#xE8;diques i permisos retribu&#xEF;ts</title><pubDate>Thu, 31 Jul 25 17:09:00 CEST</pubDate><link>https://www.csif.es/gl/noticia/portada/baleares/articulo/75785</link><dc:creator xmlns:dc="dc">elena-luisa.serra.gutierrez</dc:creator><dcterms:alternative xmlns:dcterms="dcterms">- CSIF es posa a disposici&#xF3; dels seus afiliats i afiliades per reclamar el que han deixa tde percebre per aquest concepte. &#xD;
- CSIF exigeix que tamb&#xE9; es faci extensiu aquest dret als complements de productivitat que s&#x2019;abonen en n&#xF2;mina de manera ordin&#xE0;ria....</dcterms:alternative><description>- CSIF es posa a disposici&#xF3; dels seus afiliats i afiliades per reclamar el que han deixa tde percebre per aquest concepte. &#xD;
- CSIF exigeix que tamb&#xE9; es faci extensiu aquest dret als complements de productivitat que s&#x2019;abonen en n&#xF2;mina de manera ordin&#xE0;ria....</description><category>Negociaciones y acuerdos</category><category>CSIF Informa</category><media:content xmlns:media="media" url="https://www.csif.es/uploads/articulo/imagenPrincipal/copia-de-copia-de-illes-balears-700-x-228-px-1753974798.jpg" type="image/jpeg" medium="image"><media:credit/><media:title>Baleares Image</media:title><media:text/><media:description/></media:content><content:encoded xmlns:content="content">&lt;p align="center"&gt;&lt;span style="font-size:16px;"&gt;&lt;span style="font-family:Arial,Helvetica,sans-serif;"&gt;&lt;b&gt;Reuni&amp;oacute; de la Mesa General de Negociaci&amp;oacute; conjunta del personal funcionari i del personal laboral&lt;/b&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&#xD;
&#xD;
&lt;p style="text-align: justify;"&gt;&lt;span style="font-size:16px;"&gt;&lt;span style="font-family:Arial,Helvetica,sans-serif;"&gt;&lt;b&gt;A inst&amp;agrave;ncies del sindicat CSIF, el Consell de Mallorca ha confirmat que reconeixer&amp;agrave; el dret del personal funcionari i personal laboral, tant del CIM com de l&amp;rsquo;IMAS, a percebre els complements de nocturnitat i festius durant els per&amp;iacute;odes de vacances, IT i permisos retribu&amp;iuml;ts, sempre que formin part de la seva jornada ordin&amp;agrave;ria. &amp;nbsp;&lt;/b&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&#xD;
&#xD;
&lt;p style="text-align: justify;"&gt;&lt;span style="font-size:16px;"&gt;&lt;span style="font-family:Arial,Helvetica,sans-serif;"&gt;CSIF va defensar en la Mesa General de negociaci&amp;oacute; conjunta del personal funcionari i del personal laboral que aquests complements d&amp;rsquo;empleats p&amp;uacute;blics que treballen per torns s&amp;rsquo;han de considerar retribucions fixes i peri&amp;ograve;diques, tal com ha determinat el Tribunal Suprem, i no gratificacions extraordin&amp;agrave;ries. Argument que ha estat finalment acceptat pel Consell.&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&#xD;
&#xD;
&lt;p style="text-align: justify;"&gt;&lt;span style="font-size:16px;"&gt;&lt;span style="font-family:Arial,Helvetica,sans-serif;"&gt;&lt;b&gt;CSIF es posa a disposici&amp;oacute; dels seus afilitats i afiliades per reclamar el que s&amp;rsquo;ha deixat de percebre per aquests conceptes al Consell i a l&amp;rsquo;IMAS. El termini de prescripci&amp;oacute; de la reclamaci&amp;oacute; &amp;eacute;s de 4 anys per a personal funcionari, i d&amp;rsquo;1 any per a personal laboral.&amp;nbsp;&lt;a href="https://afiliacion.csif.es/"&gt;AFILIA&amp;#39;T A CSIF&lt;/a&gt;&lt;/b&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&#xD;
&#xD;
&lt;p style="text-align: justify;"&gt;&lt;span style="font-size:16px;"&gt;&lt;span style="font-family:Arial,Helvetica,sans-serif;"&gt;Aix&amp;iacute; mateix, CSIF defensa que aquest dret tamb&amp;eacute; s&amp;rsquo;ha de fer extensiu als &lt;b&gt;Complements de Productivitat &lt;/b&gt;que s&amp;rsquo;abonen en n&amp;ograve;mina de manera ordin&amp;agrave;ria, d&amp;rsquo;acord a la jurisprud&amp;egrave;ncia del Tribunal Suprem i en aplicaci&amp;oacute; del Conveni 132 de l&amp;rsquo;Organitzaci&amp;oacute; Internacional del Treball (OIT).&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&#xD;
&#xD;
&lt;p style="text-align: justify;"&gt;&lt;span style="font-size:16px;"&gt;&lt;span style="font-family:Arial,Helvetica,sans-serif;"&gt;&lt;b&gt;5&amp;egrave; NIVELL DE CARRERA PROFESSIONAL&lt;/b&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&#xD;
&#xD;
&lt;p style="text-align: justify;"&gt;&lt;span style="font-size:16px;"&gt;&lt;span style="font-family:Arial,Helvetica,sans-serif;"&gt;CSIF reclama l&amp;rsquo;increment de les quanties de la carrera professional i la inclusi&amp;oacute; d&amp;rsquo;un&lt;strong&gt; cinqu&amp;egrave; nivell de carrera.&lt;/strong&gt;&amp;nbsp;L&amp;rsquo;Administraci&amp;oacute; argumenta que no pot incrementar la quantia ni els nivells perqu&amp;egrave; dep&amp;egrave;n de l&amp;rsquo;increment que es dicta en l&amp;rsquo;&amp;agrave;mbit estatal, i posa el s&amp;iacute;mil del complement d&amp;rsquo;insularitat, que s&amp;rsquo;est&amp;agrave; analitzant que es pugui fer extensiu al CIM. Des de CSIF, considerem que l&amp;rsquo;habilitaci&amp;oacute; del cinqu&amp;egrave; nivell de carrera professional &amp;eacute;s perfectament possible i viable per a l&amp;rsquo;administraci&amp;oacute; local, tal i com han demostrat diversos ajuntaments on aquesta mesura ja s&amp;#39;ha aprovat.&amp;nbsp;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&#xD;
&#xD;
&lt;p style="text-align: justify;"&gt;&lt;span style="font-size:16px;"&gt;&lt;span style="font-family:Arial,Helvetica,sans-serif;"&gt;&lt;b&gt;ABONAMENT 0,5 % ADDICIONAL AMB EFECTES D&amp;rsquo;1 DE GENER DE 2024&lt;/b&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&#xD;
&#xD;
&lt;p style="text-align: justify;"&gt;&lt;span style="font-size:16px;"&gt;&lt;span style="font-family:Arial,Helvetica,sans-serif;"&gt;L&amp;rsquo;Administraci&amp;oacute; ha confirmat que l&amp;rsquo;increment s&amp;rsquo;abonar&amp;agrave; a la &lt;strong&gt;n&amp;ograve;mina del mes de setembre&lt;/strong&gt;, tant per al personal del Consell de Mallorca com a l&amp;rsquo;IMAS.&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&#xD;
&#xD;
&lt;p style="text-align: justify;"&gt;&lt;b style="font-family: Arial, Helvetica, sans-serif; font-size: 16px;"&gt;EQUIPARACI&amp;Oacute; DE SOUS&lt;/b&gt;&lt;/p&gt;&#xD;
&#xD;
&lt;p style="text-align: justify;"&gt;&lt;span style="font-size:16px;"&gt;&lt;span style="font-family:Arial,Helvetica,sans-serif;"&gt;&lt;b&gt;A partir de setembre, l&amp;rsquo;Administraci&amp;oacute; realitzar&amp;agrave; l&amp;rsquo;an&amp;agrave;lisi i correcci&amp;oacute; dels greuges existents dins el Consell i organismes dependents, responent a l&amp;rsquo;exig&amp;egrave;ncia que ha defensat sempre CSIF de &amp;ldquo;MATEIXA FEINA, MATEIX SOU&amp;rdquo;. &lt;/b&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&#xD;
&#xD;
&lt;p style="text-align: justify;"&gt;&lt;span style="font-size:16px;"&gt;&lt;span style="font-family:Arial,Helvetica,sans-serif;"&gt;El conseller d&amp;rsquo;Hisenda, Innovaci&amp;oacute; i Funci&amp;oacute; P&amp;uacute;blica ha confirmat que es constituir&amp;agrave; un grup de treball amb la part social que forma part de la Mesa negociadora per arribar a un consens, i es descarta opci&amp;oacute; de contractar una empresa externa per fer una an&amp;agrave;lisi de la valoraci&amp;oacute; dels llocs de treball.&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&#xD;
&#xD;
&lt;p style="text-align: justify;"&gt;&lt;span style="font-size:16px;"&gt;&lt;span style="font-family:Arial,Helvetica,sans-serif;"&gt;L&amp;rsquo;aprovaci&amp;oacute; de les darreres modificacions d&amp;rsquo;RLT on s&amp;rsquo;han modificat complements, ha estat una primera passa perqu&amp;egrave; el nostre sindicat pugui for&amp;ccedil;ar l&amp;rsquo;inici de l&amp;rsquo;equiparaci&amp;oacute; de la resta de greuges que hem vengut denunciant. En aquest sentit, ens hem posat a disposici&amp;oacute; de l&amp;rsquo;Administraci&amp;oacute; per poder avan&amp;ccedil;ar el m&amp;eacute;s r&amp;agrave;pid possible en l&amp;rsquo;equiparaci&amp;oacute; real de retribucions.&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&#xD;
&#xD;
&lt;p style="text-align: justify;"&gt;&lt;span style="font-size:16px;"&gt;&lt;span style="font-family:Arial,Helvetica,sans-serif;"&gt;&lt;b&gt;ASSUMPTES PARTICULARS PER AL PERSONAL LABORAL&lt;/b&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&#xD;
&#xD;
&lt;p style="text-align: justify;"&gt;&lt;span style="font-size:16px;"&gt;&lt;span style="font-family:Arial,Helvetica,sans-serif;"&gt;Per execuci&amp;oacute; de sent&amp;egrave;ncia, el personal laboral podr&amp;agrave; gaudir de 7 dies d&amp;rsquo;assumptes propis. En canvi, l&amp;rsquo;Administraci&amp;oacute; ha informat que no es far&amp;agrave; extensiu al personal funcionari argumentant problemes de legalitat.&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&#xD;
&#xD;
&lt;p style="text-align: justify;"&gt;&lt;span style="font-size:16px;"&gt;&lt;span style="font-family:Arial,Helvetica,sans-serif;"&gt;&amp;nbsp;La sent&amp;egrave;ncia s&amp;rsquo;aplicar&amp;agrave; de forma retroactiva a dia 11 de setembre de 2022, i es podran gaudir aquests dies addicionals de manera excepcional fins el 31 de mar&amp;ccedil; de 2026.&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&#xD;
&#xD;
&lt;ul&gt;&#xD;
	&lt;li style="text-align: justify;"&gt;&lt;span style="font-size:16px;"&gt;&lt;span style="font-family:Arial,Helvetica,sans-serif;"&gt;Personal laboral, o el personal que era laboral el per&amp;iacute;ode afectat per la sent&amp;egrave;ncia, i que no ha canviat d&amp;rsquo;administraci&amp;oacute;: se&amp;rsquo;ls incrementar&amp;agrave; d&amp;rsquo;ofici la part proporcional dels dies addicionals dins el portal de personal, encara que actualment hagi passat a ser funcionari.&lt;/span&gt;&lt;/span&gt;&lt;/li&gt;&#xD;
	&lt;li style="text-align: justify;"&gt;&lt;span style="font-size:16px;"&gt;&lt;span style="font-family:Arial,Helvetica,sans-serif;"&gt;Personal laboral que ha canviat d&amp;rsquo;administraci&amp;oacute; (CIM-IMAS): haur&amp;agrave; de sol&amp;middot;licitar a l&amp;rsquo;administraci&amp;oacute; d&amp;rsquo;origen una certificaci&amp;oacute; dels dies que li corresponen per l&amp;rsquo;aplicaci&amp;oacute; de la sent&amp;egrave;ncia, i amb aquest certificat, sol&amp;middot;licitar a l&amp;rsquo;administraci&amp;oacute; de dest&amp;iacute; que se li incrementin al portal del personal per poder gaudir-los.&lt;/span&gt;&lt;/span&gt;&lt;/li&gt;&#xD;
&lt;/ul&gt;&#xD;
&#xD;
&lt;p style="text-align: justify;"&gt;&lt;span style="font-size:16px;"&gt;&lt;span style="font-family:Arial,Helvetica,sans-serif;"&gt;&lt;b&gt;CONCURS DE TRASLLATS&lt;/b&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&#xD;
&#xD;
&lt;p style="text-align: justify;"&gt;&lt;span style="font-size:16px;"&gt;&lt;span style="font-family:Arial,Helvetica,sans-serif;"&gt;Est&amp;agrave; previst que s&amp;rsquo;inici&amp;iuml; el per&amp;iacute;ode de presentaci&amp;oacute; d&amp;rsquo;inst&amp;agrave;ncies dia 23 de setembre de 2025. Segons ha informat l&amp;rsquo;Administraci&amp;oacute;, en principi sortiren uns 330 llocs de treball a concurs i insta al personal a actualitzar el seu expedient personal. En cas que no estigui actualitzat, s&amp;rsquo;admetr&amp;agrave; documentaci&amp;oacute; a aportar durant el concurs.&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&#xD;
&#xD;
&lt;p style="text-align: justify;"&gt;&amp;nbsp;&lt;/p&gt;&#xD;
&#xD;
&lt;p style="text-align: justify;"&gt;&amp;nbsp;&lt;/p&gt;&#xD;
&#xD;
&lt;p style="text-align: justify;"&gt;&amp;nbsp;&lt;/p&gt;&#xD;
&#xD;
&lt;p style="text-align: justify;"&gt;&amp;nbsp;&lt;/p&gt;</content:encoded></item><item><guid isPermalink="true">https://www.csif.es/gl/noticia/portada/baleares/articulo/74299</guid><title>El personal auxiliar t&#xE9;cnico educativo podr&#xE1; tener contratos de 12 meses</title><pubDate>Thu, 03 Jul 25 08:52:00 CEST</pubDate><link>https://www.csif.es/gl/noticia/portada/baleares/articulo/74299</link><dc:creator xmlns:dc="dc">elena-luisa.serra.gutierrez</dc:creator><dcterms:alternative xmlns:dcterms="dcterms">La nueva contrataci&#xF3;n de 12 meses podr&#xED;a implantarse a partir del curso 2026-2027 y ser&#xED;a de car&#xE1;cter voluntario</dcterms:alternative><description>La nueva contrataci&#xF3;n de 12 meses podr&#xED;a implantarse a partir del curso 2026-2027 y ser&#xED;a de car&#xE1;cter voluntario</description><category>Negociaciones y acuerdos</category><media:content xmlns:media="media" url="https://www.csif.es/uploads/articulo/imagenPrincipal/f65ce21f-8837-4385-9d06-8f6086c4d81e-1751526201.jpg" type="image/jpeg" medium="image"><media:credit/><media:title>Baleares Image</media:title><media:text/><media:description/></media:content><content:encoded xmlns:content="content">&lt;p style="text-align:justify"&gt;&lt;span style="font-size:11pt"&gt;&lt;span style="font-family:Arial,sans-serif"&gt;&lt;span style="font-size:12.0pt"&gt;Los/as t&amp;eacute;cnicos/as (ATE) podr&amp;aacute;n tener contratos de 12 meses, de todo el a&amp;ntilde;o, y no de diez meses como hasta ahora. La Central Sindical Independiente y de Funcionarios (CSIF) ven&amp;iacute;a denunciando la falta de ATE para atender a alumnos con necesidades especiales en Baleares por los contratos precarios que se ofrecen. &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&#xD;
&#xD;
&lt;p style="text-align:justify"&gt;&amp;nbsp;&lt;/p&gt;&#xD;
&#xD;
&lt;p style="text-align:justify"&gt;&lt;span style="font-size:11pt"&gt;&lt;span style="font-family:Arial,sans-serif"&gt;&lt;span style="font-size:12.0pt"&gt;La relaci&amp;oacute;n contractual como fijo-discontinuo, cesante durante julio y agosto, les obliga a buscar trabajo en otros sectores para cubrir los meses de verano, provocando la huida de profesionales. &lt;/span&gt;. No les resultaba rentable acumular experiencia y preparar oposiciones o procesos selectivos para un contrato precario de 10 meses. &lt;span style="font-size:12.0pt"&gt;Durante los &amp;uacute;ltimos a&amp;ntilde;os, esto ha provocado que centros educativos de las islas comiencen el curso con plazas vacantes y grandes dificultades para cubrir las sustituciones. &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&#xD;
&#xD;
&lt;p style="text-align:justify"&gt;&amp;nbsp;&lt;/p&gt;&#xD;
&#xD;
&lt;p style="text-align:justify"&gt;&lt;span style="font-size:11pt"&gt;&lt;span style="font-family:Arial,sans-serif"&gt;&lt;span style="font-size:12.0pt"&gt;La Consejer&amp;iacute;a de Educaci&amp;oacute;n y la Direcci&amp;oacute;n General de Funci&amp;oacute;n P&amp;uacute;blica se han mostrado favorables a extender la contrataci&amp;oacute;n a 12 meses de este colectivo en la reuni&amp;oacute;n mantenida esta semana con los representantes sindicales (CSIF, STEI, CCOO, USO y UGT). Todas las partes coinciden en que el trabajo de este colectivo va m&amp;aacute;s all&amp;aacute; de la funci&amp;oacute;n asistencial, incluyendo una funci&amp;oacute;n educativa.&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&#xD;
&#xD;
&lt;p style="text-align:justify"&gt;&amp;nbsp;&lt;/p&gt;&#xD;
&#xD;
&lt;p style="text-align:justify"&gt;&lt;span style="font-size:11pt"&gt;&lt;span style="font-family:Arial,sans-serif"&gt;&lt;b&gt;&lt;span style="font-size:12.0pt"&gt;La nueva contrataci&amp;oacute;n de 12 meses podr&amp;iacute;a implantarse a partir del curso 2026-2027, de acuerdo con la disponibilidad presupuestaria. Ser&amp;iacute;a de car&amp;aacute;cter voluntario, de manera que cada profesional decidir&amp;aacute; libremente si quiere acogerse a un contrato anual&lt;/span&gt;&lt;/b&gt;&lt;span style="font-size:12.0pt"&gt;. &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&#xD;
&#xD;
&lt;p style="text-align:justify"&gt;&lt;span style="font-size:11pt"&gt;&lt;span style="font-family:Arial,sans-serif"&gt;&lt;span style="font-size:12.0pt"&gt;Desde CSIF, valoramos muy positivamente el compromiso e insistimos en la necesidad de mejorar las condiciones del personal auxiliar t&amp;eacute;cnico educativo, que durante muchos a&amp;ntilde;os han vivido en la m&amp;aacute;s absoluta precariedad.&amp;nbsp;En la reuni&amp;oacute;n, se abordaron tambi&amp;eacute;n otras mejoras reivindicadas por la parte social como la adscripci&amp;oacute;n a centro, permitiendo la participaci&amp;oacute;n en concurso de traslados en las mismas condiciones que el resto de personal de centros educativos, as&amp;iacute; como la reclasificaci&amp;oacute;n profesional.&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&#xD;
&#xD;
&lt;p style="text-align:justify"&gt;&amp;nbsp;&lt;/p&gt;</content:encoded></item><item><guid isPermalink="true">https://www.csif.es/gl/noticia/portada/baleares/articulo/70739</guid><title>Nuevo procedimiento especial de selecci&#xF3;n de especialistas en medicina familiar y comunitaria que finalizan su residencia</title><pubDate>Fri, 09 May 25 16:20:00 CEST</pubDate><link>https://www.csif.es/gl/noticia/portada/baleares/articulo/70739</link><dc:creator xmlns:dc="dc">elena-luisa.serra.gutierrez</dc:creator><dcterms:alternative xmlns:dcterms="dcterms">La Mesa Sectorial de Sanidad ha aprobado por unanimidad un nuevo mecanismo para fidelizar y atraer residentes de medicina familiar y comunitaria que finalizan su formaci&#xF3;n especializada durante 2025...</dcterms:alternative><description>La Mesa Sectorial de Sanidad ha aprobado por unanimidad un nuevo mecanismo para fidelizar y atraer residentes de medicina familiar y comunitaria que finalizan su formaci&#xF3;n especializada durante 2025...</description><category>Convocatorias</category><category>Empleo</category><category>Negociaciones y acuerdos</category><category>&#xDA;ltimas noticias</category><media:content xmlns:media="media" url="https://www.csif.es/uploads/articulo/imagenPrincipal/procedimiento-especial-de-seleccion-ia-2-1746804444.jpg" type="image/jpeg" medium="image"><media:credit/><media:title>Baleares Image</media:title><media:text/><media:description/></media:content><content:encoded xmlns:content="content">&lt;p style="text-align: justify;"&gt;&lt;span style="font-size:14px;"&gt;La Mesa Sectorial de Sanidad, reunida este viernes 9 de mayo, ha&amp;nbsp;aprobado por unanimidad un nuevo procedimiento especial de selecci&amp;oacute;n de&lt;/span&gt;&lt;span style="font-size:12pt"&gt;&lt;span style="background:white"&gt;&lt;span style="font-family:&amp;quot;Times New Roman&amp;quot;,serif"&gt;&lt;b&gt;&lt;span style="font-size:11.0pt"&gt;&lt;span style="font-family:&amp;quot;Noto Sans&amp;quot;,sans-serif"&gt;&lt;span style="color:black"&gt;&amp;nbsp;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/b&gt;&lt;span style="font-size:11.0pt"&gt;&lt;span style="font-family:&amp;quot;Noto Sans&amp;quot;,sans-serif"&gt;&lt;span style="color:black"&gt;personal estatutario temporal de la categor&amp;iacute;a m&amp;eacute;dico/m&amp;eacute;dica de familia en equipos de atenci&amp;oacute;n primaria&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="font-size:14px;"&gt;&amp;nbsp;con el objetivo de fidelizar profesionales que finalizan su formaci&amp;oacute;n especializada durante el 2025. En este sentido, para dar la m&amp;aacute;xima estabilidad a los profesionales, se expedir&amp;aacute;n interinidades en plazas vacantes y nombramientos de larga duraci&amp;oacute;n.&amp;nbsp;&lt;br /&gt;&#xD;
Aunque es requisito tener la especialidad, pueden participar &lt;strong&gt;los candidatos que est&amp;eacute;n cursando el 4.&amp;ordm; a&amp;ntilde;o de formaci&amp;oacute;n especializada, aportando el t&amp;iacute;tulo en el momento de la formalizaci&amp;oacute;n del nombramiento.&lt;/strong&gt; Adem&amp;aacute;s, por primera vez, no se requiere que los aspirantes tengan la nacionalidad espa&amp;ntilde;ola.&amp;nbsp;&lt;br /&gt;&#xD;
Se valorar&amp;aacute; la competencia y el desempe&amp;ntilde;o de los candidatos. Por eso, el baremo de m&amp;eacute;rito da un peso muy importante a las calificaciones de los aspirantes: el &lt;strong&gt;orden de prelaci&amp;oacute;n de la prueba MIR (hasta 40 puntos)y&amp;nbsp; las notas de R1 hasta R3 (hasta 45 puntos).&lt;/strong&gt; &lt;strong&gt;Haber hecho la residencia en las Islas Baleares tambi&amp;eacute;n tiene un peso importante de cara a fidelizar a los especialistas formados en nuestro sistema (10 puntos), &lt;/strong&gt;como puede observarse en la tabla de baremaci&amp;oacute;n.&amp;nbsp;&lt;/span&gt;&lt;/p&gt;&#xD;
&#xD;
&lt;p style="text-align: justify;"&gt;&lt;span style="font-size:14px;"&gt;Este procedimiento de selecci&amp;oacute;n se aplicar&amp;agrave; a las plazas que no han sido previamente cubiertas por las bolsas. &lt;strong&gt;E&lt;/strong&gt;&lt;strong&gt;n la convocatoria de 2025 se ofertar&amp;aacute;n m&amp;aacute;s de 100 plazas mediante este mecanismo.&amp;nbsp;&lt;/strong&gt;&lt;/span&gt;&lt;/p&gt;&#xD;
&#xD;
&lt;p style="text-align: justify;"&gt;&lt;span style="font-size:14px;"&gt;Puedes consultar la tabla completa de baremaci&amp;oacute;n en el documento adjunto. Ante cualquier duda, no dudes en contactar con tu delegado/a sindical de CSIF Sanidad.&amp;nbsp;&lt;/span&gt;&lt;/p&gt;&#xD;
&#xD;
&lt;table align="left" class="Table" style="width:96.1%; border-collapse:collapse; margin-left:6px; margin-right:6px" width="96%"&gt;&#xD;
	&lt;tbody&gt;&#xD;
		&lt;tr&gt;&#xD;
			&lt;td colspan="2" style="border-bottom:1px solid #0070c0; width:100%; padding:.100px 5px .100px 5px; height:65px; background-color:#8db4e2; border-top:1px solid #0070c0; border-right:none; border-left:1px solid #0070c0"&gt;&#xD;
			&lt;p style="margin-bottom:11px"&gt;&lt;span style="font-size:11pt"&gt;&lt;span style="line-height:107%"&gt;&lt;span style="font-family:Calibri,sans-serif"&gt;&lt;b&gt;&lt;span lang="CA" style="color:black"&gt;Valoraci&amp;oacute;n del resultado de la prueba selectiva MIR (m&amp;aacute;ximo, 40 puntos*)&lt;/span&gt;&lt;/b&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&#xD;
			&lt;/td&gt;&#xD;
		&lt;/tr&gt;&#xD;
		&lt;tr&gt;&#xD;
			&lt;td colspan="2" nowrap="nowrap" style="border-bottom:1px solid #0070c0; width:100%; padding:.100px 5px .100px 5px; height:22px; border-top:none; border-right:1px solid #0070c0; border-left:1px solid #0070c0"&gt;&#xD;
			&lt;p style="margin-bottom:11px"&gt;&lt;span style="font-size:11pt"&gt;&lt;span style="line-height:107%"&gt;&lt;span style="font-family:Calibri,sans-serif"&gt;Vea la aclaraci&amp;oacute;n &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&#xD;
			&lt;/td&gt;&#xD;
		&lt;/tr&gt;&#xD;
		&lt;tr&gt;&#xD;
			&lt;td colspan="2" style="border-bottom:1px solid #0070c0; width:100%; padding:.100px 5px .100px 5px; height:28px; background-color:#8db4e2; border-top:none; border-right:none; border-left:1px solid #0070c0"&gt;&#xD;
			&lt;p style="margin-bottom:11px"&gt;&lt;span style="font-size:11pt"&gt;&lt;span style="line-height:107%"&gt;&lt;span style="font-family:Calibri,sans-serif"&gt;&lt;b&gt;&lt;span lang="CA" style="color:black"&gt;Evaluaci&amp;oacute;n del per&amp;iacute;odo de formaci&amp;oacute;n por el sistema de residencia (m&amp;aacute;ximo, 45 puntos)&lt;/span&gt;&lt;/b&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&#xD;
			&lt;/td&gt;&#xD;
		&lt;/tr&gt;&#xD;
		&lt;tr&gt;&#xD;
			&lt;td colspan="2" style="border-bottom:1px solid #0070c0; width:100%; padding:.100px 5px .100px 5px; height:68px; border-top:none; border-right:none; border-left:1px solid #0070c0"&gt;&#xD;
			&lt;p style="margin-bottom:11px"&gt;&lt;span style="font-size:11pt"&gt;&lt;span style="line-height:107%"&gt;&lt;span style="font-family:Calibri,sans-serif"&gt;En atenci&amp;oacute;n a la evaluaci&amp;oacute;n final cuantitativa obtenida durante el per&amp;iacute;odo de residencia para la obtenci&amp;oacute;n del t&amp;iacute;tulo de especialista en la especialidad a la que se opta, efectuada por el Comit&amp;eacute; de Evaluaci&amp;oacute;n bas&amp;aacute;ndose en los resultados anuales ponderados de conformidad con lo que se establece en el anexo II de la Resoluci&amp;oacute;n de 21 de marzo de 2018.&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&#xD;
			&lt;/td&gt;&#xD;
		&lt;/tr&gt;&#xD;
		&lt;tr&gt;&#xD;
			&lt;td colspan="2" style="border-bottom:1px solid #0070c0; width:100%; padding:.100px 5px .100px 5px; height:22px; background-color:#a1c1e7; border-top:none; border-right:none; border-left:1px solid #0070c0" valign="top"&gt;&#xD;
			&lt;p style="margin-bottom:11px"&gt;&lt;span style="font-size:11pt"&gt;&lt;span style="line-height:107%"&gt;&lt;span style="font-family:Calibri,sans-serif"&gt;&lt;span lang="CA" style="color:black"&gt;R1&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&#xD;
			&lt;/td&gt;&#xD;
		&lt;/tr&gt;&#xD;
		&lt;tr&gt;&#xD;
			&lt;td nowrap="nowrap" style="border-bottom:1px solid #0070c0; width:76%; padding:.100px 5px .100px 5px; height:22px; border-top:none; border-right:1px solid #0070c0; border-left:1px solid #0070c0"&gt;&#xD;
			&lt;p style="margin-bottom:11px"&gt;&lt;span style="font-size:11pt"&gt;&lt;span style="line-height:107%"&gt;&lt;span style="font-family:Calibri,sans-serif"&gt;Calificaci&amp;oacute;n entre 5 y 7,5&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&#xD;
			&lt;/td&gt;&#xD;
			&lt;td nowrap="nowrap" style="border-bottom:1px solid #0070c0; width:23%; padding:.100px 5px .100px 5px; height:22px; border-top:none; border-right:1px solid #0070c0; border-left:none"&gt;&#xD;
			&lt;p style="margin-bottom:11px"&gt;&lt;span style="font-size:11pt"&gt;&lt;span style="line-height:107%"&gt;&lt;span style="font-family:Calibri,sans-serif"&gt;5 puntos&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&#xD;
			&lt;/td&gt;&#xD;
		&lt;/tr&gt;&#xD;
		&lt;tr&gt;&#xD;
			&lt;td nowrap="nowrap" style="border-bottom:1px solid #0070c0; width:76%; padding:.100px 5px .100px 5px; height:22px; border-top:none; border-right:1px solid #0070c0; border-left:1px solid #0070c0"&gt;&#xD;
			&lt;p style="margin-bottom:11px"&gt;&lt;span style="font-size:11pt"&gt;&lt;span style="line-height:107%"&gt;&lt;span style="font-family:Calibri,sans-serif"&gt;Calificaci&amp;oacute;n &amp;gt;7,5 y &amp;lt;9,5&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&#xD;
			&lt;/td&gt;&#xD;
			&lt;td nowrap="nowrap" style="border-bottom:1px solid #0070c0; width:23%; padding:.100px 5px .100px 5px; height:22px; border-top:none; border-right:1px solid #0070c0; border-left:none"&gt;&#xD;
			&lt;p style="margin-bottom:11px"&gt;&lt;span style="font-size:11pt"&gt;&lt;span style="line-height:107%"&gt;&lt;span style="font-family:Calibri,sans-serif"&gt;8 puntos&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&#xD;
			&lt;/td&gt;&#xD;
		&lt;/tr&gt;&#xD;
		&lt;tr&gt;&#xD;
			&lt;td nowrap="nowrap" style="border-bottom:1px solid #0070c0; width:76%; padding:.100px 5px .100px 5px; height:22px; border-top:none; border-right:1px solid #0070c0; border-left:1px solid #0070c0"&gt;&#xD;
			&lt;p style="margin-bottom:11px"&gt;&lt;span style="font-size:11pt"&gt;&lt;span style="line-height:107%"&gt;&lt;span style="font-family:Calibri,sans-serif"&gt;Calificaci&amp;oacute;n &amp;gt; 9,5&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&#xD;
			&lt;/td&gt;&#xD;
			&lt;td nowrap="nowrap" style="border-bottom:1px solid #0070c0; width:23%; padding:.100px 5px .100px 5px; height:22px; border-top:none; border-right:1px solid #0070c0; border-left:none"&gt;&#xD;
			&lt;p style="margin-bottom:11px"&gt;&lt;span style="font-size:11pt"&gt;&lt;span style="line-height:107%"&gt;&lt;span style="font-family:Calibri,sans-serif"&gt;10 puntos&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&#xD;
			&lt;/td&gt;&#xD;
		&lt;/tr&gt;&#xD;
		&lt;tr&gt;&#xD;
			&lt;td colspan="2" style="border-bottom:1px solid #0070c0; width:100%; padding:.100px 5px .100px 5px; height:22px; background-color:#a1c1e7; border-top:none; border-right:none; border-left:1px solid #0070c0" valign="top"&gt;&#xD;
			&lt;p style="margin-bottom:11px"&gt;&lt;span style="font-size:11pt"&gt;&lt;span style="line-height:107%"&gt;&lt;span style="font-family:Calibri,sans-serif"&gt;&lt;span lang="CA" style="color:black"&gt;R2&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&#xD;
			&lt;/td&gt;&#xD;
		&lt;/tr&gt;&#xD;
		&lt;tr&gt;&#xD;
			&lt;td nowrap="nowrap" style="border-bottom:1px solid #0070c0; width:76%; padding:.100px 5px .100px 5px; height:22px; border-top:none; border-right:1px solid #0070c0; border-left:1px solid #0070c0"&gt;&#xD;
			&lt;p style="margin-bottom:11px"&gt;&lt;span style="font-size:11pt"&gt;&lt;span style="line-height:107%"&gt;&lt;span style="font-family:Calibri,sans-serif"&gt;Calificaci&amp;oacute;n entre 5 y 7,5&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&#xD;
			&lt;/td&gt;&#xD;
			&lt;td nowrap="nowrap" style="border-bottom:1px solid #0070c0; width:23%; padding:.100px 5px .100px 5px; height:22px; border-top:none; border-right:1px solid #0070c0; border-left:none"&gt;&#xD;
			&lt;p style="margin-bottom:11px"&gt;&lt;span style="font-size:11pt"&gt;&lt;span style="line-height:107%"&gt;&lt;span style="font-family:Calibri,sans-serif"&gt;8 puntos&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&#xD;
			&lt;/td&gt;&#xD;
		&lt;/tr&gt;&#xD;
		&lt;tr&gt;&#xD;
			&lt;td nowrap="nowrap" style="border-bottom:1px solid #0070c0; width:76%; padding:.100px 5px .100px 5px; height:22px; border-top:none; border-right:1px solid #0070c0; border-left:1px solid #0070c0"&gt;&#xD;
			&lt;p style="margin-bottom:11px"&gt;&lt;span style="font-size:11pt"&gt;&lt;span style="line-height:107%"&gt;&lt;span style="font-family:Calibri,sans-serif"&gt;Calificaci&amp;oacute;n &amp;gt;7,5 y &amp;lt;9,5&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&#xD;
			&lt;/td&gt;&#xD;
			&lt;td nowrap="nowrap" style="border-bottom:1px solid #0070c0; width:23%; padding:.100px 5px .100px 5px; height:22px; border-top:none; border-right:1px solid #0070c0; border-left:none"&gt;&#xD;
			&lt;p style="margin-bottom:11px"&gt;&lt;span style="font-size:11pt"&gt;&lt;span style="line-height:107%"&gt;&lt;span style="font-family:Calibri,sans-serif"&gt;12 puntos&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&#xD;
			&lt;/td&gt;&#xD;
		&lt;/tr&gt;&#xD;
		&lt;tr&gt;&#xD;
			&lt;td nowrap="nowrap" style="border-bottom:1px solid #0070c0; width:76%; padding:.100px 5px .100px 5px; height:22px; border-top:none; border-right:1px solid #0070c0; border-left:1px solid #0070c0"&gt;&#xD;
			&lt;p style="margin-bottom:11px"&gt;&lt;span style="font-size:11pt"&gt;&lt;span style="line-height:107%"&gt;&lt;span style="font-family:Calibri,sans-serif"&gt;Calificaci&amp;oacute;n &amp;gt; 9,5&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&#xD;
			&lt;/td&gt;&#xD;
			&lt;td nowrap="nowrap" style="border-bottom:1px solid #0070c0; width:23%; padding:.100px 5px .100px 5px; height:22px; border-top:none; border-right:1px solid #0070c0; border-left:none"&gt;&#xD;
			&lt;p style="margin-bottom:11px"&gt;&lt;span style="font-size:11pt"&gt;&lt;span style="line-height:107%"&gt;&lt;span style="font-family:Calibri,sans-serif"&gt;15 puntos&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&#xD;
			&lt;/td&gt;&#xD;
		&lt;/tr&gt;&#xD;
		&lt;tr&gt;&#xD;
			&lt;td colspan="2" style="border-bottom:1px solid #0070c0; width:100%; padding:.100px 5px .100px 5px; height:22px; background-color:#a1c1e7; border-top:none; border-right:none; border-left:1px solid #0070c0" valign="top"&gt;&#xD;
			&lt;p style="margin-bottom:11px"&gt;&lt;span style="font-size:11pt"&gt;&lt;span style="line-height:107%"&gt;&lt;span style="font-family:Calibri,sans-serif"&gt;&lt;span lang="CA" style="color:black"&gt;R3&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&#xD;
			&lt;/td&gt;&#xD;
		&lt;/tr&gt;&#xD;
		&lt;tr&gt;&#xD;
			&lt;td nowrap="nowrap" style="border-bottom:1px solid #0070c0; width:76%; padding:.100px 5px .100px 5px; height:22px; border-top:none; border-right:1px solid #0070c0; border-left:1px solid #0070c0"&gt;&#xD;
			&lt;p style="margin-bottom:11px"&gt;&lt;span style="font-size:11pt"&gt;&lt;span style="line-height:107%"&gt;&lt;span style="font-family:Calibri,sans-serif"&gt;Calificaci&amp;oacute;n entre 5 y 7,5&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&#xD;
			&lt;/td&gt;&#xD;
			&lt;td nowrap="nowrap" style="border-bottom:1px solid #0070c0; width:23%; padding:.100px 5px .100px 5px; height:22px; border-top:none; border-right:1px solid #0070c0; border-left:none"&gt;&#xD;
			&lt;p style="margin-bottom:11px"&gt;&lt;span style="font-size:11pt"&gt;&lt;span style="line-height:107%"&gt;&lt;span style="font-family:Calibri,sans-serif"&gt;10 puntos&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&#xD;
			&lt;/td&gt;&#xD;
		&lt;/tr&gt;&#xD;
		&lt;tr&gt;&#xD;
			&lt;td nowrap="nowrap" style="border-bottom:1px solid #0070c0; width:76%; padding:.100px 5px .100px 5px; height:22px; border-top:none; border-right:1px solid #0070c0; border-left:1px solid #0070c0"&gt;&#xD;
			&lt;p style="margin-bottom:11px"&gt;&lt;span style="font-size:11pt"&gt;&lt;span style="line-height:107%"&gt;&lt;span style="font-family:Calibri,sans-serif"&gt;Calificaci&amp;oacute;n &amp;gt;7,5 y &amp;lt;9,5&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&#xD;
			&lt;/td&gt;&#xD;
			&lt;td nowrap="nowrap" style="border-bottom:1px solid #0070c0; width:23%; padding:.100px 5px .100px 5px; height:22px; border-top:none; border-right:1px solid #0070c0; border-left:none"&gt;&#xD;
			&lt;p style="margin-bottom:11px"&gt;&lt;span style="font-size:11pt"&gt;&lt;span style="line-height:107%"&gt;&lt;span style="font-family:Calibri,sans-serif"&gt;15 puntos&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&#xD;
			&lt;/td&gt;&#xD;
		&lt;/tr&gt;&#xD;
		&lt;tr&gt;&#xD;
			&lt;td nowrap="nowrap" style="border-bottom:1px solid #0070c0; width:76%; padding:.100px 5px .100px 5px; height:22px; border-top:none; border-right:1px solid #0070c0; border-left:1px solid #0070c0"&gt;&#xD;
			&lt;p style="margin-bottom:11px"&gt;&lt;span style="font-size:11pt"&gt;&lt;span style="line-height:107%"&gt;&lt;span style="font-family:Calibri,sans-serif"&gt;Calificaci&amp;oacute;n &amp;gt; 9,5&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&#xD;
			&lt;/td&gt;&#xD;
			&lt;td nowrap="nowrap" style="border-bottom:1px solid #0070c0; width:23%; padding:.100px 5px .100px 5px; height:22px; border-top:none; border-right:1px solid #0070c0; border-left:none"&gt;&#xD;
			&lt;p style="margin-bottom:11px"&gt;&lt;span style="font-size:11pt"&gt;&lt;span style="line-height:107%"&gt;&lt;span style="font-family:Calibri,sans-serif"&gt;20 puntos&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&#xD;
			&lt;/td&gt;&#xD;
		&lt;/tr&gt;&#xD;
		&lt;tr&gt;&#xD;
			&lt;td colspan="2" style="border-bottom:1px solid #0070c0; width:100%; padding:.100px 5px .100px 5px; height:28px; background-color:#8db4e2; border-top:none; border-right:none; border-left:1px solid #0070c0"&gt;&#xD;
			&lt;p style="margin-bottom:11px"&gt;&lt;span style="font-size:11pt"&gt;&lt;span style="line-height:107%"&gt;&lt;span style="font-family:Calibri,sans-serif"&gt;&lt;b&gt;&lt;span lang="CA" style="color:black"&gt;Continuidad asistencial (m&amp;aacute;ximo, 10 puntos)&lt;/span&gt;&lt;/b&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&#xD;
			&lt;/td&gt;&#xD;
		&lt;/tr&gt;&#xD;
		&lt;tr&gt;&#xD;
			&lt;td style="border-bottom:1px solid #0070c0; width:76%; padding:.100px 5px .100px 5px; height:44px; border-top:none; border-right:1px solid #0070c0; border-left:1px solid #0070c0"&gt;&#xD;
			&lt;p style="margin-bottom:11px"&gt;&lt;span style="font-size:11pt"&gt;&lt;span style="line-height:107%"&gt;&lt;span style="font-family:Calibri,sans-serif"&gt;Haber realizado y finalizado la formaci&amp;oacute;n especializada en el Servicio de Salud de les Illes Baleares&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&#xD;
			&lt;/td&gt;&#xD;
			&lt;td nowrap="nowrap" style="border-bottom:1px solid #0070c0; width:23%; padding:.100px 5px .100px 5px; height:44px; border-top:none; border-right:1px solid #0070c0; border-left:none"&gt;&#xD;
			&lt;p style="margin-bottom:11px"&gt;&lt;span style="font-size:11pt"&gt;&lt;span style="line-height:107%"&gt;&lt;span style="font-family:Calibri,sans-serif"&gt;10 puntos&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&#xD;
			&lt;/td&gt;&#xD;
		&lt;/tr&gt;&#xD;
		&lt;tr&gt;&#xD;
			&lt;td colspan="2" style="border-bottom:1px solid #0070c0; width:100%; padding:.100px 5px .100px 5px; height:28px; background-color:#8db4e2; border-top:none; border-right:none; border-left:1px solid #0070c0"&gt;&#xD;
			&lt;p style="margin-bottom:11px"&gt;&lt;span style="font-size:11pt"&gt;&lt;span style="line-height:107%"&gt;&lt;span style="font-family:Calibri,sans-serif"&gt;&lt;b&gt;&lt;span lang="CA" style="color:black"&gt;Conocimientos de catal&amp;aacute;n (m&amp;aacute;ximo, 5 puntos)&lt;/span&gt;&lt;/b&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&#xD;
			&lt;/td&gt;&#xD;
		&lt;/tr&gt;&#xD;
		&lt;tr&gt;&#xD;
			&lt;td style="border-bottom:1px solid #0070c0; width:76%; padding:.100px 5px .100px 5px; height:28px; border-top:none; border-right:1px solid #0070c0; border-left:1px solid #0070c0"&gt;&#xD;
			&lt;p style="margin-bottom:11px"&gt;&lt;span style="font-size:11pt"&gt;&lt;span style="line-height:107%"&gt;&lt;span style="font-family:Calibri,sans-serif"&gt;Certificado de conocimiento de catal&amp;aacute;n A2&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&#xD;
			&lt;/td&gt;&#xD;
			&lt;td nowrap="nowrap" style="border-bottom:1px solid #0070c0; width:23%; padding:.100px 5px .100px 5px; height:28px; border-top:none; border-right:1px solid #0070c0; border-left:none"&gt;&#xD;
			&lt;p style="margin-bottom:11px"&gt;&lt;span style="font-size:11pt"&gt;&lt;span style="line-height:107%"&gt;&lt;span style="font-family:Calibri,sans-serif"&gt;0,5 puntos&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&#xD;
			&lt;/td&gt;&#xD;
		&lt;/tr&gt;&#xD;
		&lt;tr&gt;&#xD;
			&lt;td style="border-bottom:1px solid #0070c0; width:76%; padding:.100px 5px .100px 5px; height:28px; border-top:none; border-right:1px solid #0070c0; border-left:1px solid #0070c0"&gt;&#xD;
			&lt;p style="margin-bottom:11px"&gt;&lt;span style="font-size:11pt"&gt;&lt;span style="line-height:107%"&gt;&lt;span style="font-family:Calibri,sans-serif"&gt;Certificado de conocimiento de catal&amp;aacute;n B1&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&#xD;
			&lt;/td&gt;&#xD;
			&lt;td nowrap="nowrap" style="border-bottom:1px solid #0070c0; width:23%; padding:.100px 5px .100px 5px; height:28px; border-top:none; border-right:1px solid #0070c0; border-left:none"&gt;&#xD;
			&lt;p style="margin-bottom:11px"&gt;&lt;span style="font-size:11pt"&gt;&lt;span style="line-height:107%"&gt;&lt;span style="font-family:Calibri,sans-serif"&gt;1 punto&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&#xD;
			&lt;/td&gt;&#xD;
		&lt;/tr&gt;&#xD;
		&lt;tr&gt;&#xD;
			&lt;td style="border-bottom:1px solid #0070c0; width:76%; padding:.100px 5px .100px 5px; height:28px; border-top:none; border-right:1px solid #0070c0; border-left:1px solid #0070c0"&gt;&#xD;
			&lt;p style="margin-bottom:11px"&gt;&lt;span style="font-size:11pt"&gt;&lt;span style="line-height:107%"&gt;&lt;span style="font-family:Calibri,sans-serif"&gt;Certificado de conocimiento de catal&amp;aacute;n B2&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&#xD;
			&lt;/td&gt;&#xD;
			&lt;td nowrap="nowrap" style="border-bottom:1px solid #0070c0; width:23%; padding:.100px 5px .100px 5px; height:28px; border-top:none; border-right:1px solid #0070c0; border-left:none"&gt;&#xD;
			&lt;p style="margin-bottom:11px"&gt;&lt;span style="font-size:11pt"&gt;&lt;span style="line-height:107%"&gt;&lt;span style="font-family:Calibri,sans-serif"&gt;2 puntos&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&#xD;
			&lt;/td&gt;&#xD;
		&lt;/tr&gt;&#xD;
		&lt;tr&gt;&#xD;
			&lt;td style="border-bottom:1px solid #0070c0; width:76%; padding:.100px 5px .100px 5px; height:28px; border-top:none; border-right:1px solid #0070c0; border-left:1px solid #0070c0"&gt;&#xD;
			&lt;p style="margin-bottom:11px"&gt;&lt;span style="font-size:11pt"&gt;&lt;span style="line-height:107%"&gt;&lt;span style="font-family:Calibri,sans-serif"&gt;Certificado de conocimiento de catal&amp;aacute;n C1&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&#xD;
			&lt;/td&gt;&#xD;
			&lt;td nowrap="nowrap" style="border-bottom:1px solid #0070c0; width:23%; padding:.100px 5px .100px 5px; height:28px; border-top:none; border-right:1px solid #0070c0; border-left:none"&gt;&#xD;
			&lt;p style="margin-bottom:11px"&gt;&lt;span style="font-size:11pt"&gt;&lt;span style="line-height:107%"&gt;&lt;span style="font-family:Calibri,sans-serif"&gt;3 puntos&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&#xD;
			&lt;/td&gt;&#xD;
		&lt;/tr&gt;&#xD;
		&lt;tr&gt;&#xD;
			&lt;td style="border-bottom:1px solid #0070c0; width:76%; padding:.100px 5px .100px 5px; height:22px; border-top:none; border-right:1px solid #0070c0; border-left:1px solid #0070c0"&gt;&#xD;
			&lt;p style="margin-bottom:11px"&gt;&lt;span style="font-size:11pt"&gt;&lt;span style="line-height:107%"&gt;&lt;span style="font-family:Calibri,sans-serif"&gt;Certificado de conocimiento de catal&amp;aacute;n C2&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&#xD;
			&lt;/td&gt;&#xD;
			&lt;td nowrap="nowrap" style="border-bottom:1px solid #0070c0; width:23%; padding:.100px 5px .100px 5px; height:22px; border-top:none; border-right:1px solid #0070c0; border-left:none"&gt;&#xD;
			&lt;p style="margin-bottom:11px"&gt;&lt;span style="font-size:11pt"&gt;&lt;span style="line-height:107%"&gt;&lt;span style="font-family:Calibri,sans-serif"&gt;4 puntos&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&#xD;
			&lt;/td&gt;&#xD;
		&lt;/tr&gt;&#xD;
		&lt;tr&gt;&#xD;
			&lt;td style="border-bottom:1px solid #0070c0; width:76%; padding:.100px 5px .100px 5px; height:22px; border-top:none; border-right:1px solid #0070c0; border-left:1px solid #0070c0"&gt;&#xD;
			&lt;p style="margin-bottom:11px"&gt;&lt;span style="font-size:11pt"&gt;&lt;span style="line-height:107%"&gt;&lt;span style="font-family:Calibri,sans-serif"&gt;Certificado de conocimientos de lenguaje administrativo (LA)&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&#xD;
			&lt;/td&gt;&#xD;
			&lt;td nowrap="nowrap" style="border-bottom:1px solid #0070c0; width:23%; padding:.100px 5px .100px 5px; height:22px; border-top:none; border-right:1px solid #0070c0; border-left:none"&gt;&#xD;
			&lt;p style="margin-bottom:11px"&gt;&lt;span style="font-size:11pt"&gt;&lt;span style="line-height:107%"&gt;&lt;span style="font-family:Calibri,sans-serif"&gt;1 punto&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&#xD;
			&lt;/td&gt;&#xD;
		&lt;/tr&gt;&#xD;
		&lt;tr&gt;&#xD;
			&lt;td colspan="2" style="border-bottom:1px solid #0070c0; width:100%; padding:.100px 5px .100px 5px; height:44px; border-top:none; border-right:none; border-left:1px solid #0070c0"&gt;&#xD;
			&lt;p style="margin-bottom:11px"&gt;&lt;span style="font-size:11pt"&gt;&lt;span style="line-height:107%"&gt;&lt;span style="font-family:Calibri,sans-serif"&gt;*Se valora solo un certificado, excepto en el caso del certificado LA, en que la puntuaci&amp;oacute;n se acumula a la de otro certificado que se aporte. Si se presenta solamente el certificado LA, se valora con 1 punto&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&#xD;
			&lt;/td&gt;&#xD;
		&lt;/tr&gt;&#xD;
		&lt;tr&gt;&#xD;
			&lt;td style="border-bottom:1px solid #0070c0; width:76%; padding:.100px 5px .100px 5px; height:82px; background-color:#8db4e2; border-top:none; border-right:none; border-left:1px solid #0070c0"&gt;&#xD;
			&lt;p style="margin-bottom:11px"&gt;&lt;span style="font-size:11pt"&gt;&lt;span style="line-height:107%"&gt;&lt;span style="font-family:Calibri,sans-serif"&gt;&lt;b&gt;&lt;span lang="CA" style="color:black"&gt;Puntuaci&amp;oacute;n total &lt;/span&gt;&lt;/b&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&#xD;
			&lt;/td&gt;&#xD;
			&lt;td nowrap="nowrap" style="border-bottom:1px solid #0070c0; width:23%; padding:.100px 5px .100px 5px; height:82px; background-color:#8db4e2; border-top:none; border-right:1px solid #0070c0; border-left:1px solid #0070c0"&gt;&#xD;
			&lt;p style="margin-bottom:11px"&gt;&lt;span style="font-size:11pt"&gt;&lt;span style="line-height:107%"&gt;&lt;span style="font-family:Calibri,sans-serif"&gt;&lt;b&gt;&lt;span lang="CA" style="color:black"&gt;100 PUNTOS&lt;/span&gt;&lt;/b&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&#xD;
			&lt;/td&gt;&#xD;
		&lt;/tr&gt;&#xD;
	&lt;/tbody&gt;&#xD;
&lt;/table&gt;&#xD;
&#xD;
&lt;p style="margin-bottom:11px"&gt;&amp;nbsp;&lt;/p&gt;&#xD;
&#xD;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;&#xD;
&#xD;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;&#xD;
&#xD;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;&#xD;
&#xD;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;&#xD;
&#xD;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;&#xD;
&#xD;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;&#xD;
&#xD;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;&#xD;
&#xD;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;&#xD;
&#xD;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;&#xD;
&#xD;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;&#xD;
&#xD;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;&#xD;
&#xD;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;&#xD;
&#xD;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;&#xD;
&#xD;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;&#xD;
&#xD;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;&#xD;
&#xD;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;&#xD;
&#xD;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;&#xD;
&#xD;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;&#xD;
&#xD;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;&#xD;
&#xD;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;&#xD;
&#xD;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;&#xD;
&#xD;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;&#xD;
&#xD;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;&#xD;
&#xD;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;&#xD;
&#xD;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;&#xD;
&#xD;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;&#xD;
&#xD;
&lt;p&gt;&lt;span style="font-size:11pt"&gt;&lt;span style="line-height:115%"&gt;&lt;span style="font-family:Calibri,sans-serif"&gt;&lt;b&gt;* Regla de valoraci&amp;oacute;n del resultado de la prueba selectiva MIR.&amp;nbsp;&lt;/b&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="font-size:12pt"&gt;&lt;span style="font-family:&amp;quot;Noto Sans&amp;quot;,sans-serif"&gt;&lt;span style="font-size:11.0pt"&gt;La puntuaci&amp;oacute;n m&amp;aacute;xima de este m&amp;eacute;rito en el baremo ser&amp;aacute; de 40 puntos.&amp;nbsp;&lt;/span&gt;&lt;/span&gt;&lt;span style="tab-stops:274.15pt"&gt;&lt;span style="font-family:&amp;quot;Noto Sans&amp;quot;,sans-serif"&gt;&lt;span style="font-size:11.0pt"&gt;La f&amp;oacute;rmula es la siguiente:&amp;nbsp;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="font-size:11pt"&gt;&lt;span style="line-height:115%"&gt;&lt;span style="font-family:Calibri,sans-serif"&gt;&lt;span style="font-family:&amp;quot;Noto Sans&amp;quot;,sans-serif"&gt;Se divide el orden de prelaci&amp;oacute;n del candidato menos 1 entre la &amp;uacute;ltima posici&amp;oacute;n de orden de prelaci&amp;oacute;n de los candidatos presentados en este procedimiento de selecci&amp;oacute;n menos 1 del a&amp;ntilde;o correspondiente.&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="font-family: &amp;quot;Noto Sans&amp;quot;, sans-serif; font-size: 11pt;"&gt;Se realiza la operaci&amp;oacute;n de 1 menos el resultado del apartado anterior y se multiplica por 40 para la obtenci&amp;oacute;n de la puntuaci&amp;oacute;n de este m&amp;eacute;rito.&lt;/span&gt;&lt;/p&gt;&#xD;
&#xD;
&lt;p style="margin-bottom:13px"&gt;&lt;span style="font-size:12pt"&gt;&lt;span style="tab-stops:274.15pt"&gt;&lt;span style="font-family:&amp;quot;Noto Sans&amp;quot;,sans-serif"&gt;&lt;span style="font-size:11.0pt"&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&#xD;
&#xD;
&lt;p style="margin-bottom:13px"&gt;&amp;nbsp;&lt;/p&gt;&#xD;
&#xD;
&lt;p style="margin-bottom:13px"&gt;&amp;nbsp;&lt;/p&gt;</content:encoded></item><item><guid isPermalink="true">https://www.csif.es/gl/noticia/portada/baleares/articulo/69264</guid><title>Acuerdo de mejora de retribuciones y condiciones laborales del personal p&#xFA;blico de la Administraci&#xF3;n Auton&#xF3;mica</title><pubDate>Thu, 10 Apr 25 09:04:00 CEST</pubDate><link>https://www.csif.es/gl/noticia/portada/baleares/articulo/69264</link><dc:creator xmlns:dc="dc">elena-luisa.serra.gutierrez</dc:creator><dcterms:alternative xmlns:dcterms="dcterms"/><description/><category>Negociaciones y acuerdos</category><category>CSIF Informa</category><media:content xmlns:media="media" url="https://www.csif.es/uploads/articulo/imagenPrincipal/texto-1920-1080-px-1-1744270022.jpg" type="image/jpeg" medium="image"><media:credit/><media:title>Baleares Image</media:title><media:text/><media:description/></media:content><content:encoded xmlns:content="content">&lt;p style="margin-bottom: 11px; text-align: justify;"&gt;&lt;span style="font-size:16px;"&gt;&lt;span style="line-height:107%"&gt;&lt;span style="font-family:Calibri,sans-serif"&gt;El Acuerdo firmado por la presidenta del Govern de les Illes Balears y las organizaciones sindicales representadas en la Mesa General de los Empleados P&amp;uacute;blicos (CSIF, CCOO, UGT, STEI y SIMEBAL), da cumplimiento a reivindicaciones que desde CSIF hemos reclamado durante a&amp;ntilde;os:&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&#xD;
&#xD;
&lt;ul&gt;&#xD;
	&lt;li style="margin-bottom: 11px; margin-left: 8px; text-align: justify;"&gt;&lt;span style="font-size:16px;"&gt;&lt;span style="line-height:107%"&gt;&lt;span style="font-family:Calibri,sans-serif"&gt;&lt;strong&gt;Equiparaci&amp;oacute;n de la Indemnizaci&amp;oacute;n de residencia&lt;/strong&gt;: se har&amp;aacute; de forma homog&amp;eacute;nea, de manera que todos los grupos profesionales recibir&amp;aacute;n la misma indemnizaci&amp;oacute;n. La &amp;uacute;nica diferencia estar&amp;aacute; marcada por la isla. En Mallorca, la indemnizaci&amp;oacute;n ser&amp;aacute; de 205 euros. En las islas que padecen doble insularidad, Ibiza y Menorca, la compensaci&amp;oacute;n ser&amp;aacute; de 410 euros. Y en Formentera, que padece triple insularidad, la indemnizaci&amp;oacute;n ser&amp;aacute; de 615 euros. &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/li&gt;&#xD;
&lt;/ul&gt;&#xD;
&#xD;
&lt;table class="TableNormal" style="margin-left:2px; border-collapse:collapse; border:none"&gt;&#xD;
	&lt;tbody&gt;&#xD;
		&lt;tr&gt;&#xD;
			&lt;td colspan="2" style="border-bottom:3px solid #00af50; width:226px; padding:0cm 0cm 0cm 0cm; height:19px; background-color:#bebebe; border-top:3px solid #00af50; border-right:3px solid #00af50; border-left:none" valign="top"&gt;&#xD;
			&lt;ul&gt;&#xD;
				&lt;li class="TableParagraph" style="margin-left: 8px; text-align: justify;"&gt;&lt;span style="font-size:11pt"&gt;&lt;span style="font-family:Arial,sans-serif"&gt;&lt;b&gt;&lt;i&gt;&lt;span lang="EN-US" style="font-size:10.0pt"&gt;&lt;span style="color:black"&gt;COMPARATIVA&lt;/span&gt;&lt;/span&gt;&lt;/i&gt;&lt;/b&gt;&lt;/span&gt;&lt;/span&gt;&lt;/li&gt;&#xD;
			&lt;/ul&gt;&#xD;
			&lt;/td&gt;&#xD;
			&lt;td style="border-bottom:none; width:58px; padding:0cm 0cm 0cm 0cm; height:19px; background-color:#bebebe; border-top:none; border-right:3px solid #00af50; border-left:none" valign="top"&gt;&#xD;
			&lt;p class="TableParagraph" style="text-align: justify;"&gt;&amp;nbsp;&lt;/p&gt;&#xD;
			&lt;/td&gt;&#xD;
			&lt;td style="border-bottom:none; width:98px; padding:0cm 0cm 0cm 0cm; height:19px; background-color:#bebebe; border-top:none; border-right:3px solid #00af50; border-left:none" valign="top"&gt;&#xD;
			&lt;p class="TableParagraph" style="margin-left: 1px; text-align: justify;"&gt;&lt;span style="font-size:11pt"&gt;&lt;span style="font-family:Arial,sans-serif"&gt;&lt;i&gt;&lt;span lang="EN-US" style="font-size:10.0pt"&gt;&lt;span style="color:black"&gt;&lt;span style="letter-spacing:-.1pt"&gt;Actual&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/i&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&#xD;
			&lt;/td&gt;&#xD;
			&lt;td style="border-bottom:none; width:103px; padding:0cm 0cm 0cm 0cm; height:19px; background-color:#bebebe; border-top:none; border-right:3px solid #00af50; border-left:none" valign="top"&gt;&#xD;
			&lt;p class="TableParagraph" style="margin-left: 20px; text-align: justify;"&gt;&lt;span style="font-size:11pt"&gt;&lt;span style="font-family:Arial,sans-serif"&gt;&lt;i&gt;&lt;span lang="EN-US" style="font-size:10.0pt"&gt;&lt;span style="color:black"&gt;Incremento&lt;/span&gt;&lt;/span&gt;&lt;/i&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&#xD;
			&lt;/td&gt;&#xD;
			&lt;td style="border-bottom:none; width:97px; padding:0cm 0cm 0cm 0cm; height:19px; background-color:#bebebe; border-top:none; border-right:none; border-left:none" valign="top"&gt;&#xD;
			&lt;p class="TableParagraph" style="margin-right: 2px; text-align: justify;"&gt;&lt;span style="font-size:11pt"&gt;&lt;span style="font-family:Arial,sans-serif"&gt;&lt;span lang="EN-US" style="font-size:10.0pt"&gt;&lt;span style="color:black"&gt;&lt;span style="letter-spacing:-.5pt"&gt;%&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&#xD;
			&lt;/td&gt;&#xD;
		&lt;/tr&gt;&#xD;
		&lt;tr&gt;&#xD;
			&lt;td rowspan="5" style="border-bottom:3px solid #00af50; width:121px; padding:0cm 0cm 0cm 0cm; height:19px; background-color:#bebebe; border-top:none; border-right:3px solid #00af50; border-left:none" valign="top"&gt;&#xD;
			&lt;p class="TableParagraph" style="margin-top: 17px; text-align: justify;"&gt;&amp;nbsp;&lt;/p&gt;&#xD;
&#xD;
			&lt;p class="TableParagraph" style="margin-left: 19px; text-align: justify;"&gt;&lt;span style="font-size:11pt"&gt;&lt;span style="font-family:Arial,sans-serif"&gt;&lt;span lang="EN-US" style="color:black"&gt;&lt;span style="letter-spacing:-.1pt"&gt;MALLORCA&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&#xD;
			&lt;/td&gt;&#xD;
			&lt;td rowspan="5" style="border-bottom:3px solid #00af50; width:104px; padding:0cm 0cm 0cm 0cm; height:19px; border-top:none; border-right:3px solid #00af50; border-left:none" valign="top"&gt;&#xD;
			&lt;p class="TableParagraph" style="text-align: justify;"&gt;&amp;nbsp;&lt;/p&gt;&#xD;
&#xD;
			&lt;p class="TableParagraph" style="margin-top: 6px; text-align: justify;"&gt;&amp;nbsp;&lt;/p&gt;&#xD;
&#xD;
			&lt;p class="TableParagraph" style="margin-left: 19px; text-align: justify;"&gt;&lt;span style="font-size:11pt"&gt;&lt;span style="font-family:Arial,sans-serif"&gt;&lt;b&gt;&lt;span lang="EN-US" style="font-size:12.0pt"&gt;205,29 &lt;span style="letter-spacing:-.5pt"&gt;&amp;euro;&lt;/span&gt;&lt;/span&gt;&lt;/b&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&#xD;
			&lt;/td&gt;&#xD;
			&lt;td style="border-bottom:3px solid white; width:58px; padding:0cm 0cm 0cm 0cm; height:19px; background-color:#bebebe; border-top:none; border-right:3px solid #00af50; border-left:none" valign="top"&gt;&#xD;
			&lt;p class="TableParagraph" style="margin-left: 4px; text-align: justify;"&gt;&lt;span style="font-size:11pt"&gt;&lt;span style="line-height:12.95pt"&gt;&lt;span style="font-family:Arial,sans-serif"&gt;&lt;i&gt;&lt;span lang="EN-US" style="font-size:12.0pt"&gt;&lt;span style="color:black"&gt;&lt;span style="letter-spacing:-.25pt"&gt;A1&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/i&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&#xD;
			&lt;/td&gt;&#xD;
			&lt;td style="border-bottom:3px solid white; width:98px; padding:0cm 0cm 0cm 0cm; height:19px; background-color:#bebebe; border-top:none; border-right:3px solid #00af50; border-left:none" valign="top"&gt;&#xD;
			&lt;p class="TableParagraph" style="margin-left: 1px; text-align: justify;"&gt;&lt;span style="font-size:11pt"&gt;&lt;span style="line-height:11.45pt"&gt;&lt;span style="font-family:Arial,sans-serif"&gt;&lt;span lang="EN-US" style="font-size:10.0pt"&gt;&lt;span style="color:black"&gt;106,87 &lt;/span&gt;&lt;/span&gt;&lt;span lang="EN-US" style="font-size:9.0pt"&gt;&lt;span style="color:black"&gt;&lt;span style="letter-spacing:-.5pt"&gt;&amp;euro;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&#xD;
			&lt;/td&gt;&#xD;
			&lt;td style="border-bottom:3px solid white; width:103px; padding:0cm 0cm 0cm 0cm; height:19px; border-top:none; border-right:3px solid #00af50; border-left:none" valign="top"&gt;&#xD;
			&lt;p class="TableParagraph" style="margin-right: 7px; text-align: justify;"&gt;&lt;span style="font-size:11pt"&gt;&lt;span style="font-family:Arial,sans-serif"&gt;98,42 &lt;span style="letter-spacing:-.5pt"&gt;&amp;euro;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&#xD;
			&lt;/td&gt;&#xD;
			&lt;td style="border-bottom:3px solid white; width:97px; padding:0cm 0cm 0cm 0cm; height:19px; background-color:#bebebe; border-top:none; border-right:none; border-left:none" valign="top"&gt;&#xD;
			&lt;p class="TableParagraph" style="margin-right: 2px; text-align: justify;"&gt;&lt;span style="font-size:11pt"&gt;&lt;span style="font-family:Arial,sans-serif"&gt;&lt;span lang="EN-US" style="color:black"&gt;92 &lt;/span&gt;&lt;span lang="EN-US" style="font-size:9.0pt"&gt;&lt;span style="color:black"&gt;&lt;span style="letter-spacing:-.5pt"&gt;%&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&#xD;
			&lt;/td&gt;&#xD;
		&lt;/tr&gt;&#xD;
		&lt;tr&gt;&#xD;
			&lt;td style="border-bottom:3px solid white; width:58px; padding:0cm 0cm 0cm 0cm; height:18px; background-color:#bebebe; border-top:none; border-right:3px solid #00af50; border-left:none" valign="top"&gt;&#xD;
			&lt;p class="TableParagraph" style="margin-left: 4px; text-align: justify;"&gt;&lt;span style="font-size:11pt"&gt;&lt;span style="line-height:12.7pt"&gt;&lt;span style="font-family:Arial,sans-serif"&gt;&lt;i&gt;&lt;span lang="EN-US" style="font-size:12.0pt"&gt;&lt;span style="color:black"&gt;&lt;span style="letter-spacing:-.25pt"&gt;A2&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/i&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&#xD;
			&lt;/td&gt;&#xD;
			&lt;td style="border-bottom:3px solid white; width:98px; padding:0cm 0cm 0cm 0cm; height:18px; background-color:#bebebe; border-top:none; border-right:3px solid #00af50; border-left:none" valign="top"&gt;&#xD;
			&lt;p class="TableParagraph" style="margin-left: 1px; text-align: justify;"&gt;&lt;span style="font-size:11pt"&gt;&lt;span style="line-height:11.45pt"&gt;&lt;span style="font-family:Arial,sans-serif"&gt;&lt;span lang="EN-US" style="font-size:10.0pt"&gt;&lt;span style="color:black"&gt;85,94 &lt;/span&gt;&lt;/span&gt;&lt;span lang="EN-US" style="font-size:9.0pt"&gt;&lt;span style="color:black"&gt;&lt;span style="letter-spacing:-.5pt"&gt;&amp;euro;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&#xD;
			&lt;/td&gt;&#xD;
			&lt;td style="border-bottom:3px solid white; width:103px; padding:0cm 0cm 0cm 0cm; height:18px; border-top:none; border-right:3px solid #00af50; border-left:none" valign="top"&gt;&#xD;
			&lt;p class="TableParagraph" style="margin-right: 7px; text-align: justify;"&gt;&lt;span style="font-size:11pt"&gt;&lt;span style="line-height:12.65pt"&gt;&lt;span style="font-family:Arial,sans-serif"&gt;&lt;span lang="EN-US" style="letter-spacing:-.1pt"&gt;119,35&lt;/span&gt; &lt;span lang="EN-US" style="letter-spacing:-.5pt"&gt;&amp;euro;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&#xD;
			&lt;/td&gt;&#xD;
			&lt;td style="border-bottom:3px solid white; width:97px; padding:0cm 0cm 0cm 0cm; height:18px; background-color:#bebebe; border-top:none; border-right:none; border-left:none" valign="top"&gt;&#xD;
			&lt;p class="TableParagraph" style="margin-right: 2px; text-align: justify;"&gt;&lt;span style="font-size:11pt"&gt;&lt;span style="line-height:12.65pt"&gt;&lt;span style="font-family:Arial,sans-serif"&gt;&lt;span lang="EN-US" style="color:black"&gt;139 &lt;/span&gt;&lt;span lang="EN-US" style="font-size:9.0pt"&gt;&lt;span style="color:black"&gt;&lt;span style="letter-spacing:-.5pt"&gt;%&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&#xD;
			&lt;/td&gt;&#xD;
		&lt;/tr&gt;&#xD;
		&lt;tr&gt;&#xD;
			&lt;td style="border-bottom:3px solid white; width:58px; padding:0cm 0cm 0cm 0cm; height:18px; background-color:#bebebe; border-top:none; border-right:3px solid #00af50; border-left:none" valign="top"&gt;&#xD;
			&lt;p class="TableParagraph" style="margin-left: 4px; text-align: justify;"&gt;&lt;span style="font-size:11pt"&gt;&lt;span style="line-height:12.75pt"&gt;&lt;span style="font-family:Arial,sans-serif"&gt;&lt;i&gt;&lt;span lang="EN-US" style="font-size:12.0pt"&gt;&lt;span style="color:black"&gt;&lt;span style="letter-spacing:-.25pt"&gt;C1&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/i&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&#xD;
			&lt;/td&gt;&#xD;
			&lt;td style="border-bottom:3px solid white; width:98px; padding:0cm 0cm 0cm 0cm; height:18px; background-color:#bebebe; border-top:none; border-right:3px solid #00af50; border-left:none" valign="top"&gt;&#xD;
			&lt;p class="TableParagraph" style="margin-left: 1px; text-align: justify;"&gt;&lt;span style="font-size:11pt"&gt;&lt;span style="font-family:Arial,sans-serif"&gt;&lt;span lang="EN-US" style="font-size:10.0pt"&gt;&lt;span style="color:black"&gt;74,81 &lt;/span&gt;&lt;/span&gt;&lt;span lang="EN-US" style="font-size:9.0pt"&gt;&lt;span style="color:black"&gt;&lt;span style="letter-spacing:-.5pt"&gt;&amp;euro;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&#xD;
			&lt;/td&gt;&#xD;
			&lt;td style="border-bottom:3px solid white; width:103px; padding:0cm 0cm 0cm 0cm; height:18px; border-top:none; border-right:3px solid #00af50; border-left:none" valign="top"&gt;&#xD;
			&lt;p class="TableParagraph" style="margin-right: 7px; text-align: justify;"&gt;&lt;span style="font-size:11pt"&gt;&lt;span style="font-family:Arial,sans-serif"&gt;130,48 &lt;span style="letter-spacing:-.5pt"&gt;&amp;euro;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&#xD;
			&lt;/td&gt;&#xD;
			&lt;td style="border-bottom:3px solid white; width:97px; padding:0cm 0cm 0cm 0cm; height:18px; background-color:#bebebe; border-top:none; border-right:none; border-left:none" valign="top"&gt;&#xD;
			&lt;p class="TableParagraph" style="margin-right: 2px; text-align: justify;"&gt;&lt;span style="font-size:11pt"&gt;&lt;span style="font-family:Arial,sans-serif"&gt;&lt;span lang="EN-US" style="color:black"&gt;174 &lt;/span&gt;&lt;span lang="EN-US" style="font-size:9.0pt"&gt;&lt;span style="color:black"&gt;&lt;span style="letter-spacing:-.5pt"&gt;%&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&#xD;
			&lt;/td&gt;&#xD;
		&lt;/tr&gt;&#xD;
		&lt;tr&gt;&#xD;
			&lt;td style="border-bottom:3px solid white; width:58px; padding:0cm 0cm 0cm 0cm; height:21px; background-color:#bebebe; border-top:none; border-right:3px solid #00af50; border-left:none" valign="top"&gt;&#xD;
			&lt;p class="TableParagraph" style="margin-left: 4px; text-align: justify;"&gt;&lt;span style="font-size:11pt"&gt;&lt;span style="font-family:Arial,sans-serif"&gt;&lt;i&gt;&lt;span lang="EN-US" style="font-size:12.0pt"&gt;&lt;span style="color:black"&gt;&lt;span style="letter-spacing:-.25pt"&gt;C2&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/i&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&#xD;
			&lt;/td&gt;&#xD;
			&lt;td style="border-bottom:3px solid white; width:98px; padding:0cm 0cm 0cm 0cm; height:21px; background-color:#bebebe; border-top:none; border-right:3px solid #00af50; border-left:none" valign="top"&gt;&#xD;
			&lt;p class="TableParagraph" style="margin-left: 1px; text-align: justify;"&gt;&lt;span style="font-size:11pt"&gt;&lt;span style="font-family:Arial,sans-serif"&gt;&lt;span lang="EN-US" style="font-size:10.0pt"&gt;&lt;span style="color:black"&gt;49,58 &lt;/span&gt;&lt;/span&gt;&lt;span lang="EN-US" style="font-size:9.0pt"&gt;&lt;span style="color:black"&gt;&lt;span style="letter-spacing:-.5pt"&gt;&amp;euro;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&#xD;
			&lt;/td&gt;&#xD;
			&lt;td style="border-bottom:3px solid white; width:103px; padding:0cm 0cm 0cm 0cm; height:21px; border-top:none; border-right:3px solid #00af50; border-left:none" valign="top"&gt;&#xD;
			&lt;p class="TableParagraph" style="margin-right: 7px; text-align: justify;"&gt;&lt;span style="font-size:11pt"&gt;&lt;span style="font-family:Arial,sans-serif"&gt;155,71 &lt;span style="letter-spacing:-.5pt"&gt;&amp;euro;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&#xD;
			&lt;/td&gt;&#xD;
			&lt;td style="border-bottom:3px solid white; width:97px; padding:0cm 0cm 0cm 0cm; height:21px; background-color:#bebebe; border-top:none; border-right:none; border-left:none" valign="top"&gt;&#xD;
			&lt;p class="TableParagraph" style="margin-right: 2px; text-align: justify;"&gt;&lt;span style="font-size:11pt"&gt;&lt;span style="font-family:Arial,sans-serif"&gt;&lt;span lang="EN-US" style="color:black"&gt;314 &lt;/span&gt;&lt;span lang="EN-US" style="font-size:9.0pt"&gt;&lt;span style="color:black"&gt;&lt;span style="letter-spacing:-.5pt"&gt;%&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&#xD;
			&lt;/td&gt;&#xD;
		&lt;/tr&gt;&#xD;
		&lt;tr&gt;&#xD;
			&lt;td style="border-bottom:none; width:58px; padding:0cm 0cm 0cm 0cm; height:24px; background-color:#bebebe; border-top:none; border-right:3px solid #00af50; border-left:none" valign="top"&gt;&#xD;
			&lt;p class="TableParagraph" style="margin-left: 4px; text-align: justify;"&gt;&lt;span style="font-size:11pt"&gt;&lt;span style="line-height:13.8pt"&gt;&lt;span style="font-family:Arial,sans-serif"&gt;&lt;i&gt;&lt;span lang="EN-US" style="font-size:12.0pt"&gt;&lt;span style="color:black"&gt;&lt;span style="letter-spacing:-.25pt"&gt;AP&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/i&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&#xD;
			&lt;/td&gt;&#xD;
			&lt;td style="border-bottom:none; width:98px; padding:0cm 0cm 0cm 0cm; height:24px; background-color:#bebebe; border-top:none; border-right:3px solid #00af50; border-left:none" valign="top"&gt;&#xD;
			&lt;p class="TableParagraph" style="margin-left: 1px; text-align: justify;"&gt;&lt;span style="font-size:11pt"&gt;&lt;span style="line-height:11.45pt"&gt;&lt;span style="font-family:Arial,sans-serif"&gt;&lt;span lang="EN-US" style="font-size:10.0pt"&gt;&lt;span style="color:black"&gt;45,94 &lt;/span&gt;&lt;/span&gt;&lt;span lang="EN-US" style="font-size:9.0pt"&gt;&lt;span style="color:black"&gt;&lt;span style="letter-spacing:-.5pt"&gt;&amp;euro;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&#xD;
			&lt;/td&gt;&#xD;
			&lt;td style="border-bottom:none; width:103px; padding:0cm 0cm 0cm 0cm; height:24px; border-top:none; border-right:3px solid #00af50; border-left:none" valign="top"&gt;&#xD;
			&lt;p class="TableParagraph" style="margin-right: 7px; text-align: justify;"&gt;&lt;span style="font-size:11pt"&gt;&lt;span style="line-height:12.6pt"&gt;&lt;span style="font-family:Arial,sans-serif"&gt;159,35 &lt;span style="letter-spacing:-.5pt"&gt;&amp;euro;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&#xD;
			&lt;/td&gt;&#xD;
			&lt;td style="border-bottom:none; width:97px; padding:0cm 0cm 0cm 0cm; height:24px; background-color:#bebebe; border-top:none; border-right:none; border-left:none" valign="top"&gt;&#xD;
			&lt;p class="TableParagraph" style="margin-right: 2px; text-align: justify;"&gt;&lt;span style="font-size:11pt"&gt;&lt;span style="line-height:12.6pt"&gt;&lt;span style="font-family:Arial,sans-serif"&gt;&lt;span lang="EN-US" style="color:black"&gt;347 &lt;/span&gt;&lt;span lang="EN-US" style="font-size:9.0pt"&gt;&lt;span style="color:black"&gt;&lt;span style="letter-spacing:-.5pt"&gt;%&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&#xD;
			&lt;/td&gt;&#xD;
		&lt;/tr&gt;&#xD;
		&lt;tr&gt;&#xD;
			&lt;td rowspan="5" style="border-bottom:3px solid #00af50; width:121px; padding:0cm 0cm 0cm 0cm; height:19px; background-color:#bebebe; border-top:none; border-right:3px solid #00af50; border-left:none" valign="top"&gt;&#xD;
			&lt;p class="TableParagraph" style="margin-top: 1px; text-align: justify;"&gt;&amp;nbsp;&lt;/p&gt;&#xD;
&#xD;
			&lt;p class="TableParagraph" style="margin-right: 22px; margin-left: 31px; text-indent: -6.75pt; text-align: justify;"&gt;&lt;span style="font-size:11pt"&gt;&lt;span style="line-height:200%"&gt;&lt;span style="font-family:Arial,sans-serif"&gt;&lt;span lang="EN-US" style="color:black"&gt;&lt;span style="letter-spacing:-.1pt"&gt;MENORCA EIVISSA&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&#xD;
			&lt;/td&gt;&#xD;
			&lt;td rowspan="5" style="border-bottom:3px solid #00af50; width:104px; padding:0cm 0cm 0cm 0cm; height:19px; border-top:none; border-right:3px solid #00af50; border-left:none" valign="top"&gt;&#xD;
			&lt;p class="TableParagraph" style="text-align: justify;"&gt;&amp;nbsp;&lt;/p&gt;&#xD;
&#xD;
			&lt;p class="TableParagraph" style="margin-top: 4px; text-align: justify;"&gt;&amp;nbsp;&lt;/p&gt;&#xD;
&#xD;
			&lt;p class="TableParagraph" style="margin-left: 19px; text-align: justify;"&gt;&lt;span style="font-size:11pt"&gt;&lt;span style="font-family:Arial,sans-serif"&gt;&lt;b&gt;&lt;span lang="EN-US" style="font-size:12.0pt"&gt;410,58 &lt;span style="letter-spacing:-.5pt"&gt;&amp;euro;&lt;/span&gt;&lt;/span&gt;&lt;/b&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&#xD;
			&lt;/td&gt;&#xD;
			&lt;td style="border-bottom:3px solid white; width:58px; padding:0cm 0cm 0cm 0cm; height:19px; background-color:#bebebe; border-top:none; border-right:3px solid #00af50; border-left:none" valign="top"&gt;&#xD;
			&lt;p class="TableParagraph" style="margin-top: 1px; margin-left: 4px; text-align: justify;"&gt;&lt;span style="font-size:11pt"&gt;&lt;span style="line-height:12.75pt"&gt;&lt;span style="font-family:Arial,sans-serif"&gt;&lt;i&gt;&lt;span lang="EN-US" style="font-size:12.0pt"&gt;&lt;span style="color:black"&gt;&lt;span style="letter-spacing:-.25pt"&gt;A1&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/i&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&#xD;
			&lt;/td&gt;&#xD;
			&lt;td style="border-bottom:3px solid white; width:98px; padding:0cm 0cm 0cm 0cm; height:19px; background-color:#bebebe; border-top:none; border-right:3px solid #00af50; border-left:none" valign="top"&gt;&#xD;
			&lt;p class="TableParagraph" style="margin-top: 1px; margin-left: 1px; text-align: justify;"&gt;&lt;span style="font-size:11pt"&gt;&lt;span style="font-family:Arial,sans-serif"&gt;&lt;span lang="EN-US" style="font-size:10.0pt"&gt;&lt;span style="color:black"&gt;&lt;span style="letter-spacing:-.1pt"&gt;118,32&lt;/span&gt;&lt;/span&gt;&lt;/span&gt; &lt;span lang="EN-US" style="font-size:9.0pt"&gt;&lt;span style="color:black"&gt;&lt;span style="letter-spacing:-.5pt"&gt;&amp;euro;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&#xD;
			&lt;/td&gt;&#xD;
			&lt;td style="border-bottom:3px solid white; width:103px; padding:0cm 0cm 0cm 0cm; height:19px; border-top:none; border-right:3px solid #00af50; border-left:none" valign="top"&gt;&#xD;
			&lt;p class="TableParagraph" style="margin-top: 1px; margin-right: 7px; text-align: justify;"&gt;&lt;span style="font-size:11pt"&gt;&lt;span style="font-family:Arial,sans-serif"&gt;292,26 &lt;span style="letter-spacing:-.5pt"&gt;&amp;euro;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&#xD;
			&lt;/td&gt;&#xD;
			&lt;td style="border-bottom:3px solid white; width:97px; padding:0cm 0cm 0cm 0cm; height:19px; background-color:#bebebe; border-top:none; border-right:none; border-left:none" valign="top"&gt;&#xD;
			&lt;p class="TableParagraph" style="margin-top: 1px; margin-right: 2px; text-align: justify;"&gt;&lt;span style="font-size:11pt"&gt;&lt;span style="font-family:Arial,sans-serif"&gt;&lt;span lang="EN-US" style="color:black"&gt;247 &lt;/span&gt;&lt;span lang="EN-US" style="font-size:9.0pt"&gt;&lt;span style="color:black"&gt;&lt;span style="letter-spacing:-.5pt"&gt;%&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&#xD;
			&lt;/td&gt;&#xD;
		&lt;/tr&gt;&#xD;
		&lt;tr&gt;&#xD;
			&lt;td style="border-bottom:3px solid white; width:58px; padding:0cm 0cm 0cm 0cm; height:18px; background-color:#bebebe; border-top:none; border-right:3px solid #00af50; border-left:none" valign="top"&gt;&#xD;
			&lt;p class="TableParagraph" style="margin-left: 4px; text-align: justify;"&gt;&lt;span style="font-size:11pt"&gt;&lt;span style="line-height:12.75pt"&gt;&lt;span style="font-family:Arial,sans-serif"&gt;&lt;i&gt;&lt;span lang="EN-US" style="font-size:12.0pt"&gt;&lt;span style="color:black"&gt;&lt;span style="letter-spacing:-.25pt"&gt;A2&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/i&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&#xD;
			&lt;/td&gt;&#xD;
			&lt;td style="border-bottom:3px solid white; width:98px; padding:0cm 0cm 0cm 0cm; height:18px; background-color:#bebebe; border-top:none; border-right:3px solid #00af50; border-left:none" valign="top"&gt;&#xD;
			&lt;p class="TableParagraph" style="margin-left: 1px; text-align: justify;"&gt;&lt;span style="font-size:11pt"&gt;&lt;span style="font-family:Arial,sans-serif"&gt;&lt;span lang="EN-US" style="font-size:10.0pt"&gt;&lt;span style="color:black"&gt;103,10 &lt;/span&gt;&lt;/span&gt;&lt;span lang="EN-US" style="font-size:9.0pt"&gt;&lt;span style="color:black"&gt;&lt;span style="letter-spacing:-.5pt"&gt;&amp;euro;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&#xD;
			&lt;/td&gt;&#xD;
			&lt;td style="border-bottom:3px solid white; width:103px; padding:0cm 0cm 0cm 0cm; height:18px; border-top:none; border-right:3px solid #00af50; border-left:none" valign="top"&gt;&#xD;
			&lt;p class="TableParagraph" style="margin-right: 7px; text-align: justify;"&gt;&lt;span style="font-size:11pt"&gt;&lt;span style="font-family:Arial,sans-serif"&gt;307,48 &lt;span style="letter-spacing:-.5pt"&gt;&amp;euro;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&#xD;
			&lt;/td&gt;&#xD;
			&lt;td style="border-bottom:3px solid white; width:97px; padding:0cm 0cm 0cm 0cm; height:18px; background-color:#bebebe; border-top:none; border-right:none; border-left:none" valign="top"&gt;&#xD;
			&lt;p class="TableParagraph" style="margin-right: 2px; text-align: justify;"&gt;&lt;span style="font-size:11pt"&gt;&lt;span style="font-family:Arial,sans-serif"&gt;&lt;span lang="EN-US" style="color:black"&gt;298 &lt;/span&gt;&lt;span lang="EN-US" style="font-size:9.0pt"&gt;&lt;span style="color:black"&gt;&lt;span style="letter-spacing:-.5pt"&gt;%&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&#xD;
			&lt;/td&gt;&#xD;
		&lt;/tr&gt;&#xD;
		&lt;tr&gt;&#xD;
			&lt;td style="border-bottom:3px solid white; width:58px; padding:0cm 0cm 0cm 0cm; height:20px; background-color:#bebebe; border-top:none; border-right:3px solid #00af50; border-left:none" valign="top"&gt;&#xD;
			&lt;p class="TableParagraph" style="margin-left: 4px; text-align: justify;"&gt;&lt;span style="font-size:11pt"&gt;&lt;span style="font-family:Arial,sans-serif"&gt;&lt;i&gt;&lt;span lang="EN-US" style="font-size:12.0pt"&gt;&lt;span style="color:black"&gt;&lt;span style="letter-spacing:-.25pt"&gt;C1&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/i&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&#xD;
			&lt;/td&gt;&#xD;
			&lt;td style="border-bottom:3px solid white; width:98px; padding:0cm 0cm 0cm 0cm; height:20px; background-color:#bebebe; border-top:none; border-right:3px solid #00af50; border-left:none" valign="top"&gt;&#xD;
			&lt;p class="TableParagraph" style="margin-left: 1px; text-align: justify;"&gt;&lt;span style="font-size:11pt"&gt;&lt;span style="font-family:Arial,sans-serif"&gt;&lt;span lang="EN-US" style="font-size:10.0pt"&gt;&lt;span style="color:black"&gt;94,21 &lt;/span&gt;&lt;/span&gt;&lt;span lang="EN-US" style="font-size:9.0pt"&gt;&lt;span style="color:black"&gt;&lt;span style="letter-spacing:-.5pt"&gt;&amp;euro;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&#xD;
			&lt;/td&gt;&#xD;
			&lt;td style="border-bottom:3px solid white; width:103px; padding:0cm 0cm 0cm 0cm; height:20px; border-top:none; border-right:3px solid #00af50; border-left:none" valign="top"&gt;&#xD;
			&lt;p class="TableParagraph" style="margin-right: 7px; text-align: justify;"&gt;&lt;span style="font-size:11pt"&gt;&lt;span style="font-family:Arial,sans-serif"&gt;316,37 &lt;span style="letter-spacing:-.5pt"&gt;&amp;euro;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&#xD;
			&lt;/td&gt;&#xD;
			&lt;td style="border-bottom:3px solid white; width:97px; padding:0cm 0cm 0cm 0cm; height:20px; background-color:#bebebe; border-top:none; border-right:none; border-left:none" valign="top"&gt;&#xD;
			&lt;p class="TableParagraph" style="margin-right: 2px; text-align: justify;"&gt;&lt;span style="font-size:11pt"&gt;&lt;span style="font-family:Arial,sans-serif"&gt;&lt;span lang="EN-US" style="color:black"&gt;336 &lt;/span&gt;&lt;span lang="EN-US" style="font-size:9.0pt"&gt;&lt;span style="color:black"&gt;&lt;span style="letter-spacing:-.5pt"&gt;%&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&#xD;
			&lt;/td&gt;&#xD;
		&lt;/tr&gt;&#xD;
		&lt;tr&gt;&#xD;
			&lt;td style="border-bottom:3px solid white; width:58px; padding:0cm 0cm 0cm 0cm; height:18px; background-color:#bebebe; border-top:none; border-right:3px solid #00af50; border-left:none" valign="top"&gt;&#xD;
			&lt;p class="TableParagraph" style="margin-left: 4px; text-align: justify;"&gt;&lt;span style="font-size:11pt"&gt;&lt;span style="line-height:12.75pt"&gt;&lt;span style="font-family:Arial,sans-serif"&gt;&lt;i&gt;&lt;span lang="EN-US" style="font-size:12.0pt"&gt;&lt;span style="color:black"&gt;&lt;span style="letter-spacing:-.25pt"&gt;C2&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/i&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&#xD;
			&lt;/td&gt;&#xD;
			&lt;td style="border-bottom:3px solid white; width:98px; padding:0cm 0cm 0cm 0cm; height:18px; background-color:#bebebe; border-top:none; border-right:3px solid #00af50; border-left:none" valign="top"&gt;&#xD;
			&lt;p class="TableParagraph" style="margin-left: 1px; text-align: justify;"&gt;&lt;span style="font-size:11pt"&gt;&lt;span style="font-family:Arial,sans-serif"&gt;&lt;span lang="EN-US" style="font-size:10.0pt"&gt;&lt;span style="color:black"&gt;63,72 &lt;/span&gt;&lt;/span&gt;&lt;span lang="EN-US" style="font-size:9.0pt"&gt;&lt;span style="color:black"&gt;&lt;span style="letter-spacing:-.5pt"&gt;&amp;euro;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&#xD;
			&lt;/td&gt;&#xD;
			&lt;td style="border-bottom:3px solid white; width:103px; padding:0cm 0cm 0cm 0cm; height:18px; border-top:none; border-right:3px solid #00af50; border-left:none" valign="top"&gt;&#xD;
			&lt;p class="TableParagraph" style="margin-right: 7px; text-align: justify;"&gt;&lt;span style="font-size:11pt"&gt;&lt;span style="font-family:Arial,sans-serif"&gt;346,86 &lt;span style="letter-spacing:-.5pt"&gt;&amp;euro;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&#xD;
			&lt;/td&gt;&#xD;
			&lt;td style="border-bottom:3px solid white; width:97px; padding:0cm 0cm 0cm 0cm; height:18px; background-color:#bebebe; border-top:none; border-right:none; border-left:none" valign="top"&gt;&#xD;
			&lt;p class="TableParagraph" style="margin-right: 2px; text-align: justify;"&gt;&lt;span style="font-size:11pt"&gt;&lt;span style="font-family:Arial,sans-serif"&gt;&lt;span lang="EN-US" style="color:black"&gt;544 &lt;/span&gt;&lt;span lang="EN-US" style="font-size:9.0pt"&gt;&lt;span style="color:black"&gt;&lt;span style="letter-spacing:-.5pt"&gt;%&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&#xD;
			&lt;/td&gt;&#xD;
		&lt;/tr&gt;&#xD;
		&lt;tr&gt;&#xD;
			&lt;td style="border-bottom:none; width:58px; padding:0cm 0cm 0cm 0cm; height:19px; background-color:#bebebe; border-top:none; border-right:3px solid #00af50; border-left:none" valign="top"&gt;&#xD;
			&lt;p class="TableParagraph" style="margin-left: 4px; text-align: justify;"&gt;&lt;span style="font-size:11pt"&gt;&lt;span style="line-height:13.25pt"&gt;&lt;span style="font-family:Arial,sans-serif"&gt;&lt;i&gt;&lt;span lang="EN-US" style="font-size:12.0pt"&gt;&lt;span style="color:black"&gt;&lt;span style="letter-spacing:-.25pt"&gt;AP&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/i&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&#xD;
			&lt;/td&gt;&#xD;
			&lt;td style="border-bottom:none; width:98px; padding:0cm 0cm 0cm 0cm; height:19px; background-color:#bebebe; border-top:none; border-right:3px solid #00af50; border-left:none" valign="top"&gt;&#xD;
			&lt;p class="TableParagraph" style="margin-left: 1px; text-align: justify;"&gt;&lt;span style="font-size:11pt"&gt;&lt;span style="font-family:Arial,sans-serif"&gt;&lt;span lang="EN-US" style="font-size:10.0pt"&gt;&lt;span style="color:black"&gt;63,18 &lt;/span&gt;&lt;/span&gt;&lt;span lang="EN-US" style="font-size:9.0pt"&gt;&lt;span style="color:black"&gt;&lt;span style="letter-spacing:-.5pt"&gt;&amp;euro;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&#xD;
			&lt;/td&gt;&#xD;
			&lt;td style="border-bottom:none; width:103px; padding:0cm 0cm 0cm 0cm; height:19px; border-top:none; border-right:3px solid #00af50; border-left:none" valign="top"&gt;&#xD;
			&lt;p class="TableParagraph" style="margin-right: 7px; text-align: justify;"&gt;&lt;span style="font-size:11pt"&gt;&lt;span style="font-family:Arial,sans-serif"&gt;347,40 &lt;span lang="EN-US" style="font-size:9.0pt"&gt;&lt;span style="letter-spacing:-.5pt"&gt;&amp;euro;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&#xD;
			&lt;/td&gt;&#xD;
			&lt;td style="border-bottom:none; width:97px; padding:0cm 0cm 0cm 0cm; height:19px; background-color:#bebebe; border-top:none; border-right:none; border-left:none" valign="top"&gt;&#xD;
			&lt;p class="TableParagraph" style="margin-right: 2px; text-align: justify;"&gt;&lt;span style="font-size:11pt"&gt;&lt;span style="font-family:Arial,sans-serif"&gt;&lt;span lang="EN-US" style="color:black"&gt;550 &lt;/span&gt;&lt;span lang="EN-US" style="font-size:9.0pt"&gt;&lt;span style="color:black"&gt;&lt;span style="letter-spacing:-.5pt"&gt;%&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&#xD;
			&lt;/td&gt;&#xD;
		&lt;/tr&gt;&#xD;
		&lt;tr&gt;&#xD;
			&lt;td rowspan="5" style="border-bottom:3px solid #00af50; width:121px; padding:0cm 0cm 0cm 0cm; height:19px; background-color:#bebebe; border-top:none; border-right:3px solid #00af50; border-left:none" valign="top"&gt;&#xD;
			&lt;p class="TableParagraph" style="margin-top: 16px; text-align: justify;"&gt;&amp;nbsp;&lt;/p&gt;&#xD;
&#xD;
			&lt;p class="TableParagraph" style="margin-left: 8px; text-align: justify;"&gt;&lt;span style="font-size:11pt"&gt;&lt;span style="font-family:Arial,sans-serif"&gt;&lt;span lang="EN-US" style="color:black"&gt;&lt;span style="letter-spacing:-.1pt"&gt;FORMENTERA&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&#xD;
			&lt;/td&gt;&#xD;
			&lt;td rowspan="5" style="border-bottom:3px solid #00af50; width:104px; padding:0cm 0cm 0cm 0cm; height:19px; border-top:none; border-right:3px solid #00af50; border-left:none" valign="top"&gt;&#xD;
			&lt;p class="TableParagraph" style="text-align: justify;"&gt;&amp;nbsp;&lt;/p&gt;&#xD;
&#xD;
			&lt;p class="TableParagraph" style="margin-top: 2px; text-align: justify;"&gt;&amp;nbsp;&lt;/p&gt;&#xD;
&#xD;
			&lt;p class="TableParagraph" style="margin-left: 19px; text-align: justify;"&gt;&lt;span style="font-size:11pt"&gt;&lt;span style="font-family:Arial,sans-serif"&gt;&lt;b&gt;&lt;span lang="EN-US" style="font-size:12.0pt"&gt;615,87 &lt;span style="letter-spacing:-.5pt"&gt;&amp;euro;&lt;/span&gt;&lt;/span&gt;&lt;/b&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&#xD;
			&lt;/td&gt;&#xD;
			&lt;td style="border-bottom:3px solid white; width:58px; padding:0cm 0cm 0cm 0cm; height:19px; background-color:#bebebe; border-top:none; border-right:3px solid #00af50; border-left:none" valign="top"&gt;&#xD;
			&lt;p class="TableParagraph" style="margin-left: 4px; text-align: justify;"&gt;&lt;span style="font-size:11pt"&gt;&lt;span style="line-height:13.25pt"&gt;&lt;span style="font-family:Arial,sans-serif"&gt;&lt;i&gt;&lt;span lang="EN-US" style="font-size:12.0pt"&gt;&lt;span style="color:black"&gt;&lt;span style="letter-spacing:-.25pt"&gt;A1&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/i&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&#xD;
			&lt;/td&gt;&#xD;
			&lt;td style="border-bottom:3px solid white; width:98px; padding:0cm 0cm 0cm 0cm; height:19px; background-color:#bebebe; border-top:none; border-right:3px solid #00af50; border-left:none" valign="top"&gt;&#xD;
			&lt;p class="TableParagraph" style="margin-left: 1px; text-align: justify;"&gt;&lt;span style="font-size:11pt"&gt;&lt;span style="line-height:10.9pt"&gt;&lt;span style="font-family:Arial,sans-serif"&gt;&lt;span lang="EN-US" style="font-size:10.0pt"&gt;&lt;span style="color:black"&gt;&lt;span style="letter-spacing:-.1pt"&gt;118,32&lt;/span&gt;&lt;/span&gt;&lt;/span&gt; &lt;span lang="EN-US" style="font-size:9.0pt"&gt;&lt;span style="color:black"&gt;&lt;span style="letter-spacing:-.5pt"&gt;&amp;euro;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&#xD;
			&lt;/td&gt;&#xD;
			&lt;td style="border-bottom:3px solid white; width:103px; padding:0cm 0cm 0cm 0cm; height:19px; border-top:none; border-right:3px solid #00af50; border-left:none" valign="top"&gt;&#xD;
			&lt;p class="TableParagraph" style="margin-right: 7px; text-align: justify;"&gt;&lt;span style="font-size:11pt"&gt;&lt;span style="line-height:12.05pt"&gt;&lt;span style="font-family:Arial,sans-serif"&gt;497,55 &lt;span lang="EN-US" style="font-size:9.0pt"&gt;&lt;span style="letter-spacing:-.5pt"&gt;&amp;euro;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&#xD;
			&lt;/td&gt;&#xD;
			&lt;td style="border-bottom:3px solid white; width:97px; padding:0cm 0cm 0cm 0cm; height:19px; background-color:#bebebe; border-top:none; border-right:none; border-left:none" valign="top"&gt;&#xD;
			&lt;p class="TableParagraph" style="margin-right: 2px; text-align: justify;"&gt;&lt;span style="font-size:11pt"&gt;&lt;span style="line-height:12.05pt"&gt;&lt;span style="font-family:Arial,sans-serif"&gt;&lt;span lang="EN-US" style="color:black"&gt;421 &lt;/span&gt;&lt;span lang="EN-US" style="font-size:9.0pt"&gt;&lt;span style="color:black"&gt;&lt;span style="letter-spacing:-.5pt"&gt;%&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&#xD;
			&lt;/td&gt;&#xD;
		&lt;/tr&gt;&#xD;
		&lt;tr&gt;&#xD;
			&lt;td style="border-bottom:3px solid white; width:58px; padding:0cm 0cm 0cm 0cm; height:18px; background-color:#bebebe; border-top:none; border-right:3px solid #00af50; border-left:none" valign="top"&gt;&#xD;
			&lt;p class="TableParagraph" style="margin-left: 4px; text-align: justify;"&gt;&lt;span style="font-size:11pt"&gt;&lt;span style="line-height:12.75pt"&gt;&lt;span style="font-family:Arial,sans-serif"&gt;&lt;i&gt;&lt;span lang="EN-US" style="font-size:12.0pt"&gt;&lt;span style="color:black"&gt;&lt;span style="letter-spacing:-.25pt"&gt;A2&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/i&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&#xD;
			&lt;/td&gt;&#xD;
			&lt;td style="border-bottom:3px solid white; width:98px; padding:0cm 0cm 0cm 0cm; height:18px; background-color:#bebebe; border-top:none; border-right:3px solid #00af50; border-left:none" valign="top"&gt;&#xD;
			&lt;p class="TableParagraph" style="margin-left: 1px; text-align: justify;"&gt;&lt;span style="font-size:11pt"&gt;&lt;span style="font-family:Arial,sans-serif"&gt;&lt;span lang="EN-US" style="font-size:10.0pt"&gt;&lt;span style="color:black"&gt;103,10 &lt;/span&gt;&lt;/span&gt;&lt;span lang="EN-US" style="font-size:9.0pt"&gt;&lt;span style="color:black"&gt;&lt;span style="letter-spacing:-.5pt"&gt;&amp;euro;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&#xD;
			&lt;/td&gt;&#xD;
			&lt;td style="border-bottom:3px solid white; width:103px; padding:0cm 0cm 0cm 0cm; height:18px; border-top:none; border-right:3px solid #00af50; border-left:none" valign="top"&gt;&#xD;
			&lt;p class="TableParagraph" style="margin-right: 7px; text-align: justify;"&gt;&lt;span style="font-size:11pt"&gt;&lt;span style="font-family:Arial,sans-serif"&gt;512,77 &lt;span lang="EN-US" style="font-size:9.0pt"&gt;&lt;span style="letter-spacing:-.5pt"&gt;&amp;euro;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&#xD;
			&lt;/td&gt;&#xD;
			&lt;td style="border-bottom:3px solid white; width:97px; padding:0cm 0cm 0cm 0cm; height:18px; background-color:#bebebe; border-top:none; border-right:none; border-left:none" valign="top"&gt;&#xD;
			&lt;p class="TableParagraph" style="margin-right: 2px; text-align: justify;"&gt;&lt;span style="font-size:11pt"&gt;&lt;span style="font-family:Arial,sans-serif"&gt;&lt;span lang="EN-US" style="color:black"&gt;497 &lt;/span&gt;&lt;span lang="EN-US" style="font-size:9.0pt"&gt;&lt;span style="color:black"&gt;&lt;span style="letter-spacing:-.5pt"&gt;%&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&#xD;
			&lt;/td&gt;&#xD;
		&lt;/tr&gt;&#xD;
		&lt;tr&gt;&#xD;
			&lt;td style="border-bottom:3px solid white; width:58px; padding:0cm 0cm 0cm 0cm; height:18px; background-color:#bebebe; border-top:none; border-right:3px solid #00af50; border-left:none" valign="top"&gt;&#xD;
			&lt;p class="TableParagraph" style="margin-left: 4px; text-align: justify;"&gt;&lt;span style="font-size:11pt"&gt;&lt;span style="line-height:12.75pt"&gt;&lt;span style="font-family:Arial,sans-serif"&gt;&lt;i&gt;&lt;span lang="EN-US" style="font-size:12.0pt"&gt;&lt;span style="color:black"&gt;&lt;span style="letter-spacing:-.25pt"&gt;C1&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/i&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&#xD;
			&lt;/td&gt;&#xD;
			&lt;td style="border-bottom:3px solid white; width:98px; padding:0cm 0cm 0cm 0cm; height:18px; background-color:#bebebe; border-top:none; border-right:3px solid #00af50; border-left:none" valign="top"&gt;&#xD;
			&lt;p class="TableParagraph" style="margin-left: 1px; text-align: justify;"&gt;&lt;span style="font-size:11pt"&gt;&lt;span style="font-family:Arial,sans-serif"&gt;&lt;span lang="EN-US" style="font-size:10.0pt"&gt;&lt;span style="color:black"&gt;94,21 &lt;/span&gt;&lt;/span&gt;&lt;span lang="EN-US" style="font-size:9.0pt"&gt;&lt;span style="color:black"&gt;&lt;span style="letter-spacing:-.5pt"&gt;&amp;euro;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&#xD;
			&lt;/td&gt;&#xD;
			&lt;td style="border-bottom:3px solid white; width:103px; padding:0cm 0cm 0cm 0cm; height:18px; border-top:none; border-right:3px solid #00af50; border-left:none" valign="top"&gt;&#xD;
			&lt;p class="TableParagraph" style="margin-right: 7px; text-align: justify;"&gt;&lt;span style="font-size:11pt"&gt;&lt;span style="font-family:Arial,sans-serif"&gt;521,66 &lt;span lang="EN-US" style="font-size:9.0pt"&gt;&lt;span style="letter-spacing:-.5pt"&gt;&amp;euro;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&#xD;
			&lt;/td&gt;&#xD;
			&lt;td style="border-bottom:3px solid white; width:97px; padding:0cm 0cm 0cm 0cm; height:18px; background-color:#bebebe; border-top:none; border-right:none; border-left:none" valign="top"&gt;&#xD;
			&lt;p class="TableParagraph" style="margin-right: 2px; text-align: justify;"&gt;&lt;span style="font-size:11pt"&gt;&lt;span style="font-family:Arial,sans-serif"&gt;&lt;span lang="EN-US" style="color:black"&gt;554 &lt;/span&gt;&lt;span lang="EN-US" style="font-size:9.0pt"&gt;&lt;span style="color:black"&gt;&lt;span style="letter-spacing:-.5pt"&gt;%&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&#xD;
			&lt;/td&gt;&#xD;
		&lt;/tr&gt;&#xD;
		&lt;tr&gt;&#xD;
			&lt;td style="border-bottom:3px solid white; width:58px; padding:0cm 0cm 0cm 0cm; height:20px; background-color:#bebebe; border-top:none; border-right:3px solid #00af50; border-left:none" valign="top"&gt;&#xD;
			&lt;p class="TableParagraph" style="margin-left: 4px; text-align: justify;"&gt;&lt;span style="font-size:11pt"&gt;&lt;span style="line-height:13.8pt"&gt;&lt;span style="font-family:Arial,sans-serif"&gt;&lt;i&gt;&lt;span lang="EN-US" style="font-size:12.0pt"&gt;&lt;span style="color:black"&gt;&lt;span style="letter-spacing:-.25pt"&gt;C2&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/i&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&#xD;
			&lt;/td&gt;&#xD;
			&lt;td style="border-bottom:3px solid white; width:98px; padding:0cm 0cm 0cm 0cm; height:20px; background-color:#bebebe; border-top:none; border-right:3px solid #00af50; border-left:none" valign="top"&gt;&#xD;
			&lt;p class="TableParagraph" style="margin-left: 1px; text-align: justify;"&gt;&lt;span style="font-size:11pt"&gt;&lt;span style="line-height:11.45pt"&gt;&lt;span style="font-family:Arial,sans-serif"&gt;&lt;span lang="EN-US" style="font-size:10.0pt"&gt;&lt;span style="color:black"&gt;63,72 &lt;/span&gt;&lt;/span&gt;&lt;span lang="EN-US" style="font-size:9.0pt"&gt;&lt;span style="color:black"&gt;&lt;span style="letter-spacing:-.5pt"&gt;&amp;euro;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&#xD;
			&lt;/td&gt;&#xD;
			&lt;td style="border-bottom:3px solid white; width:103px; padding:0cm 0cm 0cm 0cm; height:20px; border-top:none; border-right:3px solid #00af50; border-left:none" valign="top"&gt;&#xD;
			&lt;p class="TableParagraph" style="margin-right: 7px; text-align: justify;"&gt;&lt;span style="font-size:11pt"&gt;&lt;span style="font-family:Arial,sans-serif"&gt;552,15 &lt;span lang="EN-US" style="font-size:9.0pt"&gt;&lt;span style="letter-spacing:-.5pt"&gt;&amp;euro;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&#xD;
			&lt;/td&gt;&#xD;
			&lt;td style="border-bottom:3px solid white; width:97px; padding:0cm 0cm 0cm 0cm; height:20px; background-color:#bebebe; border-top:none; border-right:none; border-left:none" valign="top"&gt;&#xD;
			&lt;p class="TableParagraph" style="margin-right: 2px; text-align: justify;"&gt;&lt;span style="font-size:11pt"&gt;&lt;span style="font-family:Arial,sans-serif"&gt;&lt;span lang="EN-US" style="color:black"&gt;867 &lt;/span&gt;&lt;span lang="EN-US" style="font-size:9.0pt"&gt;&lt;span style="color:black"&gt;&lt;span style="letter-spacing:-.5pt"&gt;%&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&#xD;
			&lt;/td&gt;&#xD;
		&lt;/tr&gt;&#xD;
		&lt;tr&gt;&#xD;
			&lt;td style="border-bottom:none; width:58px; padding:0cm 0cm 0cm 0cm; height:18px; background-color:#bebebe; border-top:none; border-right:3px solid #00af50; border-left:none" valign="top"&gt;&#xD;
			&lt;p class="TableParagraph" style="margin-left: 4px; text-align: justify;"&gt;&lt;span style="font-size:11pt"&gt;&lt;span style="line-height:12.25pt"&gt;&lt;span style="font-family:Arial,sans-serif"&gt;&lt;i&gt;&lt;span lang="EN-US" style="font-size:12.0pt"&gt;&lt;span style="color:black"&gt;&lt;span style="letter-spacing:-.25pt"&gt;AP&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/i&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&#xD;
			&lt;/td&gt;&#xD;
			&lt;td style="border-bottom:none; width:98px; padding:0cm 0cm 0cm 0cm; height:18px; background-color:#bebebe; border-top:none; border-right:3px solid #00af50; border-left:none" valign="top"&gt;&#xD;
			&lt;p class="TableParagraph" style="margin-left: 1px; text-align: justify;"&gt;&lt;span style="font-size:11pt"&gt;&lt;span style="line-height:11.45pt"&gt;&lt;span style="font-family:Arial,sans-serif"&gt;&lt;span lang="EN-US" style="font-size:10.0pt"&gt;&lt;span style="color:black"&gt;63,18 &lt;/span&gt;&lt;/span&gt;&lt;span lang="EN-US" style="font-size:9.0pt"&gt;&lt;span style="color:black"&gt;&lt;span style="letter-spacing:-.5pt"&gt;&amp;euro;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&#xD;
			&lt;/td&gt;&#xD;
			&lt;td style="border-bottom:none; width:103px; padding:0cm 0cm 0cm 0cm; height:18px; border-top:none; border-right:3px solid #00af50; border-left:none" valign="top"&gt;&#xD;
			&lt;p class="TableParagraph" style="margin-right: 7px; text-align: justify;"&gt;&lt;span style="font-size:11pt"&gt;&lt;span style="line-height:12.15pt"&gt;&lt;span style="font-family:Arial,sans-serif"&gt;552,69 &lt;span lang="EN-US" style="font-size:9.0pt"&gt;&lt;span style="letter-spacing:-.5pt"&gt;&amp;euro;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&#xD;
			&lt;/td&gt;&#xD;
			&lt;td style="border-bottom:none; width:97px; padding:0cm 0cm 0cm 0cm; height:18px; background-color:#bebebe; border-top:none; border-right:none; border-left:none" valign="top"&gt;&#xD;
			&lt;p class="TableParagraph" style="margin-right: 2px; text-align: justify;"&gt;&lt;span style="font-size:11pt"&gt;&lt;span style="line-height:12.15pt"&gt;&lt;span style="font-family:Arial,sans-serif"&gt;&lt;span lang="EN-US" style="color:black"&gt;875 &lt;/span&gt;&lt;span lang="EN-US" style="font-size:9.0pt"&gt;&lt;span style="color:black"&gt;&lt;span style="letter-spacing:-.5pt"&gt;%&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&#xD;
			&lt;/td&gt;&#xD;
		&lt;/tr&gt;&#xD;
	&lt;/tbody&gt;&#xD;
&lt;/table&gt;&#xD;
&#xD;
&lt;p style="margin-bottom: 11px; text-align: justify;"&gt;&lt;span style="font-size:16px;"&gt;&lt;span style="line-height:107%"&gt;&lt;span style="font-family:Calibri,sans-serif"&gt;Se ha fijado un calendario de aplicaci&amp;oacute;n de tres a&amp;ntilde;os: el 2026 se abonar&amp;aacute; el 33 % del incremento, otro tanto el 2027 y, finalmente, el 2028 se alcanzar&amp;aacute; la cifra total, incrementada seg&amp;uacute;n el aumento retributivo que fijen anualmente las respectivas leyes de presupuestos. &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&#xD;
&#xD;
&lt;ul&gt;&#xD;
	&lt;li style="margin-left: 8px; text-align: justify;"&gt;&lt;span style="font-size:16px;"&gt;&lt;span style="line-height:107%"&gt;&lt;span style="font-family:Calibri,sans-serif"&gt;&lt;strong&gt;Recuperaci&amp;oacute;n de las retribuciones que se dejaron de percibir tras los recortes de 2020 y 2021:&lt;/strong&gt; se fija un calendario para hacer efectiva la devoluci&amp;oacute;n dentro del primer semestre de 2026. &amp;nbsp;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/li&gt;&#xD;
	&lt;li style="margin-left: 8px; text-align: justify;"&gt;&lt;span style="font-size:16px;"&gt;&lt;span style="line-height:107%"&gt;&lt;span style="font-family:Calibri,sans-serif"&gt;&lt;strong&gt;Jornada laboral de 35 horas semanales para todo el personal p&amp;uacute;blico de la Administraci&amp;oacute;n auton&amp;oacute;mica&lt;/strong&gt;: con adecuaci&amp;oacute;n a las peculiaridades y r&amp;eacute;gimen horario y de turnos&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/li&gt;&#xD;
	&lt;li style="margin-left: 8px; text-align: justify;"&gt;&lt;span style="font-size:16px;"&gt;&lt;strong&gt;&lt;span style="line-height:107%"&gt;&lt;span style="font-family:Calibri,sans-serif"&gt;Complemento de incapacidad temporal: percepci&amp;oacute;n del 100 % de las retribuciones mientras dure la situaci&amp;oacute;n de incapacidad temporal, y desde el primer d&amp;iacute;a de baja. &lt;/span&gt;&lt;/span&gt;&lt;/strong&gt;&lt;/span&gt;&lt;/li&gt;&#xD;
	&lt;li style="margin-left: 8px; text-align: justify;"&gt;&lt;span style="font-size:16px;"&gt;&lt;span style="line-height:107%"&gt;&lt;span style="font-family:Calibri,sans-serif"&gt;&lt;strong&gt;Carrera profesional&lt;/strong&gt;: &lt;b&gt;&amp;nbsp;&lt;/b&gt;convocatoria anual de procesos para la obtenci&amp;oacute;n de nuevos niveles, de acuerdo a la disponibilidad presupuestaria. Incorporaci&amp;oacute;n de la carrera profesional en nuevos &amp;aacute;mbitos, como el Sector P&amp;uacute;blico Instrumental. Efectos administrativos y econ&amp;oacute;micos retroactivos al 1 de enero del a&amp;ntilde;o siguiente al cumplimiento de los requisitos, cuando no haya regulaci&amp;oacute;n espec&amp;iacute;fica. &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/li&gt;&#xD;
	&lt;li style="margin-left: 8px; text-align: justify;"&gt;&lt;span style="font-size:16px;"&gt;&lt;span style="line-height:107%"&gt;&lt;span style="font-family:Calibri,sans-serif"&gt;&lt;strong&gt;Provisi&amp;oacute;n y selecci&amp;oacute;n&lt;/strong&gt;: agilizaci&amp;oacute;n y simplificaci&amp;oacute;n de los procesos. Modernizaci&amp;oacute;n del procedimiento de promoci&amp;oacute;n interna y de promoci&amp;oacute;n profesional. Convocatorias con periodicidad anual, con car&amp;aacute;cter general. En el caso de especialidades o categor&amp;iacute;as declaradas deficitarias, se podr&amp;aacute;n dise&amp;ntilde;ar procesos espec&amp;iacute;ficos por el sistema de concurso. &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/li&gt;&#xD;
	&lt;li style="margin-left: 8px; text-align: justify;"&gt;&lt;span style="font-size:16px;"&gt;&lt;span style="line-height:107%"&gt;&lt;span style="font-family:Calibri,sans-serif"&gt;&lt;strong&gt;Formaci&amp;oacute;n:&lt;/strong&gt; adaptaci&amp;oacute;n de la formaci&amp;oacute;n a las necesidades para el desarrollo del puesto de trabajo, la promoci&amp;oacute;n interna o el fomento de la carrera profesional&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/li&gt;&#xD;
	&lt;li style="margin-left: 8px; text-align: justify;"&gt;&lt;span style="font-size:16px;"&gt;&lt;span style="line-height:107%"&gt;&lt;span style="font-family:Calibri,sans-serif"&gt;&lt;strong&gt;Modificaciones legislativas:&lt;/strong&gt; negociaci&amp;oacute;n de una nueva Ley de Funci&amp;oacute;n P&amp;uacute;blica y regulaci&amp;oacute;n de los cuerpos, escalas y grupos profesionales, as&amp;iacute; como determinar su alcance en los diversos &amp;aacute;mbitos de la Administraci&amp;oacute;n de la Comunidad Aut&amp;oacute;noma de les Illes Balears. &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/li&gt;&#xD;
	&lt;li style="margin-left: 8px; text-align: justify;"&gt;&lt;span style="font-size:16px;"&gt;&lt;span style="line-height:107%"&gt;&lt;span style="font-family:Calibri,sans-serif"&gt;&lt;strong&gt;Planes de Igualdad:&lt;/strong&gt; revisi&amp;oacute;n y actualizaci&amp;oacute;n de los planes ya existentes, negociaci&amp;oacute;n en caso de requerir acuerdos espec&amp;iacute;ficos e incorporaci&amp;oacute;n de protocolos de prevenci&amp;oacute;n y lucha contra el acoso sexual. &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/li&gt;&#xD;
	&lt;li style="margin-left: 8px; text-align: justify;"&gt;&lt;span style="font-size:16px;"&gt;&lt;span style="line-height:107%"&gt;&lt;span style="font-family:Calibri,sans-serif"&gt;&lt;strong&gt;Jubilaci&amp;oacute;n parcial&lt;/strong&gt;: en el plazo m&amp;aacute;ximo de seis meses desde la modificaci&amp;oacute;n legislativa que permita el desarrollo de esta modalidad para el personal funcionario, se convocar&amp;aacute; la mesa del empleado p&amp;uacute;blico para su despliegue en el &amp;aacute;mbito de la Administraci&amp;oacute;n Auton&amp;oacute;mica de las Illes Balears. Hasta que no se lleve a cabo la modificaci&amp;oacute;n normativa, el personal funcionario que haya cumplido 60 a&amp;ntilde;os tendr&amp;aacute; derecho a solicitar una licencia especial para asuntos propios con una duraci&amp;oacute;n m&amp;aacute;xima de seis meses al a&amp;ntilde;o. Se eliminar&amp;aacute; cualquier tipo de licencia vigente que tenga caracter&amp;iacute;sticas similares. Eliminaci&amp;oacute;n de licencias anteriores y limitaci&amp;oacute;n del tiempo de excedencia con reserva de puesto de trabajo. &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/li&gt;&#xD;
	&lt;li style="margin-left: 8px; text-align: justify;"&gt;&lt;span style="font-size:16px;"&gt;&lt;span style="line-height:107%"&gt;&lt;span style="font-family:Calibri,sans-serif"&gt;&lt;strong&gt;Fondo social&lt;/strong&gt;: &amp;nbsp;revisi&amp;oacute;n y actualizaci&amp;oacute;n de las normas sobre el Fondo Social. Ser&amp;aacute; de aplicaci&amp;oacute;n a todo el personal al servicio de la Administraci&amp;oacute;n auton&amp;oacute;mica, con independencia de su relaci&amp;oacute;n jur&amp;iacute;dica definitiva o temporal.&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/li&gt;&#xD;
	&lt;li style="margin-left: 8px; text-align: justify;"&gt;&lt;span style="font-size:16px;"&gt;&lt;span style="line-height:107%"&gt;&lt;span style="font-family:Calibri,sans-serif"&gt;&lt;strong&gt;Per&amp;iacute;odo de vacaciones:&lt;/strong&gt; derecho al disfrute de los d&amp;iacute;as adicionales por antig&amp;uuml;edad desde el d&amp;iacute;a siguiente a su cumplimiento. Posibilidad del disfrute de las vacaciones durante todo el a&amp;ntilde;o y en diferentes bloques, de acuerdo a la negociaci&amp;oacute;n sectorial. &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/li&gt;&#xD;
	&lt;li style="margin-left: 8px; text-align: justify;"&gt;&lt;span style="font-size:16px;"&gt;&lt;span style="line-height:107%"&gt;&lt;span style="font-family:Calibri,sans-serif"&gt;&lt;strong&gt;Creaci&amp;oacute;n del Observatorio de la Ocupaci&amp;oacute;n P&amp;uacute;blica&lt;/strong&gt;: integrado por representantes de la Administraci&amp;oacute;n y las organizaciones sindicales. Tendr&amp;aacute; car&amp;aacute;cter consultivo para el estudio, diagn&amp;oacute;stico, asesoramiento y orientaci&amp;oacute;n sobre la ocupaci&amp;oacute;n p&amp;uacute;blica y el ordenamiento de los recursos humanos. &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/li&gt;&#xD;
	&lt;li style="margin-bottom: 11px; margin-left: 8px; text-align: justify;"&gt;&lt;span style="font-size:16px;"&gt;&lt;span style="line-height:107%"&gt;&lt;span style="font-family:Calibri,sans-serif"&gt;&lt;strong&gt;Extensi&amp;oacute;n al personal al servicio del Sector P&amp;uacute;blico Instrumental de la CAIB&lt;/strong&gt;: previa negociaci&amp;oacute;n colectiva en su &amp;aacute;mbito espec&amp;iacute;fico. &amp;nbsp;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/li&gt;&#xD;
&lt;/ul&gt;</content:encoded></item><item><guid isPermalink="true">https://www.csif.es/gl/noticia/portada/baleares/articulo/69254</guid><title>CSIF firma el Acuerdo de mejora de retribuciones y condiciones laborales del personal p&#xFA;blico de la Administraci&#xF3;n Auton&#xF3;mica</title><pubDate>Thu, 10 Apr 25 08:17:00 CEST</pubDate><link>https://www.csif.es/gl/noticia/portada/baleares/articulo/69254</link><dc:creator xmlns:dc="dc">elena-luisa.serra.gutierrez</dc:creator><dcterms:alternative xmlns:dcterms="dcterms">Baleares da el primer paso para dar cumplimiento a una reivindicaci&#xF3;n hist&#xF3;rica de CSIF: la equiparaci&#xF3;n de la indemnizaci&#xF3;n de residencia. El presidente de CSIF en Baleares, Luis Apolinar, reclama al resto de administraciones, y especialmente la Administraci&#xF3;n General del Estado, que tomen nota y mejoren ya las retribuciones de los/as empleados/as p&#xFA;blicos/as...</dcterms:alternative><description>Baleares da el primer paso para dar cumplimiento a una reivindicaci&#xF3;n hist&#xF3;rica de CSIF: la equiparaci&#xF3;n de la indemnizaci&#xF3;n de residencia. El presidente de CSIF en Baleares, Luis Apolinar, reclama al resto de administraciones, y especialmente la Administraci&#xF3;n General del Estado, que tomen nota y mejoren ya las retribuciones de los/as empleados/as p&#xFA;blicos/as...</description><category>Negociaciones y acuerdos</category><category>CSIF Informa</category><media:content xmlns:media="media" url="https://www.csif.es/uploads/articulo/imagenPrincipal/consolat-2-1744266138.jpg" type="image/jpeg" medium="image"><media:credit/><media:title>Baleares Image</media:title><media:text/><media:description/></media:content><content:encoded xmlns:content="content">&lt;p style="margin-bottom: 11px; text-align: justify;"&gt;&lt;span style="font-size:16px;"&gt;&lt;span style="line-height:107%"&gt;&lt;span style="font-family:Calibri,sans-serif"&gt;CSIF ha firmado el Acuerdo para la mejora de retribuciones y condiciones laborales del personal p&amp;uacute;blico Auton&amp;oacute;mico en el acto celebrado este mi&amp;eacute;rcoles, 9 de abril, en el Consolat de Mar. El documento cuenta con el respaldo de todas las fuerzas sindicales representadas en la Mesa General de los Empleados P&amp;uacute;blicos (CSIF, CCOO, UGT, STEI y SIMEBAL).&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&#xD;
&#xD;
&lt;p style="margin-bottom: 11px; text-align: justify;"&gt;&lt;span style="font-size:16px;"&gt;&lt;span style="line-height:107%"&gt;&lt;span style="font-family:Calibri,sans-serif"&gt;&lt;strong&gt;El acuerdo supone dar cumplimiento a una reivindicaci&amp;oacute;n hist&amp;oacute;rica de CSIF&lt;/strong&gt;: la equiparaci&amp;oacute;n de la indemnizaci&amp;oacute;n de residencia con la compensaci&amp;oacute;n de las Islas Canarias. Pero en el caso de Baleares, se har&amp;aacute; de forma homog&amp;eacute;nea, de manera que todos los grupos profesionales recibir&amp;aacute;n la misma indemnizaci&amp;oacute;n. La &amp;uacute;nica diferencia estar&amp;aacute; marcada por la isla de referencia: 205 euros en Mallorca, 410 euros en Ibiza y Menorca, y 615 euros en Formentera. Se ha fijado un calendario de aplicaci&amp;oacute;n de 3 a&amp;ntilde;os. &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&#xD;
&#xD;
&lt;p style="margin-bottom: 11px; text-align: justify;"&gt;&lt;span style="font-size:16px;"&gt;&lt;span style="line-height:107%"&gt;&lt;span style="font-family:Calibri,sans-serif"&gt;Adem&amp;aacute;s, el acuerdo prev&amp;eacute; la recuperaci&amp;oacute;n de las retribuciones que se dejaron de percibir tras los recortes de 2020 y 2021. Seg&amp;uacute;n las estimaciones de la Conselleria de Econom&amp;iacute;a y Hacienda, las medidas acordadas supondr&amp;aacute;n un coste de 240 millones de euros, que se abonar&amp;aacute;n de forma progresiva hasta el 2028. &amp;nbsp;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&#xD;
&#xD;
&lt;p style="margin-bottom: 11px; text-align: justify;"&gt;&lt;strong&gt;&lt;span style="font-size:16px;"&gt;&lt;span style="line-height:107%"&gt;&lt;span style="font-family:Calibri,sans-serif"&gt;El presidente de CSIF en Baleares, Luis Apolinar, ha afirmado en su discurso que &amp;ldquo;no s&amp;oacute;lo firmamos un acuerdo, sino que marcamos un punto de inflexi&amp;oacute;n, desde la unidad, que indica el camino a seguir para exigir a otras administraciones, especialmente la Administraci&amp;oacute;n General del Estado, que debe mejorar ya las condiciones retributivas y laborales del resto de personal p&amp;uacute;blico de nuestras islas, todo el personal funcionario de la AGE, de justicia, de prisiones, DGT, Seguridad Social, cuerpos y fuerzas de seguridad del Estado, administraci&amp;oacute;n local, ayuntamientos y consells insulars. Porque lo que es justo para unos, es justo para todos y para todas&amp;rdquo;. &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/strong&gt;&lt;/p&gt;&#xD;
&#xD;
&lt;p style="margin-bottom: 11px; text-align: justify;"&gt;&lt;span style="font-size:16px;"&gt;&lt;span style="line-height:107%"&gt;&lt;span style="font-family:Calibri,sans-serif"&gt;La presidenta del Govern de les Illes Balears, Margalida Prohens, se ha mostrado satisfecha con el acuerdo alcanzado y ha afirmado que &amp;ldquo;invertir en nuestros trabajadores p&amp;uacute;blicos y en sus condiciones es la mejor manera de garantizar servicios de calidad, con plantillas bien dimensionadas, para atender las necesidades de los ciudadanos de las Illes Balears&amp;rdquo;. &amp;nbsp;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;</content:encoded></item><item><guid isPermalink="true">https://www.csif.es/gl/noticia/portada/baleares/articulo/68018</guid><title>Aumento de un 2,9 por ciento de las retribuciones complementarias del personal auton&#xF3;mico</title><pubDate>Thu, 20 Mar 25 21:27:00 CET</pubDate><link>https://www.csif.es/gl/noticia/portada/baleares/articulo/68018</link><dc:creator xmlns:dc="dc">elena-luisa.serra.gutierrez</dc:creator><dcterms:alternative xmlns:dcterms="dcterms">El incremento se aplicar&#xE1; con efecto retroactivo a d&#xED;a 1 de enero de 2025. Se inicia as&#xED; el proceso para recuperar los recortes que padecieron los empleados p&#xFA;blicos de Baleares los a&#xF1;os 2020 y 2021...</dcterms:alternative><description>El incremento se aplicar&#xE1; con efecto retroactivo a d&#xED;a 1 de enero de 2025. Se inicia as&#xED; el proceso para recuperar los recortes que padecieron los empleados p&#xFA;blicos de Baleares los a&#xF1;os 2020 y 2021...</description><category>Negociaciones y acuerdos</category><category>CSIF Informa</category><media:content xmlns:media="media" url="https://www.csif.es/uploads/articulo/imagenPrincipal/whatsapp-image-2025-03-19-at-07-09-51-1742503054.jpg" type="image/jpeg" medium="image"><media:credit/><media:title>Baleares Image</media:title><media:text/><media:description/></media:content><content:encoded xmlns:content="content">&lt;p&gt;Entre los meses de marzo y abril, est&amp;aacute; previsto que se actualizacen las retribuciones complementarias de los empleados p&amp;uacute;blicos del &amp;aacute;mbito auton&amp;oacute;mico, con un incremento del 2&amp;rsquo;9 por ciento. Tambi&amp;eacute;n se abonar&amp;aacute; la cantidad correspondiente a los meses de enero y febrero de 2025. De esta manera, se inicia el proceso para revertir los recortes salariales que sufrieron durante los a&amp;ntilde;os 2020 y 2021.En el caso del personal funcionario, afecta a los Complementos de productividad compensada, Complemento de destino, Complemento espec&amp;iacute;fico y la Indemnizaci&amp;oacute;n por residencia.&amp;nbsp;En el caso del personal laboral del sector p&amp;uacute;blico auton&amp;oacute;mico este incremento del 2,9 por ciento se aplicar&amp;aacute; a los complementos de Dedicaci&amp;oacute;n Especial, Horarios Especiales, Responsabilidad, Dificultad T&amp;eacute;cnica y Penosidad. Tambi&amp;eacute;n aumentan el Complemento de Paga Extra y el Complemento de Insularidad.&lt;/p&gt;&#xD;
&#xD;
&lt;p&gt;Queda todav&amp;iacute;a pendiente de recuperar todas las cantidades correspondientes a los a&amp;ntilde;os 2020, 2021, 2022, 2023 y 2024. Hablamos de cantidades superiores a los 2.159 euros para el grupo A1 y los 1.194 euros para el grupo AP. El Govern ha propuesto al Tribunal Superior de Justicia de Baleares el abono del 65 % de la deuda en septiembre de 2025, y el resto en febrero de 2026.&amp;nbsp;&lt;/p&gt;&#xD;
&#xD;
&lt;p&gt;Por otra parte, debemos recordar que a&amp;uacute;n no se ha hecho efectivo el incremento del 0,5 por ciento adicional correspondiente a 2024. El Consejo de Ministros no lo ha aprobado todav&amp;iacute;a, a pesar de que estaba contemplado en el Acuerdo Marco firmado por UGT y CCOO. Desde que se firm&amp;oacute; el acuerdo, el a&amp;ntilde;o 2022, los empleados p&amp;uacute;blicos han perdido un 9 por ciento de poder adquisitivo. Tampoco se han actualizado los sueldos de 2025. CSIF exige que la subida salarial se produzca de manera autom&amp;aacute;tica todos los a&amp;ntilde;os, al igual que las pensiones o la subida del SMI.&lt;/p&gt;</content:encoded></item><item><guid isPermalink="true">https://www.csif.es/gl/noticia/portada/baleares/articulo/63525</guid><title>MITERD: Reuni&#xF3;n Subcomisi&#xF3;n Paritaria mes de diciembre.</title><pubDate>Fri, 27 Dec 24 13:02:00 CET</pubDate><link>https://www.csif.es/gl/noticia/portada/baleares/articulo/63525</link><dc:creator xmlns:dc="dc">irene.hernandez.pinuela</dc:creator><dcterms:alternative xmlns:dcterms="dcterms"/><description/><category>Negociaciones y acuerdos</category><category>Puesto de Trabajo y Categor&#xED;a Profesional</category><category>Personal de Administraci&#xF3;n General</category><media:content xmlns:media="media" url="https://www.csif.es/uploads/articulo/imagenPrincipal/reunion6-1735301297.jpg" type="image/jpeg" medium="image"><media:credit/><media:title>Baleares Image</media:title><media:text/><media:description/></media:content><content:encoded xmlns:content="content">&lt;p&gt;1.Lectura y aprobaci&amp;oacute;n del acta pendiente de la reuni&amp;oacute;n anterior, de fecha 28 de octubre de 2024.&lt;/p&gt;&#xD;
&#xD;
&lt;p&gt;Ver documento adjunto&lt;/p&gt;</content:encoded></item><item><guid isPermalink="true">https://www.csif.es/gl/noticia/portada/baleares/articulo/63478</guid><title>AEAT-Destinos derivados del proceso selectivo para ingreso en Agentes de la Hacienda P&#xFA;blica, acceso libre y promoci&#xF3;n interna, convocado por Resoluci&#xF3;n de la Presidencia de la AEAT de 29 de diciembre de 2023 (BOE del 8 de enero de 2024)</title><pubDate>Thu, 26 Dec 24 18:40:00 CET</pubDate><link>https://www.csif.es/gl/noticia/portada/baleares/articulo/63478</link><dc:creator xmlns:dc="dc">agustin.munoz.garcia</dc:creator><dcterms:alternative xmlns:dcterms="dcterms"/><description/><category>Boletines y publicaciones CSIF</category><category>Convocatorias</category><category>Negociaciones y acuerdos</category><media:content xmlns:media="media" url="https://www.csif.es/uploads/articulo/imagenPrincipal/foto-panel-movilidad-1735235811.jpg" type="image/jpeg" medium="image"><media:credit/><media:title>Baleares Image</media:title><media:text/><media:description/></media:content><content:encoded xmlns:content="content">&lt;p style="text-align: justify;"&gt;Adjuntamos destinos derivados del proceso selectivo para ingreso en Agentes de la Hacienda P&amp;uacute;blica, acceso libre y promoci&amp;oacute;n interna, convocado por Resoluci&amp;oacute;n de la Presidencia de la AEAT de 29 de diciembre de 2023 (BOE del 8 de enero de 2024).&lt;/p&gt;&#xD;
&#xD;
&lt;hr /&gt;&#xD;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;</content:encoded></item></channel></rss>
