	body {font-family:Tahoma,  arial; background-color: lightgray; color: midnightblue;}
	a {text-decoration: none; color: teal;}
	td.clase {border-radius: 5px 20px; padding-left: 10px; border: solid thin;}
	td.recreo {border-radius: 10px;  border: solid  yellow; text-align: center; font-weight: bold; background-color: white; font-size: 125%;}
	th.dias {border-radius: 15px 5px; border: solid thin; }
	
	td.color1 { background-color: #1E90FF; }
	td.color2 { background-color: #FF6347; }
	td.color3 { background-color: #FF7F50; }
	td.color4 {	background-color: #9932CC; }
	td.color5 {	background-color: #98FB98; }
	td.color6 { background-color: #FFFF00; }
	td.color7 { background-color: #F4A460; }
	td.color8 { background-color: #708090; }
	td.color9 { background-color: #808000; }
	td.color10 { background-color: #A0522D; }
	td.color11 { background-color: #DB7093; }
	td.color12 { background-color: #8B0000; }

	td.as {
		border: solid thin;
		border-radius: 10px;
		width: 95px;
		text-align: center;
		font-weight: bold;
	}