/**************************************************************
Calendario con efemérides y eventos. Script por Tunait! (21/4/2007)
Script de libre uso con la condición de que permanezcan intactas estas líneas, osea, los créditos.
Distribución no autorizada en sitios de script sin previa autorización
Ver condiciones de uso en http://javascript.tunait.com/
tunait@yahoo.com 
****************************************************************/
/** Configuración general **/
var idContenedor = "miCalendario" //id del contenedor donde se insertará el calendario
var calendarioCursor = 'pointer'
var calendarioPaddingCelda = 3; //Corrige la posición del cuadro que marca el día seleccionado en caso de haberse aplicado un padding a las celdas
var tagTitulos = 'h2' //Tag a usar en los títulos de eventos y efemérides
var textoVerTodos = 'Listar todo el mes'
/** fin configuración general **/


function evento(fecha, titulo, texto, enlace){
	this.fecha = fecha;
	this.titulo = titulo;
	this.texto = texto;
	this.enlace = false;
	if(enlace) this.enlace = enlace
}

/** agregamos los listados de efemérides y eventos por meses:
var nombreDelMes = new Array();
nombreDelMes.push(new evento('fecha en formato aaaammdd o mmdd', 'Título', 'Texto','Link [opcional]'));
**/
var enero = new Array();
enero .push(new evento('20120101', 'AÑO NUEVO', 'FELIZ 2012'))
enero .push(new evento('20120102', 'TALLER DE JUGUETES', ''))
enero .push(new evento('20120103', 'CAMPAÑA DE NAVIDAD', ''))
enero .push(new evento('20120103', 'VOTA TU BELEN FAVORITO', 'Del 3 al 11 de enero'))
enero .push(new evento('20120103', 'VILLANCICOS EN EL ASILO PARA TODA LA FAMILIA', ''))
enero .push(new evento('20120104', 'CAMPAÑA DE NAVIDAD', ''))
enero .push(new evento('20120104', 'VOTA TU BELEN FAVORITO', 'Del 3 al 11 de enero'))
enero .push(new evento('20120105', 'CABALGATA DE REYES', ''))
enero .push(new evento('20120105', 'VOTA TU BELEN FAVORITO', 'Del 3 al 11 de enero'))
enero .push(new evento('20120106', 'REYES MAGOS', ''))
enero .push(new evento('20120106', 'VOTA TU BELEN FAVORITO', 'Del 3 al 11 de enero'))
enero .push(new evento('20120107', 'VOTA TU BELEN FAVORITO', 'Del 3 al 11 de enero'))
enero .push(new evento('20120108', 'VOTA TU BELEN FAVORITO', 'Del 3 al 11 de enero'))
enero .push(new evento('20120109', 'ESTUDIO ESO Y BAC','Horario de 6.00 a 8.00 de la tarde'))
enero .push(new evento('20120109', 'ESTUDIO 5 Y 6 DE EP','Horario de 6.00 a 7.30 de la tarde'))
enero .push(new evento('20120109', 'VOTA TU BELEN FAVORITO', 'Del 3 al 11 de enero'))
enero .push(new evento('20120110', 'ESTUDIO','Horario de 6.00 a 8.00 de la tarde'))
enero .push(new evento('20120110', 'VOTA TU BELEN FAVORITO', 'Del 3 al 11 de enero'))
enero .push(new evento('20120111', 'ESTUDIO','Horario de 6.00 a 8.00 de la tarde'))
enero .push(new evento('20120111', 'VOTA TU BELEN FAVORITO', 'Ultimo dia para votar'))
enero .push(new evento('20120112', 'ESTUDIO','Horario de 6.00 a 8.00 de la tarde'))
enero .push(new evento('20120113', 'ACTIVIDADES DE LOS VIERNES','De 6 a 8 de la tarde'))
enero .push(new evento('20120113', 'PREMIOS BELENES ENALBA', ''))
enero .push(new evento('20120114', '', ''))
enero .push(new evento('20120115', '', ''))
enero .push(new evento('20120116', 'ESTUDIO ESO Y BAC','Horario de 6.00 a 8.00 de la tarde'))
enero .push(new evento('20120116', 'ESTUDIO 5 Y 6 DE EP','Horario de 6.00 a 7.30 de la tarde'))
enero .push(new evento('20120117', 'ESTUDIO','Horario de 6.00 a 8.00 de la tarde'))
enero .push(new evento('20120118', 'ESTUDIO','Horario de 6.00 a 8.00 de la tarde'))
enero .push(new evento('20120119', 'ESTUDIO','Horario de 6.00 a 8.00 de la tarde'))
enero .push(new evento('20120120', 'ACTIVIDADES DE LOS VIERNES','De 6 a 8 de la tarde'))
enero .push(new evento('20120121', 'PELICULA Y MERIENDA PARA 6 EP', ''))
enero .push(new evento('20120121', 'RUTA EN BICI PARA 1 Y 2 ESO', ''))
enero .push(new evento('20120123', 'ESTUDIO ESO Y BAC','Horario de 6.00 a 8.00 de la tarde'))
enero .push(new evento('20120123', 'ESTUDIO 5 Y 6 DE EP','Horario de 6.00 a 7.30 de la tarde'))
enero .push(new evento('20120124', 'ESTUDIO','Horario de 6.00 a 8.00 de la tarde'))
enero .push(new evento('20120125', 'ESTUDIO','Horario de 6.00 a 8.00 de la tarde'))
enero .push(new evento('20120126', 'ESTUDIO','Horario de 6.00 a 8.00 de la tarde'))
enero .push(new evento('20120127', 'ACTIVIDADES DE LOS VIERNES','De 6 a 8 de la tarde'))
enero .push(new evento('20120128', 'VOLUNTARIADO Y MERIENDA PARA 1 Y 2 ESO', ''))
enero .push(new evento('20120129', '', ''))
enero .push(new evento('20120130', 'ESTUDIO','Horario de 6.00 a 8.00 de la tarde'))
enero .push(new evento('20120130', 'ESTUDIO 5 Y 6 DE EP','Horario de 6.00 a 7.30 de la tarde'))
enero .push(new evento('20120131', 'ESTUDIO','Horario de 6.00 a 8.00 de la tarde'))


