<?xml version="1.0"?>
<rss version="2.0"><channel><title>Baleares - Sanidad</title><description>Baleares - Sanidad</description><language>va</language><link>https://www.csif.es/va/portada/balearessanidad/categoria/negociacionesyacuerdos</link><lastBuildDate>Wed, 15 Apr 26 22:54:00 CEST</lastBuildDate><item><guid isPermalink="true">https://www.csif.es/va/noticia/portada/balearessanidad/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/va/noticia/portada/balearessanidad/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 - Sanidad 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/va/noticia/portada/balearessanidad/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/va/noticia/portada/balearessanidad/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 - Sanidad 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/va/noticia/portada/balearessanidad/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/va/noticia/portada/balearessanidad/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 - Sanidad 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/va/noticia/portada/balearessanidad/articulo/18715</guid><title>MESA SECTORIAL DE SANIDAD DEL 22 DE DICIEMBRE DE 2022 </title><pubDate>Thu, 22 Dec 22 16:48:02 CET</pubDate><link>https://www.csif.es/va/noticia/portada/balearessanidad/articulo/18715</link><dc:creator xmlns:dc="dc">admin</dc:creator><dcterms:alternative xmlns:dcterms="dcterms"/><description/><category>Negociaciones y acuerdos</category><content:encoded xmlns:content="content">&lt;h1&gt;En la Mesa Sectorial de sanidad del d&#xED;a 22 de diciembre de 2002 se aprueba por unanimidad:&lt;/h1&gt;&#xD;
&#xD;
&lt;h1&gt;1. Acuerdo por el que se desarrollan medidas organizativas y de gesti&#xF3;n en el &#xE1;mbito del servicio de salud de las Islas Baleares:&lt;/h1&gt;&#xD;
&#xD;
&lt;h1&gt;&lt;strong&gt;Alcance general: &lt;/strong&gt;&lt;/h1&gt;&#xD;
&#xD;
&lt;h1&gt;&#x2022; Adecuaci&#xF3;n de la jornada a todo el personal del IBSalut. Se establece &lt;strong&gt;una nueva jornada semanal de 35 horas&lt;/strong&gt; de trabajo efectivo de promedio de computo anual, desde el 1 enero de 2023.&lt;/h1&gt;&#xD;
&#xD;
&lt;h1&gt;&#x2022; &lt;strong&gt;Acuerdo de permiso, licencias y vacaciones&lt;/strong&gt; para el personal estatutario del servicio de salud.&lt;/h1&gt;&#xD;
&#xD;
&lt;h1&gt;&#x2022; &lt;strong&gt;Adecuaci&#xF3;n de las horas de guardia&lt;/strong&gt; con efectos 1 de enero de 2023&lt;/h1&gt;&#xD;
&#xD;
&lt;h1&gt;&#x2022;&lt;strong&gt; Adecuaci&#xF3;n y reconocimiento de los profesionales responsables de la guardia. &lt;/strong&gt;&lt;/h1&gt;&#xD;
&#xD;
&lt;h1&gt;&lt;strong&gt;&#x2022; Regulaci&#xF3;n de la activaci&#xF3;n de las guardias localizadas. &lt;/strong&gt;&lt;/h1&gt;&#xD;
&#xD;
&lt;h1&gt;&lt;strong&gt;&#x2022; Aumento complemento espec&#xED;fico de las categor&#xED;as correspondientes a las distintas especialidades de enfermer&#xED;a. &lt;/strong&gt;&lt;/h1&gt;&#xD;
&#xD;
&lt;h1&gt;&lt;strong&gt;&#x2022; Incremento del complemento de turnicidad en un 20%.&lt;/strong&gt;&lt;/h1&gt;&#xD;
&#xD;
&lt;h1&gt;&#x2022; Estudio de puestos trabajo espec&#xED;ficos reconocidos y retribuidos en el exceso de funciones en el cargo al complemento de productividad y otros conceptos retributivos y se instar&#xE1; a la creaci&#xF3;n de los puestos en las plantillas org&#xE1;nicas.&amp;nbsp;&lt;/h1&gt;&#xD;
&#xD;
&lt;h1&gt;&amp;nbsp;&lt;/h1&gt;&#xD;
&#xD;
&lt;h1&gt;&lt;strong&gt;Gerencia 061: &lt;/strong&gt;&lt;/h1&gt;&#xD;
&#xD;
&lt;h1&gt;&lt;strong&gt;&#x2022; Adecuaci&#xF3;n de la retribuci&#xF3;n de la jefatura de coordinaci&#xF3;n de emergencias. &lt;/strong&gt;&lt;/h1&gt;&#xD;
&#xD;
&lt;h1&gt;&lt;strong&gt;&#x2022; Adecuaci&#xF3;n del Acuerdo de vuelo del personal. &lt;/strong&gt;&lt;/h1&gt;&#xD;
&#xD;
&lt;h1&gt;&lt;strong&gt;&#x2022; Adecuaci&#xF3;n del plus de vinculaci&#xF3;n y del complemento y festividad del personal.&lt;/strong&gt;&lt;/h1&gt;&#xD;
&#xD;
&lt;h1&gt;&amp;nbsp;&lt;/h1&gt;&#xD;
&#xD;
&lt;h1&gt;&lt;strong&gt;Gerencia Atenci&#xF3;n primaria: SUAP y PAC m&#xF3;vil: &lt;/strong&gt;&lt;/h1&gt;&#xD;
&#xD;
&lt;h1&gt;&lt;strong&gt;&#x2022; Creaci&#xF3;n supervisor/coordinador de enfermer&#xED;a del SUAP&lt;/strong&gt; en la plantilla org&#xE1;nica adecuando las retribuciones a los establecidos a los coordinadores de A. Primaria.&lt;/h1&gt;&#xD;
&#xD;
&lt;h1&gt;&#x2022;&lt;strong&gt; Equiparaci&#xF3;n de las retribuciones entre el personal de PAC m&#xF3;vil y personal de SUAP&lt;/strong&gt; desde el 1 de enero de 2023.&lt;/h1&gt;&#xD;
&#xD;
&lt;h1&gt;&lt;strong&gt;&#x2022; Adecuaci&#xF3;n del plus de vinculaci&#xF3;n y de complemento de nocturnidad y festividad del personal.&lt;/strong&gt;&lt;/h1&gt;&#xD;
&#xD;
&lt;h1&gt;&amp;nbsp;&lt;/h1&gt;&#xD;
&#xD;
&lt;h1&gt;&lt;strong&gt;Personal sanitario en formaci&#xF3;n: &lt;/strong&gt;&lt;/h1&gt;&#xD;
&#xD;
&lt;h1&gt;&lt;strong&gt;&#x2022; Adecuaci&#xF3;n del complemento de grado de formaci&#xF3;n con efectos 1 de julio de 2023 &lt;/strong&gt;&lt;/h1&gt;&#xD;
&#xD;
&lt;h1&gt;&lt;strong&gt;&#x2022; Extensi&#xF3;n del complemento de fidelizaci&#xF3;n del personal residente en formaci&#xF3;n de las islas menores. &lt;/strong&gt;&lt;/h1&gt;&#xD;
&#xD;
&lt;h1&gt;&lt;strong&gt;&#x2022; Adecuaci&#xF3;n de la hora de guardia.&amp;nbsp;&lt;/strong&gt;&lt;/h1&gt;&#xD;
&#xD;
&lt;h1&gt;&amp;nbsp;&lt;/h1&gt;&#xD;
&#xD;
&lt;h1&gt;&lt;strong&gt;Gerencias territoriales de Menorca, Ibiza y Formentera: &lt;/strong&gt;&lt;/h1&gt;&#xD;
&#xD;
&lt;h1&gt;&lt;strong&gt;&#x2022; Actualizaci&#xF3;n de los importes del plus de fidelizaci&#xF3;n. &lt;/strong&gt;&lt;/h1&gt;&#xD;
&#xD;
&lt;h1&gt;&lt;strong&gt;&#x2022; Extensi&#xF3;n a los efectos de que puedan percibirlo el personal perteneciente a las categor&#xED;as profesionales que se determinen en un Acuerdo de la MSS que deber&#xE1; ser ratificado antes del primer trimestre de 2023 el cual tendr&#xE1; efectos desde el 1 de enero de 2023.&lt;/strong&gt;&lt;/h1&gt;&#xD;
&#xD;
&lt;h1&gt;&amp;nbsp;&lt;/h1&gt;&#xD;
&#xD;
&lt;h1&gt;&lt;strong&gt;Atenci&#xF3;n primaria:&lt;/strong&gt;&lt;/h1&gt;&#xD;
&#xD;
&lt;h1&gt;&#x2022; &lt;strong&gt;Implantaci&#xF3;n de la libranza de guardia durante el primer trimestre de 2023. &lt;/strong&gt;&lt;/h1&gt;&#xD;
&#xD;
&lt;h1&gt;&lt;strong&gt;&#x2022; Incorporaci&#xF3;n de profesionales jubilados y pr&#xF3;rrogas de servicio. &lt;/strong&gt;&lt;/h1&gt;&#xD;
&#xD;
&lt;h1&gt;&lt;strong&gt;&#x2022; Cupo de pacientes: Establece un m&#xE1;ximo de 35 pacientes d&#xED;a para m&#xE9;dicos de familia y de 18 para pediatr&#xED;a. &lt;/strong&gt;&lt;/h1&gt;&#xD;
&#xD;
&lt;h1&gt;&lt;strong&gt;&#x2022; Retribuci&#xF3;n extraordinaria ante la superaci&#xF3;n del n&#xFA;mero de pacientes m&#xE1;ximos diarios. &#x2022; Retribuci&#xF3;n en concepto de productividad variable cuando los profesionales deban absorber un cupo de pacientes distinto a los suyos. &lt;/strong&gt;&lt;/h1&gt;&#xD;
&#xD;
&lt;h1&gt;&lt;strong&gt;&#x2022; Proyecto de centros. &lt;/strong&gt;&lt;/h1&gt;&#xD;
&#xD;
&lt;h1&gt;&lt;strong&gt;&#x2022; Extensi&#xF3;n del complemento de atenci&#xF3;n continuada( modalidad A) a todo el personal sanitario y aquel que cumpliendo los requisitos se determine. &lt;/strong&gt;&lt;/h1&gt;&#xD;
&#xD;
&lt;h1&gt;&lt;strong&gt;&#x2022; Creaci&#xF3;n de de una unidad espec&#xED;fica de desburocratizaci&#xF3;n.&lt;/strong&gt;&lt;/h1&gt;&#xD;
&#xD;
&lt;h1&gt;&amp;nbsp;&lt;/h1&gt;&#xD;
&#xD;
&lt;h1&gt;&lt;strong&gt;Creaci&#xF3;n de un grupo de trabajo de la mesa t&#xE9;cnica de la MSS&lt;/strong&gt; durante el segundo semestre de 2023 para llevar a cabo un &lt;strong&gt;estudio sobre la idoneidad y cuant&#xED;as de los conceptos retributivos, as&#xED; como su homologaci&#xF3;n entre diferentes &#xE1;mbitos.&lt;/strong&gt; Se priorizar&#xE1; los de atenci&#xF3;n continuada modalidad a y B (noches y festivos) cuya actualizaci&#xF3;n se efectuar&#xE1; y calendarizar&#xE1; en el mes de enero del 2024.&amp;nbsp;&lt;/h1&gt;&#xD;
&#xD;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;&#xD;
&#xD;
&lt;h1&gt;&lt;strong&gt;&#xA1;&#xA1;CSIF TRABAJA PARA TODOS!!&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &#xA1;&#xA1; EL IBSALUT LO FORMAMOS TODOS!!&amp;nbsp;&lt;/strong&gt;&lt;/h1&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;
</content:encoded></item></channel></rss>
