Fecha:
17 Ene - 31 Jul
Todo el día
Desde la Concejalía de Juventud llevamos tres años realizando cursos oficiales de Monitor de Ocio y Tiempo Libre en los que obtener el título y después realizar prácticas laborales, además de ofrecer la posibilidad de trabajar en empresas prestadoras de servicios a la juventud.
El curso tiene un precio de 180€ para cada alumno, a abonar antes de iniciar el mismo. Próximos cursos disponibles:
– Monitor: de lunes a viernes por las mañanas del 1 al 26 de julio
– Director: del 25 de junio al 26 de julio
PRÓXIMAMENTE ANUNCIAREMOS LAS FECHAS PARA EL PRÓXIMO AÑO.
display: flex;
text-align: left;
width: 100%;
border-top: 1px solid grey;
}
.titlteContentLOPD{
padding: 10px;
text-align: center;
font-size: 22px;
color: #6EC1E4;
font-weight: bold;
}
.titleRowLOPD{
width: 20%;
padding: 10px;
border-right: 1px solid grey;
font-weight: bold;
text-align: center;
}
.contentRowLOPD{
width: 80%;
padding: 10px;
text-align: justify;
}
.tableLOPD{
max-width: 100%;
border: 1px solid grey;
font-family: Nunito;
color: black;
margin-bottom: 45px;
}
@media (max-width: 480px) {
.rowLOPD {
flex-direction: column;
text-align: center;
}
.titleRowLOPD{
width: 100%;
padding: 10px;
font-size: 14px;
border-right: none;
border-bottom: 1px solid grey;
}
.contentRowLOPD{
width: 100%;
text-align: center;
font-size: 14px;
}
.titlteContentLOPD{
font-size: 16px;
}
.tableLOPD{
border: 1px solid grey;
}
}