@charset "utf-8";
/* CSS Document */

		#agenda{margin:5px;}
		#agenda h1{text-align:left;margin:0;font-size:1em;color:#312c2b}
		#agenda h2{text-align:left;margin:0;font-size:1em;color:#111}
		#agenda table.calendario {margin:5px 0 0 0;width:90%;border:1px dotted #efefef;font-size:10px;}
		.calendario th {border:1px dotted #efefef;font-weight:bold;background:#E20025;color:white;padding:5px 5px;}
		.calendario td{padding:5px 5px;text-align:center;border:1px dotted #efefef;width:40px; height: 40px;}
		.calendario td.desactivada {background:#91A2B2;text-align:center;}
		.calendario td.activa {background:#ffffff; width:40px; height: 40px;text-align:center;}
		.calendario td.evento {background:#EAEEF6; width:40px; height: 40px;text-align:center;}
		.calendario td.hoy{color:#E20025;font-weight:bold;text-align:center;}
		.calendario td.hoy a{color:#e20025;font-weight:bold;text-align:center;}
		.calendario td.hoy a:over{ text-decoration:underline;}
		.calendario a{color:#111;font-weight:bold;text-align:center;}
		.calendario a:over{ text-decoration:underline;}