var febrero = new Array();
febrero.push(new evento('20120201', 'ESTUDIO','Horario de 6.00 a 8.00 de la tarde'))
febrero.push(new evento('20120202', 'ESTUDIO','Horario de 6.00 a 8.00 de la tarde'))
febrero.push(new evento('20120203', 'ACTIVIDADES DE LOS VIERNES','De 6 a 8 de la tarde'))
febrero.push(new evento('20120204', 'CENA Y AUTOCINE PARA 6 EP Y 1 Y 2 ESO','A las 8 de la tarde'))
febrero.push(new evento('20120205', '',''))
febrero.push(new evento('20120206', 'ESTUDIO ESO Y BAC','Horario de 6.00 a 8.00 de la tarde'))
febrero.push(new evento('20120206', 'ESTUDIO 5 Y 6 DE EP','Horario de 6.00 a 7.30 de la tarde'))
febrero.push(new evento('20120207', 'ESTUDIO','Horario de 6.00 a 8.00 de la tarde'))
febrero.push(new evento('20120208', 'ESTUDIO','Horario de 6.00 a 8.00 de la tarde'))
febrero.push(new evento('20120209', 'ESTUDIO','Horario de 6.00 a 8.00 de la tarde'))
febrero.push(new evento('20120210', 'ACTIVIDADES DE LOS VIERNES','De 6 a 8 de la tarde'))
febrero.push(new evento('20120211', 'CONCURSO DE DIBUJO','Para todos los cursos'))
febrero.push(new evento('20120212', '',''))
febrero.push(new evento('20120213', 'ESTUDIO ESO Y BAC','Horario de 6.00 a 8.00 de la tarde'))
febrero.push(new evento('20120213', 'ESTUDIO 5 Y 6 DE EP','Horario de 6.00 a 7.30 de la tarde'))
febrero.push(new evento('20120214', 'ESTUDIO','Horario de 6.00 a 8.00 de la tarde'))
febrero.push(new evento('20120215', 'ESTUDIO','Horario de 6.00 a 8.00 de la tarde'))
febrero.push(new evento('20120216', 'ESTUDIO','Horario de 6.00 a 8.00 de la tarde'))
febrero.push(new evento('20120217', 'ACTIVIDADES DE LOS VIERNES','De 6 a 8 de la tarde'))
febrero.push(new evento('20120218', 'GYMKANA PARA 5 EP',''))
febrero.push(new evento('20120219', '',''))
febrero.push(new evento('20120220', 'MARATON DE WII PARA 6 EP, Y Y 2 ESO',''))
febrero.push(new evento('20120220', 'ESTUDIO 5 Y 6 DE EP','Horario de 6.00 a 7.30 de la tarde'))
febrero.push(new evento('20120221', 'ESTUDIO','Horario de 6.00 a 8.00 de la tarde'))
febrero.push(new evento('20120222', 'ESTUDIO','Horario de 6.00 a 8.00 de la tarde'))
febrero.push(new evento('20120223', 'ESTUDIO','Horario de 6.00 a 8.00 de la tarde'))
febrero.push(new evento('20120224', 'ACTIVIDADES DE LOS VIERNES','De 6 a 8 de la tarde'))
febrero.push(new evento('20120225', 'CURSO-CONCURSO DE MODA','Para estudiantes de la ESO'))
febrero.push(new evento('20120226', '',''))
febrero.push(new evento('20120227', 'ESTUDIO ESO Y BAC','Horario de 6.00 a 8.00 de la tarde'))
febrero.push(new evento('20120227', 'ESTUDIO 5 Y 6 DE EP','Horario de 6.00 a 7.30 de la tarde'))
febrero.push(new evento('20120228', 'ESTUDIO','Horario de 6.00 a 8.00 de la tarde'))
febrero.push(new evento('20120229', 'ESTUDIO','Horario de 6.00 a 8.00 de la tarde'))


