/* TABLAS DE LEYENDA */
body.bodynormal div#contenido table.ce_cescolar {
    width: 100%;
	/*
    border-bottom-style: solid;
	border-bottom-width: thin;
	border-bottom-color: #999999;
    border-left-style: solid;
	border-left-width: thin;
	border-left-color: #999999;
    border-right-style: solid;
	border-right-width: thin;
	border-right-color: #999999;
    border-top-style: solid;
	border-top-width: thin;
	border-top-color: #999999;
	font-size: 0.8em;
	margin: 0;
	padding: 0;
	*/
	font-size: 0.8em;
}
body.bodynormal div#contenido table.ce_cescolar  td.ce_festivo{
	background-color: #990000;
	width: 16px;
}
body.bodynormal div#contenido table.ce_cescolar  td.ce_festivo_loc{
	background-color: #FF99CC;
	width: 16px;
}
body.bodynormal div#contenido table.ce_cescolar  td.ce_jornada_inten{
	background-color: #FFFF99;
	width: 16px;
}
body.bodynormal div#contenido table.ce_cescolar  td.ce_vacaciones{
	background-color: #006600;
	width: 16px;
}
body.bodynormal div#contenido table.ce_cescolar  td.ce_festivo_cme{
	background-color: #666666;
	width: 16px;
}

/* TABLAS DE LOS MESES */
body.bodynormal div#contenido table.ce_meses {

    border-bottom-style: solid;
	border-bottom-width: thin;
	border-bottom-color: #999999;
    border-left-style: solid;
	border-left-width: thin;
	border-left-color: #999999;
    border-right-style: solid;
	border-right-width: thin;
	border-right-color: #999999;
    border-top-style: solid;
	border-top-width: thin;
	border-top-color: #999999;
	font-size: 0.9em;
    text-align:center;		
	margin: 0;
	padding: 0;
}
body.bodynormal div#contenido table.ce_meses caption {
    text-align: center;
	font-weight:bold;
}
body.bodynormal div#contenido table.ce_meses tr.ce_meses_dias {
	font-weight:bold;
	color: #FFFFFF;
	background-color: #0099CC;	
}
body.bodynormal div#contenido table.ce_meses td.ce_meses_finsem {
    background-color: #006699;
	color: #FFFFFF;
}
body.bodynormal div#contenido table.ce_meses td.ce_meses_jorint {
    background-color: #FFFF99;
	color: #000000;
}
body.bodynormal div#contenido table.ce_meses td.ce_meses_festivos {
    background-color: #990000;
	color: #FFFFFF;
}
body.bodynormal div#contenido table.ce_meses td.ce_meses_festivos_local{
    background-color: #FF99CC;
	color: #000000;
}
body.bodynormal div#contenido table.ce_meses td.ce_meses_vacaciones{
    background-color: #006600;
	color: #FFFFFF;
}
body.bodynormal div#contenido table.ce_meses  td.ce_festivo_cme{
	background-color: #666666;
	color: #FFFFFF;
}
