.lengua {
	background-color: red;
	text-align: center;
}
.ingles {
	background-color: yellow;
	text-align: center;
}
.fisica {
	background-color: #33cc00;
	text-align: center;
}
.mate {
	background-color: #3366ff;
	text-align: center;
}
.historia {
	background-color: #ffcc66;
	text-align: center;
}
.tic {
	background-color: #cc66cc;
	text-align: center;
}
.quimica {
	background-color: #cccccc;
	text-align: center;
	
}
.dt{
	background-color: #ff6600;
	text-align: center;
}		
.dia {
	color:white;
	text-align: center;
	font-weight:bold;
	font-size: 20px;
	}
	
	

.recreo {
	color:white;
	text-align: center;
	
}
.horas{
	text-align: center;
	color:white;
}



#contenedor{ 
	width: auto;
	height: auto;
	background: yellow;
	border: solid red 4px;
	margin-left: 620px;
	padding: 10px;
	text-align: center;
	font-size: 80px;
	margin-top:20px;

}

#cambiarcolor{
	width: auto;
	height: auto;
}

#cambiarfondo{
	width: auto;
	height: auto;
}
	

table{
	margin:auto;
	margin-top:20px;
	
}

div{
	margin-left:600px;
	margin-top:20px;
	color:white;
}

body{
	background-image:url("fondo1.jpg");
}
.cabecera{
	color:white;
	margin-left:150px;
	font-size:50px
	
}

#Lunes{
	font-size: 20px;
	font-weight:bold;
	color:white;
	text-align: center;
}
#Martes{
	font-size: 20px;
	font-weight:bold;
	color:white;
	text-align: center;
}
#Miercoles{
	font-size: 20px;
	font-weight:bold;
	color:white;
	text-align: center;
}
#Jueves{
	font-size: 20px;
	font-weight:bold;
	color:white;
	text-align: center;
}
#Viernes{
	font-size: 20px;
	font-weight:bold;
	color:white;
	text-align: center;
}

ul.enlaces{
list-style-type: none;
padding: 0;
margin: 0;
position: absolute;
top: 8em;
left: 5em;
width: 7em
}
ul.enlaces li {
background: white;
margin: 0.5em 0;
padding: 0.3em;
border-right: 1.5em solid red;
}
ul.enlaces a {
text-decoration: none ;
}
a:link {
color: white ;
}
a:visited {
color: red ;
}