.Dibujo {
	text-align: center;
	background-color: CadetBlue;
}
.Historia {
	text-align: center;
	background-color: lightyellow;
}
.Tecnologia {
	text-align: center;
	background-color: RosyBrown;
}
.Filosofia {
	text-align: center;
	background-color: lightpink;
}
.Lengua {
	text-align: center;
	background-color: IndianRed;
}
.Mate {
	text-align: center;
	background-color: PowderBlue;
}
.Ingles {
	text-align: center;
	background-color: MediumPurple;
}
.Tic {
	text-align: center;
	background-color: LightSalmon;
}
.Horario {
	text-align: center;
	background-color:CornflowerBlue;
}
.Tabla {
	text-align: center;
	background-color:Gainsboro;
    border: 1px solid;
    position: absolute;
   left: 50%;
   margin-left: -300px;
   top: 50%;
   margin-top: -300px;
}