<?xml version="1.0"?>
<rss version="2.0"><channel><title>Regi&#xF3;n de Murcia - Educaci&#xF3;n</title><description>Regi&#xF3;n de Murcia - Educaci&#xF3;n</description><language>ca</language><link>https://www.csif.es/ca/portada/regiondemurciaeducacion/categoria/empleo</link><lastBuildDate>Tue, 08 Sep 26 23:11:58 CEST</lastBuildDate><item><guid isPermalink="true">https://www.csif.es/ca/noticia/portada/regiondemurciaeducacion/articulo/96299</guid><title>Oposiciones Docentes 2027</title><pubDate>Mon, 07 Sep 26 11:12:00 CEST</pubDate><link>https://www.csif.es/ca/noticia/portada/regiondemurciaeducacion/articulo/96299</link><dc:creator xmlns:dc="dc">jose-luis.narbona.moreno</dc:creator><dcterms:alternative xmlns:dcterms="dcterms">- Informaci&#xF3;n de las oposiciones docentes en las distintas CCAA que se celebrar&#xE1;n en el a&#xF1;o 2027</dcterms:alternative><description>- Informaci&#xF3;n de las oposiciones docentes en las distintas CCAA que se celebrar&#xE1;n en el a&#xF1;o 2027</description><category>Convocatorias</category><category>Empleo</category><category>Oposiciones</category><media:content xmlns:media="media" url="https://www.csif.es/uploads/articulo/imagenPrincipal/opos2027-web-1788772849.png" type="image/png" medium="image"><media:credit/><media:title>Regi&#xF3;n de Murcia - Educaci&#xF3;n Image</media:title><media:text/><media:description/></media:content><content:encoded xmlns:content="content">&lt;style type="text/css"&gt;:root{&#xD;
      --green-500:#2f9e44;&#xD;
      --green-600:#23803a;	&#xD;
      --bg:#ffffff;&#xD;
      --card:#fbfdfb;&#xD;
      --muted:#6b7280;&#xD;
      --radius:14px;&#xD;
      --shadow: 0 8px 24px rgba(16,24,40,0.08);&#xD;
      --glass: rgba(255,255,255,0.7);&#xD;
    }&#xD;
    *{box-sizing:border-box}&#xD;
    html,body{height:100%;margin:0;font-family:Inter, ui-sans-serif, system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial; background:var(--bg); color:#111827}&#xD;
&#xD;
.wrap {&#xD;
  display:flex;&#xD;
  justify-content:center; /* centra horizontalmente */&#xD;
  align-items:flex-start; /* que arranque arriba */&#xD;
  padding:0;              /* sin espacio extra */&#xD;
}&#xD;
&#xD;
.card {&#xD;
  width:100%;&#xD;
  max-width:none;&#xD;
  border-radius:0;&#xD;
  box-shadow:none;&#xD;
  background:var(--card);&#xD;
  overflow:hidden;&#xD;
  border:0;&#xD;
}&#xD;
&#xD;
    /* Tabs bar */&#xD;
    .tabs{&#xD;
      display:flex;&#xD;
      gap:8px;&#xD;
      padding:18px;&#xD;
      align-items:center;&#xD;
      background: linear-gradient(180deg, rgba(255,255,255,0.5), rgba(255,255,255,0.3));&#xD;
    }&#xD;
&#xD;
    .tab-btn{&#xD;
      appearance:none;&#xD;
      border:0;&#xD;
      padding:10px 16px;&#xD;
      border-radius:10px;&#xD;
      font-weight:600;&#xD;
      cursor:pointer;&#xD;
      color:var(--green-500);&#xD;
      background:transparent;&#xD;
      transition:transform .12s ease, background-color .12s ease, color .12s ease;&#xD;
      box-shadow:none;&#xD;
      font-size:15px;&#xD;
    }&#xD;
&#xD;
    /* All labels should show white text on green background visually -- we implement them as pill labels */&#xD;
    .tab-label{&#xD;
      display:inline-block;&#xD;
      padding:8px 14px;&#xD;
      border-radius:999px;&#xD;
      background:var(--green-500);&#xD;
      color:white;&#xD;
      font-weight:600;&#xD;
      box-shadow: 0 4px 10px rgba(34,197,94,0.14);&#xD;
      transition:transform .12s ease, opacity .12s ease;&#xD;
      font-size:14px;&#xD;
    }&#xD;
&#xD;
    .tab-btn[aria-selected="true"] .tab-label{&#xD;
      background:var(--green-600);&#xD;
      transform:translateY(-2px);&#xD;
      box-shadow: 0 10px 24px rgba(16,24,40,0.12);&#xD;
    }&#xD;
&#xD;
    .tab-btn:focus{outline:3px solid rgba(34,197,94,0.18); outline-offset:3px}&#xD;
    .tab-btn:hover .tab-label{opacity:.95}&#xD;
&#xD;
    .spacer{flex:1}&#xD;
&#xD;
    /* Content */&#xD;
    .panel-wrap{&#xD;
      padding:28px;&#xD;
      background:white;&#xD;
      border-top:1px solid rgba(0,0,0,0.04);&#xD;
      min-height:240px;&#xD;
    }&#xD;
&#xD;
    .panel{&#xD;
      display:none;&#xD;
      animation:fadeIn .22s ease both;&#xD;
    }&#xD;
    .panel[aria-hidden="false"]{display:block}&#xD;
&#xD;
    @keyframes fadeIn{from{opacity:0;transform:translateY(6px)}to{opacity:1;transform:translateY(0)}}&#xD;
&#xD;
    h1{margin:0 0 12px 0;font-size:20px}&#xD;
    p{color:var(--muted);line-height:1.5}&#xD;
&#xD;
    /* Responsive */&#xD;
    @media (max-width:540px){&#xD;
      .tabs{gap:6px;padding:12px}&#xD;
      .tab-label{padding:6px 10px;font-size:13px}&#xD;
      .panel-wrap{padding:18px}&#xD;
    }&#xD;
	table {&#xD;
            width: 98%;&#xD;
            border-collapse: collapse;&#xD;
        }&#xD;
        th, td {&#xD;
            border: 1px solid #ddd;&#xD;
            padding: 8px;&#xD;
            text-align: left;&#xD;
        }&#xD;
        th {&#xD;
            background-color: #4CAF50;&#xD;
            color: white;&#xD;
        }&#xD;
        tr:nth-child(even) {&#xD;
            background-color: #f2f2f2;&#xD;
        }&#xD;
        tr:hover {&#xD;
            background-color: #ddd;&#xD;
        }&#xD;
        td {&#xD;
            color: #333;&#xD;
        }&#xD;
&lt;/style&gt;&#xD;
&lt;div class="wrap"&gt;&#xD;
&lt;section aria-labelledby="tabs-title" class="card"&gt;&#xD;
&lt;div aria-label="Pesta&#xF1;as de ejemplo" class="tabs" role="tablist"&gt;&lt;button aria-controls="panel-1" aria-selected="true" class="tab-btn" id="tab-1" role="tab"&gt;&lt;span class="tab-label"&gt;Previsiones&lt;/span&gt;&lt;/button&gt;&lt;button aria-controls="panel-2" aria-selected="false" class="tab-btn" id="tab-2" role="tab"&gt;&lt;span class="tab-label"&gt;Plazas&lt;/span&gt;&lt;/button&gt;&lt;button aria-controls="panel-3" aria-selected="false" class="tab-btn" id="tab-3" role="tab"&gt;&lt;span class="tab-label"&gt;Convocatorias&lt;/span&gt;&lt;/button&gt;&lt;button aria-controls="panel-4" aria-selected="false" class="tab-btn" id="tab-4" role="tab"&gt;&lt;span class="tab-label"&gt;Noticias&lt;/span&gt;&lt;/button&gt;&#xD;
&lt;div class="spacer"&gt;&amp;nbsp;&lt;/div&gt;&#xD;
&lt;/div&gt;&#xD;
&#xD;
&lt;div class="panel-wrap"&gt;&#xD;
&lt;div aria-hidden="false" aria-labelledby="tab-1" class="panel" id="panel-1" role="tabpanel"&gt;&#xD;
&lt;h1&gt;Estimaci&amp;oacute;n de Plazas&lt;/h1&gt;&#xD;
&#xD;
&lt;table align="center" style="width:98%;"&gt;&#xD;
	&lt;tbody&gt;&#xD;
		&lt;tr&gt;&#xD;
			&lt;th style="text-align: center;"&gt;CCAA&lt;/th&gt;&#xD;
			&lt;th style="text-align: center;"&gt;CUERPOS A CONVOCAR&lt;/th&gt;&#xD;
		&lt;/tr&gt;&#xD;
		&lt;tr&gt;&#xD;
			&lt;td&gt;&lt;b&gt;ANDALUC&amp;Iacute;A&lt;/b&gt;&lt;/td&gt;&#xD;
			&lt;td&gt;Maestros y Secundaria (+ 5.000 plazas)&lt;/td&gt;&#xD;
		&lt;/tr&gt;&#xD;
		&lt;tr&gt;&#xD;
			&lt;td&gt;&lt;strong&gt;ARAG&amp;Oacute;N&lt;/strong&gt;&lt;/td&gt;&#xD;
			&lt;td&gt;Secundaria, FP y EOI (+1.000 plazas)&lt;/td&gt;&#xD;
		&lt;/tr&gt;&#xD;
		&lt;tr&gt;&#xD;
			&lt;td&gt;&lt;strong&gt;ASTURIAS&lt;/strong&gt;&lt;/td&gt;&#xD;
			&lt;td&gt;Secundaria (+750 plazas)&lt;/td&gt;&#xD;
		&lt;/tr&gt;&#xD;
		&lt;tr&gt;&#xD;
			&lt;td&gt;&lt;b&gt;BALEARES&lt;/b&gt;&lt;/td&gt;&#xD;
			&lt;td&gt;Maestros y Secundaria (+ 500 plazas)&lt;/td&gt;&#xD;
		&lt;/tr&gt;&#xD;
		&lt;tr&gt;&#xD;
			&lt;td&gt;&lt;strong&gt;CANARIAS&lt;/strong&gt;&lt;/td&gt;&#xD;
			&lt;td&gt;Maestros y Secundaria (+ 1.100 plazas)&lt;/td&gt;&#xD;
		&lt;/tr&gt;&#xD;
		&lt;tr&gt;&#xD;
			&lt;td&gt;&lt;strong&gt;CANTABRIA&lt;/strong&gt;&lt;/td&gt;&#xD;
			&lt;td&gt;Secundaria (+ 400 plazas)&lt;/td&gt;&#xD;
		&lt;/tr&gt;&#xD;
		&lt;tr&gt;&#xD;
			&lt;td&gt;&lt;strong&gt;CASTILLA-LA MANCHA&lt;/strong&gt;&lt;/td&gt;&#xD;
			&lt;td&gt;Secundaria (+ 600 plazas)&lt;/td&gt;&#xD;
		&lt;/tr&gt;&#xD;
		&lt;tr&gt;&#xD;
			&lt;td&gt;&lt;b&gt;CASTILLA Y LE&amp;Oacute;N&lt;/b&gt;&lt;/td&gt;&#xD;
			&lt;td&gt;Maestros (+ 550 plazas)&lt;/td&gt;&#xD;
		&lt;/tr&gt;&#xD;
		&lt;tr&gt;&#xD;
			&lt;td&gt;&lt;b&gt;CATALU&amp;Ntilde;A&lt;/b&gt;&lt;/td&gt;&#xD;
			&lt;td&gt;Secundaria (+450 plazas)&lt;/td&gt;&#xD;
		&lt;/tr&gt;&#xD;
		&lt;tr&gt;&#xD;
			&lt;td&gt;&lt;b&gt;COMUNIDAD DE MADRID&lt;/b&gt;&lt;/td&gt;&#xD;
			&lt;td&gt;Secundaria (+3000 plazas)&lt;/td&gt;&#xD;
		&lt;/tr&gt;&#xD;
		&lt;tr&gt;&#xD;
			&lt;td&gt;&lt;b&gt;COMUNIDAD VALENCIANA&lt;/b&gt;&lt;/td&gt;&#xD;
			&lt;td&gt;Secundaria (+ 1.500 plazas)&lt;/td&gt;&#xD;
		&lt;/tr&gt;&#xD;
		&lt;tr&gt;&#xD;
			&lt;td&gt;&lt;strong&gt;EXTREMADURA&lt;/strong&gt;&lt;/td&gt;&#xD;
			&lt;td&gt;Secundaria (+ 250 plazas)&lt;/td&gt;&#xD;
		&lt;/tr&gt;&#xD;
		&lt;tr&gt;&#xD;
			&lt;td&gt;&lt;b&gt;GALICIA&lt;/b&gt;&lt;/td&gt;&#xD;
			&lt;td&gt;Maestros y Secundaria (+ 1.500 plazas)&lt;/td&gt;&#xD;
		&lt;/tr&gt;&#xD;
		&lt;tr&gt;&#xD;
			&lt;td&gt;&lt;b&gt;LA RIOJA&lt;/b&gt;&lt;/td&gt;&#xD;
			&lt;td&gt;Secundaria (+ 200 plazas)&lt;/td&gt;&#xD;
		&lt;/tr&gt;&#xD;
		&lt;tr&gt;&#xD;
			&lt;td&gt;&lt;strong&gt;NAVARRA&lt;/strong&gt;&lt;/td&gt;&#xD;
			&lt;td&gt;Secundaria (722&amp;nbsp;plazas)&lt;/td&gt;&#xD;
		&lt;/tr&gt;&#xD;
		&lt;tr&gt;&#xD;
			&lt;td&gt;&lt;strong&gt;P&amp;Aacute;IS VASCO&lt;/strong&gt;&lt;/td&gt;&#xD;
			&lt;td&gt;Maestros (1.347&amp;nbsp;plazas)&lt;/td&gt;&#xD;
		&lt;/tr&gt;&#xD;
		&lt;tr&gt;&#xD;
			&lt;td&gt;&lt;strong&gt;REGI&amp;Oacute;N DE MURCIA&lt;/strong&gt;&lt;/td&gt;&#xD;
			&lt;td&gt;Secundaria (+ 1.500 plazas)&lt;/td&gt;&#xD;
		&lt;/tr&gt;&#xD;
		&lt;tr&gt;&#xD;
			&lt;td&gt;&lt;strong&gt;CEUTA&lt;/strong&gt;&lt;/td&gt;&#xD;
			&lt;td&gt;Maestros y Secundaria&lt;/td&gt;&#xD;
		&lt;/tr&gt;&#xD;
		&lt;tr&gt;&#xD;
			&lt;td&gt;&lt;strong&gt;MELILLA&lt;/strong&gt;&lt;/td&gt;&#xD;
			&lt;td&gt;Maestros y Secundaria&lt;/td&gt;&#xD;
		&lt;/tr&gt;&#xD;
	&lt;/tbody&gt;&#xD;
&lt;/table&gt;&#xD;
&lt;/div&gt;&#xD;
&#xD;
&lt;div aria-hidden="true" aria-labelledby="tab-2" class="panel" id="panel-2" role="tabpanel"&gt;&#xD;
&#xD;
&lt;p align="center"&gt;&#xD;
&lt;select onchange="if (this.value) window.open(this.value,'_blank')" style="&#xD;
    border-width: 3px; &#xD;
    border-color: rgb(173, 167, 166); &#xD;
    border-radius: 21px; &#xD;
    font-family: verdana; &#xD;
    font-size: 18px; &#xD;
    color: white; &#xD;
    background-color: rgb(19, 88, 8);  "&gt;&#xD;
&#xD;
&lt;option selected="selected" value=""&gt;SELECCIONE CUERPO&lt;/option&gt;&#xD;
&lt;option value=""&gt;Maestros&lt;/option&gt;&#xD;
&lt;option value="https://csif.softr.app/plazas-secundaria"&gt;Secundaria&lt;/option&gt;&#xD;
&lt;option value="https://csif.softr.app/plazas-fp"&gt;Prof. Especialistas Sectores Singulares FP&lt;/option&gt;&#xD;
&lt;option value="https://csif.softr.app/plazas-eoi"&gt;EOI&lt;/option&gt;&#xD;
&lt;option value="https://csif.softr.app/plazas-musica"&gt;M&amp;uacute;sica y Artes Esc&amp;eacute;nicas&lt;/option&gt;&#xD;
&#xD;
&lt;option value=""&gt;Profesores Artes Pl&amp;aacute;sticas y Dise&amp;ntilde;o&lt;/option&gt;&#xD;
&lt;option value=""&gt;Maestr@s de Taller Artes Pl&amp;aacute;sticas&lt;/option&gt;&#xD;
&lt;option value=""&gt;Inspecci&amp;oacute;n Educativa&lt;/option&gt;&#xD;
&#xD;
&lt;option value=""&gt;Catedr&amp;aacute;ticos M&amp;uacute;sica y Artes Esc&amp;eacute;nicas&lt;/option&gt;&#xD;
 &lt;/select&gt;&lt;/p&gt;&#xD;
&#xD;
&lt;hr /&gt;&#xD;
&lt;p&gt;NOTA: Recuerde que tiene que tener habilitadas las ventanas emergentes para ver la distribuci&amp;oacute;n de plazas de los distintos cuerpos.&lt;/p&gt;&#xD;
&lt;hr /&gt;&#xD;
&#xD;
&lt;/div&gt;&#xD;
&#xD;
&lt;div aria-hidden="true" aria-labelledby="tab-3" class="panel" id="panel-3" role="tabpanel"&gt;&#xD;
&lt;table align="center" style="width:98%;"&gt;&#xD;
	&lt;tbody&gt;&#xD;
		&lt;tr&gt;&#xD;
			&lt;th style="text-align: center;"&gt;CCAA&lt;/th&gt;&#xD;
			&lt;th style="text-align: center;"&gt;ENLACE A LA CONVOCATORIA&lt;/th&gt;&#xD;
		&lt;/tr&gt;&#xD;
		&lt;tr&gt;&#xD;
			&lt;td&gt;&lt;b&gt;ANDALUC&amp;Iacute;A&lt;/b&gt;&lt;/td&gt;&#xD;
			&lt;td&gt;&#xD;
			&lt;p&gt;Convocatoria no publicada&lt;/p&gt;&#xD;
			&lt;/td&gt;&#xD;
		&lt;/tr&gt;&#xD;
		&lt;tr&gt;&#xD;
			&lt;td&gt;&lt;strong&gt;ARAG&amp;Oacute;N&lt;/strong&gt;&lt;/td&gt;&#xD;
			&lt;td&gt;&#xD;
			&lt;p&gt;Convocatoria no publicada&lt;/p&gt;&#xD;
			&lt;/td&gt;&#xD;
		&lt;/tr&gt;&#xD;
		&lt;tr&gt;&#xD;
			&lt;td&gt;&lt;strong&gt;ASTURIAS&lt;/strong&gt;&lt;/td&gt;&#xD;
			&lt;td&gt;&#xD;
			&lt;p&gt;Convocatoria no publicada&lt;/p&gt;&#xD;
			&lt;/td&gt;&#xD;
		&lt;/tr&gt;&#xD;
		&lt;tr&gt;&#xD;
			&lt;td&gt;&lt;strong&gt;BALEARES&lt;/strong&gt;&lt;/td&gt;&#xD;
			&lt;td&gt;&#xD;
			&lt;p&gt;Convocatoria no publicada&lt;/p&gt;&#xD;
			&lt;/td&gt;&#xD;
		&lt;/tr&gt;&#xD;
		&lt;tr&gt;&#xD;
			&lt;td&gt;&lt;strong&gt;CANARIAS&lt;/strong&gt;&lt;/td&gt;&#xD;
			&lt;td&gt;&#xD;
			&lt;p&gt;Convocatoria no publicada&lt;/p&gt;&#xD;
			&lt;/td&gt;&#xD;
		&lt;/tr&gt;&#xD;
		&lt;tr&gt;&#xD;
			&lt;td&gt;&lt;strong&gt;CANTABRIA&lt;/strong&gt;&lt;/td&gt;&#xD;
			&lt;td&gt;&#xD;
			&lt;p&gt;Convocatoria no publicada&lt;/p&gt;&#xD;
			&lt;/td&gt;&#xD;
		&lt;/tr&gt;&#xD;
		&lt;tr&gt;&#xD;
			&lt;td&gt;&lt;strong&gt;CASTILLA-LA MANCHA&lt;/strong&gt;&lt;/td&gt;&#xD;
			&lt;td&gt;&#xD;
			&lt;p&gt;Convocatoria no publicada&lt;/p&gt;&#xD;
			&lt;/td&gt;&#xD;
		&lt;/tr&gt;&#xD;
		&lt;tr&gt;&#xD;
			&lt;td&gt;&lt;b&gt;CASTILLA Y LE&amp;Oacute;N&lt;/b&gt;&lt;/td&gt;&#xD;
			&lt;td&gt;&#xD;
			&lt;p&gt;Convocatoria no publicada&lt;/p&gt;&#xD;
			&lt;/td&gt;&#xD;
		&lt;/tr&gt;&#xD;
		&lt;tr&gt;&#xD;
			&lt;td&gt;&lt;b&gt;CATALU&amp;Ntilde;A&lt;/b&gt;&lt;/td&gt;&#xD;
			&lt;td&gt;&#xD;
			&lt;p&gt;Convocatoria no publicada&lt;/p&gt;&#xD;
			&lt;/td&gt;&#xD;
		&lt;/tr&gt;&#xD;
		&lt;tr&gt;&#xD;
			&lt;td&gt;&lt;b&gt;COMUNIDAD DE MADRID&lt;/b&gt;&lt;/td&gt;&#xD;
			&lt;td&gt;&#xD;
			&lt;p&gt;Convocatoria no publicada&lt;/p&gt;&#xD;
			&lt;/td&gt;&#xD;
		&lt;/tr&gt;&#xD;
		&lt;tr&gt;&#xD;
			&lt;td&gt;&lt;b&gt;COMUNIDAD VALENCIANA&lt;/b&gt;&lt;/td&gt;&#xD;
			&lt;td&gt;&#xD;
			&lt;p&gt;Convocatoria no publicada&lt;/p&gt;&#xD;
			&lt;/td&gt;&#xD;
		&lt;/tr&gt;&#xD;
		&lt;tr&gt;&#xD;
			&lt;td&gt;&lt;strong&gt;EXTREMADURA&lt;/strong&gt;&lt;/td&gt;&#xD;
			&lt;td&gt;&#xD;
			&lt;p&gt;Convocatoria no publicada&lt;/p&gt;&#xD;
			&lt;/td&gt;&#xD;
		&lt;/tr&gt;&#xD;
		&lt;tr&gt;&#xD;
			&lt;td&gt;&lt;b&gt;GALICIA&lt;/b&gt;&lt;/td&gt;&#xD;
			&lt;td&gt;&#xD;
			&lt;p&gt;Convocatoria no publicada&lt;/p&gt;&#xD;
			&lt;/td&gt;&#xD;
		&lt;/tr&gt;&#xD;
		&lt;tr&gt;&#xD;
			&lt;td&gt;&lt;b&gt;LA RIOJA&lt;/b&gt;&lt;/td&gt;&#xD;
			&lt;td&gt;&#xD;
			&lt;p&gt;Convocatoria no publicada&lt;/p&gt;&#xD;
			&lt;/td&gt;&#xD;
		&lt;/tr&gt;&#xD;
		&lt;tr&gt;&#xD;
			&lt;td&gt;&lt;strong&gt;NAVARRA&lt;/strong&gt;&lt;/td&gt;&#xD;
			&lt;td&gt;&#xD;
			&lt;p&gt;Convocatoria no publicada&lt;/p&gt;&#xD;
			&lt;/td&gt;&#xD;
		&lt;/tr&gt;&#xD;
		&lt;tr&gt;&#xD;
			&lt;td&gt;&lt;strong&gt;P&amp;Aacute;IS VASCO&lt;/strong&gt;&lt;/td&gt;&#xD;
			&lt;td&gt;&#xD;
			&lt;p&gt;Convocatoria no publicada&lt;/p&gt;&#xD;
			&lt;/td&gt;&#xD;
		&lt;/tr&gt;&#xD;
		&lt;tr&gt;&#xD;
			&lt;td&gt;&lt;strong&gt;REGI&amp;Oacute;N DE MURCIA&lt;/strong&gt;&lt;/td&gt;&#xD;
			&lt;td&gt;&#xD;
			&lt;p&gt;Convocatoria no publicada&lt;/p&gt;&#xD;
			&lt;/td&gt;&#xD;
		&lt;/tr&gt;&#xD;
		&lt;tr&gt;&#xD;
			&lt;td&gt;&lt;strong&gt;CEUTA&lt;/strong&gt;&lt;/td&gt;&#xD;
			&lt;td&gt;&#xD;
			&lt;p&gt;Convocatoria no publicada&lt;/p&gt;&#xD;
			&lt;/td&gt;&#xD;
		&lt;/tr&gt;&#xD;
		&lt;tr&gt;&#xD;
			&lt;td&gt;&lt;strong&gt;MELILLA&lt;/strong&gt;&lt;/td&gt;&#xD;
			&lt;td&gt;&#xD;
			&lt;p&gt;Convocatoria no publicada&lt;/p&gt;&#xD;
			&lt;/td&gt;&#xD;
		&lt;/tr&gt;&#xD;
	&lt;/tbody&gt;&#xD;
&lt;/table&gt;&#xD;
&lt;/div&gt;&#xD;
&#xD;
&lt;div aria-hidden="true" aria-labelledby="tab-4" class="panel" id="panel-4" role="tabpanel"&gt;&#xD;
&lt;h1&gt;Novedades en las distintas CCAA&lt;/h1&gt;&#xD;
&lt;style type="text/css"&gt;/* CSS Document */&#xD;
*, *::after, *::before {&#xD;
    margin: 0rem;&#xD;
    padding: 0rem;&#xD;
    box-sizing: inherit;&#xD;
}&#xD;
&#xD;
&#xD;
a {&#xD;
   text-decoration: none;&#xD;
    color: #006400; /* Verde oscuro */&#xD;
    font-weight: bold;&#xD;
    transition: all 0.5s ease-out;&#xD;
}&#xD;
ul, ol {&#xD;
	list-style: none;&#xD;
	margin: 0;&#xD;
} &#xD;
.clear {&#xD;
	clear: both;&#xD;
}&#xD;
.bg {&#xD;
	width: 90rem;&#xD;
	height: 67rem;&#xD;
	background-image: url(../img/bg.svg);&#xD;
	margin: 2rem auto;&#xD;
	position: relative;&#xD;
	box-shadow: 0 1rem 3rem -.4rem rgba(88,67,128,0.6);&#xD;
	border-radius: 1rem;&#xD;
	margin-bottom: 5rem;&#xD;
}&#xD;
.point {&#xD;
	position: absolute;&#xD;
	width: 1.3rem;&#xD;
	height: 1.3rem;&#xD;
	background-color: #9976dd;&#xD;
	border-radius: 50%;&#xD;
	cursor: pointer;&#xD;
	background-image: url(../img/cross.svg);&#xD;
	transition: .5s ease-in-out;&#xD;
}&#xD;
.point:hover {&#xD;
	transform: rotate(90deg);&#xD;
}&#xD;
.point::after {&#xD;
    width: 3.9rem;&#xD;
    height: 3.9rem;&#xD;
	content: '';&#xD;
	position: absolute;&#xD;
	top: 0;&#xD;
	left: 0;&#xD;
	background-color: #6b2fdd;&#xD;
	border-radius: 50%;&#xD;
	opacity: 0;&#xD;
	margin: -1.3rem 0 0 -1.3rem;&#xD;
	animation: waves 20s infinite;&#xD;
}&#xD;
@keyframes waves {&#xD;
  0% {&#xD;
    transform: scale(0);&#xD;
  }&#xD;
  1% {&#xD;
    opacity: .7;&#xD;
  }&#xD;
  5% {&#xD;
    opacity: 0;&#xD;
    transform: scale(1);&#xD;
  }&#xD;
}&#xD;
.info {&#xD;
	width: 25rem;&#xD;
	height: 20rem;	&#xD;
	position: absolute;&#xD;
	top: 5rem;&#xD;
    left: -8rem;&#xD;
	transform: rotate(-90deg);&#xD;
	display: none;&#xD;
}&#xD;
.point:hover .info {&#xD;
	display: block;&#xD;
}&#xD;
&#xD;
.map-wrapper {&#xD;
  position: relative;&#xD;
  transform: scale(0.85);       /* 70% del tama&#xF1;o original */&#xD;
  transform-origin: top left;  /* que escale desde la esquina superior izquierda */&#xD;
}&#xD;
&#xD;
.content_container {&#xD;
	background-color: #dfdce3;&#xD;
	box-shadow: 0 1rem 3.1rem -.4rem rgba(88,67,128,0.6);&#xD;
	border-radius: .7rem;&#xD;
	position: absolute;&#xD;
	animation: appear 1s;&#xD;
	transition: 1s;&#xD;
}&#xD;
.content_container:before {&#xD;
	content: '';&#xD;
	height: 0;&#xD;
	width: 0;&#xD;
	position: absolute;&#xD;
	top: 5.5rem;&#xD;
    left: 99%;&#xD;
	border-style: solid;&#xD;
	border-width: .75rem 0 .75rem .8rem;&#xD;
	border-color: transparent transparent transparent #dfdce3;&#xD;
}&#xD;
@keyframes appear {&#xD;
  0% {&#xD;
    opacity: 0;&#xD;
    transform: scale3d(0.3, 0.3, 0.3);&#xD;
  }&#xD;
  20% {&#xD;
	opacity: 0;&#xD;
    transform: scale3d(1.1, 1.1, 1.1);&#xD;
  }&#xD;
  40% {&#xD;
    transform: scale3d(0.9, 0.9, 0.9);&#xD;
  }&#xD;
  60% {&#xD;
    transform: scale3d(1.03, 1.03, 1.03);&#xD;
  }&#xD;
  80% {&#xD;
    transform: scale3d(0.97, 0.97, 0.97);&#xD;
  }&#xD;
  100% {&#xD;
    opacity: 1;&#xD;
    transform: scale3d(1, 1, 1);&#xD;
  }&#xD;
}&#xD;
.title {&#xD;
	width: 25rem;&#xD;
	height: 4rem;&#xD;
	background-color: #a58fdb;&#xD;
	border-radius: .7rem .7rem 0 0;&#xD;
	font-weight: 700;&#xD;
	font-size: 1.5rem;&#xD;
	padding: 1rem;&#xD;
	text-align: center;&#xD;
}&#xD;
.text {&#xD;
	padding: 2rem;&#xD;
	font-size: 1.2rem;&#xD;
	line-height: 1.8rem;&#xD;
	color: #777;&#xD;
}&#xD;
&#xD;
#madrid {&#xD;
    top: 26rem;&#xD;
    left: 47.5rem;&#xD;
}&#xD;
#andalucia {&#xD;
    top: 45rem;&#xD;
    left: 36.5rem;&#xD;
	&#xD;
}&#xD;
#andalucia::after {&#xD;
	animation-delay: 1s;	&#xD;
}&#xD;
#asturias {&#xD;
    top: 4.5rem;&#xD;
    left: 36.5rem;&#xD;
}&#xD;
#asturias::after {&#xD;
	animation-delay: 2s;&#xD;
}&#xD;
#aragon {&#xD;
    top: 18rem;&#xD;
    left: 61.5rem;&#xD;
}&#xD;
#aragon::after {&#xD;
	animation-delay: 3s;&#xD;
}&#xD;
#cantabria {&#xD;
    top: 4.8rem;&#xD;
    left: 46.3rem;&#xD;
}&#xD;
#cantabria::after {&#xD;
	animation-delay: 4s;&#xD;
}&#xD;
#catalunia {&#xD;
    top: 17rem;&#xD;
    left: 77rem;&#xD;
}&#xD;
#catalunia::after {&#xD;
	animation-delay: 5s;&#xD;
}&#xD;
#valencia {&#xD;
    top: 31.5rem;&#xD;
    left: 64rem;&#xD;
}&#xD;
#valencia::after {&#xD;
	animation-delay: 6s;&#xD;
}&#xD;
#murcia {&#xD;
    top: 41rem;&#xD;
    left: 60rem;&#xD;
}&#xD;
#murcia::after {&#xD;
	animation-delay: 7s;&#xD;
}&#xD;
#galicia {&#xD;
    top: 8.5rem;&#xD;
    left: 22.5rem;&#xD;
}&#xD;
#galicia::after {&#xD;
	animation-delay: 8s;&#xD;
}&#xD;
#pais_vasco {&#xD;
    top: 8.5rem;&#xD;
    left: 52.3rem;&#xD;
}&#xD;
#pais_vasco::after {&#xD;
	animation-delay: 9s;&#xD;
}&#xD;
#navarra {&#xD;
    top: 9.5rem;&#xD;
    left: 57rem;&#xD;
}&#xD;
#navarra::after {&#xD;
	animation-delay: 10s;&#xD;
}&#xD;
#extremadura {&#xD;
    top: 36rem;&#xD;
    left: 33.5rem;&#xD;
}&#xD;
#extremadura::after {&#xD;
	animation-delay: 11s;&#xD;
}&#xD;
#rioja{&#xD;
    top: 11.5rem;&#xD;
    left: 53rem;&#xD;
}&#xD;
#rioja::after {&#xD;
	animation-delay: 12s;&#xD;
}&#xD;
#ceuta {&#xD;
    top: 56.5rem;&#xD;
    left: 38rem;&#xD;
}&#xD;
#ceuta::after {&#xD;
	animation-delay: 13s;&#xD;
}&#xD;
#melilla {&#xD;
    top: 60.2rem;&#xD;
    left: 51.5rem;&#xD;
}&#xD;
#melilla::after {&#xD;
	animation-delay: 14s;&#xD;
}&#xD;
#canarias {&#xD;
    top: 59.5rem;&#xD;
    left: 13rem;&#xD;
}&#xD;
#canarias::after {&#xD;
	animation-delay: 15s;&#xD;
}&#xD;
#baleares{&#xD;
    top: 29.5rem;&#xD;
    left: 81rem;&#xD;
}&#xD;
#baleares::after {&#xD;
	animation-delay: 16s;&#xD;
}&#xD;
#castilla-la_mancha {&#xD;
    top: 30.5rem;&#xD;
    left: 44rem;&#xD;
}&#xD;
#castilla-la_mancha::after {&#xD;
	animation-delay: 17s;&#xD;
}&#xD;
#castilla_leon {&#xD;
	top: 16.5rem;&#xD;
    left: 40.5rem;&#xD;
}&#xD;
#castilla_leon::after {&#xD;
	animation-delay: 18s;&#xD;
}&#xD;
&lt;/style&gt;&#xD;
&lt;div class="map-wrapper"&gt;&#xD;
&lt;div class="bg"&gt;&lt;!--?xml version="1.0" encoding="utf-8"?--&gt;&lt;svg id="Layer_1" style="enable-background:new 0 0 900.4 670.2;" version="1.1" viewbox="0 0 900.4 670.2" x="0px" xml:space="preserve" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" y="0px"&gt;&#xD;
&lt;style type="text/css"&gt;.st0{fill:#C1ADE0;} .st1{fill:#D2C7E2;stroke:#DBD7E0;stroke-miterlimit:10;} .st2{fill:#DFDCE3;} .st3{fill:none;stroke:#FFFFFF;stroke-width:0.5;stroke-miterlimit:10;}&#xD;
&lt;/style&gt;&#xD;
&lt;rect class="st0" height="670.2" width="900.1" y="0"&gt;&lt;/rect&gt; &lt;path class="st1" d="M570.1,54.8c0,0,0.2,5.6-4,10.7s-20.9,25.9-21.5,26.7c-0.7,0.8-2.1,2.3-1.5,9.1c0.2,2.8-3.4,2.4-5.2,2.6&#xD;
	s-3.1,1.1-2,4.9c0.3,0.9,0.8,1.6,0.8,2.2c0.1,1.5-2.4,2-4.3,2.5c-1.9,0.4-6.4-1.5-7.1-2.5c-0.7-1-7-5.7-7-5.7s-6.7-3.8-8.3-5.4&#xD;
	c-1.6-1.6-3.8-2-5.1-3.6c-1.3-1.6-2.9-3.9-5.9-5.2c-2.9-1.3-5.7-2-4.7-3.6s2.1-2.3,4.4-2.1c2.3,0.2,6.5,2.1,7.3-0.4&#xD;
	c0.8-2.4-3.8-3.9-4.9-6.2c-1.1-2.3-1.5-5.2-1.5-7s-0.5-2.6-4.2-2.6c-2.3,0-5.3,0.2-8.1,0.4c0,0-1.8-2.3,0.4-4.1&#xD;
	c2.9-2.3,10-6.7,10.6-7.8c0.7-1.1,1.3-1.9,1.9-1.9c0.6-0.1,7.1,0.3,7.7,0c0.7-0.2,3.3-4.7,4.8-5.4s1.5-1.2,4.8-1s7.9,0.2,12.4,2.5&#xD;
	c4.4,2.3,12.3,5.1,14.8,5.4c2.5,0.3,8.6,0.6,10.3,0.4c1.8-0.2,5.1-1.1,8.2-3.5S570.3,52.5,570.1,54.8z"&gt;&lt;/path&gt; &lt;path class="st1" d="M487.5,70c-1.9,0.1-3.6,0.2-5.1,0.2c-3.6,0-4.4,1-7,1.1s-4.2,1.5-5.4,3.1c-1.1,1.6-4.1,4.2-5.4,5.2&#xD;
	s-1.6,2-1.1,3.6s3.1,8,0.7,11.4s-4.6,3.8-7.5,3.1c-2.9-0.7-10.3-12.6-14.7-15.3s-8.3-5.4-11.9-5.2s-3.1,1.1-6.7,1s-5.9-3.9-6-6.2&#xD;
	c-0.1-1.1-0.2-2.6-0.5-3.9c0,0,0.3,0.6,1.2,0.4c0.9-0.2,1.3-0.8,1.3-0.8c1.4-1.4,1.8-1.6,7.1-5c5.3-3.4,6.1-5.4,6.8-6.6&#xD;
	s0.1-0.4,0.7-1.5c0.6-1.2,3.4-3.1,8-3.4s7.5,0.3,11.4-0.8s7.5-2.4,10.4-2.6c2.9-0.2,13.4-3.8,16-3.9s7.8,2.9,10.3,5.7&#xD;
	c2.4,2.8,6.4,3.1,8.2,3.6c1.8,0.5,1.8,4.4-2,7s-5.2,3.9-8,5.4C485.6,67,487.5,70,487.5,70z"&gt;&lt;/path&gt; &lt;path class="st1" d="M563.5,151.2c0,0-3.2,0.3-4.4-0.1s-6.1-3.3-7.6-5.5c-1.5-2.1-6.4-8.1-10.7-8.1c-3.8,0-5.4,4.4-8.3,6.5&#xD;
	c-2.9,2.1-4.2,2.9-6.7,2.9s-3.3-3.4-4.6-4.7s-1.5-1.5-2.8-1.3s-2.6,2.3-4.2,2.4s-7.8-0.2-9.3-4.6c-1.5-4.4-0.8-6.2-1.6-7.5&#xD;
	c-0.8-1.3-2.4-2.1-2.3-3.8c0.2-1.6,2.3-3.4,3.4-4.7c1.1-1.3-0.7-8.5,0.5-11.3c1.1-2.8,3.8-5.9,7.8-5.4c4.1,0.5,5.7-0.8,5.7-0.8&#xD;
	s2.5,1.2,3.6,2.5s7.7,6.1,9.6,5.8c2-0.3,4.4-0.4,5-2.7c0.8,1.7,1.8,2.1,3.9,3.2c2.8,1.5,3.3,3.6,5.7,3.8c2.4,0.2,3.8-0.2,5.4,0.3&#xD;
	c1.6,0.5,4.6,4.4,7.2,5.5c2.6,1.1,8.6,3.9,11.3,6.5c2.6,2.6,4.4,2.8,3.6,5.5c-0.8,2.8-2.1,2.9-5.2,3.9c-3.1,1-4.9,4.1-4.7,5.9&#xD;
	c0.2,1.8,0.4,3.4,0.4,3.4S562.1,149.3,563.5,151.2z"&gt;&lt;/path&gt; &lt;path class="st2" d="M260.9,476.8c-3.8,2.9-8.9,6.6-11.4,7s-6,0-10.8-1.7s-18.8-4.8-23.1-5.1c-4.3-0.4-12-1.2-20.1,2s-9,2.7-9.8,2.1&#xD;
	c-0.7-0.6-1.5-1.7,3.5-8.8c5-7,7-18.3,7.5-21.9c0.5-3.7,2.6-13.5,2.8-18.8c0.2-5.4-3.5-13.7-4-17.1s3.8-9,5.4-13.7&#xD;
	c1.6-4.6-0.6-8.3-1.5-9.7c-0.9-1.3-1.2-7.3,1.3-7.9c2.6-0.6,2.4,1.8,4.6,2c2.2,0.1,1.7-2.8,1.3-5.1c-0.4-2.3-3.8-3.1-7.8-2.9&#xD;
	c-4,0.1-7.7,3.9-10.2,5s-6,0.9-8.1,0.6c-2.1-0.2-0.6-6.4-0.9-8.9c-0.2-2.6-2.7-1.8-2.6-3.9c0.1-2.1,6.8-1.6,9.2-1.4&#xD;
	c2.3,0.1,6.7-6.1,7.1-9.1c0.4-2.9-1.5-3.5-3.5-4c-2.1-0.5-4.9,5.4-5.5,7.2c-0.6,1.8-4.4,1.8-10.2,1.6c-5.7-0.2-7.3-3.4-7.9-5.4&#xD;
	s2.7-6.8,3.3-8.6c0.6-1.7,0.4-4.6,1.3-6.4s5.4-15.9,5.4-21.5s1.7-6,3.1-6.5c1.3-0.5,5.6-2.9,9.7-6.6s3.7-9.8,4.3-14.2&#xD;
	c0.6-4.4,6.5-19.3,8.1-20.9s3.4-3.4,3.7-4.9c0.2-1.5-2.3-4-2.1-5.6s5-10.5,5.1-12.2s0.1-9.8,1.1-11.6s7-9.8,8.4-12.7&#xD;
	c1.5-2.9,0.9-22.7,0.7-25.9s-3.3-8.9-4.4-10.9c-1.1-2-0.2-16.8-0.2-21.2s-2.1-9.2-2-13.7s7.2-7.5,9.5-8.1s13.9-9.5,16-10.6&#xD;
	s4.3-1.2,6.7,0s2.2,1.6,4.2,3.8s-0.6,3.9-1.5,7.5s2.8,7.6,5.5,7.9c2.7,0.2,5-1.2,6.7-2.7s5.1-2.9,9-2.4s15.4,6.2,18.7,6.2&#xD;
	s6.5-0.4,7.8-1.5s6.4-7.1,9.5-7.5s5.3,0,5.3,0c1.7,1.2,4.6,1.8,10,1.8c10.3,0,7.8,14.8,10.3,17.1s3.9,2.1,8.6,5.1&#xD;
	c4.7,2.9,3.3,9.3,2.9,10.1c-0.3,0.8-18.3,21.8-21,23.3c-2.8,1.5-12.6,8.2-13.1,11.1c-0.5,2.9,4.3,10.3,4.3,12.1s1.1,21.7,1,23.3&#xD;
	c-0.2,1.6-2,5.4-3.6,7.3c-1.3,1.6-3.3,3.1-2,3.9l0.1,0.3c-1.3,0.1-2.9,0.7-3.6,3.2c-1.1,4.2-0.2,7.4,1.8,10.8&#xD;
	c2,3.3,2.1,11.8-1.7,16.9s-4,8.2-10.8,8s-18.4-2.3-19.8,0.8s4.1,8.7,7.3,11.7s2.9,10,2.7,11.5c-0.2,1.5,4.5,8.2,10.2,13.4&#xD;
	c5.7,5.2,6.2,5.9,6,9.4s0.6,6.3-6.6,13.1c-7.2,6.8-9.4,12.9-9.4,15.2c0,2.4-0.7,12.7,1.8,15.8c2.4,3.1,6.9,8.7,9.8,9.4&#xD;
	c2.9,0.7,6.5,1.6,8.1,2.9h-0.2c-1.3,0-3.1,5-6.9,6.6s-9.2,4.9-10.5,7.6s-3.5,10.5-8.3,15.3s-6.6,11.9-6.7,19.1s1,17.9,3.7,18.2&#xD;
	C273.8,471.9,262.9,475.3,260.9,476.8z"&gt;&lt;/path&gt; &lt;path class="st1" d="M608.1,282.7c1.2-0.1-1.8-1.3-1.7-2.1c0.3-4.4-2.9-6.5-5.1-8.7c-2.2-2.2-4.9-4-7.6-4.2&#xD;
	c-2.7-0.1-3.8,1.8-5.9,1.8s-3.3-0.7-4.2-2s-5.7-5.3-8.7-7.3c-2.9-2.1-3.1-4-2.7-6.6c0.4-2.6,4.3-5.6,5.1-7.5&#xD;
	c0.9-1.8-0.5-2.8,1.1-4.8s3.4-0.9,3.9-3.4c0.3-1.5,0-7.6-2.2-14.8s-13.9-17.7-18.1-17.2c-4.2,0.5-6.1,0.2-6.9-0.1&#xD;
	c0,0-4.4,4.2-11.4,4c-5.7-0.1-9.8-5.7-13.7-8.2s-10.1-7.8-15.3-8.2c-5.2-0.3-8.3,4.2-11.4,4.4s-3.6-0.8-6.5-0.8s-5.9,4.1-9.6,6.7&#xD;
	s-6.4,4.2-11.9,7.2c-5.5,2.9-11.1,8.2-12.9,11.6c-1.8,3.4-2.1,5.7-4.1,7.3s-7.7,8.8-8.9,11.1c-1.3,2.3-6.8,10.7-8.8,13&#xD;
	c-2,2.3-3.6,6.1-5.2,8.2s-9.9,8-12.7,7.8s-2.3-3.1-3.8-3.4s-3.8,2.1-5.5,4.4c-1.8,2.3-3.8,4.2-5.4,4.4s-5.1-0.5-7,0.3&#xD;
	c-2,0.8-2.6,2.3-4.6,2.3s-2.3-2.1-4.1-2.4s-3.6,0.7-4.1,0c0,0-2.3,7.3-1.5,10.4c0.7,3.2,0,7.6,8.8,12.2c2.2,1.5,0.5,7.6,0,9.5&#xD;
	c-0.5,2,6.1,12,12.2,14.9s5.9,0.7,7.6,0s4.6-0.2,4.9,3.7c0.2,3.9,2.4,7,2.4,8.6s-1,5.1-5.1,6.3c-4.2,1.2-4.6,5.1-6.4,6.4&#xD;
	s-4.6,0.5-4.4,2.4c0.2,2,2.7,4.2,4.4,6.1c1.7,2-4.2,6.6-4.9,7.8c-0.7,1.2-1.7,4.4-3.9,4.1c2.3,0.3,2.1,1.1,2.9,3.5&#xD;
	c0.7,2.4,4.9,4.5,6.7,5.6s9,5.1,11.1,6.5s6.1,4.8,8.5,7.3s6.1,3.9,8.7,3.8s5.9-3,8.4-2.9s5.5,3.1,9.5,3s7.3-1.9,9-3.5&#xD;
	s4.5-0.4,5.9-0.3c1.5,0.1,3.2-2,4.8-1.9c1.6,0.1,4.4,4.1,6.5,3.9s3.2-5.9,7-6s6.7,3.2,11.5,3.7s7.1,1,10.2-1.3s6.1-6.1,9.8-6.1&#xD;
	c3.7-0.1,9.1,3.2,10.9,8.5c1.8,5.3,3.8,8.3,4.5,10.3s0.2,5.6-0.7,8.4s0.1,5.5,2.6,5.6s4.8-0.7,5.1,0.6c0,0,2.7-6.3,6-9.6&#xD;
	c3.3-3.3,14.6-12.2,16.8-12.5c2.2-0.2,11-0.4,13.8-0.5s6-1.6,7.2-7.7s3.1-17.4,10.5-18.7c7.5-1.3,11.5,1,13.2,2.7s3.7,1.3,4.5,0.5&#xD;
	s3.7-3.7,2.4-8.7c-1.2-5-4.4-8.1-7.2-8.6s-11.5-5.5-11.7-8.4s0.6-4.6,1.8-6.7s1-6.6,0.7-8.8c-0.2-2.2,0-4-3.2-4s-4.2,1.1-5.9-0.6&#xD;
	s-3.5-3.7-6.4-5.3c-2.8-1.6-3.8-3.8,0.4-7.1c4.2-3.3,10.6-11,11.4-12.7s2.2-11.3,3.5-12.5C604.7,286.4,606.3,282.9,608.1,282.7z"&gt;&lt;/path&gt; &lt;path class="st1" d="M302.6,405.2c2.3-0.1,3.5,3.9,6,4.2s3.2-0.3,4.4,0.6s2.4,4.2,5.4,4.5s3.5-0.2,6.1,0s3.3,0.2,6.5,1.8&#xD;
	s6.4,3.9,11.6,3.8s10-4.3,11.8-6.5s4.9-6.8,7.1-6.6c2.2,0.2,3.3,1,4.2,4.5s3,2.4,4.5,1.1s6.1-5.8,6-8.4s-0.8-14.2,0-15.2&#xD;
	s4.3-4.5,7.7-6.5c3.3-2,8.8-8.2,10.7-9.8c2-1.7,5.7-4.6,7.9-4.3c2.3,0.3,3-2.8,3.7-4s6.6-5.9,4.9-7.8c-1.7-2-4.2-4.2-4.4-6.1&#xD;
	c-0.2-2,2.7-1.2,4.4-2.4c1.7-1.2,2.2-5.1,6.4-6.4c4.2-1.2,5.1-4.6,5.1-6.3s-2.2-4.7-2.4-8.6c-0.2-3.9-3.2-4.4-4.9-3.7&#xD;
	c-1.7,0.7-1.5,2.9-7.6,0s-12.7-13-12.2-14.9c0.5-2,2.2-8.1,0-9.5c-8.8-4.6-8.1-9-8.8-12.2s1.5-10.4,1.5-10.4&#xD;
	c-0.5-0.7-1.1-2.6-1.3-3.6c-0.2-1-1.8-2.6-4.1-2.6s-4.1,0.3-6.4,0s-3.8-3.8-7.7-5.5c-3.9-1.8-3.4-3.6-5.5-4.2&#xD;
	c-1.3-0.4-4.1,3.9-6,4.9c-2,1-1.9-2.8-2.9-4.4c-3.8-5.7-8.8-8.3-11.1-8.5s-6.4,2.9-9.6,5.2c-3.3,2.3-9.8,6.8-13.7,8.2&#xD;
	c-3.9,1.3-7.7-1.1-11.4-1.8c0,0-4-1.2-5.1,3s-0.2,7.4,1.8,10.8c2,3.3,2.1,11.8-1.7,16.9s-4,8.2-10.8,8s-18.4-2.3-19.8,0.8&#xD;
	c-1.4,3.1,4.1,8.7,7.3,11.7s2.9,10,2.7,11.5c-0.2,1.5,4.5,8.2,10.2,13.4c5.7,5.2,6.2,5.9,6,9.4s0.6,6.3-6.6,13.1&#xD;
	c-7.2,6.8-9.4,12.9-9.4,15.2s-0.7,12.7,1.8,15.8c2.4,3.1,6.9,8.7,9.8,9.4C297.4,402.9,301,403.9,302.6,405.2z"&gt;&lt;/path&gt; &lt;path class="st1" d="M564.3,149.2c2.7-0.2,9.2,0,12.1,0.2c2.9,0.2,3.4,2,6.4,2.2c2.9,0.2,4.8-0.1,5.4-1c0.6-0.9,0.2-3.2,0.5-4.4&#xD;
	c0.2-1.2,0.9-4.4,0.9-6.7s-2.2-5.1-2.2-6.8s2.3-6.6,5.5-14.4s5.4-13.1,12.4-17.5S619,82.2,619.2,81c-1.7-0.6-8.7-1-10.3-1.1&#xD;
	c-1.5-0.1-5.5-0.9-7.5-3c-4.9-5.3-7-4.6-8.3-4c-1.2,0.6-2,2.4-4.1,2.6s-2.9-2.6-2.9-4.6s2.8-4,2.4-7.5c-0.4-3.5-4.9-3.8-11-3.8&#xD;
	s-6.1-2.7-7.1-4.6c0,0,0.2,5.6-4,10.7s-20.9,25.9-21.5,26.7c-0.7,0.8-2.1,2.3-1.5,9.1c0.2,2.8-3.4,2.4-5.2,2.6s-3.1,1.1-2,4.9&#xD;
	s2,3.9,4.7,5.4c2.8,1.5,3.3,3.6,5.7,3.8c2.4,0.2,3.8-0.2,5.4,0.3c1.6,0.5,4.6,4.4,7.2,5.5c2.6,1.1,8.6,3.9,11.3,6.5&#xD;
	c2.6,2.6,4.4,2.8,3.6,5.5c-0.8,2.8-2.1,2.9-5.2,3.9c-3.1,1-4.9,4.1-4.7,5.9C564,147.6,564.3,149.2,564.3,149.2z"&gt;&lt;/path&gt; &lt;path class="st2" d="M592.6,0c-1,5.9-2.9,15.2-3.6,19.6s-1.2,15.2-2.2,17.6s-3.9,8.1-5.6,9.3c-1.7,1.2-7.3,3.7-8.6,4.6&#xD;
	c-1.2,1-3.4,1.7-2.4,3.7s1,4.6,7.1,4.6s10.6,0.3,11,3.8s-2.4,5.5-2.4,7.5s0.8,4.9,2.9,4.6c2.1-0.2,2.9-2,4.1-2.6&#xD;
	c1.3-0.7,3.4-1.3,8.3,4c2,2.1,6,2.9,7.5,3s8.6,0.5,10.3,1.1s4.2,2.8,6,5.1s3.1,2.8,5.1,2.7s3.8,0.2,5.9-0.9c2-1.1,3.1-1.3,4.8-1.2&#xD;
	s4.8,0,6.5,1.4s6,4,7.4,5.2c1.5,1.2,3.1,1.7,4.5,1.5s2.9-2.8,5.2-2.9s3.3-0.4,4.9-0.2c1.6,0.2,3.4,2.2,4.9,2.3s14.8,0.5,15.2,0.1&#xD;
	c0.5-0.4,0.2-5.5,1.6-6.7c1.4-1.2,3.2-3.9,9.2-3.8c6,0.2,7.9,1,10,3s4.4,6,6.8,6s8.2-0.5,9.2-0.1s1.8,2.2,2.8,2.5s2.1,0.6,3.3,0&#xD;
	s4.4-1.4,6.5-0.8c1.9,0.5,6.4,2.3,7.2,6.5c0,0-0.3,2.9,1.5,4.3c1.9,1.5,9.6,4.6,10.5,5.2c0.9,0.7,3.1,1.3,5.3,1.3s5.6-2.8,9.2-2.7&#xD;
	c3.6,0.1,9.9,3.2,10.7,3.9c0.8,0.7,3.1,0.9,4.8,0.7c1.7-0.2,6.9-4.2,9-5.5c2-1.3,6.1-5.2,9.7-4.8c3.6,0.4,5.1,2.1,8.5,3.1&#xD;
	s4.9,0.7,5.5,0.4c0.6-0.3,1.1-1.4-1-3.7c-2.1-2.3-7.3-8.1-7.6-8.9c-0.2-0.8,0.8-11.7-0.1-12.9c-0.9-1.1-3.5-2.4-3.2-4.4&#xD;
	s2.2-1.7,2.8-3.7s1.3-10.8,6.3-16.6s7.1-8.6,10.3-9.7c3.2-1.1,8-1.9,10.9-5.3s9.8-11.5,12.6-12.8s6.1-2,9.9-1.7&#xD;
	c3.8,0.2,8.3,3.5,11,3.4s3.3-1.3,4.9-1.2c1.6,0.1,2.7,0.1,5.2,2.6s5.7,2.9,8.1,3c2.4,0.1,7.8-2,9.2-3.1c0-0.1,0-31.8,0-31.8L592.6,0&#xD;
	z"&gt;&lt;/path&gt; &lt;path class="st1" d="M689.3,93.9c0.5-0.4,0.2-5.5,1.6-6.7s3.2-3.9,9.2-3.8s7.9,1,10,3s4.4,6,6.8,6s8.2-0.5,9.2-0.1&#xD;
	c1.1,0.4,1.8,2.2,2.8,2.5s2.1,0.6,3.3,0s4.4-1.4,6.5-0.8c1.9,0.5,6.4,2.3,7.2,6.5c0,0-0.3,2.9,1.5,4.3c1.9,1.5,9.6,4.6,10.5,5.2&#xD;
	c0.9,0.7,3.1,1.3,5.3,1.3s5.6-2.8,9.2-2.7c3.6,0.1,9.9,3.2,10.7,3.9s3.1,0.9,4.8,0.7c1.7-0.2,6.9-4.2,9-5.5c2-1.3,6.1-5.2,9.7-4.8&#xD;
	c3.6,0.4,5.1,2.1,8.5,3.1s4.9,0.7,5.5,0.4c0.9-0.5,5.1,3,5.1,5.6s-6.2,8.4-6.3,9.7c-0.2,1.3,1.3,4.6,3.6,8.5&#xD;
	c2.3,3.9,2,12.7-7.3,19.7s-19.6,13-25.9,15.7c-6.4,2.6-11.1,8.3-12.7,13.9c-1.6,5.5-3.9,7.5-11.4,8.5s-15.2,6.5-16.6,6.7&#xD;
	c-1.5,0.2-6.5,2.9-9,3.9s-8.8,1.5-11.7,1.6c-2.9,0.2-19.9,14.8-23.3,18.1c-3.4,3.3,1.6,6.5,2.3,8.2s3.1,5.2-1.3,10.8&#xD;
	c-3.1,3.9-4.6,2.4-4.9-0.8c-0.3-3.3-4.2-2-6.2,2.3s-3.1,5.4-6.4,3.6c-3.3-1.8-16.8-13.5-16.5-15s3.3-8,2.9-11.3s-1.5-5.2-2.9-7.5&#xD;
	c-1.5-2.3-2.6-5.9,1.6-9.5c4.2-3.6,5.5-5.4,5.5-9.3s-2.8-6-2.4-9.1c0.3-3.1,3.1-4.7,3.1-8.8s-3.6-4.7-3.1-7.8s4.6-5.1,7.8-8.2&#xD;
	s6-8.3,6.7-26.6c0.5-5.4,1.6-8.8,2.3-11.3c0.7-2.4,0.2-7.5,0-11.3s-1-6.8-2-9.3C690.7,95.2,689.3,93.9,689.3,93.9z"&gt;&lt;/path&gt; &lt;path class="st1" d="M540.9,137.6c-3.8,0-5.4,4.4-8.3,6.5c-2.9,2.1-4.2,2.9-6.7,2.9s-3.3-3.4-4.6-4.7s-1.5-1.5-2.8-1.3&#xD;
	s-2.6,2.3-4.2,2.4s-7.8-0.2-9.3-4.6c-1.5-4.4-0.8-6.2-1.6-7.5c-0.8-1.3-2.4-2.1-2.3-3.8c0.2-1.6,2.3-3.4,3.4-4.7&#xD;
	c1.1-1.3-0.7-8.5,0.5-11.3c1.1-2.8,3.8-5.9,7.8-5.4c4.1,0.5,5.7-0.8,5.7-0.8s-6.7-3.8-8.3-5.4s-3.8-2-5.1-3.6&#xD;
	c-1.3-1.6-2.9-3.9-5.9-5.2s-5.7-2-4.7-3.6s2.1-2.3,4.4-2.1c2.3,0.2,6.5,2.1,7.3-0.4c0.8-2.4-3.8-3.9-4.9-6.2c-1.1-2.3-1.5-5.2-1.5-7&#xD;
	s-0.5-2.6-4.2-2.6c-3.8,0-9.6,0.7-13.2,0.7s-4.4,1-7,1.1s-4.2,1.5-5.4,3.1c-1.1,1.6-4.1,4.2-5.4,5.2s-1.6,2-1.1,3.6s3.1,8,0.7,11.4&#xD;
	s-4.6,3.8-7.5,3.1c-2.9-0.7-10.3-12.6-14.7-15.3c-4.4-2.8-8.3-5.4-11.9-5.2c-3.6,0.2-3.1,1.1-6.7,1c-3.6-0.2-5.9-3.9-6-6.2&#xD;
	s-0.3-6-2.6-6.5s-5.1,1.1-7,3.4c-2,2.3-2.1,2.1-6.2,2.1s-7.7-0.2-9.9,3.3c-2.3,3.4-8.3,1.3-10.9,1s-5.2-0.2-7.5,2.6s-3.6,2.9-6,2.8&#xD;
	s-9.6-5.4-11.4-6c-1.8-0.7-2.1,1.3-4.1,2.4s-4.4,1.3-7.2-0.8c-2.8-2.1-4.2-1.5-5.7,0.8s-3.6,6.4-11.6,8.2c-8,1.8-10.1,0.5-10.1,0.5&#xD;
	s-1.5,6.4-2.9,8c-1.5,1.6-4.7,7.5-4.9,11.3s0.2,5.5,6,10.1c5.9,4.6,3.8,16.1,2,17.9s-10.4,4.7-9.9,9.6c0.5,4.9,2,7,12.2,7&#xD;
	s7.8,14.8,10.3,17.1s3.9,2.1,8.6,5.1c4.7,2.9,3.3,9.3,2.9,10.1c-0.3,0.8-18.3,21.8-21,23.3c-2.8,1.5-12.6,8.2-13.1,11.1&#xD;
	s4.3,10.3,4.3,12.1s1.1,21.7,1,23.3c-0.2,1.6-2,5.4-3.6,7.3s-4.2,3.8-0.5,4.4c3.8,0.7,7.5,3.1,11.4,1.8c3.9-1.3,10.4-5.9,13.7-8.2&#xD;
	c3.3-2.3,7.3-5.4,9.6-5.2s7.3,2.8,11.1,8.5c1,1.6,1,5.4,2.9,4.4c2-1,4.7-5.3,6-4.9c2.1,0.7,1.6,2.4,5.5,4.2c3.9,1.8,5.4,5.2,7.7,5.5&#xD;
	s4.1,0,6.4,0s3.9,1.6,4.1,2.6s0.8,2.9,1.3,3.6s2.3-0.3,4.1,0c1.8,0.3,2.1,2.4,4.1,2.4s2.6-1.5,4.6-2.3s5.4-0.2,7-0.3&#xD;
	c1.6-0.2,3.6-2.1,5.4-4.4s4.1-4.7,5.5-4.4c1.5,0.3,1,3.3,3.8,3.4c2.8,0.2,11.1-5.7,12.7-7.8c1.6-2.1,3.9-6.5,5.8-8.8&#xD;
	s6.9-10.1,8.2-12.4s7-9.5,8.9-11.1c2-1.6,2.3-3.9,4.1-7.3s7.3-8.6,12.9-11.6c5.5-2.9,8.2-4.6,11.9-7.2c3.8-2.6,6.7-6.7,9.6-6.7&#xD;
	s3.4,1,6.5,0.8s6.2-4.7,11.4-4.4c5.2,0.3,11.4,5.7,15.3,8.2s8,8,13.7,8.2c7,0.2,11.4-4,11.4-4c-0.7-0.2-2.6-4.2-3.9-11.1&#xD;
	s3.1-8.7,6.1-8.7c3.1,0,3.4-0.4,3.3-4.2c-0.1-3.8,0.2-7.8,1.3-8.8s6.5-7,7-11.3s-0.9-5.5-3.1-7.8c-1-1-1.9-2.1-2.5-2.9&#xD;
	c0,0-3.2,0.3-4.4-0.1s-6.1-3.3-7.6-5.5C550.1,143.6,545.2,137.6,540.9,137.6z"&gt;&lt;/path&gt; &lt;path class="st1" d="M667.2,230.5c-0.8,0.3-2.9,1.1-6.4-0.1c-3.4-1.2-5.1-2.9-7.5-2.9c-2.3,0-4.2,5.5-5.9,7.2s-2.7,2-2.8,3.2&#xD;
	s0,1.7,1.3,3.3s1.6,1.3,2.1,7.2s-2.7,10.8-5.7,13.7s-7.8,9.3-10.6,11.9s-2.7,3.1-5,4.4s-6,7.8-7.5,8.9s-2.7-0.1-5.2-1.6&#xD;
	c-2.4-1.5-7.8-2.9-7.7-5c0.3-4.4-2.9-6.5-5.1-8.7c-2.2-2.2-4.9-4-7.6-4.2c-2.7-0.1-3.8,1.8-5.9,1.8s-3.3-0.7-4.2-2&#xD;
	c-0.9-1.2-5.7-5.3-8.7-7.3c-2.9-2.1-3.1-4-2.7-6.6c0.4-2.6,4.3-5.6,5.1-7.5c0.9-1.8-0.5-2.8,1.1-4.8s3.4-0.9,3.9-3.4&#xD;
	c0.3-1.5,0-7.6-2.2-14.8s-13.9-17.7-18.1-17.2s-6.1,0.2-6.8,0s-2.6-4.2-3.9-11.1s3.1-8.7,6.1-8.7s3.4-0.4,3.3-4.2&#xD;
	c-0.1-3.8,0.2-7.8,1.3-8.8s6.5-7,7-11.3s-0.9-5.5-3.1-7.8c-2.2-2.3-4.4-4.8-1.7-5s9.2,0,12.1,0.2c2.9,0.2,3.4,2,6.4,2.2&#xD;
	c2.9,0.2,4.8-0.1,5.4-1c0.6-0.9,0.2-3.2,0.5-4.4c0.2-1.2,0.9-4.4,0.9-6.7s-2.2-5.1-2.2-6.8s2.3-6.6,5.5-14.4s5.4-13.1,12.4-17.5&#xD;
	s13.7-18.6,13.9-19.8c1.7,0.6,4.3,2.8,6.1,5.1c1.8,2.3,3.1,2.8,5.1,2.7c2-0.1,3.8,0.2,5.9-0.9s3.1-1.3,4.8-1.2&#xD;
	c1.7,0.1,4.8,0,6.5,1.4s6,4,7.4,5.2c1.5,1.2,3.1,1.7,4.5,1.5s2.9-2.8,5.2-2.9s3.3-0.4,4.9-0.2c1.6,0.2,3.4,2.2,4.9,2.3&#xD;
	c1.5,0.1,14.7,0.5,15.2,0.1c0,0,4.3,5.2,4.3,12.9c0,3.8,0.7,8.8,0,11.3c-0.7,2.4-1.8,5.9-2.3,11.3c-0.7,18.3-3.4,23.5-6.7,26.6&#xD;
	s-7.3,5.1-7.8,8.2c-0.5,3.1,3.1,3.8,3.1,7.8c0,4.1-2.8,5.7-3.1,8.8s2.4,5.2,2.4,9.1c0,3.9-1.3,5.7-5.5,9.3s-3.1,7.2-1.6,9.5&#xD;
	s2.6,4.2,2.9,7.5s-2.6,9.8-2.9,11.3C672.1,227.4,667.7,230.3,667.2,230.5z"&gt;&lt;/path&gt; &lt;path class="st1" d="M302.6,405.2c2.3-0.1,3.5,3.9,6,4.2c2.4,0.2,3.2-0.3,4.4,0.6c1.2,0.9,2.4,4.2,5.4,4.5s3.5-0.2,6.1,0&#xD;
	s3.3,0.2,6.5,1.8c3.2,1.6,6.4,3.9,11.6,3.8s10-4.3,11.8-6.5s4.9-6.8,7.1-6.6c2.2,0.2,3.3,1,4.2,4.5c1,3.5,3,2.4,4.5,1.1&#xD;
	s6.1-5.8,6-8.4c-0.2-2.6-0.8-14.2,0-15.2s4.3-4.5,7.7-6.5c3.3-2,8.8-8.2,10.7-9.8s5.7-4.6,7.9-4.3c2.3,0.3,2.1,1.1,2.9,3.5&#xD;
	c0.7,2.4,4.9,4.5,6.7,5.6s9,5.1,11.1,6.5s6.1,4.8,8.5,7.3s6.1,3.9,8.7,3.8s5.9-3,8.4-2.9s5.5,3.1,9.5,3s7.3-1.9,9-3.5&#xD;
	s4.5-0.4,5.9-0.3s3.2-2,4.8-1.9s4.4,4.1,6.5,3.9s3.2-5.9,7-6s6.7,3.2,11.5,3.7s7.1,1,10.2-1.3s6.1-6.1,9.8-6.1&#xD;
	c3.7-0.1,9.1,3.2,10.9,8.5s3.8,8.3,4.5,10.3s0.2,5.6-0.7,8.4s0.1,5.5,2.6,5.6s4.8-0.7,5.1,0.6c0.4,1.3,1.2,7.6,7.2,8.2&#xD;
	s9,1.3,9.8,3.3s-0.1,9.8,2.4,13.7s3.4,5.6,4.3,7.5c0.9,1.8,8.9,9.3,11.3,11.5c2.3,2.2,3.8,2.8,2.8,5.9s-4.9,4.4-6.4,10&#xD;
	s-9.3,24.5-14.1,27.9s-6.6,2.7-8.6,0.5s-6.4-7-10.3-6.8c-3.9,0.1-8.9,5.8-11.3,8.7c-2.3,2.9-5.6,2.9-8.4,2.9s-10.6-3.3-15.3-3.3&#xD;
	s-16.4,2.7-20.5,2.4c-4.2-0.2-12.2-2.6-16.8-2.2c-4.5,0.4-18.2,2.6-29.8,2.4c-6.2,0-7.7,2-13.7,8.6c-6,6.6-13,6.7-20.8,6.8&#xD;
	s-14.7,6-17.6,10.3s-4.4,8.9-4.5,10.9s-1.1,2.1-2.7,1.5s-2.9-1.3-4.5,0.3s-4.5,7.5-9.7,7.3c-5.1-0.2-18.1-8.4-23.4-13.3&#xD;
	s-9.9-7.3-10.2-17.6c-0.4-7.3-2.6-7.9-4.9-10s-4.5-2.1-3.8-12.7c0.5-4.5-3.1-7.5-8.8-12c-5.7-4.5-15.9-15.3-23.8-16.8&#xD;
	s-17-0.4-19.7-0.7c-2.7-0.4-3.8-11-3.7-18.2c0.1-7.2,2-14.3,6.7-19.1s7-12.6,8.3-15.3c1.3-2.7,6.7-6,10.5-7.6&#xD;
	C299.5,410.2,301.4,405.2,302.6,405.2z"&gt;&lt;/path&gt; &lt;path class="st1" d="M583,463.7c-0.6-0.8-1.5-1.6-2.7-2.7c-2.3-2.2-10.4-9.7-11.3-11.5c-0.9-1.8-1.7-3.5-4.3-7.5&#xD;
	c-2.6-3.9-1.7-11.7-2.4-13.7s-3.8-2.7-9.8-3.3s-6.8-6.8-7.2-8.2l0,0c0,0,2.7-6.3,6-9.6c3.3-3.3,14.6-12.2,16.8-12.5&#xD;
	c2.2-0.2,11-0.4,13.8-0.5s6-1.6,7.2-7.7s3.1-17.4,10.5-18.7c7.5-1.3,11.5,1,13.2,2.7c0.7,0.7,1.5,1.1,2.2,1.2c0,0-0.2,6,0,9.9&#xD;
	s-2.2,4.3-3.1,6.4c-0.9,2,0.1,3.5,1.1,5.4s1.1,3.9,1.1,12.6c-0.1,8.6,7.7,13,10.8,15.7s4.6,3.1,6.6,4.6c0.7,0.5,2.5,2,1.1,3.6&#xD;
	s-3.5,4.4-3.3,5.5s0,2.2,3.8,2.1s3.9,0.7,3.9,1.7s-3.1,7.9-10.9,9c-7.8,1.1-16.3,1.5-20,2.1s-8.2,2.7-13.9,7c-5.6,4.3-6.9,6-7.4,6.4&#xD;
	C584.4,464.1,583.6,464.5,583,463.7z"&gt;&lt;/path&gt; &lt;path class="st1" d="M631.5,426.3c-2-1.5-3.5-2-6.6-4.6c-3.1-2.7-10.8-7-10.8-15.7c0.1-8.6-0.1-10.7-1.1-12.6s-2-3.3-1.1-5.4&#xD;
	c0.9-2,3.2-2.4,3.1-6.4s0-9.9,0-9.9c1,0.1,1.8-0.2,2.3-0.7c0.9-0.9,3.7-3.7,2.4-8.7c-1.2-5-4.4-8.1-7.2-8.6s-11.5-5.5-11.7-8.4&#xD;
	s0.6-4.6,1.8-6.7s1-6.6,0.7-8.8c-0.2-2.2,0-4-3.2-4s-4.2,1.1-5.9-0.6s-3.5-3.7-6.4-5.3s-3.8-3.8,0.4-7.1c4.2-3.3,10.6-11,11.4-12.7&#xD;
	c0.7-1.7,2.2-11.3,3.5-12.5s3-4.8,4.8-4.9l-0.1,0.1c1.8,1,4.4,1.9,5.9,2.8c2.4,1.5,3.6,2.7,5.2,1.6c1.5-1.1,5.2-7.6,7.5-8.9&#xD;
	s2.2-1.8,5-4.4S639,265,642,262c3.1-2.9,6.2-7.8,5.7-13.7s-0.7-5.6-2.1-7.2s-1.5-2.1-1.3-3.3c0.1-1.2,1.1-1.5,2.8-3.2&#xD;
	s3.5-7.2,5.9-7.2c2.3,0,4,1.7,7.5,2.9s5.6,0.4,6.4,0.1c0.5-0.2,4.9-3.1,4.9-3.1l0,0c-0.3,1.5,13.2,13.2,16.5,15&#xD;
	c1.5,0.8,2.5,1,3.4,0.6c0,0,1.9,3.4-2.9,8.9c-4.8,5.5-10.9,19.2-12,20.1s-6,5.9-7,8.3s-3.9,7.8-6.4,10.8c-2.4,2.9-5.3,10-6.2,12.5&#xD;
	s-2.4,6.7-4.5,10.2c-2.1,3.4-1.6,7.9,0.9,11.4s3.5,5.1,4.8,11.6c1.2,6.5,5.7,13.9,8.1,16.4c2.3,2.4,6.1,3.5,8.6,4.6&#xD;
	c2.4,1.1,7.1,4.2,6.8,6.6c-0.2,2.4-4.2,7.2-10.8,11.5s-12.8,8.4-14.8,10.4s-12.5,16.3-16.9,25.8&#xD;
	C635.1,421.5,633.6,426.7,631.5,426.3z"&gt;&lt;/path&gt; &lt;path class="st1" d="M221.3,147.2c2.3-0.6,13.9-9.5,16-10.6s4.3-1.2,6.7,0s2.2,1.6,4.2,3.8s-0.6,3.9-1.5,7.5s2.8,7.6,5.5,7.9&#xD;
	c2.7,0.2,5-1.2,6.7-2.7c1.7-1.5,5.1-2.9,9-2.4s15.4,6.2,18.7,6.2c3.3,0,6.5-0.4,7.8-1.5s6.4-7.1,9.5-7.5s5.3,0,5.3,0&#xD;
	c0.2,0,0.3-0.3,0.1-0.4c-1.6-1.1-2-2.9-2.3-5.2c-0.5-4.9,8.2-7.8,9.9-9.6s3.9-13.4-2-17.9c-5.9-4.6-6.2-6.4-6-10.1s3.4-9.6,4.9-11.3&#xD;
	c1.5-1.6,2.9-8,2.9-8V85c0,0,0.9-2.5-2.3-6c-3.2-3.4-0.1-6.4,1.1-8.4s-1.3-2.7-4.9-5.5c-3.5-2.9-5.3-8.3-5.9-11.6s4.9-9.8,7.3-11.3&#xD;
	s1.6-3.2,2-3.5c0,0-2.2-0.3-3.8-0.7c-1.5-0.3-5.1,0.2-7.3,0c-2.2-0.2-5.9-1.9-9.5-6s-5-6.4-6.8-6.2c-1.8,0.2-3.6,2.5-5.5,2.5&#xD;
	s-2.9-4.2-5.4-4.2s-4.1,4.1-5.9,3.8c-1.8-0.3-2.1-3.2-5.4-3.1s-12.5,8.2-15.6,10.6s-3.9,4.7-1.6,8c2.3,3.3,2.6,4.2,1.5,5.2&#xD;
	s-3.5,0.4-6.4,0.4s-4.2,1.8-9.5,1.8s-12.6-0.9-16.6,1.2c-4.1,2.1-16.1,10.9-18,12.7c-2,1.8-3.8,5.5-2.5,8.9c1.2,3.4,3.3,4.5,3.8,6.4&#xD;
	s0.6,6.6,1.1,7.5c0.6,0.9,1.2,2.3,2.9,1.8s2.4-2.4,3.6-2s1.9,1.1,1.1,2.3s-3.3,3.3-3.2,5.4s1.1,6.4,3.1,6.3s2.9-2,5.2-3.3&#xD;
	c2.4-1.3,4.2-1.6,4.7-0.6c0.6,1.1,0.2,3.3-2.7,6s-2.1,5.1-1.1,6c1,0.8,3.4,1.1,2.1,4s-3.4,4.6-2.4,6.1s2.4,1.6,4.7,1.7&#xD;
	c2.4,0.1,2.9,1.9,1,3.6s-9.7,9-10.7,10.5c-1.2,1.9-2.1,6.4,0.4,9.5C212.3,147.9,217.9,148.1,221.3,147.2z"&gt;&lt;/path&gt; &lt;path class="st1" d="M416.9,68c-1-0.8-1-2.3-2.1-2.6c-2.3-0.5-5.1,1.1-7,3.4c-2,2.3-2.1,2.1-6.2,2.1s-7.7-0.2-9.9,3.3&#xD;
	c-2.3,3.4-8.3,1.3-10.9,1s-5.2-0.2-7.5,2.6s-3.6,2.9-6,2.8s-9.6-5.4-11.4-6c-1.8-0.7-2.1,1.3-4.1,2.4s-4.4,1.3-7.2-0.8&#xD;
	c-2.8-2.1-4.2-1.5-5.7,0.8s-3.6,6.4-11.6,8.2c-8,1.8-10.1,0.5-10.1,0.5c-0.2-0.1-0.1-0.5-0.1-0.5s0.9-2.5-2.3-6&#xD;
	c-3.2-3.4-0.1-6.4,1.1-8.4c1.2-2.1-1.3-2.7-4.9-5.5s-5.3-8.3-5.9-11.6s4.9-9.8,7.3-11.3s1.4-3.5,2-3.5c4.4-0.1,7.9-2.1,14.1,0&#xD;
	s27.2,1,29.2,0.7s7.2-3.4,10.4-4.1c3.3-0.7,7.5,2.6,12.2,4.1s11.9,3.3,14.8,3.6s9.6,4.4,16.5,5.4s11.9,2.3,15.8,2.9&#xD;
	c3.9,0.7,8.2,2,5.2,5.9c-2.9,3.9-9.1,7-11.4,8.8C418.9,67.9,418.5,69.2,416.9,68z"&gt;&lt;/path&gt; &lt;path class="st2" d="M280.6,670.1c4.9-4.2,16.6-12.5,19.3-14.2c2.7-1.7,13-10,15.7-13.2s8.6-7.6,11.5-10.5s4.9-4.4,6.6-10.5&#xD;
	s1.2-6.1,3.9-10.3s4.6-13.5,7.6-21.5s8.3-20.8,12.5-20.5c4.2,0.2,4.2,1.5,9.8-0.7s7.6-4.6,10.8-4.2s3.7,2.8,5.1,6.2&#xD;
	c0.8,2,2.2,1.1,2.2,3.1s-1.7,8.3,2.4,11.7c4.2,3.4,25.2,24.9,27.1,26.2c2,1.2,9.3,7.8,18.3,7.6s8.1-0.6,12-2s4.9-1.4,13.7-1.7&#xD;
	s13-5.1,16.1-5.6s7.8,2.2,13.9,3.9s13.5,1,17.1-3.9s6.7-15.3,11.7-15.7c3.3-0.4,3.6,2.4,3.4,5.6c-0.4,6.1-0.3,7.1,0.2,15&#xD;
	c0.2,2.8-0.4,4.9,5.5,5.1c5.9,0.2,43.5,0.5,47.9,0.2c4.4-0.2,20.8-8.6,25.4-13.5c4.6-4.9,4.9-4.2,7.8-5.9c2.9-1.7,10.3-7.8,13-12.5&#xD;
	c2.7-4.6,10.3-11.7,11.7-13c1.5-1.2,1.7-2,4.6-0.5s4.2,0.2,5.9-1s2.9-1.7,4.9,0.2c2,2,1.7,3.4,5.1,2.2s4.9-3.4,5.6-5.6&#xD;
	s7.5-8.1,10.3-8.1s5.5,4.3,7.9,6s5.2,1.8,7,1.1s8.8-7.1,11.7-11.6s4.9-5,6-7.5s2.6-5.3,16.2-11c13.6-5.7,18-10.4,20.5-12&#xD;
	s19.4-9,21.8-10.5s1.7-2.9,18.8-2.4s23,1,25.9-0.1s7.2-4.4,13.1-4.2c6,0.2,11.4,3,14.4,2.9c3.1-0.1,7.2-3,12.5-8.5&#xD;
	s15.8-6.2,19.6-6.3c3.8-0.1,15.4,0.2,18.6-0.8c3.2-1,14.2-8.1,16.6-8.2L899.5,670L280.6,670.1z"&gt;&lt;/path&gt; &lt;path class="st1" d="M801.1,292.5c-3.3,3.6-7.3,4.9-8.1,7.6s2.4,6.4,5.1,7.6c2.7,1.2,3.9-1.2,7.6-3.2c3.7-2,6.6-1.7,7.3-0.7&#xD;
	s2,4.1,2,7.7s3.6,3.8,5.9,3.8c2.3,0,6.2,0.5,6.8,1.8c0.7,1.3,1.3,2.6,4.7,2.3c3.4-0.3,9.5-8.5,12.4-15.8s5.1-14.7,3.1-17.9&#xD;
	c-2-3.3-6.4-0.5-8,0s-4.7-0.4-5.5-1.6s0.7-9.2-2.4-9.7c-3.1-0.5-6.4,1.3-7.8,2.3C822.8,277.5,811,281.7,801.1,292.5z"&gt;&lt;/path&gt; &lt;path class="st1" d="M866.8,263.8c-1.1,2.9,0.5,7.3,3.9,7.8s6.8,0.2,9.9,1.3c3.1,1.1,3.8,4.1,6.8,4.2s8-0.3,7.8-3s0-3.3-4.4-7.1&#xD;
	c-4.4-3.8-4.6-7.2-7.5-7s-1.6,1.3-6.2,1.8S867.6,261.6,866.8,263.8z"&gt;&lt;/path&gt; &lt;path class="st1" d="M823.1,326.9c-0.9,1.3-0.5,5.2,1.3,5.4c1.8,0.2,2.6-0.3,2.4-3.4C826.7,325.7,824.7,324.6,823.1,326.9z"&gt;&lt;/path&gt; &lt;path class="st1" d="M743,338.6c-3.4,2.3-7,9.6-6.2,12.2s2.9,4.6,5.4,4.2s4.7-5.7,5.1-7.5c0.3-1.8,0.8-2.3,3.1-2.1&#xD;
	c2.3,0.2,5.4-0.7,5.7-2.9c0.3-2.3,0.5-8.5-3.3-8C749.1,335,743,338.6,743,338.6z"&gt;&lt;/path&gt; &lt;path class="st1" d="M746.5,361.6c-1.1,1.8-3.4,7.7-1.1,8c2.3,0.3,3.5-1.9,4.6-2.9s2-0.5,3.8-0.5s3.2-2.9,0.9-4.1&#xD;
	C752.5,361,748.4,358.6,746.5,361.6z"&gt;&lt;/path&gt; &lt;path class="st1" d="M35.6,638.8c-3.3,1.8-5-1.3-6,0.7s-0.6,4.4,3,5.7s4.8,4,7,1.1s4.9-6.2,5.3-7.8c0.4-1.6,1-4.6-1.5-4.6&#xD;
	C37.7,633.9,38.9,637,35.6,638.8z"&gt;&lt;/path&gt; &lt;path class="st1" d="M79.2,611.7c-0.9,2.4,0.2,4.4,1.7,6.2s2,3.7,4.8,2.9c2.8-0.7,4.9-1.5,5.3-3.8s0.9-7.5-2.6-7.8&#xD;
	C84.9,608.8,80.5,608.2,79.2,611.7z"&gt;&lt;/path&gt; &lt;path class="st1" d="M41,569.2c-1.6,0.9-3.3,3.1-1.5,5.5s3.5,8.2,3.7,10.2c0.1,2,2.3,8.1,5.1,7.7c2.8-0.4,3.1-4.4,3.9-7.6&#xD;
	c0.9-3.2,0.6-7,1.1-9.2s2.8-8.3,0-9.4C50.6,565.3,48.2,565.1,41,569.2z"&gt;&lt;/path&gt; &lt;path class="st1" d="M105.1,601.1c2.9,3.8,8.2,15.5,9.2,16.8c1,1.2,4.3,4.8,9.3,4.3c5-0.5,8.4-4.5,12.2-13.9s9.5-15.7,12.5-18.6&#xD;
	c2.9-2.9,4.9-7.1,2.1-7.7c-2.8-0.6-2.9-0.4-7.2,0.7s-7.3,0.5-9.2,4.3s-2.8,4.4-4.4,5.1s-1.7,1.6-2.3,2c-0.6,0.4-2,0.6-5.5,0.6&#xD;
	s-5.5,0.6-6.7,1.7c-1.2,1.1-1.8,2.2-5,2.1C106.8,598.3,102.9,598.2,105.1,601.1z"&gt;&lt;/path&gt; &lt;path class="st1" d="M177,615.2c-2.3,2.6-4,4-5.7,5.5s-2.3,5.5-1.6,7.2s3.2,6.5,5.5,8.4c2.3,2,3.9,2.9,9.5,2.8&#xD;
	c5.6-0.1,6.8-1.1,9.4-4.2s5.6-4.9,5.4-8.7c-0.2-3.8,0.6-3.8-1.3-6.6s-2.8-3.1-2.6-6.4c0.2-3.3,2.4-4.4-1.8-4.3&#xD;
	c-4.3,0.1-6.4-2-10.6,0.5C178.9,612,177,615.2,177,615.2z"&gt;&lt;/path&gt; &lt;path class="st1" d="M271.9,586.6c-2.9,0.6-4.5,7.2-4.6,9.7c-0.1,2.4,1.8,7.6-3.8,9.9c-5.6,2.3-13,9-10.5,10.5&#xD;
	c2.4,1.5,5.5,1.1,7.9,0s14.1-9.3,16.6-10.2c2.6-0.9,7.1-2.8,8.6-6.7s3.3-12.4,2.4-20.9s0.5-12.4-3.2-11.4s-7.6,6.7-8.2,10.2&#xD;
	C276.6,581.1,273.1,586.3,271.9,586.6z"&gt;&lt;/path&gt; &lt;path class="st1" d="M288.8,553.2c-1.1,3.1-3.1,8.8,0,8.9c3.1,0.1,5.2-2.3,8.3-3.9c3.2-1.6,4.6-1.2,7-2.3s6.5-6.1,7.3-10.4&#xD;
	c0.9-4.3,2.2-9.4,1-9.2s-1.7,1.6-4.2,3.4c-2.4,1.8-5.7,3.4-9.8,5.1C294.4,546.6,289.9,550.1,288.8,553.2z"&gt;&lt;/path&gt; &lt;path class="st1" d="M305.4,533.1c1.7,1.8,3.8,2.9,5.5,0.6c1.7-2.3,0.6-4.9-2.4-4.4C305.4,529.8,304.2,531.9,305.4,533.1z"&gt;&lt;/path&gt; &lt;polygon class="st3" points="19.5,522.5 19.5,657.5 270.1,657.5 319.1,615 319.1,522.5 "&gt;&lt;/polygon&gt; &lt;path class="st1" d="M521.3,95.3c-1.7,1.1-3,6.7,1.8,7.9c4.8,1.2,7.9-1.6,7.7-2.7s-1.7-2.8-3.7-3.9&#xD;
	C525.1,95.7,522.9,94.3,521.3,95.3z"&gt;&lt;/path&gt; &lt;path class="st1" d="M427.5,268.3c2.1-0.2,3.1,1.1,4.6,1.1s3.3-1.8,5.1-2.3c1.8-0.5,2.8-1.3,4.7,0c2,1.3,1.6,1.9,4.1,0.8&#xD;
	c2.4-1.1,2.8-2.6,4.1-2.4s4.2,5.2,9.8,5.9c5.5,0.7,9.5,1.8,11.4,2.8c2,1,5.1,4.4,3.3,6.2c-1.8,1.8-6.5,5.4-7.7,7.3&#xD;
	c-1.1,2-1.6,5.1,1,4.9s9.6-6.2,13-7.8c3.4-1.6,7.3-4.1,13.2-4.2s12.7-0.8,11.7-4.6c-1-3.8-4.1-3.6-5.7-6.7s0.5-6.4,1.6-8&#xD;
	s0.3-7.2-2.3-9.9c-2.6-2.8-6.5-8.8-8.2-10.1c-1.6-1.3-3.6-2.3-5.7-2.6s-2.1-1.5,0-2.8s0.7-2.3-1-3.9c-1.6-1.6-2.6-4.6-0.7-6.7&#xD;
	s2.6-3.9,2.4-6.7s-0.5-2-1.6-4.1s-0.7-8.4-0.7-8.4s-2.9,1.8-5.7,3.4c-11.1,5.2-15.6,12.5-16.3,14.1c-0.8,1.7-1.3,4.6-4.9,7.7&#xD;
	c-3.6,3.1-12.1,16.8-13.3,18.7c-1.1,2-3.4,3.4-7,9.9c-0.8,1.4-2.1,3.2-4.8,5.3C429.2,267.5,427.5,268.3,427.5,268.3z"&gt;&lt;/path&gt; &lt;/svg&gt;&#xD;
&lt;div class="point" id="galicia"&gt;&lt;!--?xml version="1.0" encoding="utf-8"?--&gt;&lt;svg id="Layer_1" style="enable-background:new 0 0 10.5 10.5;" version="1.1" viewbox="0 0 10.5 10.5" x="0px" xml:space="preserve" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" y="0px"&gt;&#xD;
&lt;style type="text/css"&gt;.st5{fill:#EFE30C;}&#xD;
&lt;/style&gt;&#xD;
&lt;path class="st5" d="M7.6,4.7H5.8V2.9c0-0.3-0.2-0.6-0.6-0.6S4.7,2.6,4.7,2.9v1.8H2.9c-0.3,0-0.6,0.2-0.6,0.6s0.2,0.6,0.6,0.6h1.8&#xD;
	v1.8c0,0.3,0.2,0.6,0.6,0.6s0.6-0.2,0.6-0.6V5.8h1.8c0.3,0,0.6-0.2,0.6-0.6S7.9,4.7,7.6,4.7z"&gt;&lt;/path&gt; &lt;/svg&gt;&#xD;
&lt;div class="info"&gt;&#xD;
&lt;div class="content_container"&gt;&#xD;
&lt;div class="title"&gt;GALICIA&lt;/div&gt;&#xD;
&#xD;
&lt;div class="text"&gt;&lt;a href="https://www.csif.es/es/articulo/galicia/educacion/64850" target="_blank"&gt;OPOSICIONES GALICIA&lt;/a&gt;&lt;/div&gt;&#xD;
&lt;/div&gt;&#xD;
&lt;/div&gt;&#xD;
&lt;/div&gt;&#xD;
&#xD;
&lt;div class="point" id="canarias"&gt;&lt;!--?xml version="1.0" encoding="utf-8"?--&gt;&lt;svg id="Layer_1" style="enable-background:new 0 0 10.5 10.5;" version="1.1" viewbox="0 0 10.5 10.5" x="0px" xml:space="preserve" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" y="0px"&gt;&#xD;
&lt;style type="text/css"&gt;.st5{fill:#EFE30C;}&#xD;
&lt;/style&gt;&#xD;
&lt;path class="st5" d="M7.6,4.7H5.8V2.9c0-0.3-0.2-0.6-0.6-0.6S4.7,2.6,4.7,2.9v1.8H2.9c-0.3,0-0.6,0.2-0.6,0.6s0.2,0.6,0.6,0.6h1.8&#xD;
	v1.8c0,0.3,0.2,0.6,0.6,0.6s0.6-0.2,0.6-0.6V5.8h1.8c0.3,0,0.6-0.2,0.6-0.6S7.9,4.7,7.6,4.7z"&gt;&lt;/path&gt; &lt;/svg&gt;&#xD;
&lt;div class="info"&gt;&#xD;
&lt;div class="content_container"&gt;&#xD;
&lt;div class="title"&gt;CANARIAS&lt;/div&gt;&#xD;
&#xD;
&lt;div class="text"&gt;&lt;a href="https://www.csif.es/es/portada/canariaseducacion/categoria/oposiciones" target="_blank"&gt;Novedades Oposiciones Docentes en CANARIAS&lt;/a&gt;&lt;/div&gt;&#xD;
&lt;/div&gt;&#xD;
&lt;/div&gt;&#xD;
&lt;/div&gt;&#xD;
&#xD;
&lt;div class="point" id="andalucia"&gt;&lt;a href="https://www.csif.es/es/articulo/nacional/educacion/60630" target="_blank"&gt;&lt;!--?xml version="1.0" encoding="utf-8"?--&gt;&lt;svg id="Layer_1" style="enable-background:new 0 0 10.5 10.5;" version="1.1" viewbox="0 0 10.5 10.5" x="0px" xml:space="preserve" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" y="0px"&gt;&#xD;
&lt;style type="text/css"&gt;.st5{fill:#EFE30C;}&#xD;
&lt;/style&gt;&#xD;
&lt;path class="st5" d="M7.6,4.7H5.8V2.9c0-0.3-0.2-0.6-0.6-0.6S4.7,2.6,4.7,2.9v1.8H2.9c-0.3,0-0.6,0.2-0.6,0.6s0.2,0.6,0.6,0.6h1.8&#xD;
	v1.8c0,0.3,0.2,0.6,0.6,0.6s0.6-0.2,0.6-0.6V5.8h1.8c0.3,0,0.6-0.2,0.6-0.6S7.9,4.7,7.6,4.7z"&gt;&lt;/path&gt; &lt;/svg&gt; &lt;/a&gt;&#xD;
&lt;div class="info"&gt;&#xD;
&lt;div class="content_container"&gt;&#xD;
&lt;div class="title"&gt;ANDALUC&amp;Iacute;A&lt;/div&gt;&#xD;
&#xD;
&lt;div class="text"&gt;&lt;a href="https://www.csif.es/es/portada/andaluciaeducacion/categoria/oposiciones" target="blank_"&gt;Novedades Andaluc&amp;iacute;a &lt;/a&gt;&lt;/div&gt;&#xD;
&lt;/div&gt;&#xD;
&lt;/div&gt;&#xD;
&lt;/div&gt;&#xD;
&#xD;
&lt;div class="point" id="castilla_leon"&gt;&lt;!--?xml version="1.0" encoding="utf-8"?--&gt;&lt;svg id="Layer_1" style="enable-background:new 0 0 10.5 10.5;" version="1.1" viewbox="0 0 10.5 10.5" x="0px" xml:space="preserve" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" y="0px"&gt;&#xD;
&lt;style type="text/css"&gt;.st5{fill:#EFE30C;}&#xD;
&lt;/style&gt;&#xD;
&lt;path class="st5" d="M7.6,4.7H5.8V2.9c0-0.3-0.2-0.6-0.6-0.6S4.7,2.6,4.7,2.9v1.8H2.9c-0.3,0-0.6,0.2-0.6,0.6s0.2,0.6,0.6,0.6h1.8&#xD;
	v1.8c0,0.3,0.2,0.6,0.6,0.6s0.6-0.2,0.6-0.6V5.8h1.8c0.3,0,0.6-0.2,0.6-0.6S7.9,4.7,7.6,4.7z"&gt;&lt;/path&gt; &lt;/svg&gt;&#xD;
&lt;div class="info"&gt;&#xD;
&lt;div class="content_container"&gt;&#xD;
&lt;div class="title"&gt;CASTILLA Y LE&amp;Oacute;N&lt;/div&gt;&#xD;
&#xD;
&lt;div class="text"&gt;&lt;a href="https://www.csif.es/es/articulo/castillayleon/educacion/77626" target="blank_"&gt;Novedades Castilla y Le&amp;oacute;n &lt;/a&gt;&lt;/div&gt;&#xD;
&lt;/div&gt;&#xD;
&lt;/div&gt;&#xD;
&lt;/div&gt;&#xD;
&#xD;
&lt;div class="point" id="ceuta"&gt;&lt;!--?xml version="1.0" encoding="utf-8"?--&gt;&lt;svg id="Layer_1" style="enable-background:new 0 0 10.5 10.5;" version="1.1" viewbox="0 0 10.5 10.5" x="0px" xml:space="preserve" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" y="0px"&gt;&#xD;
&lt;style type="text/css"&gt;.st5{fill:#EFE30C;}&#xD;
&lt;/style&gt;&#xD;
&lt;path class="st5" d="M7.6,4.7H5.8V2.9c0-0.3-0.2-0.6-0.6-0.6S4.7,2.6,4.7,2.9v1.8H2.9c-0.3,0-0.6,0.2-0.6,0.6s0.2,0.6,0.6,0.6h1.8&#xD;
	v1.8c0,0.3,0.2,0.6,0.6,0.6s0.6-0.2,0.6-0.6V5.8h1.8c0.3,0,0.6-0.2,0.6-0.6S7.9,4.7,7.6,4.7z"&gt;&lt;/path&gt; &lt;/svg&gt;&#xD;
&lt;div class="info"&gt;&#xD;
&lt;div class="content_container"&gt;&#xD;
&lt;div class="title"&gt;CEUTA&lt;/div&gt;&#xD;
&#xD;
&lt;div class="text"&gt;novedades opos ceuta&lt;/div&gt;&#xD;
&lt;/div&gt;&#xD;
&lt;/div&gt;&#xD;
&lt;/div&gt;&#xD;
&lt;!-- EXTREMADURA --&gt;&#xD;
&#xD;
&lt;div class="point" id="extremadura"&gt;&lt;svg id="Layer_1" style="enable-background:new 0 0 10.5 10.5;" version="1.1" viewbox="0 0 10.5 10.5" x="0px" xml:space="preserve" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" y="0px"&gt;&#xD;
&lt;style type="text/css"&gt;.st5{fill:#EFE30C;}&#xD;
&lt;/style&gt;&#xD;
&lt;path class="st5" d="M7.6,4.7H5.8V2.9c0-0.3-0.2-0.6-0.6-0.6S4.7,2.6,4.7,2.9v1.8H2.9c-0.3,0-0.6,0.2-0.6,0.6s0.2,0.6,0.6,0.6h1.8&#xD;
	v1.8c0,0.3,0.2,0.6,0.6,0.6s0.6-0.2,0.6-0.6V5.8h1.8c0.3,0,0.6-0.2,0.6-0.6S7.9,4.7,7.6,4.7z"&gt;&lt;/path&gt; &lt;/svg&gt;&#xD;
&lt;div class="info"&gt;&#xD;
&lt;div class="content_container"&gt;&#xD;
&lt;div class="title"&gt;EXTREMADURA&lt;/div&gt;&#xD;
&#xD;
&lt;div class="text"&gt;&lt;a href="https://www.csif.es/es/articulo/extremadura/educacion/81922" point="" target="_blank"&gt;Novedades&lt;/a&gt;&lt;/div&gt;&#xD;
&lt;/div&gt;&#xD;
&lt;/div&gt;&#xD;
&lt;/div&gt;&#xD;
&lt;!-- EXTREMADURA --&gt; &lt;!-- CASTILLA-LA MANCHA --&gt;&#xD;
&#xD;
&lt;div class="point" id="castilla-la_mancha"&gt;&lt;svg id="Layer_1" style="enable-background:new 0 0 10.5 10.5;" version="1.1" viewbox="0 0 10.5 10.5" x="0px" xml:space="preserve" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" y="0px"&gt;&#xD;
&lt;style type="text/css"&gt;.st5{fill:#EFE30C;}&#xD;
&lt;/style&gt;&#xD;
&lt;path class="st5" d="M7.6,4.7H5.8V2.9c0-0.3-0.2-0.6-0.6-0.6S4.7,2.6,4.7,2.9v1.8H2.9c-0.3,0-0.6,0.2-0.6,0.6s0.2,0.6,0.6,0.6h1.8&#xD;
	v1.8c0,0.3,0.2,0.6,0.6,0.6s0.6-0.2,0.6-0.6V5.8h1.8c0.3,0,0.6-0.2,0.6-0.6S7.9,4.7,7.6,4.7z"&gt;&lt;/path&gt; &lt;/svg&gt;&#xD;
&lt;div class="info"&gt;&#xD;
&lt;div class="content_container"&gt;&#xD;
&lt;div class="title"&gt;CASTILLA-LA MANCHA&lt;/div&gt;&#xD;
&#xD;
&lt;div class="text"&gt;&lt;a href="https://www.csif.es/es/portada/castillalamanchaeducacion/categoria/oposiciones" point="" target="_blank"&gt;Novedades&lt;/a&gt;&lt;/div&gt;&#xD;
&lt;/div&gt;&#xD;
&lt;/div&gt;&#xD;
&lt;/div&gt;&#xD;
&lt;!-- CASTILLA-LA MANCHA --&gt; &lt;!-- MELILLA--&gt;&#xD;
&#xD;
&lt;div class="point" id="melilla"&gt;&lt;svg id="Layer_1" style="enable-background:new 0 0 10.5 10.5;" version="1.1" viewbox="0 0 10.5 10.5" x="0px" xml:space="preserve" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" y="0px"&gt;&#xD;
&lt;style type="text/css"&gt;.st5{fill:#EFE30C;}&#xD;
&lt;/style&gt;&#xD;
&lt;path class="st5" d="M7.6,4.7H5.8V2.9c0-0.3-0.2-0.6-0.6-0.6S4.7,2.6,4.7,2.9v1.8H2.9c-0.3,0-0.6,0.2-0.6,0.6s0.2,0.6,0.6,0.6h1.8&#xD;
	v1.8c0,0.3,0.2,0.6,0.6,0.6s0.6-0.2,0.6-0.6V5.8h1.8c0.3,0,0.6-0.2,0.6-0.6S7.9,4.7,7.6,4.7z"&gt;&lt;/path&gt; &lt;/svg&gt;&#xD;
&lt;div class="info"&gt;&#xD;
&lt;div class="content_container"&gt;&#xD;
&lt;div class="title"&gt;MELILLA&lt;/div&gt;&#xD;
&#xD;
&lt;div class="text"&gt;&lt;a href="https://www.csif.es/es/articulo/melilla/educacion/71031" point="" target="_blank"&gt;Novedades&lt;/a&gt;&lt;/div&gt;&#xD;
&lt;/div&gt;&#xD;
&lt;/div&gt;&#xD;
&lt;/div&gt;&#xD;
&lt;!-- MELILLA--&gt; &lt;!-- MURCIA--&gt;&#xD;
&#xD;
&lt;div class="point" id="murcia"&gt;&lt;svg id="Layer_1" style="enable-background:new 0 0 10.5 10.5;" version="1.1" viewbox="0 0 10.5 10.5" x="0px" xml:space="preserve" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" y="0px"&gt;&#xD;
&lt;style type="text/css"&gt;.st5{fill:#EFE30C;}&#xD;
&lt;/style&gt;&#xD;
&lt;path class="st5" d="M7.6,4.7H5.8V2.9c0-0.3-0.2-0.6-0.6-0.6S4.7,2.6,4.7,2.9v1.8H2.9c-0.3,0-0.6,0.2-0.6,0.6s0.2,0.6,0.6,0.6h1.8&#xD;
	v1.8c0,0.3,0.2,0.6,0.6,0.6s0.6-0.2,0.6-0.6V5.8h1.8c0.3,0,0.6-0.2,0.6-0.6S7.9,4.7,7.6,4.7z"&gt;&lt;/path&gt; &lt;/svg&gt;&#xD;
&lt;div class="info"&gt;&#xD;
&lt;div class="content_container"&gt;&#xD;
&lt;div class="title"&gt;REGI&amp;Oacute;N DE MURCIA&lt;/div&gt;&#xD;
&#xD;
&lt;div class="text"&gt;&lt;a href="https://www.csif.es/es/portada/regiondemurciaeducacion/categoria/oposiciones" point="" target="_blank"&gt;Novedades&lt;/a&gt;&lt;/div&gt;&#xD;
&lt;/div&gt;&#xD;
&lt;/div&gt;&#xD;
&lt;/div&gt;&#xD;
&lt;!-- MURCIA--&gt; &lt;!-- MADRID--&gt;&#xD;
&#xD;
&lt;div class="point" id="madrid"&gt;&lt;svg id="Layer_1" style="enable-background:new 0 0 10.5 10.5;" version="1.1" viewbox="0 0 10.5 10.5" x="0px" xml:space="preserve" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" y="0px"&gt;&#xD;
&lt;style type="text/css"&gt;.st5{fill:#EFE30C;}&#xD;
&lt;/style&gt;&#xD;
&lt;path class="st5" d="M7.6,4.7H5.8V2.9c0-0.3-0.2-0.6-0.6-0.6S4.7,2.6,4.7,2.9v1.8H2.9c-0.3,0-0.6,0.2-0.6,0.6s0.2,0.6,0.6,0.6h1.8&#xD;
	v1.8c0,0.3,0.2,0.6,0.6,0.6s0.6-0.2,0.6-0.6V5.8h1.8c0.3,0,0.6-0.2,0.6-0.6S7.9,4.7,7.6,4.7z"&gt;&lt;/path&gt; &lt;/svg&gt;&#xD;
&lt;div class="info"&gt;&#xD;
&lt;div class="content_container"&gt;&#xD;
&lt;div class="title"&gt;COMUNIDAD DE MADRID&lt;/div&gt;&#xD;
&#xD;
&lt;div class="text"&gt;&lt;a href="https://www.csif.es/es/articulo/comunidaddemadrid/educacion/83920" target="_blank"&gt;NOVEDADES&lt;/a&gt;&lt;/div&gt;&#xD;
&lt;/div&gt;&#xD;
&lt;/div&gt;&#xD;
&lt;/div&gt;&#xD;
&lt;!-- MADRID--&gt;&#xD;
&#xD;
&lt;div class="point" id="rioja"&gt;&lt;svg id="Layer_1" style="enable-background:new 0 0 10.5 10.5;" version="1.1" viewbox="0 0 10.5 10.5" x="0px" xml:space="preserve" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" y="0px"&gt;&#xD;
&lt;style type="text/css"&gt;.st5{fill:#EFE30C;}&#xD;
&lt;/style&gt;&#xD;
&lt;path class="st5" d="M7.6,4.7H5.8V2.9c0-0.3-0.2-0.6-0.6-0.6S4.7,2.6,4.7,2.9v1.8H2.9c-0.3,0-0.6,0.2-0.6,0.6s0.2,0.6,0.6,0.6h1.8&#xD;
	v1.8c0,0.3,0.2,0.6,0.6,0.6s0.6-0.2,0.6-0.6V5.8h1.8c0.3,0,0.6-0.2,0.6-0.6S7.9,4.7,7.6,4.7z"&gt;&lt;/path&gt; &lt;/svg&gt;&#xD;
&lt;div class="info"&gt;&#xD;
&lt;div class="content_container"&gt;&#xD;
&lt;div class="title"&gt;LA RIOJA&lt;/div&gt;&#xD;
&#xD;
&lt;div class="text"&gt;&lt;a href="https://www.csif.es/es/articulo/larioja/educacion/59430" target="_blank"&gt;Oposiciones en La Rioja&lt;/a&gt;&lt;/div&gt;&#xD;
&lt;/div&gt;&#xD;
&lt;/div&gt;&#xD;
&lt;/div&gt;&#xD;
&#xD;
&lt;div class="point" id="valencia"&gt;&lt;!--?xml version="1.0" encoding="utf-8"?--&gt;&lt;svg id="Layer_1" style="enable-background:new 0 0 10.5 10.5;" version="1.1" viewbox="0 0 10.5 10.5" x="0px" xml:space="preserve" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" y="0px"&gt;&#xD;
&lt;style type="text/css"&gt;.st5{fill:#EFE30C;}&#xD;
&lt;/style&gt;&#xD;
&lt;path class="st5" d="M7.6,4.7H5.8V2.9c0-0.3-0.2-0.6-0.6-0.6S4.7,2.6,4.7,2.9v1.8H2.9c-0.3,0-0.6,0.2-0.6,0.6s0.2,0.6,0.6,0.6h1.8&#xD;
	v1.8c0,0.3,0.2,0.6,0.6,0.6s0.6-0.2,0.6-0.6V5.8h1.8c0.3,0,0.6-0.2,0.6-0.6S7.9,4.7,7.6,4.7z"&gt;&lt;/path&gt; &lt;/svg&gt;&#xD;
&lt;div class="info"&gt;&#xD;
&lt;div class="content_container"&gt;&#xD;
&lt;div class="title"&gt;COMUNIDAD VALENCIANA&lt;/div&gt;&#xD;
&#xD;
&lt;div class="text"&gt;&lt;a href="https://www.csif.es/es/portada/comunidadvalencianaeducacion/categoria/oposiciones" target="blank_"&gt;Novedades Comunidad Valenciana&lt;/a&gt;&lt;/div&gt;&#xD;
&lt;/div&gt;&#xD;
&lt;/div&gt;&#xD;
&lt;/div&gt;&#xD;
&#xD;
&lt;div class="point" id="baleares"&gt;&lt;!--?xml version="1.0" encoding="utf-8"?--&gt;&lt;svg id="Layer_1" style="enable-background:new 0 0 10.5 10.5;" version="1.1" viewbox="0 0 10.5 10.5" x="0px" xml:space="preserve" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" y="0px"&gt;&#xD;
&lt;style type="text/css"&gt;.st5{fill:#EFE30C;}&#xD;
&lt;/style&gt;&#xD;
&lt;path class="st5" d="M7.6,4.7H5.8V2.9c0-0.3-0.2-0.6-0.6-0.6S4.7,2.6,4.7,2.9v1.8H2.9c-0.3,0-0.6,0.2-0.6,0.6s0.2,0.6,0.6,0.6h1.8&#xD;
	v1.8c0,0.3,0.2,0.6,0.6,0.6s0.6-0.2,0.6-0.6V5.8h1.8c0.3,0,0.6-0.2,0.6-0.6S7.9,4.7,7.6,4.7z"&gt;&lt;/path&gt; &lt;/svg&gt;&#xD;
&lt;div class="info"&gt;&#xD;
&lt;div class="content_container"&gt;&#xD;
&lt;div class="title"&gt;ISLAS BALEARES&lt;/div&gt;&#xD;
&#xD;
&lt;div class="text"&gt;&lt;a href="https://www.csif.es/es/articulo/baleares/educacion/48293" target="_blank"&gt;Noticias Oposiciones&lt;/a&gt;&lt;/div&gt;&#xD;
&lt;/div&gt;&#xD;
&lt;/div&gt;&#xD;
&lt;/div&gt;&#xD;
&#xD;
&lt;div class="point" id="asturias"&gt;&lt;!--?xml version="1.0" encoding="utf-8"?--&gt;&lt;svg id="Layer_1" style="enable-background:new 0 0 10.5 10.5;" version="1.1" viewbox="0 0 10.5 10.5" x="0px" xml:space="preserve" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" y="0px"&gt;&#xD;
&lt;style type="text/css"&gt;.st5{fill:#EFE30C;}&#xD;
&lt;/style&gt;&#xD;
&lt;path class="st5" d="M7.6,4.7H5.8V2.9c0-0.3-0.2-0.6-0.6-0.6S4.7,2.6,4.7,2.9v1.8H2.9c-0.3,0-0.6,0.2-0.6,0.6s0.2,0.6,0.6,0.6h1.8&#xD;
	v1.8c0,0.3,0.2,0.6,0.6,0.6s0.6-0.2,0.6-0.6V5.8h1.8c0.3,0,0.6-0.2,0.6-0.6S7.9,4.7,7.6,4.7z"&gt;&lt;/path&gt; &lt;/svg&gt;&#xD;
&lt;div class="info"&gt;&#xD;
&lt;div class="content_container"&gt;&#xD;
&lt;div class="title"&gt;ASTURIAS&lt;/div&gt;&#xD;
&#xD;
&lt;div class="text"&gt;&lt;a href="https://www.csif.es/es/articulo/principadodeasturias/educacion/83255" target="_blank"&gt;CONVOCATORIA ASTURIAS 2026&lt;/a&gt;&lt;/div&gt;&#xD;
&lt;/div&gt;&#xD;
&lt;/div&gt;&#xD;
&lt;/div&gt;&#xD;
&#xD;
&lt;div class="point" id="cantabria"&gt;&lt;!--?xml version="1.0" encoding="utf-8"?--&gt;&lt;svg id="Layer_1" style="enable-background:new 0 0 10.5 10.5;" version="1.1" viewbox="0 0 10.5 10.5" x="0px" xml:space="preserve" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" y="0px"&gt;&#xD;
&lt;style type="text/css"&gt;.st5{fill:#EFE30C;}&#xD;
&lt;/style&gt;&#xD;
&lt;path class="st5" d="M7.6,4.7H5.8V2.9c0-0.3-0.2-0.6-0.6-0.6S4.7,2.6,4.7,2.9v1.8H2.9c-0.3,0-0.6,0.2-0.6,0.6s0.2,0.6,0.6,0.6h1.8&#xD;
	v1.8c0,0.3,0.2,0.6,0.6,0.6s0.6-0.2,0.6-0.6V5.8h1.8c0.3,0,0.6-0.2,0.6-0.6S7.9,4.7,7.6,4.7z"&gt;&lt;/path&gt; &lt;/svg&gt;&#xD;
&lt;div class="info"&gt;&#xD;
&lt;div class="content_container"&gt;&#xD;
&lt;div class="title"&gt;CANTABRIA&lt;/div&gt;&#xD;
&#xD;
&lt;div class="text"&gt;&lt;a href="https://www.csif.es/es/articulo/cantabria/educacion/86645" target="_blank"&gt;NOTICIAS CANTABRIA 2026&lt;/a&gt;&lt;/div&gt;&#xD;
&lt;/div&gt;&#xD;
&lt;/div&gt;&#xD;
&lt;/div&gt;&#xD;
&#xD;
&lt;div class="point" id="navarra"&gt;&lt;!--?xml version="1.0" encoding="utf-8"?--&gt;&lt;svg id="Layer_1" style="enable-background:new 0 0 10.5 10.5;" version="1.1" viewbox="0 0 10.5 10.5" x="0px" xml:space="preserve" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" y="0px"&gt;&#xD;
&lt;style type="text/css"&gt;.st5{fill:#EFE30C;}&#xD;
&lt;/style&gt;&#xD;
&lt;path class="st5" d="M7.6,4.7H5.8V2.9c0-0.3-0.2-0.6-0.6-0.6S4.7,2.6,4.7,2.9v1.8H2.9c-0.3,0-0.6,0.2-0.6,0.6s0.2,0.6,0.6,0.6h1.8&#xD;
	v1.8c0,0.3,0.2,0.6,0.6,0.6s0.6-0.2,0.6-0.6V5.8h1.8c0.3,0,0.6-0.2,0.6-0.6S7.9,4.7,7.6,4.7z"&gt;&lt;/path&gt; &lt;/svg&gt;&#xD;
&lt;div class="info"&gt;&#xD;
&lt;div class="content_container"&gt;&#xD;
&lt;div class="title"&gt;NAVARRA&lt;/div&gt;&#xD;
&#xD;
&lt;div class="text"&gt;OPOS NAVARRA&lt;/div&gt;&#xD;
&lt;/div&gt;&#xD;
&lt;/div&gt;&#xD;
&lt;/div&gt;&#xD;
&lt;!-- ARAG&#xD3;N --&gt;&#xD;
&#xD;
&lt;div class="point" id="aragon"&gt;&lt;!--?xml version="1.0" encoding="utf-8"?--&gt;&lt;svg id="Layer_1" style="enable-background:new 0 0 10.5 10.5;" version="1.1" viewbox="0 0 10.5 10.5" x="0px" xml:space="preserve" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" y="0px"&gt;&#xD;
&lt;style type="text/css"&gt;.st5{fill:#EFE30C;}&#xD;
&lt;/style&gt;&#xD;
&lt;path class="st5" d="M7.6,4.7H5.8V2.9c0-0.3-0.2-0.6-0.6-0.6S4.7,2.6,4.7,2.9v1.8H2.9c-0.3,0-0.6,0.2-0.6,0.6s0.2,0.6,0.6,0.6h1.8&#xD;
	v1.8c0,0.3,0.2,0.6,0.6,0.6s0.6-0.2,0.6-0.6V5.8h1.8c0.3,0,0.6-0.2,0.6-0.6S7.9,4.7,7.6,4.7z"&gt;&lt;/path&gt; &lt;/svg&gt;&#xD;
&lt;div class="info"&gt;&#xD;
&lt;div class="content_container"&gt;&#xD;
&lt;div class="title"&gt;ARAG&amp;Oacute;N&lt;/div&gt;&#xD;
&#xD;
&lt;div class="text"&gt;&lt;a href="https://www.csif.es/es/articulo/aragon/educacion/80302" target="blank_"&gt;Novedades Arag&amp;oacute;n&lt;/a&gt;&lt;/div&gt;&#xD;
&lt;/div&gt;&#xD;
&lt;/div&gt;&#xD;
&lt;/div&gt;&#xD;
&lt;!-- ARAG&#xD3;N --&gt;&#xD;
&#xD;
&lt;div class="point" id="catalunia"&gt;&lt;!--?xml version="1.0" encoding="utf-8"?--&gt;&lt;svg id="Layer_1" style="enable-background:new 0 0 10.5 10.5;" version="1.1" viewbox="0 0 10.5 10.5" x="0px" xml:space="preserve" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" y="0px"&gt;&#xD;
&lt;style type="text/css"&gt;.st5{fill:#EFE30C;}&#xD;
&lt;/style&gt;&#xD;
&lt;path class="st5" d="M7.6,4.7H5.8V2.9c0-0.3-0.2-0.6-0.6-0.6S4.7,2.6,4.7,2.9v1.8H2.9c-0.3,0-0.6,0.2-0.6,0.6s0.2,0.6,0.6,0.6h1.8&#xD;
	v1.8c0,0.3,0.2,0.6,0.6,0.6s0.6-0.2,0.6-0.6V5.8h1.8c0.3,0,0.6-0.2,0.6-0.6S7.9,4.7,7.6,4.7z"&gt;&lt;/path&gt; &lt;/svg&gt;&#xD;
&lt;div class="info"&gt;&#xD;
&lt;div class="content_container"&gt;&#xD;
&lt;div class="title"&gt;CATALU&amp;Ntilde;A&lt;/div&gt;&#xD;
&#xD;
&lt;div class="text"&gt;OPOS CATALU&amp;Ntilde;A&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;/section&gt;&#xD;
&lt;/div&gt;&#xD;
&lt;script&gt;&#xD;
    // Gesti&#xF3;n de pesta&#xF1;as: accesibilidad y teclado&#xD;
    (function(){&#xD;
      const tabs = Array.from(document.querySelectorAll('[role="tab"]'));&#xD;
      const panels = Array.from(document.querySelectorAll('[role="tabpanel"]'));&#xD;
&#xD;
      function activateTab(tab){&#xD;
        // Desactivar todos&#xD;
        tabs.forEach(t=&gt;{&#xD;
          t.setAttribute('aria-selected','false');&#xD;
        });&#xD;
        panels.forEach(p=&gt;p.setAttribute('aria-hidden','true'));&#xD;
&#xD;
        // Activar el elegido&#xD;
        tab.setAttribute('aria-selected','true');&#xD;
        const panelId = tab.getAttribute('aria-controls');&#xD;
        const panel = document.getElementById(panelId);&#xD;
        if(panel) panel.setAttribute('aria-hidden','false');&#xD;
        tab.focus();&#xD;
      }&#xD;
&#xD;
      tabs.forEach((tab, idx)=&gt;{&#xD;
        tab.addEventListener('click', ()=&gt;activateTab(tab));&#xD;
        tab.addEventListener('keydown', (e)=&gt;{&#xD;
          const key = e.key;&#xD;
          let newIndex = null;&#xD;
          if(key === 'ArrowRight') newIndex = (idx + 1) % tabs.length;&#xD;
          if(key === 'ArrowLeft') newIndex = (idx - 1 + tabs.length) % tabs.length;&#xD;
          if(key === 'Home') newIndex = 0;&#xD;
          if(key === 'End') newIndex = tabs.length - 1;&#xD;
          if(newIndex !== null){&#xD;
            e.preventDefault();&#xD;
            activateTab(tabs[newIndex]);&#xD;
          }&#xD;
        });&#xD;
      });&#xD;
&#xD;
      // Inicial: asegurar que el primer tab est&#xE9; activo&#xD;
      const first = tabs.find(t=&gt;t.getAttribute('aria-selected') === 'true') || tabs[0];&#xD;
      activateTab(first);&#xD;
    })();&#xD;
  &lt;/script&gt;</content:encoded></item><item><guid isPermalink="true">https://www.csif.es/ca/noticia/portada/regiondemurciaeducacion/articulo/96053</guid><title>Oferta de sustituci&#xF3;n de Lengua Castellana y Literatura (secundaria) en la SIE de Par&#xED;s</title><pubDate>Wed, 02 Sep 26 05:45:00 CEST</pubDate><link>https://www.csif.es/ca/noticia/portada/regiondemurciaeducacion/articulo/96053</link><dc:creator xmlns:dc="dc">jose-luis.narbona.moreno</dc:creator><dcterms:alternative xmlns:dcterms="dcterms">PLAZO DE PRESENTACI&#xD3;N: desde el martes 1 de septiembre hasta el jueves 3 a las 13 horas</dcterms:alternative><description>PLAZO DE PRESENTACI&#xD3;N: desde el martes 1 de septiembre hasta el jueves 3 a las 13 horas</description><category>Empleo</category><category>Ofertas y bolsas de trabajo</category><category>Exteriores</category><media:content xmlns:media="media" url="https://www.csif.es/uploads/articulo/imagenPrincipal/1788320821-francia-1708675864.jpg" type="image/jpeg" medium="image"><media:credit/><media:title>Regi&#xF3;n de Murcia - Educaci&#xF3;n Image</media:title><media:text/><media:description/></media:content><content:encoded xmlns:content="content">&lt;p&gt;La Consejer&amp;iacute;a de Educaci&amp;oacute;n de la Embajada de Espa&amp;ntilde;a en Francia efect&amp;uacute;a la siguiente oferta a profesorado interesado en cubrir una sustituci&amp;oacute;n en la SIE de Par&amp;iacute;s. Plaza propuesta: SIE de Par&amp;iacute;s. Especialidad: Lengua Castellana y Literatura (cuerpo 590). Duraci&amp;oacute;n estimada: desde incorporaci&amp;oacute;n hasta 30 de septiembre. Requisitos: los exigidos para la convocatoria de interinos 2025-2026 (pueden consultarse en la web de la Consejer&amp;iacute;a).&lt;/p&gt;&#xD;
&#xD;
&lt;p&gt;PLAZO DE PRESENTACI&amp;Oacute;N: desde el martes 1 de septiembre hasta el jueves 3 a las 13 horas. De no asignarse la plaza, el formulario se mantendr&amp;aacute; abierto hasta cubrirla.&lt;/p&gt;&#xD;
&#xD;
&lt;p style="text-align: center;"&gt;&lt;a href="https://forma.administracionelectronica.gob.es/form/open/corp/9f00fa35-97c9-4e1b-8fbd-da902cae7046/uNxr" target="_blank"&gt;Acceso&lt;/a&gt;&lt;/p&gt;</content:encoded></item><item><guid isPermalink="true">https://www.csif.es/ca/noticia/portada/regiondemurciaeducacion/articulo/95558</guid><title>Marruecos. Profesores interinos en programas educativos en el exterior. Adjudicaci&#xF3;n de vacantes de inicio de curso 26/27</title><pubDate>Wed, 19 Aug 26 21:07:00 CEST</pubDate><link>https://www.csif.es/ca/noticia/portada/regiondemurciaeducacion/articulo/95558</link><dc:creator xmlns:dc="dc">mario.gutierrez.gutierrez</dc:creator><dcterms:alternative xmlns:dcterms="dcterms">Resoluci&#xF3;n de la Consejer&#xED;a de Educaci&#xF3;n de la embajada de Espa&#xF1;a en Marruecos por la que se publica la propuesta de adjudicaci&#xF3;n y se requiere la documentaci&#xF3;n preceptiva a las personas candidatas que han solicitado vacante en la convocatoria para la formaci&#xF3;n de las listas de aspirantes a cubrir puestos docentes en r&#xE9;gimen de interinidad en los centros docentes dependientes de la Cons...</dcterms:alternative><description>Resoluci&#xF3;n de la Consejer&#xED;a de Educaci&#xF3;n de la embajada de Espa&#xF1;a en Marruecos por la que se publica la propuesta de adjudicaci&#xF3;n y se requiere la documentaci&#xF3;n preceptiva a las personas candidatas que han solicitado vacante en la convocatoria para la formaci&#xF3;n de las listas de aspirantes a cubrir puestos docentes en r&#xE9;gimen de interinidad en los centros docentes dependientes de la Cons...</description><category>Empleo</category><category>Ofertas y bolsas de trabajo</category><category>Exteriores</category><media:content xmlns:media="media" url="https://www.csif.es/uploads/articulo/imagenPrincipal/marruecos-1787166912.jpg" type="image/jpeg" medium="image"><media:credit/><media:title>Regi&#xF3;n de Murcia - Educaci&#xF3;n Image</media:title><media:text/><media:description/></media:content><content:encoded xmlns:content="content">&lt;h3&gt;Adjudicaci&amp;oacute;n de vacantes de inicio de curso 26/27&lt;/h3&gt;&#xD;
&#xD;
&lt;p&gt;Resoluci&amp;oacute;n de la Consejer&amp;iacute;a de Educaci&amp;oacute;n de la embajada de Espa&amp;ntilde;a en Marruecos por la que se publica la propuesta de adjudicaci&amp;oacute;n y se requiere la documentaci&amp;oacute;n preceptiva a las personas candidatas que han solicitado vacante en la convocatoria para la formaci&amp;oacute;n de las listas de aspirantes a cubrir puestos docentes en r&amp;eacute;gimen de interinidad en los centros docentes dependientes de la Consejer&amp;iacute;a de Educaci&amp;oacute;n de la embajada de Espa&amp;ntilde;a en Marruecos para el curso 2026/2027.&lt;/p&gt;&#xD;
&#xD;
&lt;p&gt;&lt;a href="https://www.educacionfpydeportes.gob.es/dam/jcr:0a5766d2-ca53-4802-842f-deac80681802/adjudicaciones-vacantes-2026-ronda-1.pdf" rel="external" target="_blank" title="Externo, se abre en ventana nueva."&gt;Adjudicaci&amp;oacute;n de vacantes de inicio de curso&lt;/a&gt;&amp;nbsp;Publicado a las 13:20 horas del 17 de agosto de 2026 (hora de Madrid)&amp;nbsp;&lt;img alt="PDF" height="13" src="https://www.educacionfpydeportes.gob.es/docroot/img/iconos/13/ico-pdf.gif" width="13" /&gt;&lt;/p&gt;&#xD;
&#xD;
&lt;p&gt;&lt;a href="https://www.educacionfpydeportes.gob.es/dam/jcr:c9e2ddf9-c8be-4964-94ab-6735c78988ea/interinos2026-retroaccion-vacante-tecnologia.pdf" rel="external" target="_blank" title="Externo, se abre en ventana nueva."&gt;Retroacci&amp;oacute;n vacante especialidad Tecnolog&amp;iacute;a&lt;/a&gt;&amp;nbsp;Publicado a las 11:20 horas del 19 de agosto de 2026 (hora de Madrid)&amp;nbsp;&lt;img alt="PDF" height="13" src="https://www.educacionfpydeportes.gob.es/docroot/img/iconos/13/ico-pdf.gif" width="13" /&gt;&lt;/p&gt;&#xD;
&#xD;
&lt;p&gt;De acuerdo con lo previsto en la Resoluci&amp;oacute;n que regula el procedimiento, las personas adjudicarias&amp;nbsp;&lt;strong&gt;disponen de 24 horas para enviar la documentaci&amp;oacute;n&lt;/strong&gt;&amp;nbsp;requerida por la Subdirecci&amp;oacute;n Gral. de Personal para su nombramiento a trav&amp;eacute;s de la plataforma Forma.&lt;/p&gt;&#xD;
&#xD;
&lt;ul&gt;&#xD;
	&lt;li&gt;&lt;a href="https://forma.administracionelectronica.gob.es/form/open/corp/6375df77-9aa6-4c11-9123-b0e11cff32a9/qQjv" rel="external" target="_blank" title="Externo, se abre en ventana nueva."&gt;Enlace al formulario de env&amp;iacute;o de la documentaci&amp;oacute;n en Forma&lt;/a&gt;&amp;nbsp;&lt;img alt="Nueva ventana" height="14" src="https://www.educacionfpydeportes.gob.es/docroot/img/iconos/13/ico-nv.gif" width="16" /&gt;&lt;/li&gt;&#xD;
	&lt;li&gt;&lt;a href="https://www.educacionfpydeportes.gob.es/dam/jcr:25017591-d5b4-4c16-8f7f-ca25451e1874/ayuda-formulario-envio-documentacion-interinos.pdf" rel="external" target="_blank" title="Externo, se abre en ventana nueva."&gt;Ayuda para el env&amp;iacute;o de la documentaci&amp;oacute;n a trav&amp;eacute;s de Forma&lt;/a&gt;&amp;nbsp;&lt;img alt="PDF" height="13" src="https://www.educacionfpydeportes.gob.es/docroot/img/iconos/13/ico-pdf.gif" width="13" /&gt;&lt;/li&gt;&#xD;
	&lt;li&gt;Las plantillas de los documentos que deben enviarse se pueden descargar en un fichero .zip a trav&amp;eacute;s del&amp;nbsp;&lt;a href="https://www.educacionfpydeportes.gob.es/dam/jcr:00976567-8bc2-45e0-9fd5-999d76031ba8/plantillas-documentos.zip" rel="external" target="_blank" title="Externo, se abre en ventana nueva."&gt;siguiente enlace&lt;/a&gt;&amp;nbsp;&lt;img alt="Nueva ventana" height="14" src="https://www.educacionfpydeportes.gob.es/docroot/img/iconos/13/ico-nv.gif" width="16" /&gt;&lt;/li&gt;&#xD;
&lt;/ul&gt;&#xD;
&#xD;
&lt;p&gt;CSIF Educaci&amp;oacute;n&lt;/p&gt;</content:encoded></item><item><guid isPermalink="true">https://www.csif.es/ca/noticia/portada/regiondemurciaeducacion/articulo/94981</guid><title>Nota informativa CARM: Educaci&#xF3;n ampl&#xED;a las opciones para obtener una jornada completa en los actos de adjudicaci&#xF3;n de vacantes docentes</title><pubDate>Tue, 28 Jul 26 13:06:00 CEST</pubDate><link>https://www.csif.es/ca/noticia/portada/regiondemurciaeducacion/articulo/94981</link><dc:creator xmlns:dc="dc">maria-lourdes.sanchez.caballero</dc:creator><dcterms:alternative xmlns:dcterms="dcterms"/><description/><category>Empleo</category><category>&#xDA;ltimas noticias</category><media:content xmlns:media="media" url="https://www.csif.es/uploads/articulo/imagenPrincipal/adjudicaciones-1785237029.jpg" type="image/jpeg" medium="image"><media:credit/><media:title>Regi&#xF3;n de Murcia - Educaci&#xF3;n Image</media:title><media:text/><media:description/></media:content><content:encoded xmlns:content="content">&lt;p style="margin-bottom:11px"&gt;&lt;span style="font-size:12pt"&gt;&lt;span style="line-height:115%"&gt;&lt;span style="font-family:Aptos,sans-serif"&gt;&lt;span style="font-size:13.0pt"&gt;&lt;span style="line-height:115%"&gt;&lt;span style="font-family:&amp;quot;Calibri&amp;quot;,sans-serif"&gt;El Servicio de Personal Docente ha publicado una nota informativa en la que comunica una nueva medida destinada a facilitar la cobertura de las vacantes ofertadas y ampliar las posibilidades de que los aspirantes puedan acceder a una jornada completa durante los actos de adjudicaci&amp;oacute;n.&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&#xD;
&#xD;
&lt;p style="margin-bottom:11px"&gt;&lt;span style="font-size:12pt"&gt;&lt;span style="line-height:115%"&gt;&lt;span style="font-family:Aptos,sans-serif"&gt;&lt;span style="font-size:13.0pt"&gt;&lt;span style="line-height:115%"&gt;&lt;span style="font-family:&amp;quot;Calibri&amp;quot;,sans-serif"&gt;&#x25BA; &lt;a href="https://www.carm.es/web/descarga?ARCHIVO=NOTA%20INFORMATIVA%20DEL%20SERVICIO%20DE%20PERSONAL%20DOCENTE%20Combinar%20Vacantes%20%28firmado%29.pdf&amp;amp;ALIAS=ARCH&amp;amp;IDCONTENIDO=208241&amp;amp;IDTIPO=60&amp;amp;RASTRO=c77$m22725,22759,4254"&gt;&lt;strong&gt;Acceder.&lt;/strong&gt;&lt;/a&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&#xD;
&#xD;
&lt;p style="margin-bottom:11px"&gt;&lt;strong&gt;&lt;span style="font-size:12pt"&gt;&lt;span style="line-height:115%"&gt;&lt;span style="font-family:Aptos,sans-serif"&gt;&lt;span style="font-size:13.0pt"&gt;&lt;span style="line-height:115%"&gt;&lt;span style="font-family:&amp;quot;Calibri&amp;quot;,sans-serif"&gt;Como principal novedad, adem&amp;aacute;s de las combinaciones ya permitidas hasta ahora, en el pr&amp;oacute;ximo acto de adjudicaci&amp;oacute;n se autorizar&amp;aacute; la combinaci&amp;oacute;n de vacantes a tiempo parcial correspondientes a las funciones que se detallan en la propia nota informativa.&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/strong&gt;&lt;/p&gt;&#xD;
&#xD;
&lt;p style="margin-bottom:11px"&gt;&lt;span style="font-size:12pt"&gt;&lt;span style="line-height:115%"&gt;&lt;span style="font-family:Aptos,sans-serif"&gt;&lt;span style="font-size:13.0pt"&gt;&lt;span style="line-height:115%"&gt;&lt;span style="font-family:&amp;quot;Calibri&amp;quot;,sans-serif"&gt;No obstante, se recuerda que no todas las vacantes podr&amp;aacute;n combinarse entre s&amp;iacute;, ya que la compatibilidad depender&amp;aacute; de distintos factores, entre ellos:&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&#xD;
&#xD;
&lt;ul&gt;&#xD;
	&lt;li style="margin-bottom:11px"&gt;&lt;span style="font-size:12pt"&gt;&lt;span style="tab-stops:list 36.0pt"&gt;&lt;span style="line-height:115%"&gt;&lt;span style="font-family:Aptos,sans-serif"&gt;&lt;span style="font-size:13.0pt"&gt;&lt;span style="line-height:115%"&gt;&lt;span style="font-family:&amp;quot;Calibri&amp;quot;,sans-serif"&gt;El n&amp;uacute;mero de horas de las vacantes que se pretenden combinar. &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/li&gt;&#xD;
	&lt;li style="margin-bottom:11px"&gt;&lt;span style="font-size:12pt"&gt;&lt;span style="tab-stops:list 36.0pt"&gt;&lt;span style="line-height:115%"&gt;&lt;span style="font-family:Aptos,sans-serif"&gt;&lt;span style="font-size:13.0pt"&gt;&lt;span style="line-height:115%"&gt;&lt;span style="font-family:&amp;quot;Calibri&amp;quot;,sans-serif"&gt;La distancia existente entre los centros educativos, teniendo en cuenta las horas de itinerancia. &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/li&gt;&#xD;
&lt;/ul&gt;&#xD;
&#xD;
&lt;p style="margin-bottom:11px"&gt;&lt;span style="font-size:12pt"&gt;&lt;span style="line-height:115%"&gt;&lt;span style="font-family:Aptos,sans-serif"&gt;&lt;span style="font-size:13.0pt"&gt;&lt;span style="line-height:115%"&gt;&lt;span style="font-family:&amp;quot;Calibri&amp;quot;,sans-serif"&gt;Asimismo, se informa de que las vacantes de las funciones indicadas en la nota oficial podr&amp;aacute;n combinarse con otras vacantes compatibles ofertadas en centros de Educaci&amp;oacute;n Primaria, de acuerdo con los criterios establecidos por la Administraci&amp;oacute;n educativa.&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&#xD;
&#xD;
&lt;p style="margin-bottom:11px"&gt;&lt;strong&gt;&lt;span style="font-size:12pt"&gt;&lt;span style="line-height:115%"&gt;&lt;span style="font-family:Aptos,sans-serif"&gt;&lt;span style="font-size:13.0pt"&gt;&lt;span style="line-height:115%"&gt;&lt;span style="font-family:&amp;quot;Calibri&amp;quot;,sans-serif"&gt;Desde CSIF Educaci&amp;oacute;n Regi&amp;oacute;n de Murcia recomendamos a todos los aspirantes revisar detenidamente la relaci&amp;oacute;n de funciones y compatibilidades publicada por la Consejer&amp;iacute;a antes de participar en el acto de adjudicaci&amp;oacute;n, con el fin de aprovechar al m&amp;aacute;ximo las nuevas posibilidades de combinaci&amp;oacute;n de vacantes y optar a una jornada de mayor duraci&amp;oacute;n.&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/strong&gt;&lt;/p&gt;&#xD;
&#xD;
&lt;p&gt;&lt;span style="color:#006633;"&gt;&lt;b&gt;CSIF Educaci&amp;oacute;n. Regi&amp;oacute;n de Murcia&lt;br /&gt;&#xD;
TODOxTOD@S&lt;/b&gt;&lt;/span&gt;&lt;/p&gt;&#xD;
&#xD;
&lt;div style="background: rgb(238, 238, 238); border: 1px solid rgb(204, 204, 204); padding: 5px 10px; text-align: center;"&gt;&lt;strong&gt;&lt;span style="color:#006633;"&gt;Puedes mantenerte informado de todas las novedades afili&amp;aacute;ndote a CSIF Educaci&amp;oacute;n RM: &amp;iexcl;&amp;nbsp;&lt;/span&gt;&lt;a href="https://afiliacion.csif.es/"&gt;&lt;span style="color:#006633;"&gt;AF&amp;Iacute;LIATE&lt;/span&gt;&lt;/a&gt;&lt;span style="color:#006633;"&gt;&amp;nbsp;!&lt;/span&gt;&lt;/strong&gt;&lt;/div&gt;&#xD;
&#xD;
&lt;div style="background: rgb(238, 238, 238); border: 1px solid rgb(204, 204, 204); padding: 5px 10px; text-align: center;"&gt;&lt;strong&gt;&amp;nbsp;Para m&amp;aacute;s informaci&amp;oacute;n puedes llamarnos y te ayudamos:&amp;nbsp;&lt;/strong&gt;&lt;span style="color:#006633;"&gt;&lt;strong&gt;968 123 100 y 968 20 46 75&lt;/strong&gt;&lt;/span&gt;&lt;/div&gt;&#xD;
&#xD;
&lt;p style="margin-bottom:11px"&gt;&amp;nbsp;&lt;/p&gt;</content:encoded></item><item><guid isPermalink="true">https://www.csif.es/ca/noticia/portada/regiondemurciaeducacion/articulo/94862</guid><title>Publicadas las listas de aspirantes seleccionados en las oposiciones al Cuerpo de Maestros 2026 en la Regi&#xF3;n de Murcia</title><pubDate>Fri, 24 Jul 26 13:03:00 CEST</pubDate><link>https://www.csif.es/ca/noticia/portada/regiondemurciaeducacion/articulo/94862</link><dc:creator xmlns:dc="dc">maria-lourdes.sanchez.caballero</dc:creator><dcterms:alternative xmlns:dcterms="dcterms"/><description/><category>Empleo</category><category>Oferta Empleo P&#xFA;blico</category><category>Oposiciones</category><category>&#xDA;ltimas noticias</category><media:content xmlns:media="media" url="https://www.csif.es/uploads/articulo/imagenPrincipal/opos24072026-1784891739.jpg" type="image/jpeg" medium="image"><media:credit/><media:title>Regi&#xF3;n de Murcia - Educaci&#xF3;n Image</media:title><media:text/><media:description/></media:content><content:encoded xmlns:content="content">&lt;p style="margin-bottom:11px"&gt;&lt;span style="font-size:12pt"&gt;&lt;span style="line-height:115%"&gt;&lt;span style="font-family:Aptos,sans-serif"&gt;&lt;span style="font-family:&amp;quot;Calibri&amp;quot;,sans-serif"&gt;Orden de 24 de julio de 2026 de la Consejer&amp;iacute;a de Educaci&amp;oacute;n y Formaci&amp;oacute;n Profesional, por la que se declaran aprobadas las listas de aspirantes seleccionados en los procedimientos selectivos para el ingreso en el Cuerpo de Maestros convocados por Orden de 21 de enero de 2026&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&#xD;
&#xD;
&lt;p style="margin-bottom:11px"&gt;&lt;span style="font-size:12pt"&gt;&lt;span style="line-height:115%"&gt;&lt;span style="font-family:Aptos,sans-serif"&gt;&lt;span style="font-family:&amp;quot;Arial&amp;quot;,sans-serif"&gt;&#x25BA;&lt;/span&gt;&lt;span style="font-family:&amp;quot;Calibri&amp;quot;,sans-serif"&gt; &lt;b&gt;&lt;a href="https://www.carm.es/web/descarga?ARCHIVO=1_Orden_seleccionados_anexo%20%28COPIA%29.pdf&amp;amp;ALIAS=ARCH&amp;amp;IDCONTENIDO=208158&amp;amp;IDTIPO=60&amp;amp;RASTRO=c77$m22725,22759,4254" style="color:#467886; text-decoration:underline"&gt;Acceder&lt;/a&gt;&lt;/b&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&#xD;
&#xD;
&lt;p style="margin-bottom:11px"&gt;&lt;span style="font-size:12pt"&gt;&lt;span style="line-height:115%"&gt;&lt;span style="font-family:Aptos,sans-serif"&gt;&lt;span style="font-family:&amp;quot;Calibri&amp;quot;,sans-serif"&gt;La Consejer&amp;iacute;a de Educaci&amp;oacute;n y Formaci&amp;oacute;n Profesional ha publicado la Orden por la que se aprueban las listas definitivas de aspirantes seleccionados en los procedimientos selectivos de ingreso al Cuerpo de Maestros, correspondientes a la convocatoria de oposiciones de 2026.&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&#xD;
&#xD;
&lt;p style="margin-bottom:11px"&gt;&lt;span style="font-size:12pt"&gt;&lt;span style="line-height:115%"&gt;&lt;span style="font-family:Aptos,sans-serif"&gt;&lt;span style="font-family:&amp;quot;Calibri&amp;quot;,sans-serif"&gt;Las comisiones de selecci&amp;oacute;n han elevado la relaci&amp;oacute;n definitiva de aspirantes tras sumar las puntuaciones obtenidas en la fase de oposici&amp;oacute;n y en la fase de concurso, ordenando a los candidatos por especialidad y puntuaci&amp;oacute;n global.&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&#xD;
&#xD;
&lt;p style="margin-bottom:11px"&gt;&lt;span style="font-size:12pt"&gt;&lt;span style="line-height:115%"&gt;&lt;span style="font-family:Aptos,sans-serif"&gt;&lt;b&gt;&lt;span style="font-family:&amp;quot;Calibri&amp;quot;,sans-serif"&gt;Plazo para presentar la documentaci&amp;oacute;n&lt;/span&gt;&lt;/b&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&#xD;
&#xD;
&lt;p style="margin-bottom:11px"&gt;&lt;span style="font-size:12pt"&gt;&lt;span style="line-height:115%"&gt;&lt;span style="font-family:Aptos,sans-serif"&gt;&lt;span style="font-family:&amp;quot;Calibri&amp;quot;,sans-serif"&gt;Los aspirantes seleccionados deber&amp;aacute;n presentar la documentaci&amp;oacute;n requerida del 24 de julio al 7 de agosto de 2026, ambos inclusive. Entre la documentaci&amp;oacute;n obligatoria figura:&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&#xD;
&#xD;
&lt;ul&gt;&#xD;
	&lt;li style="margin-bottom:11px"&gt;&lt;span style="font-size:12pt"&gt;&lt;span style="tab-stops:list 36.0pt"&gt;&lt;span style="line-height:115%"&gt;&lt;span style="font-family:Aptos,sans-serif"&gt;&lt;span style="font-family:&amp;quot;Calibri&amp;quot;,sans-serif"&gt;Declaraci&amp;oacute;n responsable de no haber sido separado del servicio de ninguna Administraci&amp;oacute;n P&amp;uacute;blica ni estar inhabilitado para el ejercicio de funciones p&amp;uacute;blicas.&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/li&gt;&#xD;
	&lt;li style="margin-bottom:11px"&gt;&lt;span style="font-size:12pt"&gt;&lt;span style="tab-stops:list 36.0pt"&gt;&lt;span style="line-height:115%"&gt;&lt;span style="font-family:Aptos,sans-serif"&gt;&lt;span style="font-family:&amp;quot;Calibri&amp;quot;,sans-serif"&gt;En su caso, acreditaci&amp;oacute;n del t&amp;iacute;tulo acad&amp;eacute;mico cuando se haya denegado la consulta telem&amp;aacute;tica.&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/li&gt;&#xD;
	&lt;li style="margin-bottom:11px"&gt;&lt;span style="font-size:12pt"&gt;&lt;span style="tab-stops:list 36.0pt"&gt;&lt;span style="line-height:115%"&gt;&lt;span style="font-family:Aptos,sans-serif"&gt;&lt;span style="font-family:&amp;quot;Calibri&amp;quot;,sans-serif"&gt;Documentaci&amp;oacute;n espec&amp;iacute;fica para nuevos docentes, aspirantes extranjeros o funcionarios de carrera procedentes de otras administraciones, seg&amp;uacute;n las circunstancias de cada interesado.&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/li&gt;&#xD;
&lt;/ul&gt;&#xD;
&#xD;
&lt;p style="margin-bottom:11px"&gt;&lt;span style="font-size:12pt"&gt;&lt;span style="line-height:115%"&gt;&lt;span style="font-family:Aptos,sans-serif"&gt;&lt;b&gt;&lt;span style="font-family:&amp;quot;Calibri&amp;quot;,sans-serif"&gt;Aplazamiento de la fase de pr&amp;aacute;cticas y renuncias&lt;/span&gt;&lt;/b&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&#xD;
&#xD;
&lt;p style="margin-bottom:11px"&gt;&lt;span style="font-size:12pt"&gt;&lt;span style="line-height:115%"&gt;&lt;span style="font-family:Aptos,sans-serif"&gt;&lt;span style="font-family:&amp;quot;Calibri&amp;quot;,sans-serif"&gt;Los aspirantes disponen de tres d&amp;iacute;as h&amp;aacute;biles desde la publicaci&amp;oacute;n de la Orden para:&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&#xD;
&#xD;
&lt;ul&gt;&#xD;
	&lt;li style="margin-bottom:11px"&gt;&lt;span style="font-size:12pt"&gt;&lt;span style="tab-stops:list 36.0pt"&gt;&lt;span style="line-height:115%"&gt;&lt;span style="font-family:Aptos,sans-serif"&gt;&lt;span style="font-family:&amp;quot;Calibri&amp;quot;,sans-serif"&gt;Solicitar, si procede, el aplazamiento de la fase de pr&amp;aacute;cticas.&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/li&gt;&#xD;
	&lt;li style="margin-bottom:11px"&gt;&lt;span style="font-size:12pt"&gt;&lt;span style="tab-stops:list 36.0pt"&gt;&lt;span style="line-height:115%"&gt;&lt;span style="font-family:Aptos,sans-serif"&gt;&lt;span style="font-family:&amp;quot;Calibri&amp;quot;,sans-serif"&gt;Presentar la renuncia a figurar en la lista de aspirantes seleccionados.&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/li&gt;&#xD;
&lt;/ul&gt;&#xD;
&#xD;
&lt;p style="margin-bottom:11px"&gt;&lt;span style="font-size:12pt"&gt;&lt;span style="line-height:115%"&gt;&lt;span style="font-family:Aptos,sans-serif"&gt;&lt;span style="font-family:&amp;quot;Calibri&amp;quot;,sans-serif"&gt;Ambos tr&amp;aacute;mites deber&amp;aacute;n realizarse de forma telem&amp;aacute;tica a trav&amp;eacute;s de la Sede Electr&amp;oacute;nica de la CARM, utilizando el procedimiento correspondiente a las oposiciones del Cuerpo de Maestros (&lt;b&gt;c&amp;oacute;digo 843&lt;/b&gt;).&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&#xD;
&#xD;
&lt;p style="margin-bottom:11px"&gt;&lt;span style="font-size:12pt"&gt;&lt;span style="line-height:115%"&gt;&lt;span style="font-family:Aptos,sans-serif"&gt;&lt;span style="font-family:&amp;quot;Calibri&amp;quot;,sans-serif"&gt;Asimismo, la Consejer&amp;iacute;a informa de que cualquier error material detectado en las listas podr&amp;aacute; ser corregido mediante la publicaci&amp;oacute;n de una nueva orden.&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&#xD;
&#xD;
&lt;p style="margin-bottom:11px"&gt;&amp;nbsp;&lt;/p&gt;&#xD;
&#xD;
&lt;p style="margin-bottom:11px"&gt;&lt;span style="font-size:12pt"&gt;&lt;span style="line-height:115%"&gt;&lt;span style="font-family:Aptos,sans-serif"&gt;&lt;b&gt;&lt;span style="font-family:&amp;quot;Calibri&amp;quot;,sans-serif"&gt;Desde CSIF Educaci&amp;oacute;n Regi&amp;oacute;n de Murcia recomendamos a todos los aspirantes seleccionados revisar detenidamente la documentaci&amp;oacute;n exigida y cumplir los plazos establecidos para evitar incidencias en su nombramiento como funcionarios en pr&amp;aacute;cticas.&lt;/span&gt;&lt;/b&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&#xD;
&#xD;
&lt;p style="margin-bottom:11px"&gt;&amp;nbsp;&lt;/p&gt;&#xD;
&#xD;
&lt;p&gt;&lt;span style="color:#006633;"&gt;&lt;b&gt;CSIF Educaci&amp;oacute;n. Regi&amp;oacute;n de Murcia&lt;br /&gt;&#xD;
TODOxTOD@S&lt;/b&gt;&lt;/span&gt;&lt;/p&gt;&#xD;
&#xD;
&lt;div style="background: rgb(238, 238, 238); border: 1px solid rgb(204, 204, 204); padding: 5px 10px; text-align: center;"&gt;&lt;strong&gt;&lt;span style="color:#006633;"&gt;Puedes mantenerte informado de todas las novedades afili&amp;aacute;ndote a CSIF Educaci&amp;oacute;n RM: &amp;iexcl;&amp;nbsp;&lt;/span&gt;&lt;a href="https://afiliacion.csif.es/"&gt;&lt;span style="color:#006633;"&gt;AF&amp;Iacute;LIATE&lt;/span&gt;&lt;/a&gt;&lt;span style="color:#006633;"&gt;&amp;nbsp;!&lt;/span&gt;&lt;/strong&gt;&lt;/div&gt;&#xD;
&#xD;
&lt;div style="background: rgb(238, 238, 238); border: 1px solid rgb(204, 204, 204); padding: 5px 10px; text-align: center;"&gt;&lt;strong&gt;&amp;nbsp;Para m&amp;aacute;s informaci&amp;oacute;n puedes llamarnos y te ayudamos:&amp;nbsp;&lt;/strong&gt;&lt;span style="color:#006633;"&gt;&lt;strong&gt;968 123 100 y 968 20 46 75&lt;/strong&gt;&lt;/span&gt;&lt;/div&gt;&#xD;
&#xD;
&lt;h2&gt;&amp;nbsp;&lt;/h2&gt;</content:encoded></item><item><guid isPermalink="true">https://www.csif.es/ca/noticia/portada/regiondemurciaeducacion/articulo/94817</guid><title>Nota informativa sobre actos de adjudicaci&#xF3;n de julio y agosto para nuevos docentes interinos, funcionarios de carrera y en pr&#xE1;cticas</title><pubDate>Fri, 24 Jul 26 09:08:00 CEST</pubDate><link>https://www.csif.es/ca/noticia/portada/regiondemurciaeducacion/articulo/94817</link><dc:creator xmlns:dc="dc">maria-lourdes.sanchez.caballero</dc:creator><dcterms:alternative xmlns:dcterms="dcterms"/><description/><category>Empleo</category><category>Ofertas y bolsas de trabajo</category><category>&#xDA;ltimas noticias</category><category>Portada Empleo</category><media:content xmlns:media="media" url="https://www.csif.es/uploads/articulo/imagenPrincipal/24072026-1784877639.jpg" type="image/jpeg" medium="image"><media:credit/><media:title>Regi&#xF3;n de Murcia - Educaci&#xF3;n Image</media:title><media:text/><media:description/></media:content><content:encoded xmlns:content="content">&lt;p style="margin-bottom:11px"&gt;&lt;strong&gt;&lt;span style="font-size:12pt"&gt;&lt;span style="line-height:115%"&gt;&lt;span style="font-family:Aptos,sans-serif"&gt;&lt;span style="font-size:13.0pt"&gt;&lt;span style="line-height:115%"&gt;&lt;span style="font-family:&amp;quot;Calibri&amp;quot;,sans-serif"&gt;Se informa a los docentes que obtengan destino en los actos de adjudicaci&amp;oacute;n de los meses de julio y agosto de 2026 que, si se incorporan por primera vez a la Administraci&amp;oacute;n educativa de la Regi&amp;oacute;n de Murcia, deber&amp;aacute;n realizar los tr&amp;aacute;mites establecidos por el Servicio de Personal Docente.&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/strong&gt;&lt;/p&gt;&#xD;
&#xD;
&lt;p style="margin-bottom:11px"&gt;&lt;span style="font-size:12pt"&gt;&lt;span style="line-height:115%"&gt;&lt;span style="font-family:Aptos,sans-serif"&gt;&lt;span style="font-size:13.0pt"&gt;&lt;span style="line-height:115%"&gt;&lt;span style="font-family:&amp;quot;Calibri&amp;quot;,sans-serif"&gt;Esta obligaci&amp;oacute;n afecta tanto a los docentes interinos como a los funcionarios en pr&amp;aacute;cticas que accedan a la funci&amp;oacute;n p&amp;uacute;blica docente tras superar un proceso selectivo.&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&#xD;
&#xD;
&lt;p style="margin-bottom:11px"&gt;&lt;span style="font-size:12pt"&gt;&lt;span style="line-height:115%"&gt;&lt;span style="font-family:Aptos,sans-serif"&gt;&lt;span style="font-size:13.0pt"&gt;&lt;span style="line-height:115%"&gt;&lt;span style="font-family:&amp;quot;Calibri&amp;quot;,sans-serif"&gt;&#x25BA; &lt;a href="https://www.carm.es/web/descarga?ARCHIVO=Nota%20informativa%20para%20nuevos%20docentes%20interinos%20y%20funcio%20%28COPIA%29.pdf&amp;amp;ALIAS=ARCH&amp;amp;IDCONTENIDO=208140&amp;amp;IDTIPO=60&amp;amp;RASTRO=c77$m22725,22759,4254"&gt;&lt;strong&gt;ACCEDER&lt;/strong&gt;&lt;/a&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&#xD;
&#xD;
&lt;p style="margin-bottom:11px"&gt;&lt;span style="font-size:12pt"&gt;&lt;span style="line-height:115%"&gt;&lt;span style="font-family:Aptos,sans-serif"&gt;&lt;span style="font-size:13.0pt"&gt;&lt;span style="line-height:115%"&gt;&lt;span style="font-family:&amp;quot;Calibri&amp;quot;,sans-serif"&gt;Es imprescindible seguir las instrucciones publicadas por la Consejer&amp;iacute;a de Educaci&amp;oacute;n y Formaci&amp;oacute;n Profesional y presentar toda la documentaci&amp;oacute;n requerida para formalizar correctamente el alta administrativa y econ&amp;oacute;mica, requisito indispensable para incorporarse al centro educativo adjudicado y desempe&amp;ntilde;ar sus funciones con normalidad.&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&#xD;
&#xD;
&lt;p style="margin-bottom:11px"&gt;&lt;strong&gt;&lt;span style="font-size:12pt"&gt;&lt;span style="line-height:115%"&gt;&lt;span style="font-family:Aptos,sans-serif"&gt;&lt;span style="font-size:13.0pt"&gt;&lt;span style="line-height:115%"&gt;&lt;span style="font-family:&amp;quot;Calibri&amp;quot;,sans-serif"&gt;Desde CSIF Educaci&amp;oacute;n Regi&amp;oacute;n de Murcia recomendamos revisar toda la documentaci&amp;oacute;n con antelaci&amp;oacute;n y completar el procedimiento dentro de los plazos establecidos para evitar incidencias en la incorporaci&amp;oacute;n al puesto de trabajo y en la tramitaci&amp;oacute;n de las correspondientes retribuciones.&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/strong&gt;&lt;/p&gt;&#xD;
&#xD;
&lt;p style="margin-bottom:11px"&gt;&amp;nbsp;&lt;/p&gt;&#xD;
&#xD;
&lt;p&gt;&lt;span style="color:#006633;"&gt;&lt;b&gt;CSIF Educaci&amp;oacute;n. Regi&amp;oacute;n de Murcia&lt;br /&gt;&#xD;
TODOxTOD@S&lt;/b&gt;&lt;/span&gt;&lt;/p&gt;&#xD;
&#xD;
&lt;div style="background: rgb(238, 238, 238); border: 1px solid rgb(204, 204, 204); padding: 5px 10px; text-align: center;"&gt;&lt;strong&gt;&lt;span style="color:#006633;"&gt;Puedes mantenerte informado de todas las novedades afili&amp;aacute;ndote a CSIF Educaci&amp;oacute;n RM: &amp;iexcl;&amp;nbsp;&lt;/span&gt;&lt;a href="https://afiliacion.csif.es/"&gt;&lt;span style="color:#006633;"&gt;AF&amp;Iacute;LIATE&lt;/span&gt;&lt;/a&gt;&lt;span style="color:#006633;"&gt;&amp;nbsp;!&lt;/span&gt;&lt;/strong&gt;&lt;/div&gt;&#xD;
&#xD;
&lt;div style="background: rgb(238, 238, 238); border: 1px solid rgb(204, 204, 204); padding: 5px 10px; text-align: center;"&gt;&lt;span style="color:#006633;"&gt;&lt;strong&gt;&amp;nbsp;&lt;/strong&gt;&lt;/span&gt;&lt;strong&gt;Para m&amp;aacute;s informaci&amp;oacute;n puedes llamarnos y te ayudamos:&lt;/strong&gt;&lt;span style="color:#006633;"&gt;&lt;strong&gt;&amp;nbsp;&lt;/strong&gt;&lt;strong&gt;968 123 100 y 968 20 46 75&lt;/strong&gt;&lt;/span&gt;&lt;/div&gt;&#xD;
&#xD;
&lt;h2&gt;&amp;nbsp;&lt;/h2&gt;&#xD;
&#xD;
&lt;p style="margin-bottom:11px"&gt;&amp;nbsp;&lt;/p&gt;</content:encoded></item><item><guid isPermalink="true">https://www.csif.es/ca/noticia/portada/regiondemurciaeducacion/articulo/94604</guid><title>Se publica la lista provisional de aspirantes para la ordenaci&#xF3;n de las listas de interinidad para el curso 2026-2027 en el Cuerpo de Maestros</title><pubDate>Mon, 20 Jul 26 14:21:00 CEST</pubDate><link>https://www.csif.es/ca/noticia/portada/regiondemurciaeducacion/articulo/94604</link><dc:creator xmlns:dc="dc">maria-lourdes.sanchez.caballero</dc:creator><dcterms:alternative xmlns:dcterms="dcterms"/><description/><category>Empleo</category><category>Ofertas y bolsas de trabajo</category><category>&#xDA;ltimas noticias</category><media:content xmlns:media="media" url="https://www.csif.es/uploads/articulo/imagenPrincipal/20072026-1784550388.jpg" type="image/jpeg" medium="image"><media:credit/><media:title>Regi&#xF3;n de Murcia - Educaci&#xF3;n Image</media:title><media:text/><media:description/></media:content><content:encoded xmlns:content="content">&lt;p&gt;Resoluci&amp;oacute;n de 20 de julio de 2026 de la Direcci&amp;oacute;n General de Recursos Humanos, Planificaci&amp;oacute;n Educativa e Innovaci&amp;oacute;n por la que se publica la lista provisional de aspirantes para la ordenaci&amp;oacute;n de las listas de interinidad para el curso 2026-2027 en el Cuerpo de Maestros&lt;/p&gt;&#xD;
&#xD;
&lt;p&gt;&#x25BA;&lt;a href="https://www.carm.es/web/descarga?ARCHIVO=1_%20Resoluci%C3%B3n%20provisional_anexos.pdf&amp;amp;ALIAS=ARCH&amp;amp;IDCONTENIDO=208032&amp;amp;IDTIPO=60&amp;amp;RASTRO=c77$m22725,22759,4254"&gt;&lt;strong&gt; Acceder.&lt;/strong&gt;&lt;/a&gt;&lt;/p&gt;&#xD;
&#xD;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;&#xD;
&#xD;
&lt;p&gt;&lt;span style="color:#006633;"&gt;&lt;b&gt;CSIF Educaci&amp;oacute;n. Regi&amp;oacute;n de Murcia&lt;br /&gt;&#xD;
TODOxTOD@S&lt;/b&gt;&lt;/span&gt;&lt;/p&gt;&#xD;
&#xD;
&lt;div style="background: rgb(238, 238, 238); border: 1px solid rgb(204, 204, 204); padding: 5px 10px; text-align: center;"&gt;&lt;strong&gt;&lt;span style="color:#006633;"&gt;Puedes mantenerte informado de todas las novedades afili&amp;aacute;ndote a CSIF Educaci&amp;oacute;n RM: &amp;iexcl;&amp;nbsp;&lt;/span&gt;&lt;a href="https://afiliacion.csif.es/"&gt;&lt;span style="color:#006633;"&gt;AF&amp;Iacute;LIATE&lt;/span&gt;&lt;/a&gt;&lt;span style="color:#006633;"&gt;&amp;nbsp;!&lt;/span&gt;&lt;/strong&gt;&lt;/div&gt;&#xD;
&#xD;
&lt;div style="background: rgb(238, 238, 238); border: 1px solid rgb(204, 204, 204); padding: 5px 10px; text-align: center;"&gt;&lt;span style="color:#006633;"&gt;&lt;strong&gt;&amp;nbsp;&lt;/strong&gt;&lt;/span&gt;&lt;strong&gt;Para m&amp;aacute;s informaci&amp;oacute;n puedes llamarnos y te ayudamos:&amp;nbsp;&lt;/strong&gt;&lt;span style="color:#006633;"&gt;&lt;strong&gt;968 123 100 y 968 20 46 75&lt;/strong&gt;&lt;/span&gt;&lt;/div&gt;</content:encoded></item><item><guid isPermalink="true">https://www.csif.es/ca/noticia/portada/regiondemurciaeducacion/articulo/94502</guid><title>Nota informativa del Servicio de Personal Docente. Gu&#xED;a para adjudicaci&#xF3;n telem&#xE1;tica</title><pubDate>Fri, 17 Jul 26 08:33:00 CEST</pubDate><link>https://www.csif.es/ca/noticia/portada/regiondemurciaeducacion/articulo/94502</link><dc:creator xmlns:dc="dc">maria-lourdes.sanchez.caballero</dc:creator><dcterms:alternative xmlns:dcterms="dcterms"/><description/><category>Empleo</category><category>Ofertas y bolsas de trabajo</category><category>&#xDA;ltimas noticias</category><media:content xmlns:media="media" url="https://www.csif.es/uploads/articulo/imagenPrincipal/17072026-1784270303.jpg" type="image/jpeg" medium="image"><media:credit/><media:title>Regi&#xF3;n de Murcia - Educaci&#xF3;n Image</media:title><media:text/><media:description/></media:content><content:encoded xmlns:content="content">&lt;p style="margin-bottom:11px"&gt;&lt;span style="font-size:12pt"&gt;&lt;span style="line-height:115%"&gt;&lt;span style="font-family:Aptos,sans-serif"&gt;&lt;span style="font-size:13.0pt"&gt;&lt;span style="line-height:115%"&gt;&lt;span style="font-family:&amp;quot;Calibri&amp;quot;,sans-serif"&gt;&lt;a href="https://www.carm.es/web/descarga?ARCHIVO=NOTA%20INFORMATIVA%20DEL%20SERVICIO%20DE%20PERSONAL%20DOCENTE%20%28COPIA%29.pdf&amp;amp;ALIAS=ARCH&amp;amp;IDCONTENIDO=207974&amp;amp;IDTIPO=60&amp;amp;RASTRO=c77$m22725,22759,4254" style="color:#467886; text-decoration:underline" target="_blank" title="16/07/2026. Nota informativa del Servicio de Personal Docente. Gu&#xED;a para adjudicaci&#xF3;n telem&#xE1;tica - Este enlace se abrir&#xE1; en una nueva ventana"&gt;16/07/2026. Nota informativa del Servicio de Personal Docente. Gu&amp;iacute;a para adjudicaci&amp;oacute;n telem&amp;aacute;tica&lt;/a&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&#xD;
&#xD;
&lt;p style="margin-bottom:11px"&gt;&lt;span style="font-size:12pt"&gt;&lt;span style="line-height:115%"&gt;&lt;span style="font-family:Aptos,sans-serif"&gt;&lt;span style="font-size:13.0pt"&gt;&lt;span style="line-height:115%"&gt;&lt;span style="font-family:&amp;quot;Calibri&amp;quot;,sans-serif"&gt;Para facilitar la participaci&amp;oacute;n en los actos de adjudicaci&amp;oacute;n telem&amp;aacute;tica, se encuentra disponible una gu&amp;iacute;a en el siguiente enlace: &lt;a href="https://drive.google.com/drive/folders/1ffPwX_vMuD_CLsK4DWFRklSf_jS8KUuw" style="color:#467886; text-decoration:underline"&gt;&lt;b&gt;Acceder&lt;/b&gt;&lt;/a&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&#xD;
&#xD;
&lt;p style="margin-bottom:11px"&gt;&lt;span style="font-size:12pt"&gt;&lt;span style="line-height:115%"&gt;&lt;span style="font-family:Aptos,sans-serif"&gt;&lt;span style="font-size:13.0pt"&gt;&lt;span style="line-height:115%"&gt;&lt;span style="font-family:&amp;quot;Calibri&amp;quot;,sans-serif"&gt;Aunque esta gu&amp;iacute;a fue elaborada inicialmente para la participaci&amp;oacute;n del personal interino, su contenido puede servir de referencia para conocer el acceso a la aplicaci&amp;oacute;n, la consulta de las plazas ofertadas, la selecci&amp;oacute;n y ordenaci&amp;oacute;n de peticiones y la presentaci&amp;oacute;n de la solicitud. &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&#xD;
&#xD;
&lt;p style="margin-bottom:11px"&gt;&lt;span style="font-size:12pt"&gt;&lt;span style="line-height:115%"&gt;&lt;span style="font-family:Aptos,sans-serif"&gt;&lt;span style="font-size:13.0pt"&gt;&lt;span style="line-height:115%"&gt;&lt;span style="font-family:&amp;quot;Calibri&amp;quot;,sans-serif"&gt;Se recomienda leer detenidamente la gu&amp;iacute;a antes de iniciar el procedimiento y realizar la solicitud desde un ordenador, comprobando, antes de finalizar, que las plazas seleccionadas aparecen correctamente ordenadas y que la solicitud ha quedado registrada. La gu&amp;iacute;a tiene car&amp;aacute;cter meramente informativo. &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&#xD;
&#xD;
&lt;p style="margin-bottom:11px"&gt;&lt;span style="font-size:12pt"&gt;&lt;span style="line-height:115%"&gt;&lt;span style="font-family:Aptos,sans-serif"&gt;&lt;span style="font-size:13.0pt"&gt;&lt;span style="line-height:115%"&gt;&lt;span style="font-family:&amp;quot;Calibri&amp;quot;,sans-serif"&gt;Las personas participantes deber&amp;aacute;n consultar en todo caso la convocatoria correspondiente, en la que se establecer&amp;aacute;n los requisitos, plazos, condiciones de participaci&amp;oacute;n y dem&amp;aacute;s instrucciones espec&amp;iacute;ficas aplicables a cada acto de adjudicaci&amp;oacute;n.&amp;nbsp;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&#xD;
&#xD;
&lt;p&gt;&lt;span style="color:#006633;"&gt;&lt;b&gt;CSIF Educaci&amp;oacute;n. Regi&amp;oacute;n de Murcia&lt;br /&gt;&#xD;
TODOxTOD@S&lt;/b&gt;&lt;/span&gt;&lt;/p&gt;&#xD;
&#xD;
&lt;div style="background: rgb(238, 238, 238); border: 1px solid rgb(204, 204, 204); padding: 5px 10px; text-align: center;"&gt;&lt;strong&gt;&lt;span style="color:#006633;"&gt;Puedes mantenerte informado de todas las novedades afili&amp;aacute;ndote a CSIF Educaci&amp;oacute;n RM: &amp;iexcl;&amp;nbsp;&lt;/span&gt;&lt;a href="https://afiliacion.csif.es/"&gt;&lt;span style="color:#006633;"&gt;AF&amp;Iacute;LIATE&lt;/span&gt;&lt;/a&gt;&lt;span style="color:#006633;"&gt;&amp;nbsp;!&lt;/span&gt;&lt;/strong&gt;&lt;/div&gt;&#xD;
&#xD;
&lt;div style="background: rgb(238, 238, 238); border: 1px solid rgb(204, 204, 204); padding: 5px 10px; text-align: center;"&gt;&lt;strong&gt;&amp;nbsp;Para m&amp;aacute;s informaci&amp;oacute;n puedes llamarnos y te ayudamos:&amp;nbsp;&lt;/strong&gt;&lt;span style="color:#006633;"&gt;&lt;strong&gt;968 123 100 y 968 20 46 75&lt;/strong&gt;&lt;/span&gt;&lt;/div&gt;</content:encoded></item><item><guid isPermalink="true">https://www.csif.es/ca/noticia/portada/regiondemurciaeducacion/articulo/94373</guid><title>Convocatoria de puestos en Comisi&#xF3;n de Servicio para el curso 2026-27 en el Instituto Espa&#xF1;ol Juan de la Cierva de Tetu&#xE1;n</title><pubDate>Wed, 15 Jul 26 10:49:00 CEST</pubDate><link>https://www.csif.es/ca/noticia/portada/regiondemurciaeducacion/articulo/94373</link><dc:creator xmlns:dc="dc">jose-luis.narbona.moreno</dc:creator><dcterms:alternative xmlns:dcterms="dcterms">Plazo: Desde las 8 h del 15 de julio hasta las 8 h del 22 de julio de 2026</dcterms:alternative><description>Plazo: Desde las 8 h del 15 de julio hasta las 8 h del 22 de julio de 2026</description><category>Concursos y movilidad</category><category>Comisiones de servicios</category><category>Convocatorias</category><category>Empleo</category><category>Ofertas y bolsas de trabajo</category><category>Exteriores</category><media:content xmlns:media="media" url="https://www.csif.es/uploads/articulo/imagenPrincipal/1784105506-marruecos-1758280337.webp" type="image/webp" medium="image"><media:credit/><media:title>Regi&#xF3;n de Murcia - Educaci&#xF3;n Image</media:title><media:text/><media:description/></media:content><content:encoded xmlns:content="content">&lt;h5&gt;&lt;span style="font-size:14px;"&gt;Comisiones de Servicio para el Instituto Espa&amp;ntilde;ol &amp;quot;Juan de la Cierva&amp;quot; de Tetu&amp;aacute;n- Curso 2026-27&lt;/span&gt;&lt;/h5&gt;&#xD;
&#xD;
&lt;p&gt;&lt;span style="font-size:14px;"&gt;&lt;a href="https://www.educacionfpydeportes.gob.es/marruecos/dam/jcr:2fea1200-5577-4976-94c1-40cb2dd0af03/comisiones-jdlc-2026-27-convocatoria.pdf" rel="external" target="_blank" title="Externo, se abre en ventana nueva."&gt;Convocatoria P&amp;uacute;blica para cubrir plazas docentes en comisi&amp;oacute;n de servicios en el Instituto Espa&amp;ntilde;ol &amp;quot;Juan de la Cierva&amp;quot; de Tetu&amp;aacute;n&lt;/a&gt;&amp;nbsp;&lt;img alt="PDF" height="13" src="https://www.educacionfpydeportes.gob.es/docroot/img/iconos/13/ico-pdf.gif" width="13" /&gt;&lt;/span&gt;&lt;/p&gt;&#xD;
&#xD;
&lt;ul&gt;&#xD;
	&lt;li&gt;&lt;span style="font-size:14px;"&gt;&lt;a href="https://www.educacionfpydeportes.gob.es/marruecos/dam/jcr:4ee397dd-1c9f-45cd-8880-f35ab280dba2/comisiones-jdlc-2026-27-solicitud.docx" rel="external" target="_blank" title="Externo, se abre en ventana nueva."&gt;Modelo de Solicitud&lt;/a&gt;&amp;nbsp;(formato .docx)&amp;nbsp;&lt;img alt="DOC" height="13" src="https://www.educacionfpydeportes.gob.es/docroot/img/iconos/13/ico-doc.gif" width="13" /&gt;&lt;/span&gt;&lt;/li&gt;&#xD;
	&lt;li&gt;&lt;span style="font-size:14px;"&gt;&lt;strong&gt;Plazo de presentaci&amp;oacute;n de solicitudes&lt;/strong&gt;:&amp;nbsp;&lt;em&gt;Desde las 8 h del 15 de julio hasta las 8 h del 22 de julio&lt;/em&gt;&lt;/span&gt;&lt;/li&gt;&#xD;
&lt;/ul&gt;&#xD;
&#xD;
&lt;p&gt;&lt;span style="font-size:14px;"&gt;&lt;strong&gt;Importante:&lt;/strong&gt;&lt;/span&gt;&lt;/p&gt;&#xD;
&#xD;
&lt;ul&gt;&#xD;
	&lt;li&gt;&lt;span style="font-size:14px;"&gt;Las solicitudes se registrar&amp;aacute;n electr&amp;oacute;nicamente en el Registro Electr&amp;oacute;nico General de la Administraci&amp;oacute;n del Estado (REGAGE),&amp;nbsp;&lt;a href="https://reg.redsara.es/es/" rel="external" target="_blank" title="Externo, se abre en ventana nueva."&gt;https://reg.redsara.es&lt;/a&gt;, dirigidas a la Consejer&amp;iacute;a de Educaci&amp;oacute;n en Marruecos, con c&amp;oacute;digo DIR3 EA0041982, dentro del plazo de presentaci&amp;oacute;n establecido.&lt;/span&gt;&lt;/li&gt;&#xD;
	&lt;li&gt;&lt;span style="font-size:14px;"&gt;Adem&amp;aacute;s, los candidatos enviar&amp;aacute;n su solicitud, con la documentaci&amp;oacute;n para su valoraci&amp;oacute;n y la copia de su registro electr&amp;oacute;nico, al correo consejeria.ma@educacion.gob.es&lt;/span&gt;&lt;/li&gt;&#xD;
&lt;/ul&gt;</content:encoded></item></channel></rss>
