<?xml version="1.0"?>
<rss version="2.0"><channel><title>Ja&#xE9;n</title><description>Ja&#xE9;n</description><language>es</language><link>https://www.csif.es/es/portada/jaen/categoria/negociacionesyacuerdos</link><lastBuildDate>Sun, 19 Apr 26 04:21:25 CEST</lastBuildDate><item><guid isPermalink="true">https://www.csif.es/es/noticia/portada/jaen/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/es/noticia/portada/jaen/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>Ja&#xE9;n 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/es/noticia/portada/jaen/articulo/26674</guid><title>Sobre el anuncio de elecciones generales y la  huelga en Justicia</title><pubDate>Mon, 29 May 23 18:53:24 CEST</pubDate><link>https://www.csif.es/es/noticia/portada/jaen/articulo/26674</link><dc:creator xmlns:dc="dc">admin</dc:creator><dcterms:alternative xmlns:dcterms="dcterms"/><description/><category>Empleo</category><category>Carrera profesional</category><category>Otros Empleo</category><category>Plantillas-RPT</category><category>Retribuciones</category><category>Negociaciones y acuerdos</category><category>Puesto de Trabajo y Categor&#xED;a Profesional</category><category>Cuerpos Especiales de Justicia</category><category>Cuerpos Generales de Justicia</category><category>Otros Cuerpos de Justicia</category><media:content xmlns:media="media" url="https://www.csif.es/uploads/articulo/imagenPrincipal/65c73cd6c653e.jpeg" type="image/jpeg" medium="image"><media:credit/><media:title>Ja&#xE9;n Image</media:title><media:text/><media:description/></media:content><content:encoded xmlns:content="content">&lt;div class="OutlineElement Ltr SCXW116013059 BCX4" style="margin: 0px; padding: 0px; -webkit-user-select: text; -webkit-user-drag: none; overflow: visible; cursor: text; clear: both; position: relative; direction: ltr; caret-color: rgba(0, 0, 0, 0.847); color: rgba(0, 0, 0, 0.847); font-family: &amp;quot;Segoe UI&amp;quot;, &amp;quot;Segoe UI Web&amp;quot;, Arial, Verdana, sans-serif; font-size: 12px;"&gt;&#xD;
&lt;p class="Paragraph SCXW116013059 BCX4" paraeid="{20099bae-1124-4a0c-a19b-0625750c68cb}{51}" paraid="21851956" style="margin: 0px; padding: 0px; -webkit-user-select: text; -webkit-user-drag: none; word-wrap: break-word; white-space: pre-wrap; vertical-align: baseline; text-align: justify; -webkit-nbsp-mode: normal !important;"&gt;&lt;span class="TextRun SCXW116013059 BCX4" data-contrast="auto" lang="ES-ES" style="margin: 0px; padding: 0px; -webkit-user-select: text; -webkit-user-drag: none; font-size: 11pt; line-height: 19.549999999999997px; font-family: Arial, Arial_EmbeddedFont, Arial_MSFontService, sans-serif; font-variant-ligatures: none !important; -webkit-nbsp-mode: normal !important;" xml:lang="ES-ES"&gt;&lt;span class="NormalTextRun SCXW116013059 BCX4" style="margin: 0px; padding: 0px; -webkit-user-select: text; -webkit-user-drag: none; -webkit-nbsp-mode: normal !important;"&gt;C&lt;/span&gt;&lt;span class="NormalTextRun SCXW116013059 BCX4" style="margin: 0px; padding: 0px; -webkit-user-select: text; -webkit-user-drag: none; -webkit-nbsp-mode: normal !important;"&gt;onocido&lt;/span&gt;&lt;span class="NormalTextRun SCXW116013059 BCX4" style="margin: 0px; padding: 0px; -webkit-user-select: text; -webkit-user-drag: none; -webkit-nbsp-mode: normal !important;"&gt; por este comit&#xE9; de huelga el anuncio del &lt;/span&gt;&lt;span class="NormalTextRun ContextualSpellingAndGrammarErrorV2Themed SCXW116013059 BCX4" style="margin: 0px; padding: 0px; -webkit-user-select: text; -webkit-user-drag: none; background-image: var(--urlContextualSpellingAndGrammarErrorV2, url(&amp;quot;data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyB3aWR0aD0iNXB4IiBoZWlnaHQ9IjNweCIgdmlld0JveD0iMCAwIDUgMyIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIj4KICAgIDwhLS0gR2VuZXJhdG9yOiBTa2V0Y2ggNTUuMiAoNzgxODEpIC0gaHR0cHM6Ly9za2V0Y2hhcHAuY29tIC0tPgogICAgPHRpdGxlPmdyYW1tYXJfZG91YmxlX2xpbmU8L3RpdGxlPgogICAgPGRlc2M+Q3JlYXRlZCB3aXRoIFNrZXRjaC48L2Rlc2M+CiAgICA8ZyBpZD0iZ3JhbW1hcl9kb3VibGVfbGluZSIgc3Ryb2tlPSJub25lIiBzdHJva2Utd2lkdGg9IjEiIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIj4KICAgICAgICA8ZyBpZD0iR3JhbW1hci1UaWxlLUNvcHkiIHN0cm9rZT0iIzMzNTVGRiI+CiAgICAgICAgICAgIDxwYXRoIGQ9Ik0wLDAuNSBMNSwwLjUiIGlkPSJMaW5lLTItQ29weS0xMCI+PC9wYXRoPgogICAgICAgICAgICA8cGF0aCBkPSJNMCwyLjUgTDUsMi41IiBpZD0iTGluZS0yLUNvcHktMTEiPjwvcGF0aD4KICAgICAgICA8L2c+CiAgICA8L2c+Cjwvc3ZnPg==&amp;quot;)); border-bottom-width: 1px; border-bottom-style: solid; border-bottom-color: transparent; -webkit-nbsp-mode: normal !important; background-position: left bottom; background-repeat: repeat no-repeat;"&gt;Presidente&lt;/span&gt;&lt;span class="NormalTextRun SCXW116013059 BCX4" style="margin: 0px; padding: 0px; -webkit-user-select: text; -webkit-user-drag: none; -webkit-nbsp-mode: normal !important;"&gt; del Gobierno de convocar elecciones generales para el pr&#xF3;ximo 23 de julio, el Comit&#xE9; de huelga quiere dejar constancia de lo siguiente:&lt;/span&gt;&lt;/span&gt;&lt;span class="EOP SCXW116013059 BCX4" data-ccp-props="{&amp;quot;201341983&amp;quot;:0,&amp;quot;335551550&amp;quot;:6,&amp;quot;335551620&amp;quot;:6,&amp;quot;335559739&amp;quot;:0,&amp;quot;335559740&amp;quot;:276}" style="margin: 0px; padding: 0px; -webkit-user-select: text; -webkit-user-drag: none; font-size: 11pt; line-height: 19.549999999999997px; font-family: Arial, Arial_EmbeddedFont, Arial_MSFontService, sans-serif; -webkit-nbsp-mode: normal !important;"&gt;&amp;nbsp;&lt;/span&gt;&lt;/p&gt;&#xD;
&lt;/div&gt;&#xD;
&#xD;
&lt;div class="OutlineElement Ltr SCXW116013059 BCX4" style="margin: 0px; padding: 0px; -webkit-user-select: text; -webkit-user-drag: none; overflow: visible; cursor: text; clear: both; position: relative; direction: ltr; caret-color: rgba(0, 0, 0, 0.847); color: rgba(0, 0, 0, 0.847); font-family: &amp;quot;Segoe UI&amp;quot;, &amp;quot;Segoe UI Web&amp;quot;, Arial, Verdana, sans-serif; font-size: 12px;"&gt;&#xD;
&lt;p class="Paragraph SCXW116013059 BCX4" paraeid="{20099bae-1124-4a0c-a19b-0625750c68cb}{59}" paraid="1778755593" style="margin: 0px; padding: 0px; -webkit-user-select: text; -webkit-user-drag: none; word-wrap: break-word; white-space: pre-wrap; vertical-align: baseline; text-align: justify; -webkit-nbsp-mode: normal !important;"&gt;&lt;span class="EOP SCXW116013059 BCX4" data-ccp-props="{&amp;quot;201341983&amp;quot;:0,&amp;quot;335551550&amp;quot;:6,&amp;quot;335551620&amp;quot;:6,&amp;quot;335559739&amp;quot;:0,&amp;quot;335559740&amp;quot;:276}" style="margin: 0px; padding: 0px; -webkit-user-select: text; -webkit-user-drag: none; font-size: 6pt; line-height: 10.35px; font-family: Arial, Arial_EmbeddedFont, Arial_MSFontService, sans-serif; -webkit-nbsp-mode: normal !important;"&gt;&amp;nbsp;&lt;/span&gt;&lt;/p&gt;&#xD;
&lt;/div&gt;&#xD;
&#xD;
&lt;div class="OutlineElement Ltr SCXW116013059 BCX4" style="margin: 0px; padding: 0px; -webkit-user-select: text; -webkit-user-drag: none; overflow: visible; cursor: text; clear: both; position: relative; direction: ltr; caret-color: rgba(0, 0, 0, 0.847); color: rgba(0, 0, 0, 0.847); font-family: &amp;quot;Segoe UI&amp;quot;, &amp;quot;Segoe UI Web&amp;quot;, Arial, Verdana, sans-serif; font-size: 12px;"&gt;&#xD;
&lt;p class="Paragraph SCXW116013059 BCX4" paraeid="{20099bae-1124-4a0c-a19b-0625750c68cb}{63}" paraid="60876800" style="margin: 0px; padding: 0px; -webkit-user-select: text; -webkit-user-drag: none; word-wrap: break-word; white-space: pre-wrap; vertical-align: baseline; text-align: justify; -webkit-nbsp-mode: normal !important;"&gt;&lt;span class="TextRun SCXW116013059 BCX4" data-contrast="auto" lang="ES-ES" style="margin: 0px; padding: 0px; -webkit-user-select: text; -webkit-user-drag: none; font-size: 11pt; line-height: 19.549999999999997px; font-family: Arial, Arial_EmbeddedFont, Arial_MSFontService, sans-serif; font-weight: bold; font-variant-ligatures: none !important; -webkit-nbsp-mode: normal !important;" xml:lang="ES-ES"&gt;&lt;span class="NormalTextRun ContextualSpellingAndGrammarErrorV2Themed SCXW116013059 BCX4" style="margin: 0px; padding: 0px; -webkit-user-select: text; -webkit-user-drag: none; background-image: var(--urlContextualSpellingAndGrammarErrorV2, url(&amp;quot;data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyB3aWR0aD0iNXB4IiBoZWlnaHQ9IjNweCIgdmlld0JveD0iMCAwIDUgMyIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIj4KICAgIDwhLS0gR2VuZXJhdG9yOiBTa2V0Y2ggNTUuMiAoNzgxODEpIC0gaHR0cHM6Ly9za2V0Y2hhcHAuY29tIC0tPgogICAgPHRpdGxlPmdyYW1tYXJfZG91YmxlX2xpbmU8L3RpdGxlPgogICAgPGRlc2M+Q3JlYXRlZCB3aXRoIFNrZXRjaC48L2Rlc2M+CiAgICA8ZyBpZD0iZ3JhbW1hcl9kb3VibGVfbGluZSIgc3Ryb2tlPSJub25lIiBzdHJva2Utd2lkdGg9IjEiIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIj4KICAgICAgICA8ZyBpZD0iR3JhbW1hci1UaWxlLUNvcHkiIHN0cm9rZT0iIzMzNTVGRiI+CiAgICAgICAgICAgIDxwYXRoIGQ9Ik0wLDAuNSBMNSwwLjUiIGlkPSJMaW5lLTItQ29weS0xMCI+PC9wYXRoPgogICAgICAgICAgICA8cGF0aCBkPSJNMCwyLjUgTDUsMi41IiBpZD0iTGluZS0yLUNvcHktMTEiPjwvcGF0aD4KICAgICAgICA8L2c+CiAgICA8L2c+Cjwvc3ZnPg==&amp;quot;)); border-bottom-width: 1px; border-bottom-style: solid; border-bottom-color: transparent; -webkit-nbsp-mode: normal !important; background-position: left bottom; background-repeat: repeat no-repeat;"&gt;Primero.-&lt;/span&gt;&lt;/span&gt;&lt;span class="TextRun SCXW116013059 BCX4" data-contrast="auto" lang="ES-ES" style="margin: 0px; padding: 0px; -webkit-user-select: text; -webkit-user-drag: none; font-size: 11pt; line-height: 19.549999999999997px; font-family: Arial, Arial_EmbeddedFont, Arial_MSFontService, sans-serif; font-variant-ligatures: none !important; -webkit-nbsp-mode: normal !important;" xml:lang="ES-ES"&gt;&lt;span class="NormalTextRun SCXW116013059 BCX4" style="margin: 0px; padding: 0px; -webkit-user-select: text; -webkit-user-drag: none; -webkit-nbsp-mode: normal !important;"&gt; &lt;/span&gt;&lt;span class="NormalTextRun SCXW116013059 BCX4" style="margin: 0px; padding: 0px; -webkit-user-select: text; -webkit-user-drag: none; -webkit-nbsp-mode: normal !important;"&gt;Desde el 24 de enero de este a&#xF1;o, el Gobierno de Espa&#xF1;a &lt;/span&gt;&lt;span class="NormalTextRun SCXW116013059 BCX4" style="margin: 0px; padding: 0px; -webkit-user-select: text; -webkit-user-drag: none; -webkit-nbsp-mode: normal !important;"&gt;deber&#xED;a haber previsto&lt;/span&gt;&lt;span class="NormalTextRun SCXW116013059 BCX4" style="margin: 0px; padding: 0px; -webkit-user-select: text; -webkit-user-drag: none; -webkit-nbsp-mode: normal !important;"&gt; la posibilidad de que hubiera un conflicto generalizado en Justicia a partir de la huelga llevada a cabo por los Letrados de la Administraci&#xF3;n de Justicia y su posterior acuerdo. &lt;/span&gt;&lt;span class="NormalTextRun SCXW116013059 BCX4" style="margin: 0px; padding: 0px; -webkit-user-select: text; -webkit-user-drag: none; -webkit-nbsp-mode: normal !important;"&gt;Al menos el Ministerio de Justicia era conocedor de que el conflicto era muy probable.&amp;nbsp;&lt;/span&gt;&lt;/span&gt;&lt;span class="EOP SCXW116013059 BCX4" data-ccp-props="{&amp;quot;201341983&amp;quot;:0,&amp;quot;335551550&amp;quot;:6,&amp;quot;335551620&amp;quot;:6,&amp;quot;335559739&amp;quot;:0,&amp;quot;335559740&amp;quot;:276}" style="margin: 0px; padding: 0px; -webkit-user-select: text; -webkit-user-drag: none; font-size: 11pt; line-height: 19.549999999999997px; font-family: Arial, Arial_EmbeddedFont, Arial_MSFontService, sans-serif; -webkit-nbsp-mode: normal !important;"&gt;&amp;nbsp;&lt;/span&gt;&lt;/p&gt;&#xD;
&lt;/div&gt;&#xD;
&#xD;
&lt;div class="OutlineElement Ltr SCXW116013059 BCX4" style="margin: 0px; padding: 0px; -webkit-user-select: text; -webkit-user-drag: none; overflow: visible; cursor: text; clear: both; position: relative; direction: ltr; caret-color: rgba(0, 0, 0, 0.847); color: rgba(0, 0, 0, 0.847); font-family: &amp;quot;Segoe UI&amp;quot;, &amp;quot;Segoe UI Web&amp;quot;, Arial, Verdana, sans-serif; font-size: 12px;"&gt;&#xD;
&lt;p class="Paragraph SCXW116013059 BCX4" paraeid="{20099bae-1124-4a0c-a19b-0625750c68cb}{79}" paraid="1513733091" style="margin: 0px; padding: 0px; -webkit-user-select: text; -webkit-user-drag: none; word-wrap: break-word; white-space: pre-wrap; vertical-align: baseline; text-align: justify; -webkit-nbsp-mode: normal !important;"&gt;&lt;span class="EOP SCXW116013059 BCX4" data-ccp-props="{&amp;quot;201341983&amp;quot;:0,&amp;quot;335551550&amp;quot;:6,&amp;quot;335551620&amp;quot;:6,&amp;quot;335559739&amp;quot;:0,&amp;quot;335559740&amp;quot;:276}" style="margin: 0px; padding: 0px; -webkit-user-select: text; -webkit-user-drag: none; font-size: 11pt; line-height: 19.549999999999997px; font-family: Arial, Arial_EmbeddedFont, Arial_MSFontService, sans-serif; -webkit-nbsp-mode: normal !important;"&gt;&amp;nbsp;&lt;/span&gt;&lt;/p&gt;&#xD;
&lt;/div&gt;&#xD;
&#xD;
&lt;div class="OutlineElement Ltr SCXW116013059 BCX4" style="margin: 0px; padding: 0px; -webkit-user-select: text; -webkit-user-drag: none; overflow: visible; cursor: text; clear: both; position: relative; direction: ltr; caret-color: rgba(0, 0, 0, 0.847); color: rgba(0, 0, 0, 0.847); font-family: &amp;quot;Segoe UI&amp;quot;, &amp;quot;Segoe UI Web&amp;quot;, Arial, Verdana, sans-serif; font-size: 12px;"&gt;&#xD;
&lt;p class="Paragraph SCXW116013059 BCX4" paraeid="{20099bae-1124-4a0c-a19b-0625750c68cb}{83}" paraid="1088608931" style="margin: 0px; padding: 0px; -webkit-user-select: text; -webkit-user-drag: none; word-wrap: break-word; white-space: pre-wrap; vertical-align: baseline; text-align: justify; -webkit-nbsp-mode: normal !important;"&gt;&lt;span class="TextRun SCXW116013059 BCX4" data-contrast="auto" lang="ES-ES" style="margin: 0px; padding: 0px; -webkit-user-select: text; -webkit-user-drag: none; font-size: 11pt; line-height: 19.549999999999997px; font-family: Arial, Arial_EmbeddedFont, Arial_MSFontService, sans-serif; font-weight: bold; font-variant-ligatures: none !important; -webkit-nbsp-mode: normal !important;" xml:lang="ES-ES"&gt;&lt;span class="NormalTextRun ContextualSpellingAndGrammarErrorV2Themed SCXW116013059 BCX4" style="margin: 0px; padding: 0px; -webkit-user-select: text; -webkit-user-drag: none; background-image: var(--urlContextualSpellingAndGrammarErrorV2, url(&amp;quot;data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyB3aWR0aD0iNXB4IiBoZWlnaHQ9IjNweCIgdmlld0JveD0iMCAwIDUgMyIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIj4KICAgIDwhLS0gR2VuZXJhdG9yOiBTa2V0Y2ggNTUuMiAoNzgxODEpIC0gaHR0cHM6Ly9za2V0Y2hhcHAuY29tIC0tPgogICAgPHRpdGxlPmdyYW1tYXJfZG91YmxlX2xpbmU8L3RpdGxlPgogICAgPGRlc2M+Q3JlYXRlZCB3aXRoIFNrZXRjaC48L2Rlc2M+CiAgICA8ZyBpZD0iZ3JhbW1hcl9kb3VibGVfbGluZSIgc3Ryb2tlPSJub25lIiBzdHJva2Utd2lkdGg9IjEiIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIj4KICAgICAgICA8ZyBpZD0iR3JhbW1hci1UaWxlLUNvcHkiIHN0cm9rZT0iIzMzNTVGRiI+CiAgICAgICAgICAgIDxwYXRoIGQ9Ik0wLDAuNSBMNSwwLjUiIGlkPSJMaW5lLTItQ29weS0xMCI+PC9wYXRoPgogICAgICAgICAgICA8cGF0aCBkPSJNMCwyLjUgTDUsMi41IiBpZD0iTGluZS0yLUNvcHktMTEiPjwvcGF0aD4KICAgICAgICA8L2c+CiAgICA8L2c+Cjwvc3ZnPg==&amp;quot;)); border-bottom-width: 1px; border-bottom-style: solid; border-bottom-color: transparent; -webkit-nbsp-mode: normal !important; background-position: left bottom; background-repeat: repeat no-repeat;"&gt;Segundo.-&lt;/span&gt;&lt;/span&gt;&lt;span class="TextRun SCXW116013059 BCX4" data-contrast="auto" lang="ES-ES" style="margin: 0px; padding: 0px; -webkit-user-select: text; -webkit-user-drag: none; font-size: 11pt; line-height: 19.549999999999997px; font-family: Arial, Arial_EmbeddedFont, Arial_MSFontService, sans-serif; font-variant-ligatures: none !important; -webkit-nbsp-mode: normal !important;" xml:lang="ES-ES"&gt;&lt;span class="NormalTextRun SCXW116013059 BCX4" style="margin: 0px; padding: 0px; -webkit-user-select: text; -webkit-user-drag: none; -webkit-nbsp-mode: normal !important;"&gt; &lt;/span&gt;&lt;span class="NormalTextRun SCXW116013059 BCX4" style="margin: 0px; padding: 0px; -webkit-user-select: text; -webkit-user-drag: none; -webkit-nbsp-mode: normal !important;"&gt;Lejos de intentar solventar el conflicto de una forma global, el Gobierno de Espa&#xF1;a decidi&#xF3; abordar los conflictos de forma separada primero, el de los Letrados de la Administraci&#xF3;n de Justicia, luego anticipando las reuniones con las asociaciones de Jueces y Fiscales, al conflicto planteado de forma efectiva por los Cuerpos generales y especiales de la Administraci&#xF3;n de Justicia.&amp;nbsp;&lt;/span&gt;&lt;/span&gt;&lt;span class="EOP SCXW116013059 BCX4" data-ccp-props="{&amp;quot;201341983&amp;quot;:0,&amp;quot;335551550&amp;quot;:6,&amp;quot;335551620&amp;quot;:6,&amp;quot;335559739&amp;quot;:0,&amp;quot;335559740&amp;quot;:276}" style="margin: 0px; padding: 0px; -webkit-user-select: text; -webkit-user-drag: none; font-size: 11pt; line-height: 19.549999999999997px; font-family: Arial, Arial_EmbeddedFont, Arial_MSFontService, sans-serif; -webkit-nbsp-mode: normal !important;"&gt;&amp;nbsp;&lt;/span&gt;&lt;/p&gt;&#xD;
&lt;/div&gt;&#xD;
&#xD;
&lt;div class="OutlineElement Ltr SCXW116013059 BCX4" style="margin: 0px; padding: 0px; -webkit-user-select: text; -webkit-user-drag: none; overflow: visible; cursor: text; clear: both; position: relative; direction: ltr; caret-color: rgba(0, 0, 0, 0.847); color: rgba(0, 0, 0, 0.847); font-family: &amp;quot;Segoe UI&amp;quot;, &amp;quot;Segoe UI Web&amp;quot;, Arial, Verdana, sans-serif; font-size: 12px;"&gt;&#xD;
&lt;p class="Paragraph SCXW116013059 BCX4" paraeid="{20099bae-1124-4a0c-a19b-0625750c68cb}{93}" paraid="1103688598" style="margin: 0px; padding: 0px; -webkit-user-select: text; -webkit-user-drag: none; word-wrap: break-word; white-space: pre-wrap; vertical-align: baseline; text-align: justify; -webkit-nbsp-mode: normal !important;"&gt;&lt;span class="EOP SCXW116013059 BCX4" data-ccp-props="{&amp;quot;201341983&amp;quot;:0,&amp;quot;335551550&amp;quot;:6,&amp;quot;335551620&amp;quot;:6,&amp;quot;335559739&amp;quot;:0,&amp;quot;335559740&amp;quot;:276}" style="margin: 0px; padding: 0px; -webkit-user-select: text; -webkit-user-drag: none; font-size: 11pt; line-height: 19.549999999999997px; font-family: Arial, Arial_EmbeddedFont, Arial_MSFontService, sans-serif; -webkit-nbsp-mode: normal !important;"&gt;&amp;nbsp;&lt;/span&gt;&lt;/p&gt;&#xD;
&lt;/div&gt;&#xD;
&#xD;
&lt;div class="OutlineElement Ltr SCXW116013059 BCX4" style="margin: 0px; padding: 0px; -webkit-user-select: text; -webkit-user-drag: none; overflow: visible; cursor: text; clear: both; position: relative; direction: ltr; caret-color: rgba(0, 0, 0, 0.847); color: rgba(0, 0, 0, 0.847); font-family: &amp;quot;Segoe UI&amp;quot;, &amp;quot;Segoe UI Web&amp;quot;, Arial, Verdana, sans-serif; font-size: 12px;"&gt;&#xD;
&lt;p class="Paragraph SCXW116013059 BCX4" paraeid="{20099bae-1124-4a0c-a19b-0625750c68cb}{97}" paraid="241866780" style="margin: 0px; padding: 0px; -webkit-user-select: text; -webkit-user-drag: none; word-wrap: break-word; white-space: pre-wrap; vertical-align: baseline; text-align: justify; -webkit-nbsp-mode: normal !important;"&gt;&lt;span class="TextRun SCXW116013059 BCX4" data-contrast="auto" lang="ES-ES" style="margin: 0px; padding: 0px; -webkit-user-select: text; -webkit-user-drag: none; font-size: 11pt; line-height: 19.549999999999997px; font-family: Arial, Arial_EmbeddedFont, Arial_MSFontService, sans-serif; font-weight: bold; font-variant-ligatures: none !important; -webkit-nbsp-mode: normal !important;" xml:lang="ES-ES"&gt;&lt;span class="NormalTextRun ContextualSpellingAndGrammarErrorV2Themed SCXW116013059 BCX4" style="margin: 0px; padding: 0px; -webkit-user-select: text; -webkit-user-drag: none; background-image: var(--urlContextualSpellingAndGrammarErrorV2, url(&amp;quot;data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyB3aWR0aD0iNXB4IiBoZWlnaHQ9IjNweCIgdmlld0JveD0iMCAwIDUgMyIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIj4KICAgIDwhLS0gR2VuZXJhdG9yOiBTa2V0Y2ggNTUuMiAoNzgxODEpIC0gaHR0cHM6Ly9za2V0Y2hhcHAuY29tIC0tPgogICAgPHRpdGxlPmdyYW1tYXJfZG91YmxlX2xpbmU8L3RpdGxlPgogICAgPGRlc2M+Q3JlYXRlZCB3aXRoIFNrZXRjaC48L2Rlc2M+CiAgICA8ZyBpZD0iZ3JhbW1hcl9kb3VibGVfbGluZSIgc3Ryb2tlPSJub25lIiBzdHJva2Utd2lkdGg9IjEiIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIj4KICAgICAgICA8ZyBpZD0iR3JhbW1hci1UaWxlLUNvcHkiIHN0cm9rZT0iIzMzNTVGRiI+CiAgICAgICAgICAgIDxwYXRoIGQ9Ik0wLDAuNSBMNSwwLjUiIGlkPSJMaW5lLTItQ29weS0xMCI+PC9wYXRoPgogICAgICAgICAgICA8cGF0aCBkPSJNMCwyLjUgTDUsMi41IiBpZD0iTGluZS0yLUNvcHktMTEiPjwvcGF0aD4KICAgICAgICA8L2c+CiAgICA8L2c+Cjwvc3ZnPg==&amp;quot;)); border-bottom-width: 1px; border-bottom-style: solid; border-bottom-color: transparent; -webkit-nbsp-mode: normal !important; background-position: left bottom; background-repeat: repeat no-repeat;"&gt;Tercero.-&lt;/span&gt;&lt;/span&gt;&lt;span class="TextRun SCXW116013059 BCX4" data-contrast="auto" lang="ES-ES" style="margin: 0px; padding: 0px; -webkit-user-select: text; -webkit-user-drag: none; font-size: 11pt; line-height: 19.549999999999997px; font-family: Arial, Arial_EmbeddedFont, Arial_MSFontService, sans-serif; font-variant-ligatures: none !important; -webkit-nbsp-mode: normal !important;" xml:lang="ES-ES"&gt;&lt;span class="NormalTextRun SCXW116013059 BCX4" style="margin: 0px; padding: 0px; -webkit-user-select: text; -webkit-user-drag: none; -webkit-nbsp-mode: normal !important;"&gt; &lt;/span&gt;&lt;span class="NormalTextRun SCXW116013059 BCX4" style="margin: 0px; padding: 0px; -webkit-user-select: text; -webkit-user-drag: none; -webkit-nbsp-mode: normal !important;"&gt;Como resultado de esta &#x201C;estrategia&#x201D;, la propia &lt;/span&gt;&lt;span class="NormalTextRun ContextualSpellingAndGrammarErrorV2Themed SCXW116013059 BCX4" style="margin: 0px; padding: 0px; -webkit-user-select: text; -webkit-user-drag: none; background-image: var(--urlContextualSpellingAndGrammarErrorV2, url(&amp;quot;data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyB3aWR0aD0iNXB4IiBoZWlnaHQ9IjNweCIgdmlld0JveD0iMCAwIDUgMyIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIj4KICAgIDwhLS0gR2VuZXJhdG9yOiBTa2V0Y2ggNTUuMiAoNzgxODEpIC0gaHR0cHM6Ly9za2V0Y2hhcHAuY29tIC0tPgogICAgPHRpdGxlPmdyYW1tYXJfZG91YmxlX2xpbmU8L3RpdGxlPgogICAgPGRlc2M+Q3JlYXRlZCB3aXRoIFNrZXRjaC48L2Rlc2M+CiAgICA8ZyBpZD0iZ3JhbW1hcl9kb3VibGVfbGluZSIgc3Ryb2tlPSJub25lIiBzdHJva2Utd2lkdGg9IjEiIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIj4KICAgICAgICA8ZyBpZD0iR3JhbW1hci1UaWxlLUNvcHkiIHN0cm9rZT0iIzMzNTVGRiI+CiAgICAgICAgICAgIDxwYXRoIGQ9Ik0wLDAuNSBMNSwwLjUiIGlkPSJMaW5lLTItQ29weS0xMCI+PC9wYXRoPgogICAgICAgICAgICA8cGF0aCBkPSJNMCwyLjUgTDUsMi41IiBpZD0iTGluZS0yLUNvcHktMTEiPjwvcGF0aD4KICAgICAgICA8L2c+CiAgICA8L2c+Cjwvc3ZnPg==&amp;quot;)); border-bottom-width: 1px; border-bottom-style: solid; border-bottom-color: transparent; -webkit-nbsp-mode: normal !important; background-position: left bottom; background-repeat: repeat no-repeat;"&gt;Ministra&lt;/span&gt;&lt;span class="NormalTextRun SCXW116013059 BCX4" style="margin: 0px; padding: 0px; -webkit-user-select: text; -webkit-user-drag: none; -webkit-nbsp-mode: normal !important;"&gt; de Justicia y sus colegas, as&#xED; como otros cargos del Ministerio, org&#xE1;nicos o asesores, de los Cuerpos de Letrados de la Administraci&#xF3;n de Justicia, Jueces y Fiscales han visto subidas sus retribuciones para cuando tengan que regresar a sus puestos de trabajo.&amp;nbsp;&lt;/span&gt;&lt;/span&gt;&lt;span class="EOP SCXW116013059 BCX4" data-ccp-props="{&amp;quot;201341983&amp;quot;:0,&amp;quot;335551550&amp;quot;:6,&amp;quot;335551620&amp;quot;:6,&amp;quot;335559739&amp;quot;:0,&amp;quot;335559740&amp;quot;:276}" style="margin: 0px; padding: 0px; -webkit-user-select: text; -webkit-user-drag: none; font-size: 11pt; line-height: 19.549999999999997px; font-family: Arial, Arial_EmbeddedFont, Arial_MSFontService, sans-serif; -webkit-nbsp-mode: normal !important;"&gt;&amp;nbsp;&lt;/span&gt;&lt;/p&gt;&#xD;
&lt;/div&gt;&#xD;
&#xD;
&lt;div class="OutlineElement Ltr SCXW116013059 BCX4" style="margin: 0px; padding: 0px; -webkit-user-select: text; -webkit-user-drag: none; overflow: visible; cursor: text; clear: both; position: relative; direction: ltr; caret-color: rgba(0, 0, 0, 0.847); color: rgba(0, 0, 0, 0.847); font-family: &amp;quot;Segoe UI&amp;quot;, &amp;quot;Segoe UI Web&amp;quot;, Arial, Verdana, sans-serif; font-size: 12px;"&gt;&#xD;
&lt;p class="Paragraph SCXW116013059 BCX4" paraeid="{20099bae-1124-4a0c-a19b-0625750c68cb}{107}" paraid="1923339244" style="margin: 0px; padding: 0px; -webkit-user-select: text; -webkit-user-drag: none; word-wrap: break-word; white-space: pre-wrap; vertical-align: baseline; text-align: justify; -webkit-nbsp-mode: normal !important;"&gt;&lt;span class="EOP SCXW116013059 BCX4" data-ccp-props="{&amp;quot;201341983&amp;quot;:0,&amp;quot;335551550&amp;quot;:6,&amp;quot;335551620&amp;quot;:6,&amp;quot;335559739&amp;quot;:0,&amp;quot;335559740&amp;quot;:276}" style="margin: 0px; padding: 0px; -webkit-user-select: text; -webkit-user-drag: none; font-size: 7pt; line-height: 11.5px; font-family: Arial, Arial_EmbeddedFont, Arial_MSFontService, sans-serif; -webkit-nbsp-mode: normal !important;"&gt;&amp;nbsp;&lt;/span&gt;&lt;/p&gt;&#xD;
&lt;/div&gt;&#xD;
&#xD;
&lt;div class="OutlineElement Ltr SCXW116013059 BCX4" style="margin: 0px; padding: 0px; -webkit-user-select: text; -webkit-user-drag: none; overflow: visible; cursor: text; clear: both; position: relative; direction: ltr; caret-color: rgba(0, 0, 0, 0.847); color: rgba(0, 0, 0, 0.847); font-family: &amp;quot;Segoe UI&amp;quot;, &amp;quot;Segoe UI Web&amp;quot;, Arial, Verdana, sans-serif; font-size: 12px;"&gt;&#xD;
&lt;p class="Paragraph SCXW116013059 BCX4" paraeid="{20099bae-1124-4a0c-a19b-0625750c68cb}{111}" paraid="1654416754" style="margin: 0px; padding: 0px; -webkit-user-select: text; -webkit-user-drag: none; word-wrap: break-word; white-space: pre-wrap; vertical-align: baseline; text-align: justify; -webkit-nbsp-mode: normal !important;"&gt;&lt;span class="TextRun SCXW116013059 BCX4" data-contrast="auto" lang="ES-ES" style="margin: 0px; padding: 0px; -webkit-user-select: text; -webkit-user-drag: none; font-size: 11pt; line-height: 19.549999999999997px; font-family: Arial, Arial_EmbeddedFont, Arial_MSFontService, sans-serif; font-weight: bold; font-variant-ligatures: none !important; -webkit-nbsp-mode: normal !important;" xml:lang="ES-ES"&gt;&lt;span class="NormalTextRun ContextualSpellingAndGrammarErrorV2Themed SCXW116013059 BCX4" style="margin: 0px; padding: 0px; -webkit-user-select: text; -webkit-user-drag: none; background-image: var(--urlContextualSpellingAndGrammarErrorV2, url(&amp;quot;data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyB3aWR0aD0iNXB4IiBoZWlnaHQ9IjNweCIgdmlld0JveD0iMCAwIDUgMyIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIj4KICAgIDwhLS0gR2VuZXJhdG9yOiBTa2V0Y2ggNTUuMiAoNzgxODEpIC0gaHR0cHM6Ly9za2V0Y2hhcHAuY29tIC0tPgogICAgPHRpdGxlPmdyYW1tYXJfZG91YmxlX2xpbmU8L3RpdGxlPgogICAgPGRlc2M+Q3JlYXRlZCB3aXRoIFNrZXRjaC48L2Rlc2M+CiAgICA8ZyBpZD0iZ3JhbW1hcl9kb3VibGVfbGluZSIgc3Ryb2tlPSJub25lIiBzdHJva2Utd2lkdGg9IjEiIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIj4KICAgICAgICA8ZyBpZD0iR3JhbW1hci1UaWxlLUNvcHkiIHN0cm9rZT0iIzMzNTVGRiI+CiAgICAgICAgICAgIDxwYXRoIGQ9Ik0wLDAuNSBMNSwwLjUiIGlkPSJMaW5lLTItQ29weS0xMCI+PC9wYXRoPgogICAgICAgICAgICA8cGF0aCBkPSJNMCwyLjUgTDUsMi41IiBpZD0iTGluZS0yLUNvcHktMTEiPjwvcGF0aD4KICAgICAgICA8L2c+CiAgICA8L2c+Cjwvc3ZnPg==&amp;quot;)); border-bottom-width: 1px; border-bottom-style: solid; border-bottom-color: transparent; -webkit-nbsp-mode: normal !important; background-position: left bottom; background-repeat: repeat no-repeat;"&gt;Cuarto.-&lt;/span&gt;&lt;/span&gt;&lt;span class="TextRun SCXW116013059 BCX4" data-contrast="auto" lang="ES-ES" style="margin: 0px; padding: 0px; -webkit-user-select: text; -webkit-user-drag: none; font-size: 11pt; line-height: 19.549999999999997px; font-family: Arial, Arial_EmbeddedFont, Arial_MSFontService, sans-serif; font-variant-ligatures: none !important; -webkit-nbsp-mode: normal !important;" xml:lang="ES-ES"&gt;&lt;span class="NormalTextRun SCXW116013059 BCX4" style="margin: 0px; padding: 0px; -webkit-user-select: text; -webkit-user-drag: none; -webkit-nbsp-mode: normal !important;"&gt; &lt;/span&gt;&lt;span class="NormalTextRun SCXW116013059 BCX4" style="margin: 0px; padding: 0px; -webkit-user-select: text; -webkit-user-drag: none; -webkit-nbsp-mode: normal !important;"&gt;Mientras tanto, el conflicto del resto del personal de Justicia, el personal que menos cobra y que m&#xE1;s efectivos aporta al funcionamiento de este servicio p&#xFA;blico esencial ha quedado postergado intencionadamente por el &lt;/span&gt;&lt;span class="NormalTextRun SCXW116013059 BCX4" style="margin: 0px; padding: 0px; -webkit-user-select: text; -webkit-user-drag: none; -webkit-nbsp-mode: normal !important;"&gt;Ministerio de Justicia &lt;/span&gt;&lt;span class="NormalTextRun SCXW116013059 BCX4" style="margin: 0px; padding: 0px; -webkit-user-select: text; -webkit-user-drag: none; -webkit-nbsp-mode: normal !important;"&gt;sin que hasta la fecha tengamos todav&#xED;a fecha&lt;/span&gt;&lt;span class="NormalTextRun SCXW116013059 BCX4" style="margin: 0px; padding: 0px; -webkit-user-select: text; -webkit-user-drag: none; -webkit-nbsp-mode: normal !important;"&gt; y hora&lt;/span&gt;&lt;span class="NormalTextRun SCXW116013059 BCX4" style="margin: 0px; padding: 0px; -webkit-user-select: text; -webkit-user-drag: none; -webkit-nbsp-mode: normal !important;"&gt; para la primera reuni&#xF3;n que pueda poner fin al &lt;/span&gt;&lt;span class="NormalTextRun SCXW116013059 BCX4" style="margin: 0px; padding: 0px; -webkit-user-select: text; -webkit-user-drag: none; -webkit-nbsp-mode: normal !important;"&gt;confli&lt;/span&gt;&lt;span class="NormalTextRun SCXW116013059 BCX4" style="margin: 0px; padding: 0px; -webkit-user-select: text; -webkit-user-drag: none; -webkit-nbsp-mode: normal !important;"&gt;cto&lt;/span&gt;&lt;span class="NormalTextRun SCXW116013059 BCX4" style="margin: 0px; padding: 0px; -webkit-user-select: text; -webkit-user-drag: none; -webkit-nbsp-mode: normal !important;"&gt; de forma dialogada tras &lt;/span&gt;&lt;span class="NormalTextRun SCXW116013059 BCX4" style="margin: 0px; padding: 0px; -webkit-user-select: text; -webkit-user-drag: none; -webkit-nbsp-mode: normal !important;"&gt;m&#xE1;s de un mes de huelga.&amp;nbsp;&lt;/span&gt;&lt;/span&gt;&lt;span class="EOP SCXW116013059 BCX4" data-ccp-props="{&amp;quot;201341983&amp;quot;:0,&amp;quot;335551550&amp;quot;:6,&amp;quot;335551620&amp;quot;:6,&amp;quot;335559739&amp;quot;:0,&amp;quot;335559740&amp;quot;:276}" style="margin: 0px; padding: 0px; -webkit-user-select: text; -webkit-user-drag: none; font-size: 11pt; line-height: 19.549999999999997px; font-family: Arial, Arial_EmbeddedFont, Arial_MSFontService, sans-serif; -webkit-nbsp-mode: normal !important;"&gt;&amp;nbsp;&lt;/span&gt;&lt;/p&gt;&#xD;
&lt;/div&gt;&#xD;
&#xD;
&lt;div class="OutlineElement Ltr SCXW116013059 BCX4" style="margin: 0px; padding: 0px; -webkit-user-select: text; -webkit-user-drag: none; overflow: visible; cursor: text; clear: both; position: relative; direction: ltr; caret-color: rgba(0, 0, 0, 0.847); color: rgba(0, 0, 0, 0.847); font-family: &amp;quot;Segoe UI&amp;quot;, &amp;quot;Segoe UI Web&amp;quot;, Arial, Verdana, sans-serif; font-size: 12px;"&gt;&#xD;
&lt;p class="Paragraph SCXW116013059 BCX4" paraeid="{20099bae-1124-4a0c-a19b-0625750c68cb}{133}" paraid="218862605" style="margin: 0px; padding: 0px; -webkit-user-select: text; -webkit-user-drag: none; word-wrap: break-word; white-space: pre-wrap; vertical-align: baseline; text-align: justify; -webkit-nbsp-mode: normal !important;"&gt;&lt;span class="EOP SCXW116013059 BCX4" data-ccp-props="{&amp;quot;201341983&amp;quot;:0,&amp;quot;335551550&amp;quot;:6,&amp;quot;335551620&amp;quot;:6,&amp;quot;335559739&amp;quot;:0,&amp;quot;335559740&amp;quot;:276}" style="margin: 0px; padding: 0px; -webkit-user-select: text; -webkit-user-drag: none; font-size: 7pt; line-height: 11.5px; font-family: Arial, Arial_EmbeddedFont, Arial_MSFontService, sans-serif; -webkit-nbsp-mode: normal !important;"&gt;&amp;nbsp;&lt;/span&gt;&lt;/p&gt;&#xD;
&lt;/div&gt;&#xD;
&#xD;
&lt;div class="OutlineElement Ltr SCXW116013059 BCX4" style="margin: 0px; padding: 0px; -webkit-user-select: text; -webkit-user-drag: none; overflow: visible; cursor: text; clear: both; position: relative; direction: ltr; caret-color: rgba(0, 0, 0, 0.847); color: rgba(0, 0, 0, 0.847); font-family: &amp;quot;Segoe UI&amp;quot;, &amp;quot;Segoe UI Web&amp;quot;, Arial, Verdana, sans-serif; font-size: 12px;"&gt;&#xD;
&lt;p class="Paragraph SCXW116013059 BCX4" paraeid="{20099bae-1124-4a0c-a19b-0625750c68cb}{137}" paraid="1398844208" style="margin: 0px; padding: 0px; -webkit-user-select: text; -webkit-user-drag: none; word-wrap: break-word; white-space: pre-wrap; vertical-align: baseline; text-align: justify; -webkit-nbsp-mode: normal !important;"&gt;&lt;span class="TextRun SCXW116013059 BCX4" data-contrast="auto" lang="ES-ES" style="margin: 0px; padding: 0px; -webkit-user-select: text; -webkit-user-drag: none; font-size: 11pt; line-height: 19.549999999999997px; font-family: Arial, Arial_EmbeddedFont, Arial_MSFontService, sans-serif; font-weight: bold; font-variant-ligatures: none !important; -webkit-nbsp-mode: normal !important;" xml:lang="ES-ES"&gt;&lt;span class="NormalTextRun ContextualSpellingAndGrammarErrorV2Themed SCXW116013059 BCX4" style="margin: 0px; padding: 0px; -webkit-user-select: text; -webkit-user-drag: none; background-image: var(--urlContextualSpellingAndGrammarErrorV2, url(&amp;quot;data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyB3aWR0aD0iNXB4IiBoZWlnaHQ9IjNweCIgdmlld0JveD0iMCAwIDUgMyIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIj4KICAgIDwhLS0gR2VuZXJhdG9yOiBTa2V0Y2ggNTUuMiAoNzgxODEpIC0gaHR0cHM6Ly9za2V0Y2hhcHAuY29tIC0tPgogICAgPHRpdGxlPmdyYW1tYXJfZG91YmxlX2xpbmU8L3RpdGxlPgogICAgPGRlc2M+Q3JlYXRlZCB3aXRoIFNrZXRjaC48L2Rlc2M+CiAgICA8ZyBpZD0iZ3JhbW1hcl9kb3VibGVfbGluZSIgc3Ryb2tlPSJub25lIiBzdHJva2Utd2lkdGg9IjEiIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIj4KICAgICAgICA8ZyBpZD0iR3JhbW1hci1UaWxlLUNvcHkiIHN0cm9rZT0iIzMzNTVGRiI+CiAgICAgICAgICAgIDxwYXRoIGQ9Ik0wLDAuNSBMNSwwLjUiIGlkPSJMaW5lLTItQ29weS0xMCI+PC9wYXRoPgogICAgICAgICAgICA8cGF0aCBkPSJNMCwyLjUgTDUsMi41IiBpZD0iTGluZS0yLUNvcHktMTEiPjwvcGF0aD4KICAgICAgICA8L2c+CiAgICA8L2c+Cjwvc3ZnPg==&amp;quot;)); border-bottom-width: 1px; border-bottom-style: solid; border-bottom-color: transparent; -webkit-nbsp-mode: normal !important; background-position: left bottom; background-repeat: repeat no-repeat;"&gt;Quinto.-&lt;/span&gt;&lt;/span&gt;&lt;span class="TextRun SCXW116013059 BCX4" data-contrast="auto" lang="ES-ES" style="margin: 0px; padding: 0px; -webkit-user-select: text; -webkit-user-drag: none; font-size: 11pt; line-height: 19.549999999999997px; font-family: Arial, Arial_EmbeddedFont, Arial_MSFontService, sans-serif; font-variant-ligatures: none !important; -webkit-nbsp-mode: normal !important;" xml:lang="ES-ES"&gt;&lt;span class="NormalTextRun SCXW116013059 BCX4" style="margin: 0px; padding: 0px; -webkit-user-select: text; -webkit-user-drag: none; -webkit-nbsp-mode: normal !important;"&gt; &lt;/span&gt;&lt;span class="NormalTextRun SCXW116013059 BCX4" style="margin: 0px; padding: 0px; -webkit-user-select: text; -webkit-user-drag: none; -webkit-nbsp-mode: normal !important;"&gt;Por el camino, millones de ciudadanos afectados por la paralizaci&#xF3;n de actuaciones procesales y por la suspensi&#xF3;n y aplazamiento de cientos de miles de juicios por meses e incluso &lt;/span&gt;&lt;span class="NormalTextRun SCXW116013059 BCX4" style="margin: 0px; padding: 0px; -webkit-user-select: text; -webkit-user-drag: none; -webkit-nbsp-mode: normal !important;"&gt;a&#xF1;o&lt;/span&gt;&lt;span class="NormalTextRun SCXW116013059 BCX4" style="margin: 0px; padding: 0px; -webkit-user-select: text; -webkit-user-drag: none; -webkit-nbsp-mode: normal !important;"&gt;s&lt;/span&gt;&lt;span class="NormalTextRun SCXW116013059 BCX4" style="margin: 0px; padding: 0px; -webkit-user-select: text; -webkit-user-drag: none; -webkit-nbsp-mode: normal !important;"&gt;. El da&#xF1;o que se ha ocasionado a la Administraci&#xF3;n de Justicia&lt;/span&gt;&lt;span class="NormalTextRun SCXW116013059 BCX4" style="margin: 0px; padding: 0px; -webkit-user-select: text; -webkit-user-drag: none; -webkit-nbsp-mode: normal !important;"&gt; por la soberbia de un gobierno que se dice progresista, pero que tiene alergia a negociar con los trabajadores y trabajadoras de Justicia&lt;/span&gt;&lt;span class="NormalTextRun SCXW116013059 BCX4" style="margin: 0px; padding: 0px; -webkit-user-select: text; -webkit-user-drag: none; -webkit-nbsp-mode: normal !important;"&gt;, seg&#xFA;n datos de los &lt;/span&gt;&lt;span class="NormalTextRun SCXW116013059 BCX4" style="margin: 0px; padding: 0px; -webkit-user-select: text; -webkit-user-drag: none; -webkit-nbsp-mode: normal !important;"&gt;cole&lt;/span&gt;&lt;span class="NormalTextRun SCXW116013059 BCX4" style="margin: 0px; padding: 0px; -webkit-user-select: text; -webkit-user-drag: none; -webkit-nbsp-mode: normal !important;"&gt;gios&lt;/span&gt;&lt;span class="NormalTextRun SCXW116013059 BCX4" style="margin: 0px; padding: 0px; -webkit-user-select: text; -webkit-user-drag: none; -webkit-nbsp-mode: normal !important;"&gt; de abogados y procuradores, necesitar&#xE1; de varios a&#xF1;os para recuperarse.&amp;nbsp;&lt;/span&gt;&lt;/span&gt;&lt;span class="EOP SCXW116013059 BCX4" data-ccp-props="{&amp;quot;201341983&amp;quot;:0,&amp;quot;335551550&amp;quot;:6,&amp;quot;335551620&amp;quot;:6,&amp;quot;335559739&amp;quot;:0,&amp;quot;335559740&amp;quot;:276}" style="margin: 0px; padding: 0px; -webkit-user-select: text; -webkit-user-drag: none; font-size: 11pt; line-height: 19.549999999999997px; font-family: Arial, Arial_EmbeddedFont, Arial_MSFontService, sans-serif; -webkit-nbsp-mode: normal !important;"&gt;&amp;nbsp;&lt;/span&gt;&lt;/p&gt;&#xD;
&lt;/div&gt;&#xD;
&#xD;
&lt;div class="OutlineElement Ltr SCXW116013059 BCX4" style="margin: 0px; padding: 0px; -webkit-user-select: text; -webkit-user-drag: none; overflow: visible; cursor: text; clear: both; position: relative; direction: ltr; caret-color: rgba(0, 0, 0, 0.847); color: rgba(0, 0, 0, 0.847); font-family: &amp;quot;Segoe UI&amp;quot;, &amp;quot;Segoe UI Web&amp;quot;, Arial, Verdana, sans-serif; font-size: 12px;"&gt;&#xD;
&lt;p class="Paragraph SCXW116013059 BCX4" paraeid="{20099bae-1124-4a0c-a19b-0625750c68cb}{157}" paraid="237481994" style="margin: 0px; padding: 0px; -webkit-user-select: text; -webkit-user-drag: none; word-wrap: break-word; white-space: pre-wrap; vertical-align: baseline; text-align: justify; -webkit-nbsp-mode: normal !important;"&gt;&lt;span class="EOP SCXW116013059 BCX4" data-ccp-props="{&amp;quot;201341983&amp;quot;:0,&amp;quot;335551550&amp;quot;:6,&amp;quot;335551620&amp;quot;:6,&amp;quot;335559739&amp;quot;:0,&amp;quot;335559740&amp;quot;:276}" style="margin: 0px; padding: 0px; -webkit-user-select: text; -webkit-user-drag: none; font-size: 7pt; line-height: 11.5px; font-family: Arial, Arial_EmbeddedFont, Arial_MSFontService, sans-serif; -webkit-nbsp-mode: normal !important;"&gt;&amp;nbsp;&lt;/span&gt;&lt;/p&gt;&#xD;
&lt;/div&gt;&#xD;
&#xD;
&lt;div class="OutlineElement Ltr SCXW116013059 BCX4" style="margin: 0px; padding: 0px; -webkit-user-select: text; -webkit-user-drag: none; overflow: visible; cursor: text; clear: both; position: relative; direction: ltr; caret-color: rgba(0, 0, 0, 0.847); color: rgba(0, 0, 0, 0.847); font-family: &amp;quot;Segoe UI&amp;quot;, &amp;quot;Segoe UI Web&amp;quot;, Arial, Verdana, sans-serif; font-size: 12px;"&gt;&#xD;
&lt;p class="Paragraph SCXW116013059 BCX4" paraeid="{20099bae-1124-4a0c-a19b-0625750c68cb}{161}" paraid="2070578040" style="margin: 0px; padding: 0px; -webkit-user-select: text; -webkit-user-drag: none; word-wrap: break-word; white-space: pre-wrap; vertical-align: baseline; text-align: justify; -webkit-nbsp-mode: normal !important;"&gt;&lt;span class="TextRun SCXW116013059 BCX4" data-contrast="auto" lang="ES-ES" style="margin: 0px; padding: 0px; -webkit-user-select: text; -webkit-user-drag: none; font-size: 11pt; line-height: 19.549999999999997px; font-family: Arial, Arial_EmbeddedFont, Arial_MSFontService, sans-serif; font-weight: bold; font-variant-ligatures: none !important; -webkit-nbsp-mode: normal !important;" xml:lang="ES-ES"&gt;&lt;span class="NormalTextRun ContextualSpellingAndGrammarErrorV2Themed SCXW116013059 BCX4" style="margin: 0px; padding: 0px; -webkit-user-select: text; -webkit-user-drag: none; background-image: var(--urlContextualSpellingAndGrammarErrorV2, url(&amp;quot;data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyB3aWR0aD0iNXB4IiBoZWlnaHQ9IjNweCIgdmlld0JveD0iMCAwIDUgMyIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIj4KICAgIDwhLS0gR2VuZXJhdG9yOiBTa2V0Y2ggNTUuMiAoNzgxODEpIC0gaHR0cHM6Ly9za2V0Y2hhcHAuY29tIC0tPgogICAgPHRpdGxlPmdyYW1tYXJfZG91YmxlX2xpbmU8L3RpdGxlPgogICAgPGRlc2M+Q3JlYXRlZCB3aXRoIFNrZXRjaC48L2Rlc2M+CiAgICA8ZyBpZD0iZ3JhbW1hcl9kb3VibGVfbGluZSIgc3Ryb2tlPSJub25lIiBzdHJva2Utd2lkdGg9IjEiIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIj4KICAgICAgICA8ZyBpZD0iR3JhbW1hci1UaWxlLUNvcHkiIHN0cm9rZT0iIzMzNTVGRiI+CiAgICAgICAgICAgIDxwYXRoIGQ9Ik0wLDAuNSBMNSwwLjUiIGlkPSJMaW5lLTItQ29weS0xMCI+PC9wYXRoPgogICAgICAgICAgICA8cGF0aCBkPSJNMCwyLjUgTDUsMi41IiBpZD0iTGluZS0yLUNvcHktMTEiPjwvcGF0aD4KICAgICAgICA8L2c+CiAgICA8L2c+Cjwvc3ZnPg==&amp;quot;)); border-bottom-width: 1px; border-bottom-style: solid; border-bottom-color: transparent; -webkit-nbsp-mode: normal !important; background-position: left bottom; background-repeat: repeat no-repeat;"&gt;Sexto.-&lt;/span&gt;&lt;/span&gt;&lt;span class="TextRun SCXW116013059 BCX4" data-contrast="auto" lang="ES-ES" style="margin: 0px; padding: 0px; -webkit-user-select: text; -webkit-user-drag: none; font-size: 11pt; line-height: 19.549999999999997px; font-family: Arial, Arial_EmbeddedFont, Arial_MSFontService, sans-serif; font-variant-ligatures: none !important; -webkit-nbsp-mode: normal !important;" xml:lang="ES-ES"&gt;&lt;span class="NormalTextRun SCXW116013059 BCX4" style="margin: 0px; padding: 0px; -webkit-user-select: text; -webkit-user-drag: none; -webkit-nbsp-mode: normal !important;"&gt; &lt;/span&gt;&lt;/span&gt;&lt;span class="TextRun SCXW116013059 BCX4" data-contrast="auto" lang="ES-ES" style="margin: 0px; padding: 0px; -webkit-user-select: text; -webkit-user-drag: none; font-size: 11pt; line-height: 19.549999999999997px; font-family: Arial, Arial_EmbeddedFont, Arial_MSFontService, sans-serif; font-weight: bold; font-variant-ligatures: none !important; -webkit-nbsp-mode: normal !important;" xml:lang="ES-ES"&gt;&lt;span class="NormalTextRun SCXW116013059 BCX4" style="margin: 0px; padding: 0px; -webkit-user-select: text; -webkit-user-drag: none; -webkit-nbsp-mode: normal !important;"&gt;A pesar &lt;/span&gt;&lt;span class="NormalTextRun SCXW116013059 BCX4" style="margin: 0px; padding: 0px; -webkit-user-select: text; -webkit-user-drag: none; -webkit-nbsp-mode: normal !important;"&gt;de la convocatoria de elecciones anticipadas&lt;/span&gt;&lt;span class="NormalTextRun SCXW116013059 BCX4" style="margin: 0px; padding: 0px; -webkit-user-select: text; -webkit-user-drag: none; -webkit-nbsp-mode: normal !important;"&gt; realizado por el &lt;/span&gt;&lt;span class="NormalTextRun ContextualSpellingAndGrammarErrorV2Themed SCXW116013059 BCX4" style="margin: 0px; padding: 0px; -webkit-user-select: text; -webkit-user-drag: none; background-image: var(--urlContextualSpellingAndGrammarErrorV2, url(&amp;quot;data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyB3aWR0aD0iNXB4IiBoZWlnaHQ9IjNweCIgdmlld0JveD0iMCAwIDUgMyIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIj4KICAgIDwhLS0gR2VuZXJhdG9yOiBTa2V0Y2ggNTUuMiAoNzgxODEpIC0gaHR0cHM6Ly9za2V0Y2hhcHAuY29tIC0tPgogICAgPHRpdGxlPmdyYW1tYXJfZG91YmxlX2xpbmU8L3RpdGxlPgogICAgPGRlc2M+Q3JlYXRlZCB3aXRoIFNrZXRjaC48L2Rlc2M+CiAgICA8ZyBpZD0iZ3JhbW1hcl9kb3VibGVfbGluZSIgc3Ryb2tlPSJub25lIiBzdHJva2Utd2lkdGg9IjEiIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIj4KICAgICAgICA8ZyBpZD0iR3JhbW1hci1UaWxlLUNvcHkiIHN0cm9rZT0iIzMzNTVGRiI+CiAgICAgICAgICAgIDxwYXRoIGQ9Ik0wLDAuNSBMNSwwLjUiIGlkPSJMaW5lLTItQ29weS0xMCI+PC9wYXRoPgogICAgICAgICAgICA8cGF0aCBkPSJNMCwyLjUgTDUsMi41IiBpZD0iTGluZS0yLUNvcHktMTEiPjwvcGF0aD4KICAgICAgICA8L2c+CiAgICA8L2c+Cjwvc3ZnPg==&amp;quot;)); border-bottom-width: 1px; border-bottom-style: solid; border-bottom-color: transparent; -webkit-nbsp-mode: normal !important; background-position: left bottom; background-repeat: repeat no-repeat;"&gt;Presidente&lt;/span&gt;&lt;span class="NormalTextRun SCXW116013059 BCX4" style="margin: 0px; padding: 0px; -webkit-user-select: text; -webkit-user-drag: none; -webkit-nbsp-mode: normal !important;"&gt; del Gobierno, &lt;/span&gt;&lt;span class="NormalTextRun SCXW116013059 BCX4" style="margin: 0px; padding: 0px; -webkit-user-select: text; -webkit-user-drag: none; -webkit-nbsp-mode: normal !important;"&gt;no estamos ante un gobierno en funciones sino ante un gobierno plenamente activo &lt;/span&gt;&lt;/span&gt;&lt;span class="TextRun SCXW116013059 BCX4" data-contrast="auto" lang="ES-ES" style="margin: 0px; padding: 0px; -webkit-user-select: text; -webkit-user-drag: none; font-size: 11pt; line-height: 19.549999999999997px; font-family: Arial, Arial_EmbeddedFont, Arial_MSFontService, sans-serif; font-variant-ligatures: none !important; -webkit-nbsp-mode: normal !important;" xml:lang="ES-ES"&gt;&lt;span class="NormalTextRun SCXW116013059 BCX4" style="margin: 0px; padding: 0px; -webkit-user-select: text; -webkit-user-drag: none; -webkit-nbsp-mode: normal !important;"&gt;que, sin duda, va a seguir trabajando &lt;/span&gt;&lt;span class="NormalTextRun SCXW116013059 BCX4" style="margin: 0px; padding: 0px; -webkit-user-select: text; -webkit-user-drag: none; -webkit-nbsp-mode: normal !important;"&gt;con normalidad y proponiendo iniciativas &lt;/span&gt;&lt;span class="NormalTextRun SCXW116013059 BCX4" style="margin: 0px; padding: 0px; -webkit-user-select: text; -webkit-user-drag: none; -webkit-nbsp-mode: normal !important;"&gt;en las pr&#xF3;ximas semanas.&amp;nbsp;&lt;/span&gt;&lt;span class="NormalTextRun SCXW116013059 BCX4" style="margin: 0px; padding: 0px; -webkit-user-select: text; -webkit-user-drag: none; -webkit-nbsp-mode: normal !important;"&gt; &lt;/span&gt;&lt;/span&gt;&lt;span class="TextRun SCXW116013059 BCX4" data-contrast="auto" lang="ES-ES" style="margin: 0px; padding: 0px; -webkit-user-select: text; -webkit-user-drag: none; font-size: 11pt; line-height: 19.549999999999997px; font-family: Arial, Arial_EmbeddedFont, Arial_MSFontService, sans-serif; font-weight: bold; font-variant-ligatures: none !important; -webkit-nbsp-mode: normal !important;" xml:lang="ES-ES"&gt;&lt;span class="NormalTextRun SCXW116013059 BCX4" style="margin: 0px; padding: 0px; -webkit-user-select: text; -webkit-user-drag: none; -webkit-nbsp-mode: normal !important;"&gt;El gobierno est&#xE1; en plenas facultades de sus competencias, ya que no estar&#xE1; en &lt;/span&gt;&lt;span class="NormalTextRun SCXW116013059 BCX4" style="margin: 0px; padding: 0px; -webkit-user-select: text; -webkit-user-drag: none; -webkit-nbsp-mode: normal !important;"&gt;funciones hasta el d&#xED;a despu&#xE9;s de las elecciones del 23 de Julio&lt;/span&gt;&lt;/span&gt;&lt;span class="TextRun SCXW116013059 BCX4" data-contrast="auto" lang="ES-ES" style="margin: 0px; padding: 0px; -webkit-user-select: text; -webkit-user-drag: none; font-size: 11pt; line-height: 19.549999999999997px; font-family: Arial, Arial_EmbeddedFont, Arial_MSFontService, sans-serif; font-variant-ligatures: none !important; -webkit-nbsp-mode: normal !important;" xml:lang="ES-ES"&gt;&lt;span class="NormalTextRun SCXW116013059 BCX4" style="margin: 0px; padding: 0px; -webkit-user-select: text; -webkit-user-drag: none; -webkit-nbsp-mode: normal !important;"&gt;. Por ello&lt;/span&gt;&lt;span class="NormalTextRun SCXW116013059 BCX4" style="margin: 0px; padding: 0px; -webkit-user-select: text; -webkit-user-drag: none; -webkit-nbsp-mode: normal !important;"&gt;, &lt;/span&gt;&lt;span class="NormalTextRun SCXW116013059 BCX4" style="margin: 0px; padding: 0px; -webkit-user-select: text; -webkit-user-drag: none; -webkit-nbsp-mode: normal !important;"&gt;no existe impedimento legal para un Gobierno de negociar con las organizaciones sindicales para solucionar un conflicto. De hecho, existen precedentes de acuerdos firmados con gobiernos semanas &lt;/span&gt;&lt;span class="NormalTextRun SCXW116013059 BCX4" style="margin: 0px; padding: 0px; -webkit-user-select: text; -webkit-user-drag: none; -webkit-nbsp-mode: normal !important;"&gt;antes de unas elecciones en 2008 y en 2018.&amp;nbsp;&lt;/span&gt;&lt;/span&gt;&lt;span class="EOP SCXW116013059 BCX4" data-ccp-props="{&amp;quot;201341983&amp;quot;:0,&amp;quot;335551550&amp;quot;:6,&amp;quot;335551620&amp;quot;:6,&amp;quot;335559739&amp;quot;:0,&amp;quot;335559740&amp;quot;:276}" style="margin: 0px; padding: 0px; -webkit-user-select: text; -webkit-user-drag: none; font-size: 11pt; line-height: 19.549999999999997px; font-family: Arial, Arial_EmbeddedFont, Arial_MSFontService, sans-serif; -webkit-nbsp-mode: normal !important;"&gt;&amp;nbsp;&lt;/span&gt;&lt;/p&gt;&#xD;
&lt;/div&gt;&#xD;
&#xD;
&lt;div class="OutlineElement Ltr SCXW116013059 BCX4" style="margin: 0px; padding: 0px; -webkit-user-select: text; -webkit-user-drag: none; overflow: visible; cursor: text; clear: both; position: relative; direction: ltr; caret-color: rgba(0, 0, 0, 0.847); color: rgba(0, 0, 0, 0.847); font-family: &amp;quot;Segoe UI&amp;quot;, &amp;quot;Segoe UI Web&amp;quot;, Arial, Verdana, sans-serif; font-size: 12px;"&gt;&#xD;
&lt;p class="Paragraph SCXW116013059 BCX4" paraeid="{20099bae-1124-4a0c-a19b-0625750c68cb}{197}" paraid="1611013708" style="margin: 0px; padding: 0px; -webkit-user-select: text; -webkit-user-drag: none; word-wrap: break-word; white-space: pre-wrap; vertical-align: baseline; text-align: justify; -webkit-nbsp-mode: normal !important;"&gt;&lt;span class="EOP SCXW116013059 BCX4" data-ccp-props="{&amp;quot;201341983&amp;quot;:0,&amp;quot;335551550&amp;quot;:6,&amp;quot;335551620&amp;quot;:6,&amp;quot;335559739&amp;quot;:0,&amp;quot;335559740&amp;quot;:276}" style="margin: 0px; padding: 0px; -webkit-user-select: text; -webkit-user-drag: none; font-size: 7pt; line-height: 11.5px; font-family: Arial, Arial_EmbeddedFont, Arial_MSFontService, sans-serif; -webkit-nbsp-mode: normal !important;"&gt;&amp;nbsp;&lt;/span&gt;&lt;/p&gt;&#xD;
&lt;/div&gt;&#xD;
&#xD;
&lt;div class="OutlineElement Ltr SCXW116013059 BCX4" style="margin: 0px; padding: 0px; -webkit-user-select: text; -webkit-user-drag: none; overflow: visible; cursor: text; clear: both; position: relative; direction: ltr; caret-color: rgba(0, 0, 0, 0.847); color: rgba(0, 0, 0, 0.847); font-family: &amp;quot;Segoe UI&amp;quot;, &amp;quot;Segoe UI Web&amp;quot;, Arial, Verdana, sans-serif; font-size: 12px;"&gt;&#xD;
&lt;p class="Paragraph SCXW116013059 BCX4" paraeid="{20099bae-1124-4a0c-a19b-0625750c68cb}{201}" paraid="1631427180" style="margin: 0px; padding: 0px; -webkit-user-select: text; -webkit-user-drag: none; word-wrap: break-word; white-space: pre-wrap; vertical-align: baseline; text-align: justify; -webkit-nbsp-mode: normal !important;"&gt;&lt;span class="TextRun SCXW116013059 BCX4" data-contrast="auto" lang="ES-ES" style="margin: 0px; padding: 0px; -webkit-user-select: text; -webkit-user-drag: none; font-size: 11pt; line-height: 19.549999999999997px; font-family: Arial, Arial_EmbeddedFont, Arial_MSFontService, sans-serif; font-variant-ligatures: none !important; -webkit-nbsp-mode: normal !important;" xml:lang="ES-ES"&gt;&lt;span class="NormalTextRun SCXW116013059 BCX4" style="margin: 0px; padding: 0px; -webkit-user-select: text; -webkit-user-drag: none; -webkit-nbsp-mode: normal !important;"&gt;Por este motivo, &lt;/span&gt;&lt;/span&gt;&lt;span class="TextRun SCXW116013059 BCX4" data-contrast="auto" lang="ES-ES" style="margin: 0px; padding: 0px; -webkit-user-select: text; -webkit-user-drag: none; font-size: 11pt; line-height: 19.549999999999997px; font-family: Arial, Arial_EmbeddedFont, Arial_MSFontService, sans-serif; font-weight: bold; font-variant-ligatures: none !important; -webkit-nbsp-mode: normal !important;" xml:lang="ES-ES"&gt;&lt;span class="NormalTextRun SCXW116013059 BCX4" style="margin: 0px; padding: 0px; -webkit-user-select: text; -webkit-user-drag: none; -webkit-nbsp-mode: normal !important;"&gt;exigimos al Ministerio de Justicia que no utilice el anuncio realizado por el &lt;/span&gt;&lt;span class="NormalTextRun ContextualSpellingAndGrammarErrorV2Themed SCXW116013059 BCX4" style="margin: 0px; padding: 0px; -webkit-user-select: text; -webkit-user-drag: none; background-image: var(--urlContextualSpellingAndGrammarErrorV2, url(&amp;quot;data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyB3aWR0aD0iNXB4IiBoZWlnaHQ9IjNweCIgdmlld0JveD0iMCAwIDUgMyIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIj4KICAgIDwhLS0gR2VuZXJhdG9yOiBTa2V0Y2ggNTUuMiAoNzgxODEpIC0gaHR0cHM6Ly9za2V0Y2hhcHAuY29tIC0tPgogICAgPHRpdGxlPmdyYW1tYXJfZG91YmxlX2xpbmU8L3RpdGxlPgogICAgPGRlc2M+Q3JlYXRlZCB3aXRoIFNrZXRjaC48L2Rlc2M+CiAgICA8ZyBpZD0iZ3JhbW1hcl9kb3VibGVfbGluZSIgc3Ryb2tlPSJub25lIiBzdHJva2Utd2lkdGg9IjEiIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIj4KICAgICAgICA8ZyBpZD0iR3JhbW1hci1UaWxlLUNvcHkiIHN0cm9rZT0iIzMzNTVGRiI+CiAgICAgICAgICAgIDxwYXRoIGQ9Ik0wLDAuNSBMNSwwLjUiIGlkPSJMaW5lLTItQ29weS0xMCI+PC9wYXRoPgogICAgICAgICAgICA8cGF0aCBkPSJNMCwyLjUgTDUsMi41IiBpZD0iTGluZS0yLUNvcHktMTEiPjwvcGF0aD4KICAgICAgICA8L2c+CiAgICA8L2c+Cjwvc3ZnPg==&amp;quot;)); border-bottom-width: 1px; border-bottom-style: solid; border-bottom-color: transparent; -webkit-nbsp-mode: normal !important; background-position: left bottom; background-repeat: repeat no-repeat;"&gt;Presidente&lt;/span&gt;&lt;span class="NormalTextRun SCXW116013059 BCX4" style="margin: 0px; padding: 0px; -webkit-user-select: text; -webkit-user-drag: none; -webkit-nbsp-mode: normal !important;"&gt; del Gobierno para escabullirse de su responsabilidad para con los 45.000 empleados y empleadas p&#xFA;blicas de Justicia y para con la ciudadan&#xED;a espa&#xF1;ola.&amp;nbsp;&lt;/span&gt;&lt;/span&gt;&lt;span class="EOP SCXW116013059 BCX4" data-ccp-props="{&amp;quot;201341983&amp;quot;:0,&amp;quot;335551550&amp;quot;:6,&amp;quot;335551620&amp;quot;:6,&amp;quot;335559739&amp;quot;:0,&amp;quot;335559740&amp;quot;:276}" style="margin: 0px; padding: 0px; -webkit-user-select: text; -webkit-user-drag: none; font-size: 11pt; line-height: 19.549999999999997px; font-family: Arial, Arial_EmbeddedFont, Arial_MSFontService, sans-serif; -webkit-nbsp-mode: normal !important;"&gt;&amp;nbsp;&lt;/span&gt;&lt;/p&gt;&#xD;
&lt;/div&gt;&#xD;
&#xD;
&lt;div class="OutlineElement Ltr SCXW116013059 BCX4" style="margin: 0px; padding: 0px; -webkit-user-select: text; -webkit-user-drag: none; overflow: visible; cursor: text; clear: both; position: relative; direction: ltr; caret-color: rgba(0, 0, 0, 0.847); color: rgba(0, 0, 0, 0.847); font-family: &amp;quot;Segoe UI&amp;quot;, &amp;quot;Segoe UI Web&amp;quot;, Arial, Verdana, sans-serif; font-size: 12px;"&gt;&#xD;
&lt;p class="Paragraph SCXW116013059 BCX4" paraeid="{20099bae-1124-4a0c-a19b-0625750c68cb}{209}" paraid="1156251036" style="margin: 0px; padding: 0px; -webkit-user-select: text; -webkit-user-drag: none; word-wrap: break-word; white-space: pre-wrap; vertical-align: baseline; text-align: justify; -webkit-nbsp-mode: normal !important;"&gt;&lt;span class="EOP SCXW116013059 BCX4" data-ccp-props="{&amp;quot;201341983&amp;quot;:0,&amp;quot;335551550&amp;quot;:6,&amp;quot;335551620&amp;quot;:6,&amp;quot;335559739&amp;quot;:0,&amp;quot;335559740&amp;quot;:276}" style="margin: 0px; padding: 0px; -webkit-user-select: text; -webkit-user-drag: none; font-size: 8pt; line-height: 13.799999999999999px; font-family: Arial, Arial_EmbeddedFont, Arial_MSFontService, sans-serif; -webkit-nbsp-mode: normal !important;"&gt;&amp;nbsp;&lt;/span&gt;&lt;/p&gt;&#xD;
&lt;/div&gt;&#xD;
&#xD;
&lt;div class="OutlineElement Ltr SCXW116013059 BCX4" style="margin: 0px; padding: 0px; -webkit-user-select: text; -webkit-user-drag: none; overflow: visible; cursor: text; clear: both; position: relative; direction: ltr; caret-color: rgba(0, 0, 0, 0.847); color: rgba(0, 0, 0, 0.847); font-family: &amp;quot;Segoe UI&amp;quot;, &amp;quot;Segoe UI Web&amp;quot;, Arial, Verdana, sans-serif; font-size: 12px;"&gt;&#xD;
&lt;p class="Paragraph SCXW116013059 BCX4" paraeid="{20099bae-1124-4a0c-a19b-0625750c68cb}{213}" paraid="17675071" style="margin: 0px; padding: 0px; -webkit-user-select: text; -webkit-user-drag: none; word-wrap: break-word; white-space: pre-wrap; vertical-align: baseline; text-align: justify; -webkit-nbsp-mode: normal !important;"&gt;&lt;span class="TextRun SCXW116013059 BCX4" data-contrast="auto" lang="ES-ES" style="margin: 0px; padding: 0px; -webkit-user-select: text; -webkit-user-drag: none; font-size: 11pt; line-height: 19.549999999999997px; font-family: Arial, Arial_EmbeddedFont, Arial_MSFontService, sans-serif; font-weight: bold; font-variant-ligatures: none !important; -webkit-nbsp-mode: normal !important;" xml:lang="ES-ES"&gt;&lt;span class="NormalTextRun SCXW116013059 BCX4" style="margin: 0px; padding: 0px; -webkit-user-select: text; -webkit-user-drag: none; -webkit-nbsp-mode: normal !important;"&gt;Exigimos al &lt;/span&gt;&lt;span class="NormalTextRun ContextualSpellingAndGrammarErrorV2Themed SCXW116013059 BCX4" style="margin: 0px; padding: 0px; -webkit-user-select: text; -webkit-user-drag: none; background-image: var(--urlContextualSpellingAndGrammarErrorV2, url(&amp;quot;data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyB3aWR0aD0iNXB4IiBoZWlnaHQ9IjNweCIgdmlld0JveD0iMCAwIDUgMyIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIj4KICAgIDwhLS0gR2VuZXJhdG9yOiBTa2V0Y2ggNTUuMiAoNzgxODEpIC0gaHR0cHM6Ly9za2V0Y2hhcHAuY29tIC0tPgogICAgPHRpdGxlPmdyYW1tYXJfZG91YmxlX2xpbmU8L3RpdGxlPgogICAgPGRlc2M+Q3JlYXRlZCB3aXRoIFNrZXRjaC48L2Rlc2M+CiAgICA8ZyBpZD0iZ3JhbW1hcl9kb3VibGVfbGluZSIgc3Ryb2tlPSJub25lIiBzdHJva2Utd2lkdGg9IjEiIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIj4KICAgICAgICA8ZyBpZD0iR3JhbW1hci1UaWxlLUNvcHkiIHN0cm9rZT0iIzMzNTVGRiI+CiAgICAgICAgICAgIDxwYXRoIGQ9Ik0wLDAuNSBMNSwwLjUiIGlkPSJMaW5lLTItQ29weS0xMCI+PC9wYXRoPgogICAgICAgICAgICA8cGF0aCBkPSJNMCwyLjUgTDUsMi41IiBpZD0iTGluZS0yLUNvcHktMTEiPjwvcGF0aD4KICAgICAgICA8L2c+CiAgICA8L2c+Cjwvc3ZnPg==&amp;quot;)); border-bottom-width: 1px; border-bottom-style: solid; border-bottom-color: transparent; -webkit-nbsp-mode: normal !important; background-position: left bottom; background-repeat: repeat no-repeat;"&gt;Presidente&lt;/span&gt;&lt;span class="NormalTextRun SCXW116013059 BCX4" style="margin: 0px; padding: 0px; -webkit-user-select: text; -webkit-user-drag: none; -webkit-nbsp-mode: normal !important;"&gt; del Gobierno que intervenga en el conflicto obligando a sus ministras a que se sienten a negociar y a buscar un acuerdo que permita satisfacer a ambas partes y poner fin a la huelga indefinida.&lt;/span&gt;&lt;span class="NormalTextRun SCXW116013059 BCX4" style="margin: 0px; padding: 0px; -webkit-user-select: text; -webkit-user-drag: none; -webkit-nbsp-mode: normal !important;"&gt; &lt;/span&gt;&lt;/span&gt;&lt;span class="TextRun SCXW116013059 BCX4" data-contrast="auto" lang="ES-ES" style="margin: 0px; padding: 0px; -webkit-user-select: text; -webkit-user-drag: none; font-size: 11pt; line-height: 19.549999999999997px; font-family: Arial, Arial_EmbeddedFont, Arial_MSFontService, sans-serif; font-variant-ligatures: none !important; -webkit-nbsp-mode: normal !important;" xml:lang="ES-ES"&gt;&lt;span class="NormalTextRun SCXW116013059 BCX4" style="margin: 0px; padding: 0px; -webkit-user-select: text; -webkit-user-drag: none; -webkit-nbsp-mode: normal !important;"&gt;En este sentido ma&#xF1;ana se registrar&#xE1; un escrito del comit&#xE9; de huelga al &lt;/span&gt;&lt;span class="NormalTextRun ContextualSpellingAndGrammarErrorV2Themed SCXW116013059 BCX4" style="margin: 0px; padding: 0px; -webkit-user-select: text; -webkit-user-drag: none; background-image: var(--urlContextualSpellingAndGrammarErrorV2, url(&amp;quot;data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyB3aWR0aD0iNXB4IiBoZWlnaHQ9IjNweCIgdmlld0JveD0iMCAwIDUgMyIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIj4KICAgIDwhLS0gR2VuZXJhdG9yOiBTa2V0Y2ggNTUuMiAoNzgxODEpIC0gaHR0cHM6Ly9za2V0Y2hhcHAuY29tIC0tPgogICAgPHRpdGxlPmdyYW1tYXJfZG91YmxlX2xpbmU8L3RpdGxlPgogICAgPGRlc2M+Q3JlYXRlZCB3aXRoIFNrZXRjaC48L2Rlc2M+CiAgICA8ZyBpZD0iZ3JhbW1hcl9kb3VibGVfbGluZSIgc3Ryb2tlPSJub25lIiBzdHJva2Utd2lkdGg9IjEiIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIj4KICAgICAgICA8ZyBpZD0iR3JhbW1hci1UaWxlLUNvcHkiIHN0cm9rZT0iIzMzNTVGRiI+CiAgICAgICAgICAgIDxwYXRoIGQ9Ik0wLDAuNSBMNSwwLjUiIGlkPSJMaW5lLTItQ29weS0xMCI+PC9wYXRoPgogICAgICAgICAgICA8cGF0aCBkPSJNMCwyLjUgTDUsMi41IiBpZD0iTGluZS0yLUNvcHktMTEiPjwvcGF0aD4KICAgICAgICA8L2c+CiAgICA8L2c+Cjwvc3ZnPg==&amp;quot;)); border-bottom-width: 1px; border-bottom-style: solid; border-bottom-color: transparent; -webkit-nbsp-mode: normal !important; background-position: left bottom; background-repeat: repeat no-repeat;"&gt;Presidente&lt;/span&gt;&lt;span class="NormalTextRun SCXW116013059 BCX4" style="margin: 0px; padding: 0px; -webkit-user-select: text; -webkit-user-drag: none; -webkit-nbsp-mode: normal !important;"&gt; del Gobierno reclamando su intervenci&#xF3;n y uno similar se dirigir&#xE1; a la &lt;/span&gt;&lt;span class="NormalTextRun ContextualSpellingAndGrammarErrorV2Themed SCXW116013059 BCX4" style="margin: 0px; padding: 0px; -webkit-user-select: text; -webkit-user-drag: none; background-image: var(--urlContextualSpellingAndGrammarErrorV2, url(&amp;quot;data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyB3aWR0aD0iNXB4IiBoZWlnaHQ9IjNweCIgdmlld0JveD0iMCAwIDUgMyIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIj4KICAgIDwhLS0gR2VuZXJhdG9yOiBTa2V0Y2ggNTUuMiAoNzgxODEpIC0gaHR0cHM6Ly9za2V0Y2hhcHAuY29tIC0tPgogICAgPHRpdGxlPmdyYW1tYXJfZG91YmxlX2xpbmU8L3RpdGxlPgogICAgPGRlc2M+Q3JlYXRlZCB3aXRoIFNrZXRjaC48L2Rlc2M+CiAgICA8ZyBpZD0iZ3JhbW1hcl9kb3VibGVfbGluZSIgc3Ryb2tlPSJub25lIiBzdHJva2Utd2lkdGg9IjEiIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIj4KICAgICAgICA8ZyBpZD0iR3JhbW1hci1UaWxlLUNvcHkiIHN0cm9rZT0iIzMzNTVGRiI+CiAgICAgICAgICAgIDxwYXRoIGQ9Ik0wLDAuNSBMNSwwLjUiIGlkPSJMaW5lLTItQ29weS0xMCI+PC9wYXRoPgogICAgICAgICAgICA8cGF0aCBkPSJNMCwyLjUgTDUsMi41IiBpZD0iTGluZS0yLUNvcHktMTEiPjwvcGF0aD4KICAgICAgICA8L2c+CiAgICA8L2c+Cjwvc3ZnPg==&amp;quot;)); border-bottom-width: 1px; border-bottom-style: solid; border-bottom-color: transparent; -webkit-nbsp-mode: normal !important; background-position: left bottom; background-repeat: repeat no-repeat;"&gt;Vicepresidenta&lt;/span&gt;&lt;span class="NormalTextRun SCXW116013059 BCX4" style="margin: 0px; padding: 0px; -webkit-user-select: text; -webkit-user-drag: none; -webkit-nbsp-mode: normal !important;"&gt; Segunda&lt;/span&gt;&lt;span class="NormalTextRun SCXW116013059 BCX4" style="margin: 0px; padding: 0px; -webkit-user-select: text; -webkit-user-drag: none; -webkit-nbsp-mode: normal !important;"&gt;, &lt;/span&gt;&lt;span class="NormalTextRun SCXW116013059 BCX4" style="margin: 0px; padding: 0px; -webkit-user-select: text; -webkit-user-drag: none; -webkit-nbsp-mode: normal !important;"&gt;Yolanda D&#xED;az, como representante de la otra parte del Gobierno de coalici&#xF3;n.&amp;nbsp;&lt;/span&gt;&lt;/span&gt;&lt;span class="EOP SCXW116013059 BCX4" data-ccp-props="{&amp;quot;201341983&amp;quot;:0,&amp;quot;335551550&amp;quot;:6,&amp;quot;335551620&amp;quot;:6,&amp;quot;335559739&amp;quot;:0,&amp;quot;335559740&amp;quot;:276}" style="margin: 0px; padding: 0px; -webkit-user-select: text; -webkit-user-drag: none; font-size: 11pt; line-height: 19.549999999999997px; font-family: Arial, Arial_EmbeddedFont, Arial_MSFontService, sans-serif; -webkit-nbsp-mode: normal !important;"&gt;&amp;nbsp;&lt;/span&gt;&lt;/p&gt;&#xD;
&lt;/div&gt;&#xD;
&#xD;
&lt;div class="OutlineElement Ltr SCXW116013059 BCX4" style="margin: 0px; padding: 0px; -webkit-user-select: text; -webkit-user-drag: none; overflow: visible; cursor: text; clear: both; position: relative; direction: ltr; caret-color: rgba(0, 0, 0, 0.847); color: rgba(0, 0, 0, 0.847); font-family: &amp;quot;Segoe UI&amp;quot;, &amp;quot;Segoe UI Web&amp;quot;, Arial, Verdana, sans-serif; font-size: 12px;"&gt;&#xD;
&lt;p class="Paragraph SCXW116013059 BCX4" paraeid="{20099bae-1124-4a0c-a19b-0625750c68cb}{229}" paraid="1268045221" style="margin: 0px; padding: 0px; -webkit-user-select: text; -webkit-user-drag: none; word-wrap: break-word; white-space: pre-wrap; vertical-align: baseline; text-align: justify; -webkit-nbsp-mode: normal !important;"&gt;&lt;span class="EOP SCXW116013059 BCX4" data-ccp-props="{&amp;quot;201341983&amp;quot;:0,&amp;quot;335551550&amp;quot;:6,&amp;quot;335551620&amp;quot;:6,&amp;quot;335559739&amp;quot;:0,&amp;quot;335559740&amp;quot;:276}" style="margin: 0px; padding: 0px; -webkit-user-select: text; -webkit-user-drag: none; font-size: 7pt; line-height: 11.5px; font-family: Arial, Arial_EmbeddedFont, Arial_MSFontService, sans-serif; -webkit-nbsp-mode: normal !important;"&gt;&amp;nbsp;&lt;/span&gt;&lt;/p&gt;&#xD;
&lt;/div&gt;&#xD;
&#xD;
&lt;div class="OutlineElement Ltr SCXW116013059 BCX4" style="margin: 0px; padding: 0px; -webkit-user-select: text; -webkit-user-drag: none; overflow: visible; cursor: text; clear: both; position: relative; direction: ltr; caret-color: rgba(0, 0, 0, 0.847); color: rgba(0, 0, 0, 0.847); font-family: &amp;quot;Segoe UI&amp;quot;, &amp;quot;Segoe UI Web&amp;quot;, Arial, Verdana, sans-serif; font-size: 12px;"&gt;&#xD;
&lt;p class="Paragraph SCXW116013059 BCX4" paraeid="{20099bae-1124-4a0c-a19b-0625750c68cb}{233}" paraid="583381641" style="margin: 0px; padding: 0px; -webkit-user-select: text; -webkit-user-drag: none; word-wrap: break-word; white-space: pre-wrap; vertical-align: baseline; text-align: justify; -webkit-nbsp-mode: normal !important;"&gt;&lt;span class="TextRun SCXW116013059 BCX4" data-contrast="auto" lang="ES-ES" style="margin: 0px; padding: 0px; -webkit-user-select: text; -webkit-user-drag: none; font-size: 11pt; line-height: 19.549999999999997px; font-family: Arial, Arial_EmbeddedFont, Arial_MSFontService, sans-serif; font-weight: bold; font-variant-ligatures: none !important; -webkit-nbsp-mode: normal !important;" xml:lang="ES-ES"&gt;&lt;span class="NormalTextRun SCXW116013059 BCX4" style="margin: 0px; padding: 0px; -webkit-user-select: text; -webkit-user-drag: none; -webkit-nbsp-mode: normal !important;"&gt;Ciertamente, la LOEO y el resto de &lt;/span&gt;&lt;span class="NormalTextRun ContextualSpellingAndGrammarErrorV2Themed SCXW116013059 BCX4" style="margin: 0px; padding: 0px; -webkit-user-select: text; -webkit-user-drag: none; background-image: var(--urlContextualSpellingAndGrammarErrorV2, url(&amp;quot;data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyB3aWR0aD0iNXB4IiBoZWlnaHQ9IjNweCIgdmlld0JveD0iMCAwIDUgMyIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIj4KICAgIDwhLS0gR2VuZXJhdG9yOiBTa2V0Y2ggNTUuMiAoNzgxODEpIC0gaHR0cHM6Ly9za2V0Y2hhcHAuY29tIC0tPgogICAgPHRpdGxlPmdyYW1tYXJfZG91YmxlX2xpbmU8L3RpdGxlPgogICAgPGRlc2M+Q3JlYXRlZCB3aXRoIFNrZXRjaC48L2Rlc2M+CiAgICA8ZyBpZD0iZ3JhbW1hcl9kb3VibGVfbGluZSIgc3Ryb2tlPSJub25lIiBzdHJva2Utd2lkdGg9IjEiIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIj4KICAgICAgICA8ZyBpZD0iR3JhbW1hci1UaWxlLUNvcHkiIHN0cm9rZT0iIzMzNTVGRiI+CiAgICAgICAgICAgIDxwYXRoIGQ9Ik0wLDAuNSBMNSwwLjUiIGlkPSJMaW5lLTItQ29weS0xMCI+PC9wYXRoPgogICAgICAgICAgICA8cGF0aCBkPSJNMCwyLjUgTDUsMi41IiBpZD0iTGluZS0yLUNvcHktMTEiPjwvcGF0aD4KICAgICAgICA8L2c+CiAgICA8L2c+Cjwvc3ZnPg==&amp;quot;)); border-bottom-width: 1px; border-bottom-style: solid; border-bottom-color: transparent; -webkit-nbsp-mode: normal !important; background-position: left bottom; background-repeat: repeat no-repeat;"&gt;leyes&lt;/span&gt;&lt;span class="NormalTextRun SCXW116013059 BCX4" style="margin: 0px; padding: 0px; -webkit-user-select: text; -webkit-user-drag: none; -webkit-nbsp-mode: normal !important;"&gt; de eficiencia pendientes de tramitaci&#xF3;n en el Congreso decaer&#xE1;n con la publicaci&#xF3;n del decreto de disoluci&#xF3;n&lt;/span&gt;&lt;/span&gt;&lt;span class="TextRun SCXW116013059 BCX4" data-contrast="auto" lang="ES-ES" style="margin: 0px; padding: 0px; -webkit-user-select: text; -webkit-user-drag: none; font-size: 11pt; line-height: 19.549999999999997px; font-family: Arial, Arial_EmbeddedFont, Arial_MSFontService, sans-serif; font-variant-ligatures: none !important; -webkit-nbsp-mode: normal !important;" xml:lang="ES-ES"&gt;&lt;span class="NormalTextRun SCXW116013059 BCX4" style="margin: 0px; padding: 0px; -webkit-user-select: text; -webkit-user-drag: none; -webkit-nbsp-mode: normal !important;"&gt; de las c&#xE1;maras, pero todav&#xED;a existe un punto de nuestras reivindicaciones que el Ministerio de Justicia y el Gobierno en general, no pueden obviar.&amp;nbsp;&lt;/span&gt;&lt;/span&gt;&lt;span class="EOP SCXW116013059 BCX4" data-ccp-props="{&amp;quot;201341983&amp;quot;:0,&amp;quot;335551550&amp;quot;:6,&amp;quot;335551620&amp;quot;:6,&amp;quot;335559739&amp;quot;:0,&amp;quot;335559740&amp;quot;:276}" style="margin: 0px; padding: 0px; -webkit-user-select: text; -webkit-user-drag: none; font-size: 11pt; line-height: 19.549999999999997px; font-family: Arial, Arial_EmbeddedFont, Arial_MSFontService, sans-serif; -webkit-nbsp-mode: normal !important;"&gt;&amp;nbsp;&lt;/span&gt;&lt;/p&gt;&#xD;
&lt;/div&gt;&#xD;
&#xD;
&lt;div class="OutlineElement Ltr SCXW116013059 BCX4" style="margin: 0px; padding: 0px; -webkit-user-select: text; -webkit-user-drag: none; overflow: visible; cursor: text; clear: both; position: relative; direction: ltr; caret-color: rgba(0, 0, 0, 0.847); color: rgba(0, 0, 0, 0.847); font-family: &amp;quot;Segoe UI&amp;quot;, &amp;quot;Segoe UI Web&amp;quot;, Arial, Verdana, sans-serif; font-size: 12px;"&gt;&#xD;
&lt;p class="Paragraph SCXW116013059 BCX4" paraeid="{20099bae-1124-4a0c-a19b-0625750c68cb}{241}" paraid="1039058537" style="margin: 0px; padding: 0px; -webkit-user-select: text; -webkit-user-drag: none; word-wrap: break-word; white-space: pre-wrap; vertical-align: baseline; text-align: justify; -webkit-nbsp-mode: normal !important;"&gt;&lt;span class="EOP SCXW116013059 BCX4" data-ccp-props="{&amp;quot;201341983&amp;quot;:0,&amp;quot;335551550&amp;quot;:6,&amp;quot;335551620&amp;quot;:6,&amp;quot;335559739&amp;quot;:0,&amp;quot;335559740&amp;quot;:276}" style="margin: 0px; padding: 0px; -webkit-user-select: text; -webkit-user-drag: none; font-size: 6pt; line-height: 10.35px; font-family: Arial, Arial_EmbeddedFont, Arial_MSFontService, sans-serif; -webkit-nbsp-mode: normal !important;"&gt;&amp;nbsp;&lt;/span&gt;&lt;/p&gt;&#xD;
&lt;/div&gt;&#xD;
&#xD;
&lt;div class="OutlineElement Ltr SCXW116013059 BCX4" style="margin: 0px; padding: 0px; -webkit-user-select: text; -webkit-user-drag: none; overflow: visible; cursor: text; clear: both; position: relative; direction: ltr; caret-color: rgba(0, 0, 0, 0.847); color: rgba(0, 0, 0, 0.847); font-family: &amp;quot;Segoe UI&amp;quot;, &amp;quot;Segoe UI Web&amp;quot;, Arial, Verdana, sans-serif; font-size: 12px;"&gt;&#xD;
&lt;p class="Paragraph SCXW116013059 BCX4" paraeid="{20099bae-1124-4a0c-a19b-0625750c68cb}{245}" paraid="1709442649" style="margin: 0px; padding: 0px; -webkit-user-select: text; -webkit-user-drag: none; word-wrap: break-word; white-space: pre-wrap; vertical-align: baseline; text-align: justify; -webkit-nbsp-mode: normal !important;"&gt;&lt;span class="TextRun SCXW116013059 BCX4" data-contrast="auto" lang="ES-ES" style="margin: 0px; padding: 0px; -webkit-user-select: text; -webkit-user-drag: none; font-size: 11pt; line-height: 19.549999999999997px; font-family: Arial, Arial_EmbeddedFont, Arial_MSFontService, sans-serif; font-variant-ligatures: none !important; -webkit-nbsp-mode: normal !important;" xml:lang="ES-ES"&gt;&lt;span class="NormalTextRun SCXW116013059 BCX4" style="margin: 0px; padding: 0px; -webkit-user-select: text; -webkit-user-drag: none; -webkit-nbsp-mode: normal !important;"&gt;Despu&#xE9;s del acuerdo con los Letrados y con los Jueces y Fiscales, existe un &lt;/span&gt;&lt;/span&gt;&lt;span class="TextRun SCXW116013059 BCX4" data-contrast="auto" lang="ES-ES" style="margin: 0px; padding: 0px; -webkit-user-select: text; -webkit-user-drag: none; font-size: 11pt; line-height: 19.549999999999997px; font-family: Arial, Arial_EmbeddedFont, Arial_MSFontService, sans-serif; font-weight: bold; font-variant-ligatures: none !important; -webkit-nbsp-mode: normal !important;" xml:lang="ES-ES"&gt;&lt;span class="NormalTextRun SCXW116013059 BCX4" style="margin: 0px; padding: 0px; -webkit-user-select: text; -webkit-user-drag: none; -webkit-nbsp-mode: normal !important;"&gt;clamor un&#xE1;nime de dignidad profesional de&lt;/span&gt;&lt;span class="NormalTextRun SCXW116013059 BCX4" style="margin: 0px; padding: 0px; -webkit-user-select: text; -webkit-user-drag: none; -webkit-nbsp-mode: normal !important;"&gt;l&lt;/span&gt;&lt;span class="NormalTextRun SCXW116013059 BCX4" style="margin: 0px; padding: 0px; -webkit-user-select: text; -webkit-user-drag: none; -webkit-nbsp-mode: normal !important;"&gt; personal de Justicia&lt;/span&gt;&lt;/span&gt;&lt;span class="TextRun SCXW116013059 BCX4" data-contrast="auto" lang="ES-ES" style="margin: 0px; padding: 0px; -webkit-user-select: text; -webkit-user-drag: none; font-size: 11pt; line-height: 19.549999999999997px; font-family: Arial, Arial_EmbeddedFont, Arial_MSFontService, sans-serif; font-variant-ligatures: none !important; -webkit-nbsp-mode: normal !important;" xml:lang="ES-ES"&gt;&lt;span class="NormalTextRun SCXW116013059 BCX4" style="margin: 0px; padding: 0px; -webkit-user-select: text; -webkit-user-drag: none; -webkit-nbsp-mode: normal !important;"&gt; que tiene que ver con las funciones que realmente se realizan en las oficinas judiciales y que no se cobran.&lt;/span&gt;&lt;span class="NormalTextRun SCXW116013059 BCX4" style="margin: 0px; padding: 0px; -webkit-user-select: text; -webkit-user-drag: none; -webkit-nbsp-mode: normal !important;"&gt; Funciones que, sin duda, no se van a realizar m&#xE1;s si no hay ese reconocimiento legal y retributivo y que van a derivar en mayores retrasos en la Administraci&#xF3;n de Justicia.&amp;nbsp;&lt;/span&gt;&lt;/span&gt;&lt;span class="EOP SCXW116013059 BCX4" data-ccp-props="{&amp;quot;201341983&amp;quot;:0,&amp;quot;335551550&amp;quot;:6,&amp;quot;335551620&amp;quot;:6,&amp;quot;335559739&amp;quot;:0,&amp;quot;335559740&amp;quot;:276}" style="margin: 0px; padding: 0px; -webkit-user-select: text; -webkit-user-drag: none; font-size: 11pt; line-height: 19.549999999999997px; font-family: Arial, Arial_EmbeddedFont, Arial_MSFontService, sans-serif; -webkit-nbsp-mode: normal !important;"&gt;&amp;nbsp;&lt;/span&gt;&lt;/p&gt;&#xD;
&lt;/div&gt;&#xD;
&#xD;
&lt;div class="OutlineElement Ltr SCXW116013059 BCX4" style="margin: 0px; padding: 0px; -webkit-user-select: text; -webkit-user-drag: none; overflow: visible; cursor: text; clear: both; position: relative; direction: ltr; caret-color: rgba(0, 0, 0, 0.847); color: rgba(0, 0, 0, 0.847); font-family: &amp;quot;Segoe UI&amp;quot;, &amp;quot;Segoe UI Web&amp;quot;, Arial, Verdana, sans-serif; font-size: 12px;"&gt;&#xD;
&lt;p class="Paragraph SCXW116013059 BCX4" paraeid="{a0baf1a2-2f19-47a7-98e9-0aa7a83e274e}{4}" paraid="911653291" style="margin: 0px; padding: 0px; -webkit-user-select: text; -webkit-user-drag: none; word-wrap: break-word; white-space: pre-wrap; vertical-align: baseline; text-align: justify; -webkit-nbsp-mode: normal !important;"&gt;&lt;span class="EOP SCXW116013059 BCX4" data-ccp-props="{&amp;quot;201341983&amp;quot;:0,&amp;quot;335551550&amp;quot;:6,&amp;quot;335551620&amp;quot;:6,&amp;quot;335559739&amp;quot;:0,&amp;quot;335559740&amp;quot;:276}" style="margin: 0px; padding: 0px; -webkit-user-select: text; -webkit-user-drag: none; font-size: 8pt; line-height: 13.799999999999999px; font-family: Arial, Arial_EmbeddedFont, Arial_MSFontService, sans-serif; -webkit-nbsp-mode: normal !important;"&gt;&amp;nbsp;&lt;/span&gt;&lt;/p&gt;&#xD;
&lt;/div&gt;&#xD;
&#xD;
&lt;div class="OutlineElement Ltr SCXW116013059 BCX4" style="margin: 0px; padding: 0px; -webkit-user-select: text; -webkit-user-drag: none; overflow: visible; cursor: text; clear: both; position: relative; direction: ltr; caret-color: rgba(0, 0, 0, 0.847); color: rgba(0, 0, 0, 0.847); font-family: &amp;quot;Segoe UI&amp;quot;, &amp;quot;Segoe UI Web&amp;quot;, Arial, Verdana, sans-serif; font-size: 12px;"&gt;&#xD;
&lt;p class="Paragraph SCXW116013059 BCX4" paraeid="{a0baf1a2-2f19-47a7-98e9-0aa7a83e274e}{8}" paraid="1598190326" style="margin: 0px; padding: 0px; -webkit-user-select: text; -webkit-user-drag: none; word-wrap: break-word; white-space: pre-wrap; vertical-align: baseline; text-align: justify; -webkit-nbsp-mode: normal !important;"&gt;&lt;span class="TextRun SCXW116013059 BCX4" data-contrast="auto" lang="ES-ES" style="margin: 0px; padding: 0px; -webkit-user-select: text; -webkit-user-drag: none; font-size: 11pt; line-height: 19.549999999999997px; font-family: Arial, Arial_EmbeddedFont, Arial_MSFontService, sans-serif; font-weight: bold; font-variant-ligatures: none !important; -webkit-nbsp-mode: normal !important;" xml:lang="ES-ES"&gt;&lt;span class="NormalTextRun SCXW116013059 BCX4" style="margin: 0px; padding: 0px; -webkit-user-select: text; -webkit-user-drag: none; -webkit-nbsp-mode: normal !important;"&gt;En manos de este Gobierno, todav&#xED;a en activo, est&#xE1; el arreglar este &lt;/span&gt;&lt;span class="NormalTextRun SCXW116013059 BCX4" style="margin: 0px; padding: 0px; -webkit-user-select: text; -webkit-user-drag: none; -webkit-nbsp-mode: normal !important;"&gt;problema&lt;/span&gt;&lt;span class="NormalTextRun SCXW116013059 BCX4" style="margin: 0px; padding: 0px; -webkit-user-select: text; -webkit-user-drag: none; -webkit-nbsp-mode: normal !important;"&gt; latente desde hace &lt;/span&gt;&lt;span class="NormalTextRun SCXW116013059 BCX4" style="margin: 0px; padding: 0px; -webkit-user-select: text; -webkit-user-drag: none; -webkit-nbsp-mode: normal !important;"&gt;vario&lt;/span&gt;&lt;span class="NormalTextRun SCXW116013059 BCX4" style="margin: 0px; padding: 0px; -webkit-user-select: text; -webkit-user-drag: none; -webkit-nbsp-mode: normal !important;"&gt;s&lt;/span&gt;&lt;span class="NormalTextRun SCXW116013059 BCX4" style="margin: 0px; padding: 0px; -webkit-user-select: text; -webkit-user-drag: none; -webkit-nbsp-mode: normal !important;"&gt; a&#xF1;os &lt;/span&gt;&lt;/span&gt;&lt;span class="TextRun SCXW116013059 BCX4" data-contrast="auto" lang="ES-ES" style="margin: 0px; padding: 0px; -webkit-user-select: text; -webkit-user-drag: none; font-size: 11pt; line-height: 19.549999999999997px; font-family: Arial, Arial_EmbeddedFont, Arial_MSFontService, sans-serif; font-variant-ligatures: none !important; -webkit-nbsp-mode: normal !important;" xml:lang="ES-ES"&gt;&lt;span class="NormalTextRun SCXW116013059 BCX4" style="margin: 0px; padding: 0px; -webkit-user-select: text; -webkit-user-drag: none; -webkit-nbsp-mode: normal !important;"&gt;y&lt;/span&gt;&lt;span class="NormalTextRun SCXW116013059 BCX4" style="margin: 0px; padding: 0px; -webkit-user-select: text; -webkit-user-drag: none; -webkit-nbsp-mode: normal !important;"&gt;,&lt;/span&gt;&lt;span class="NormalTextRun SCXW116013059 BCX4" style="margin: 0px; padding: 0px; -webkit-user-select: text; -webkit-user-drag: none; -webkit-nbsp-mode: normal !important;"&gt; para ello, tiene la oportunidad de demostrar que, &lt;/span&gt;&lt;span class="NormalTextRun SCXW116013059 BCX4" style="margin: 0px; padding: 0px; -webkit-user-select: text; -webkit-user-drag: none; -webkit-nbsp-mode: normal !important;"&gt;lejos del clasismo mostrado por la &lt;/span&gt;&lt;span class="NormalTextRun ContextualSpellingAndGrammarErrorV2Themed SCXW116013059 BCX4" style="margin: 0px; padding: 0px; -webkit-user-select: text; -webkit-user-drag: none; background-image: var(--urlContextualSpellingAndGrammarErrorV2, url(&amp;quot;data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyB3aWR0aD0iNXB4IiBoZWlnaHQ9IjNweCIgdmlld0JveD0iMCAwIDUgMyIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIj4KICAgIDwhLS0gR2VuZXJhdG9yOiBTa2V0Y2ggNTUuMiAoNzgxODEpIC0gaHR0cHM6Ly9za2V0Y2hhcHAuY29tIC0tPgogICAgPHRpdGxlPmdyYW1tYXJfZG91YmxlX2xpbmU8L3RpdGxlPgogICAgPGRlc2M+Q3JlYXRlZCB3aXRoIFNrZXRjaC48L2Rlc2M+CiAgICA8ZyBpZD0iZ3JhbW1hcl9kb3VibGVfbGluZSIgc3Ryb2tlPSJub25lIiBzdHJva2Utd2lkdGg9IjEiIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIj4KICAgICAgICA8ZyBpZD0iR3JhbW1hci1UaWxlLUNvcHkiIHN0cm9rZT0iIzMzNTVGRiI+CiAgICAgICAgICAgIDxwYXRoIGQ9Ik0wLDAuNSBMNSwwLjUiIGlkPSJMaW5lLTItQ29weS0xMCI+PC9wYXRoPgogICAgICAgICAgICA8cGF0aCBkPSJNMCwyLjUgTDUsMi41IiBpZD0iTGluZS0yLUNvcHktMTEiPjwvcGF0aD4KICAgICAgICA8L2c+CiAgICA8L2c+Cjwvc3ZnPg==&amp;quot;)); border-bottom-width: 1px; border-bottom-style: solid; border-bottom-color: transparent; -webkit-nbsp-mode: normal !important; background-position: left bottom; background-repeat: repeat no-repeat;"&gt;Ministra&lt;/span&gt;&lt;span class="NormalTextRun SCXW116013059 BCX4" style="margin: 0px; padding: 0px; -webkit-user-select: text; -webkit-user-drag: none; -webkit-nbsp-mode: normal !important;"&gt; de Justicia y su equipo hasta la fecha, se trata de &lt;/span&gt;&lt;span class="NormalTextRun SCXW116013059 BCX4" style="margin: 0px; padding: 0px; -webkit-user-select: text; -webkit-user-drag: none; -webkit-nbsp-mode: normal !important;"&gt;un gobierno dialogante, progresista que apuesta por la cultura del acuerdo en vez del conflicto tal y como&lt;/span&gt;&lt;span class="NormalTextRun SCXW116013059 BCX4" style="margin: 0px; padding: 0px; -webkit-user-select: text; -webkit-user-drag: none; -webkit-nbsp-mode: normal !important;"&gt; &lt;/span&gt;&lt;span class="NormalTextRun SCXW116013059 BCX4" style="margin: 0px; padding: 0px; -webkit-user-select: text; -webkit-user-drag: none; -webkit-nbsp-mode: normal !important;"&gt;dijo la &lt;/span&gt;&lt;span class="NormalTextRun ContextualSpellingAndGrammarErrorV2Themed SCXW116013059 BCX4" style="margin: 0px; padding: 0px; -webkit-user-select: text; -webkit-user-drag: none; background-image: var(--urlContextualSpellingAndGrammarErrorV2, url(&amp;quot;data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyB3aWR0aD0iNXB4IiBoZWlnaHQ9IjNweCIgdmlld0JveD0iMCAwIDUgMyIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIj4KICAgIDwhLS0gR2VuZXJhdG9yOiBTa2V0Y2ggNTUuMiAoNzgxODEpIC0gaHR0cHM6Ly9za2V0Y2hhcHAuY29tIC0tPgogICAgPHRpdGxlPmdyYW1tYXJfZG91YmxlX2xpbmU8L3RpdGxlPgogICAgPGRlc2M+Q3JlYXRlZCB3aXRoIFNrZXRjaC48L2Rlc2M+CiAgICA8ZyBpZD0iZ3JhbW1hcl9kb3VibGVfbGluZSIgc3Ryb2tlPSJub25lIiBzdHJva2Utd2lkdGg9IjEiIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIj4KICAgICAgICA8ZyBpZD0iR3JhbW1hci1UaWxlLUNvcHkiIHN0cm9rZT0iIzMzNTVGRiI+CiAgICAgICAgICAgIDxwYXRoIGQ9Ik0wLDAuNSBMNSwwLjUiIGlkPSJMaW5lLTItQ29weS0xMCI+PC9wYXRoPgogICAgICAgICAgICA8cGF0aCBkPSJNMCwyLjUgTDUsMi41IiBpZD0iTGluZS0yLUNvcHktMTEiPjwvcGF0aD4KICAgICAgICA8L2c+CiAgICA8L2c+Cjwvc3ZnPg==&amp;quot;)); border-bottom-width: 1px; border-bottom-style: solid; border-bottom-color: transparent; -webkit-nbsp-mode: normal !important; background-position: left bottom; background-repeat: repeat no-repeat;"&gt;Ministra&lt;/span&gt;&lt;span class="NormalTextRun SCXW116013059 BCX4" style="margin: 0px; padding: 0px; -webkit-user-select: text; -webkit-user-drag: none; -webkit-nbsp-mode: normal !important;"&gt; de Justicia en la reciente I Cumbre mundial de Mediaci&#xF3;n celebrada la semana pasada en Valladolid.&amp;nbsp;&lt;/span&gt;&lt;/span&gt;&lt;span class="EOP SCXW116013059 BCX4" data-ccp-props="{&amp;quot;201341983&amp;quot;:0,&amp;quot;335551550&amp;quot;:6,&amp;quot;335551620&amp;quot;:6,&amp;quot;335559739&amp;quot;:0,&amp;quot;335559740&amp;quot;:276}" style="margin: 0px; padding: 0px; -webkit-user-select: text; -webkit-user-drag: none; font-size: 11pt; line-height: 19.549999999999997px; font-family: Arial, Arial_EmbeddedFont, Arial_MSFontService, sans-serif; -webkit-nbsp-mode: normal !important;"&gt;&amp;nbsp;&lt;/span&gt;&lt;/p&gt;&#xD;
&lt;/div&gt;&#xD;
&#xD;
&lt;div class="OutlineElement Ltr SCXW116013059 BCX4" style="margin: 0px; padding: 0px; -webkit-user-select: text; -webkit-user-drag: none; overflow: visible; cursor: text; clear: both; position: relative; direction: ltr; caret-color: rgba(0, 0, 0, 0.847); color: rgba(0, 0, 0, 0.847); font-family: &amp;quot;Segoe UI&amp;quot;, &amp;quot;Segoe UI Web&amp;quot;, Arial, Verdana, sans-serif; font-size: 12px;"&gt;&#xD;
&lt;p class="Paragraph SCXW116013059 BCX4" paraeid="{a0baf1a2-2f19-47a7-98e9-0aa7a83e274e}{34}" paraid="1174079512" style="margin: 0px; padding: 0px; -webkit-user-select: text; -webkit-user-drag: none; word-wrap: break-word; white-space: pre-wrap; vertical-align: baseline; text-align: justify; -webkit-nbsp-mode: normal !important;"&gt;&lt;span class="EOP SCXW116013059 BCX4" data-ccp-props="{&amp;quot;201341983&amp;quot;:0,&amp;quot;335551550&amp;quot;:6,&amp;quot;335551620&amp;quot;:6,&amp;quot;335559739&amp;quot;:0,&amp;quot;335559740&amp;quot;:276}" style="margin: 0px; padding: 0px; -webkit-user-select: text; -webkit-user-drag: none; font-size: 8pt; line-height: 13.799999999999999px; font-family: Arial, Arial_EmbeddedFont, Arial_MSFontService, sans-serif; -webkit-nbsp-mode: normal !important;"&gt;&amp;nbsp;&lt;/span&gt;&lt;/p&gt;&#xD;
&lt;/div&gt;&#xD;
&#xD;
&lt;div class="OutlineElement Ltr SCXW116013059 BCX4" style="margin: 0px; padding: 0px; -webkit-user-select: text; -webkit-user-drag: none; overflow: visible; cursor: text; clear: both; position: relative; direction: ltr; caret-color: rgba(0, 0, 0, 0.847); color: rgba(0, 0, 0, 0.847); font-family: &amp;quot;Segoe UI&amp;quot;, &amp;quot;Segoe UI Web&amp;quot;, Arial, Verdana, sans-serif; font-size: 12px;"&gt;&#xD;
&lt;p class="Paragraph SCXW116013059 BCX4" paraeid="{a0baf1a2-2f19-47a7-98e9-0aa7a83e274e}{38}" paraid="2143108209" style="margin: 0px; padding: 0px; -webkit-user-select: text; -webkit-user-drag: none; word-wrap: break-word; white-space: pre-wrap; vertical-align: baseline; text-align: justify; -webkit-nbsp-mode: normal !important;"&gt;&lt;span class="TextRun SCXW116013059 BCX4" data-contrast="auto" lang="ES-ES" style="margin: 0px; padding: 0px; -webkit-user-select: text; -webkit-user-drag: none; font-size: 11pt; line-height: 19.549999999999997px; font-family: Arial, Arial_EmbeddedFont, Arial_MSFontService, sans-serif; font-weight: bold; font-variant-ligatures: none !important; -webkit-nbsp-mode: normal !important;" xml:lang="ES-ES"&gt;&lt;span class="NormalTextRun SCXW116013059 BCX4" style="margin: 0px; padding: 0px; -webkit-user-select: text; -webkit-user-drag: none; -webkit-nbsp-mode: normal !important;"&gt;Y la mejor forma de demostrarlo es convocar una reuni&#xF3;n con un calendario de negociaci&#xF3;n que permita una soluci&#xF3;n acordada a este conflicto &lt;/span&gt;&lt;/span&gt;&lt;span class="TextRun SCXW116013059 BCX4" data-contrast="auto" lang="ES-ES" style="margin: 0px; padding: 0px; -webkit-user-select: text; -webkit-user-drag: none; font-size: 11pt; line-height: 19.549999999999997px; font-family: Arial, Arial_EmbeddedFont, Arial_MSFontService, sans-serif; font-variant-ligatures: none !important; -webkit-nbsp-mode: normal !important;" xml:lang="ES-ES"&gt;&lt;span class="NormalTextRun SCXW116013059 BCX4" style="margin: 0px; padding: 0px; -webkit-user-select: text; -webkit-user-drag: none; -webkit-nbsp-mode: normal !important;"&gt;que est&#xE1; afectando a millones de ciudadanos y profesionales de la Justicia. &lt;/span&gt;&lt;span class="NormalTextRun SCXW116013059 BCX4" style="margin: 0px; padding: 0px; -webkit-user-select: text; -webkit-user-drag: none; -webkit-nbsp-mode: normal !important;"&gt;As&#xED; se lo volveremos a solicitar a la &lt;/span&gt;&lt;span class="NormalTextRun ContextualSpellingAndGrammarErrorV2Themed SCXW116013059 BCX4" style="margin: 0px; padding: 0px; -webkit-user-select: text; -webkit-user-drag: none; background-image: var(--urlContextualSpellingAndGrammarErrorV2, url(&amp;quot;data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyB3aWR0aD0iNXB4IiBoZWlnaHQ9IjNweCIgdmlld0JveD0iMCAwIDUgMyIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIj4KICAgIDwhLS0gR2VuZXJhdG9yOiBTa2V0Y2ggNTUuMiAoNzgxODEpIC0gaHR0cHM6Ly9za2V0Y2hhcHAuY29tIC0tPgogICAgPHRpdGxlPmdyYW1tYXJfZG91YmxlX2xpbmU8L3RpdGxlPgogICAgPGRlc2M+Q3JlYXRlZCB3aXRoIFNrZXRjaC48L2Rlc2M+CiAgICA8ZyBpZD0iZ3JhbW1hcl9kb3VibGVfbGluZSIgc3Ryb2tlPSJub25lIiBzdHJva2Utd2lkdGg9IjEiIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIj4KICAgICAgICA8ZyBpZD0iR3JhbW1hci1UaWxlLUNvcHkiIHN0cm9rZT0iIzMzNTVGRiI+CiAgICAgICAgICAgIDxwYXRoIGQ9Ik0wLDAuNSBMNSwwLjUiIGlkPSJMaW5lLTItQ29weS0xMCI+PC9wYXRoPgogICAgICAgICAgICA8cGF0aCBkPSJNMCwyLjUgTDUsMi41IiBpZD0iTGluZS0yLUNvcHktMTEiPjwvcGF0aD4KICAgICAgICA8L2c+CiAgICA8L2c+Cjwvc3ZnPg==&amp;quot;)); border-bottom-width: 1px; border-bottom-style: solid; border-bottom-color: transparent; -webkit-nbsp-mode: normal !important; background-position: left bottom; background-repeat: repeat no-repeat;"&gt;Ministra&lt;/span&gt;&lt;span class="NormalTextRun SCXW116013059 BCX4" style="margin: 0px; padding: 0px; -webkit-user-select: text; -webkit-user-drag: none; -webkit-nbsp-mode: normal !important;"&gt; de Justicia por escrito ma&#xF1;ana mismo.&amp;nbsp;&lt;/span&gt;&lt;/span&gt;&lt;span class="EOP SCXW116013059 BCX4" data-ccp-props="{&amp;quot;201341983&amp;quot;:0,&amp;quot;335551550&amp;quot;:6,&amp;quot;335551620&amp;quot;:6,&amp;quot;335559739&amp;quot;:0,&amp;quot;335559740&amp;quot;:276}" style="margin: 0px; padding: 0px; -webkit-user-select: text; -webkit-user-drag: none; font-size: 11pt; line-height: 19.549999999999997px; font-family: Arial, Arial_EmbeddedFont, Arial_MSFontService, sans-serif; -webkit-nbsp-mode: normal !important;"&gt;&amp;nbsp;&lt;/span&gt;&lt;/p&gt;&#xD;
&lt;/div&gt;&#xD;
&#xD;
&lt;div class="OutlineElement Ltr SCXW116013059 BCX4" style="margin: 0px; padding: 0px; -webkit-user-select: text; -webkit-user-drag: none; overflow: visible; cursor: text; clear: both; position: relative; direction: ltr; caret-color: rgba(0, 0, 0, 0.847); color: rgba(0, 0, 0, 0.847); font-family: &amp;quot;Segoe UI&amp;quot;, &amp;quot;Segoe UI Web&amp;quot;, Arial, Verdana, sans-serif; font-size: 12px;"&gt;&#xD;
&lt;p class="Paragraph SCXW116013059 BCX4" paraeid="{a0baf1a2-2f19-47a7-98e9-0aa7a83e274e}{48}" paraid="77541835" style="margin: 0px; padding: 0px; -webkit-user-select: text; -webkit-user-drag: none; word-wrap: break-word; white-space: pre-wrap; vertical-align: baseline; text-align: justify; -webkit-nbsp-mode: normal !important;"&gt;&lt;span class="EOP SCXW116013059 BCX4" data-ccp-props="{&amp;quot;201341983&amp;quot;:0,&amp;quot;335551550&amp;quot;:6,&amp;quot;335551620&amp;quot;:6,&amp;quot;335559739&amp;quot;:0,&amp;quot;335559740&amp;quot;:276}" style="margin: 0px; padding: 0px; -webkit-user-select: text; -webkit-user-drag: none; font-size: 11pt; line-height: 19.549999999999997px; font-family: Arial, Arial_EmbeddedFont, Arial_MSFontService, sans-serif; -webkit-nbsp-mode: normal !important;"&gt;&amp;nbsp;&lt;/span&gt;&lt;/p&gt;&#xD;
&lt;/div&gt;&#xD;
&#xD;
&lt;div class="OutlineElement Ltr SCXW116013059 BCX4" style="margin: 0px; padding: 0px; -webkit-user-select: text; -webkit-user-drag: none; overflow: visible; cursor: text; clear: both; position: relative; direction: ltr; caret-color: rgba(0, 0, 0, 0.847); color: rgba(0, 0, 0, 0.847); font-family: &amp;quot;Segoe UI&amp;quot;, &amp;quot;Segoe UI Web&amp;quot;, Arial, Verdana, sans-serif; font-size: 12px;"&gt;&#xD;
&lt;p class="Paragraph SCXW116013059 BCX4" paraeid="{a0baf1a2-2f19-47a7-98e9-0aa7a83e274e}{55}" paraid="1516279994" style="margin: 0px; padding: 0px; -webkit-user-select: text; -webkit-user-drag: none; word-wrap: break-word; white-space: pre-wrap; vertical-align: baseline; text-align: justify; -webkit-nbsp-mode: normal !important;"&gt;&lt;span class="TextRun SCXW116013059 BCX4" data-contrast="auto" lang="ES-ES" style="margin: 0px; padding: 0px; -webkit-user-select: text; -webkit-user-drag: none; font-size: 11pt; line-height: 19.549999999999997px; font-family: Arial, Arial_EmbeddedFont, Arial_MSFontService, sans-serif; font-variant-ligatures: none !important; -webkit-nbsp-mode: normal !important;" xml:lang="ES-ES"&gt;&lt;span class="NormalTextRun SCXW116013059 BCX4" style="margin: 0px; padding: 0px; -webkit-user-select: text; -webkit-user-drag: none; -webkit-nbsp-mode: normal !important;"&gt;Mientras tanto&lt;/span&gt;&lt;/span&gt;&lt;span class="TextRun SCXW116013059 BCX4" data-contrast="auto" lang="ES-ES" style="margin: 0px; padding: 0px; -webkit-user-select: text; -webkit-user-drag: none; font-size: 11pt; line-height: 19.549999999999997px; font-family: Arial, Arial_EmbeddedFont, Arial_MSFontService, sans-serif; font-weight: bold; font-variant-ligatures: none !important; -webkit-nbsp-mode: normal !important;" xml:lang="ES-ES"&gt;&lt;span class="NormalTextRun SCXW116013059 BCX4" style="margin: 0px; padding: 0px; -webkit-user-select: text; -webkit-user-drag: none; -webkit-nbsp-mode: normal !important;"&gt;, el Comit&#xE9; de huelga hace un llamamiento al personal de Justicia para que mantenga las medidas de presi&#xF3;n que se convoquen por el comit&#xE9; de huelga o por los sindicatos convocantes a nivel local y la huelga indefinida como la m&#xE1;xima expresi&#xF3;n de las mismas.&lt;/span&gt;&lt;span class="NormalTextRun SCXW116013059 BCX4" style="margin: 0px; padding: 0px; -webkit-user-select: text; -webkit-user-drag: none; -webkit-nbsp-mode: normal !important;"&gt;&amp;nbsp;&amp;nbsp;&lt;/span&gt;&lt;/span&gt;&lt;span class="EOP SCXW116013059 BCX4" data-ccp-props="{&amp;quot;201341983&amp;quot;:0,&amp;quot;335551550&amp;quot;:6,&amp;quot;335551620&amp;quot;:6,&amp;quot;335559739&amp;quot;:0,&amp;quot;335559740&amp;quot;:276}" style="margin: 0px; padding: 0px; -webkit-user-select: text; -webkit-user-drag: none; font-size: 11pt; line-height: 19.549999999999997px; font-family: Arial, Arial_EmbeddedFont, Arial_MSFontService, sans-serif; -webkit-nbsp-mode: normal !important;"&gt;&amp;nbsp;&lt;/span&gt;&lt;/p&gt;&#xD;
&lt;/div&gt;&#xD;
&#xD;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;&#xD;
</content:encoded></item><item><guid isPermalink="true">https://www.csif.es/es/noticia/portada/jaen/articulo/21379</guid><title>CSIF se re&#xFA;ne con el PP para trasladarle sus reivindicaciones y las deficiencias de Ja&#xE9;n con respecto a los servicios p&#xFA;blicos </title><pubDate>Tue, 21 Feb 23 12:29:17 CET</pubDate><link>https://www.csif.es/es/noticia/portada/jaen/articulo/21379</link><dc:creator xmlns:dc="dc">admin</dc:creator><dcterms:alternative xmlns:dcterms="dcterms"/><description/><category>Negociaciones y acuerdos</category><category>Otros art&#xED;culos</category><media:content xmlns:media="media" url="https://www.csif.es/uploads/articulo/imagenPrincipal/65c738dda6495.jpg" type="image/jpeg" medium="image"><media:credit/><media:title>Ja&#xE9;n Image</media:title><media:text/><media:description/></media:content><content:encoded xmlns:content="content">&lt;ul&gt;&#xD;
	&lt;li&gt;Ambos manifiestan la importancia del di&#xE1;logo social abierto como punto de partida para mejorar las Administraciones P&#xFA;blicas, su gesti&#xF3;n y los servicios que dependen de ellas&lt;/li&gt;&#xD;
	&lt;li&gt;Con respecto al revuelo provocado por la modificaci&#xF3;n de la norma de las tasas con la concentraci&#xF3;n de la sanidad privada, CSIF ha detallado que estar&#xE1; en contra de cualquier asunto que d&#xE9; pie a la privatizaci&#xF3;n de la Sanidad&lt;/li&gt;&#xD;