var marzo = new Array();
marzo.push(new evento('20120301', 'ESTUDIO','Horario de 6.00 a 8.00 de la tarde'))
marzo.push(new evento('20120302', 'ACTIVIDADES DE LOS VIERNES','De 6 a 8 de la tarde'))
marzo.push(new evento('20120303', 'CURSO-CONCURSO DE MODA','Para estudiantes de la ESO'))
marzo.push(new evento('20120305', 'ESTUDIO 5 Y 6 DE EP','Horario de 6.00 a 7.30 de la tarde'))
marzo.push(new evento('20120305', 'ESTUDIO','Horario de 6.00 a 8.00 de la tarde'))
marzo.push(new evento('20120306', 'ESTUDIO','Horario de 6.00 a 8.00 de la tarde'))
marzo.push(new evento('20120307', 'ESTUDIO','Horario de 6.00 a 8.00 de la tarde'))
marzo.push(new evento('20120308', 'ESTUDIO','Horario de 6.00 a 8.00 de la tarde'))
marzo.push(new evento('20120309', 'ACTIVIDADES DE LOS VIERNES','De 6 a 8 de la tarde'))
marzo.push(new evento('20120310', 'CURSO-CONCURSO DE MODA','Para estudiantes de la ESO'))
marzo.push(new evento('20120312', 'ESTUDIO 5 Y 6 DE EP','Horario de 6.00 a 7.30 de la tarde'))
marzo.push(new evento('20120312', 'ESTUDIO','Horario de 6.00 a 8.00 de la tarde'))
marzo.push(new evento('20120313', 'ESTUDIO','Horario de 6.00 a 8.00 de la tarde'))
marzo.push(new evento('20120314', 'ESTUDIO','Horario de 6.00 a 8.00 de la tarde'))
marzo.push(new evento('20120315', 'ESTUDIO','Horario de 6.00 a 8.00 de la tarde'))
marzo.push(new evento('20120316', 'ACTIVIDADES DE LOS VIERNES','De 6 a 8 de la tarde'))
marzo.push(new evento('20120317', 'GRAN AVENTURA DE EXPLORADORAS','Para todos los cursos'))
marzo.push(new evento('20120319', 'ESTUDIO 5 Y 6 DE EP','Horario de 6.00 a 7.30 de la tarde'))
marzo.push(new evento('20120319', 'ESTUDIO','Horario de 6.00 a 8.00 de la tarde'))
marzo.push(new evento('20120320', 'ESTUDIO','Horario de 6.00 a 8.00 de la tarde'))
marzo.push(new evento('20120321', 'ESTUDIO','Horario de 6.00 a 8.00 de la tarde'))
marzo.push(new evento('20120322', 'ESTUDIO','Horario de 6.00 a 8.00 de la tarde'))
marzo.push(new evento('20120323', 'ACTIVIDADES DE LOS VIERNES','De 6 a 8 de la tarde'))
marzo.push(new evento('20120324', 'ENTREGA DE PREMIOS DEL CURSO-CONCURSO DE MODA','Para estudiantes de la ESO'))
marzo.push(new evento('20120326', 'ESTUDIO 5 Y 6 DE EP','Horario de 6.00 a 7.30 de la tarde'))
marzo.push(new evento('20120326', 'ESTUDIO','Horario de 6.00 a 8.00 de la tarde'))
marzo.push(new evento('20120327', 'ESTUDIO','Horario de 6.00 a 8.00 de la tarde'))
marzo.push(new evento('20120328', 'ESTUDIO','Horario de 6.00 a 8.00 de la tarde'))
marzo.push(new evento('20120329', 'ESTUDIO','Horario de 6.00 a 8.00 de la tarde'))
marzo.push(new evento('20120330', 'ACTIVIDADES DE LOS VIERNES','De 6 a 8 de la tarde'))
marzo.push(new evento('20120330', 'CONGRESO UNIV EN ROMA','Salida desde Gijón'))
marzo.push(new evento('20120331', 'CONGRESO UNIV EN ROMA','Del 30 de marzo al 9 de abril'))