&lt;/ul&gt;&#xD;
&#xD;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;&#xD;
&#xD;
&lt;p&gt;Juan Carlos Gonz&#xE1;lez, presidente de CSIF Ja&#xE9;n, ha recibido en las instalaciones de CSIF a Erik Dom&#xED;nguez, presidente del Partido Popular en Ja&#xE9;n, para trasladarle las principales reivindicaciones del sindicato con respecto al trato que da la Junta de Andaluc&#xED;a a las Administraciones P&#xFA;blicas, su gesti&#xF3;n y los servicios p&#xFA;blicos que dependen de ellas.&lt;/p&gt;&#xD;
&#xD;
&lt;p&gt;Con respecto a la Sanidad, el presidente de CSIF en Ja&#xE9;n ha exigido en primer lugar un gran pacto de todos los grupos pol&#xED;ticos por la Sanidad P&#xFA;blica y, en concreto, por la Atenci&#xF3;n Primaria. CSIF se est&#xE1; manifestando cada semana en un Centro de Salud de la provincia para reivindicar una apuesta definitiva por la Atenci&#xF3;n Primaria y seguir&#xE1; cada semana hasta que todos los agentes sociales de la Mesa nos sentemos a negociar. &#x201C;Si la Atenci&#xF3;n Primaria no funciona correctamente es muy complicado que el resto del sistema sanitario lo haga satisfactoriamente&#x201D;.&lt;/p&gt;&#xD;
&#xD;
&lt;p&gt;En este sentido y con respecto al revuelo provocado por la modificaci&#xF3;n de la norma de las tasas con la concentraci&#xF3;n de la sanidad privada, Erik Dom&#xED;nguez lo &#xFA;nico que se est&#xE1; haciendo es modificar un reglamento del a&#xF1;o 98, algo l&#xF3;gico que se actualice en el tiempo, nada que ver con la privatizaci&#xF3;n de la sanidad p&#xFA;blica. Por su parte, Gonz&#xE1;lez ha insistido en que la postura de CSIF siempre va a estar clara: &#x201C;nunca vamos a estar de acuerdo con algo que pueda dar pie a una privatizaci&#xF3;n porque la sanidad la entendemos p&#xFA;blica y universal&#x201D;.&lt;/p&gt;&#xD;
&#xD;
&lt;p&gt;Otro de los puntos fuertes de la reuni&#xF3;n ha sido la Educaci&#xF3;n. &#x201C;Para CSIF hay una soluci&#xF3;n sencilla tanto en explicaci&#xF3;n como en comprensi&#xF3;n de la situaci&#xF3;n que tenemos actualmente. Hay una bajada de la natalidad y en vez de aprovecharlo en bajar las ratios y que haya menos alumnado por clase, facilitando as&#xED; la labor docente y por ende la calidad, se est&#xE1; reduciendo unidades y m&#xE1;s concretamente, en la escuela p&#xFA;blica&#x201D;, explica el presidente provincial quien a&#xF1;ade que &#x201C;entendemos que se est&#xE1; desaprovechando esta coyuntura para mejorar la Educaci&#xF3;n&#x201D;.&amp;nbsp;&lt;/p&gt;&#xD;
&#xD;
&lt;p&gt;Otra de las reivindicaciones de CSIF dentro de la Educaci&#xF3;n es la burocracia que tiene el personal docente. Para CSIF, la principal funci&#xF3;n del profesorado debe ser ense&#xF1;ar y esa carga burocr&#xE1;tica no puede colapsar su tiempo. &#x201C;Llevamos varios a&#xF1;os exigiendo que se modifique esta situaci&#xF3;n. Es cierto que ya hay equipos y reuniones de la Consejer&#xED;a con los agentes sociales que estamos en Mesa General y parece ser que se le va a poner alguna soluci&#xF3;n y eso es lo que queremos que se siga trabajando para ese fin&#x201D;.&lt;/p&gt;&#xD;
&#xD;
&lt;p&gt;Otra de las competencias trasferidas a la Junta de Andaluc&#xED;a es Justicia. Tenemos que reconocer que hay una dispersi&#xF3;n de sedes judiciales que dificultan en demas&#xED;a la gesti&#xF3;n del personal y de la ciudadan&#xED;a porque es m&#xE1;s posible que los procesos judiciales se eternicen o que se pierda alg&#xFA;n expediente. &#x201C;Nosotros estamos en los centros de trabajo constantemente y vemos expedientes por el suelo, en la sala de vista&#x2026; la Ciudad de la Justicia tiene que ser una realidad ya por la falta de espacio y la dispersi&#xF3;n que sufre.&lt;/p&gt;&#xD;
&#xD;
&lt;p&gt;CSIF ha agradecido la cercan&#xED;a y el di&#xE1;logo con el partido popular y considera que lo que tenemos que hacer es trabajar para encontrar mejoras que sean mejoras de calado, que aunque no sean a corto plazo, no sea un parcheo. &#x201C;Si confluimos todos con unos objetivos comunes para la mejoras de los servicios p&#xFA;blicos y esenciales estaremos haciendo bien nuestro trabajo, tanto los que representamos a profesionales de cualquier &#xE1;mbito como los que est&#xE1;n gobernando&#x201D;.&lt;/p&gt;&#xD;
</content:encoded></item></channel></rss>