var abril = new Array();
abril.push(new evento('20120401', 'CONGRESO UNIV EN ROMA','Del 30 de marzo al 9 de abril'))
abril.push(new evento('20120402', 'CONGRESO UNIV EN ROMA','Del 30 de marzo al 9 de abril'))
abril.push(new evento('20120403', 'CONGRESO UNIV EN ROMA','Del 30 de marzo al 9 de abril'))
abril.push(new evento('20120404', 'CONGRESO UNIV EN ROMA','Del 30 de marzo al 9 de abril'))
abril.push(new evento('20120404', 'CONVIVENCIA EN SEVILLA DEL 4 AL 10 DE ABRIL','Desde 3 ESO'))
abril.push(new evento('20120405', 'CONGRESO UNIV EN ROMA','Del 30 de marzo al 9 de abril'))
abril.push(new evento('20120405', 'CONVIVENCIA EN SEVILLA DEL 4 AL 10 DE ABRIL','Desde 3 ESO'))
abril.push(new evento('20120406', 'CONGRESO UNIV EN ROMA','Del 30 de marzo al 9 de abril'))
abril.push(new evento('20120406', 'CONVIVENCIA EN SEVILLA DEL 4 AL 10 DE ABRIL','Desde 3 ESO'))
abril.push(new evento('20120407', 'CONGRESO UNIV EN ROMA','Del 30 de marzo al 9 de abril'))
abril.push(new evento('20120407', 'CONVIVENCIA EN SEVILLA DEL 4 AL 10 DE ABRIL','Desde 3 ESO'))
abril.push(new evento('20120408', 'CONVIVENCIA EN SEVILLA DEL 4 AL 10 DE ABRIL','Desde 3 ESO'))
abril.push(new evento('20120408', 'CONGRESO UNIV EN ROMA','Del 30 de marzo al 9 de abril'))
abril.push(new evento('20120409', 'CONGRESO UNIV EN ROMA','Regreso a Gijon'))
abril.push(new evento('20120409', 'CONVIVENCIA EN SEVILLA DEL 4 AL 10 DE ABRIL','Desde 3 ESO'))
abril.push(new evento('20120410', 'CONVIVENCIA EN SEVILLA DEL 4 AL 10 DE ABRIL','Desde 3 ESO'))

var mayo = new Array();
mayo.push(new evento('20120501', '',''))

var junio = new Array();
junio. push(new evento('20120601', '',''))

var julio = new Array();
julio.push(new evento('20120701', '',''))

var agosto = new Array();
agosto.push(new evento('20120801','',''))

var septiembre = new Array();
septiembre. push(new evento('20120901','',''))

var octubre = new Array();
octubre. push(new evento('20121001', '',''))

var noviembre = new Array();
noviembre.push(new evento('20121101','',''))

var diciembre = new Array();

diciembre.push(new evento('20111201','ESTUDIO','Horario de 6.00 a 8.00 de la tarde'))
diciembre.push(new evento('20111202','ACTIVIDADES DE LOS VIERNES','De 6 a 8 de la tarde'))
diciembre.push(new evento('20111202','CENA PADRES','A las 8,15 de la tarde'))
diciembre.push(new evento('20111203','FIESTA AMIGA GEMELA','De 3 a 6 de EP'))
diciembre.push(new evento('20111203','PATINAJE','Para 1 y 2 ESO'))
diciembre.push(new evento('20111204','',''))
diciembre.push(new evento('20111205','',''))
diciembre.push(new evento('20111206','',''))
diciembre.push(new evento('20111207','',''))
diciembre.push(new evento('20111208','',''))
diciembre.push(new evento('20111209','',''))
diciembre.push(new evento('20111210','GRABACION DE UN CORTO','Para 1 y 2 ESO'))
diciembre.push(new evento('20111210','FIESTA DE LA AMIGA GEMELA','De 6 a 8 de la tarde'))
diciembre.push(new evento('20111211','',''))
diciembre.push(new evento('20111212','ESTUDIO','Horario de 6.00 a 8.00 de la tarde'))
diciembre.push(new evento('20111213','ESTUDIO','Horario de 6.00 a 8.00 de la tarde'))
diciembre.push(new evento('20111214','ESTUDIO','Horario de 6.00 a 8.00 de la tarde'))
diciembre.push(new evento('20111215','ESTUDIO','Horario de 6.00 a 8.00 de la tarde'))
diciembre.push(new evento('20111216','ACTIVIDADES DE LOS VIERNES. ULTIMO VIERNES DE CLUB','De 6 a 8 de la tarde'))
diciembre.push(new evento('20111217','VILLANCICOS EN LA CALLE CORRIDA','A las 7 de la tarde'))
diciembre.push(new evento('20111218','ENSAYO VILLANCICOS FAMILIARES','Misa a las 12 y ensayo despues'))
diciembre.push(new evento('20111219','VILLANCICO FAMILIAR EN LA IGLESIA DE SAN JOSE','A las 8 de la tarde'))
diciembre.push(new evento('20111220','ESTUDIO','Horario de 6.00 a 8.00 de la tarde'))
diciembre.push(new evento('20111221','ESTUDIO','Horario de 6.00 a 8.00 de la tarde'))
diciembre.push(new evento('20111222','TRIDUO DE NAVIDAD PARA LAS FAMILIAS','A las 8 de la tarde'))
diciembre.push(new evento('20111223','TRIDUO DE NAVIDAD PARA LAS FAMILIAS','A las 8 de la tarde'))
diciembre.push(new evento('20111223','COCINA DE NAVIDAD','Para 5 y 6 de Primaria. A las 6 de la tarde'))
diciembre.push(new evento('20111224','NOCHEBUENA','Misa de Gallo a las 12 de la noche'))
diciembre.push(new evento('20111225','FELIZ NAVIDAD','Enalba os desea Feliz Navidad'))
diciembre.push(new evento('20111226','',''))
diciembre.push(new evento('20111227','CONGRESO: SOLO PARA VALIENTES','De 3ºeso en adelante. En Valladolid'))
diciembre.push(new evento('20111228','TALLER DE JUGUETES Y REPARTO DE COMIDA',''))
diciembre.push(new evento('20111228','CINE CON PALOMITAS','De 1 eso en adelante'))
diciembre.push(new evento('20111229','TALLER DE JUGUETES Y REPARTO DE COMIDA',''))
diciembre.push(new evento('20111230','TALLER DE JUGUETES Y REPARTO DE COMIDA',''))
diciembre.push(new evento('20111230','MERCAPLANA','Para 3, 4, 5 y 6 de primaria'))
diciembre.push(new evento('20111231','NOCHEVIEJA','Cotillon a partir de las 12 de la noche a partir de 3 eso'))

