h1{
	font-family: 'Lucida Console';
	color:#FFE4C4;
	font-size: 30px;
	text-align: center; 
	border: dashed medium #00FFFF;
	width: 50%;
	margin-right:350px ;
	margin-left: 350px;
}
#titulo2{
	margin-left: 415px;
}
body{
	background-image: url(fondo.jpg);
	background-repeat: no-repeat;
	font-family: 'Arial';
	font-size: 19px;
	width: 100%;
	margin-left : auto;
	margin-right : auto;
	padding: 0px;
}
nav{
	width: 100%;
	position: absolute;
	left: 10%;
}
#menu{
	list-style-type: none;
	text-align: center;
	margin:0px;
}
#menu li{
	display: inline;

}
#menu a{
	color:#FFFAF0;
	display: block;
	float: left;
	font-size: 20px;
	padding: 10px;
	text-decoration: none;
	border-left: solid 3px #00FFFF;
	border-bottom: solid 3px #00FFFF;
	border-top: solid 3px #00FFFF;
	border-right: solid 3px #00FFFF;
	background-color: #D3D3D3;

}
#menu a:hover{
	color:#FF7F50;
	background-color: white;
}
#contenedor{
	width:1110px;
	height: 350px;
	position: absolute;
	top:200px;
	margin-left: 15%;
	margin-right: 15%;
}
#foto{
	display: inline-block;
	float: left;
	width:360px;
	height: 338px;
	margin-left:0px;

}
#video{
	width: 540px; 
	height: 350px; 
	display: inline-block;
	position: relative; 
	left: 150px;
}
#contenedor p{
	text-align: center;
	font-size: 18px;
	margin-top: 0px;
}
#datos{
	width: 50%;
	text-align: center;
	list-style-type: none;
	position: absolute;
	top:600px;
	margin-left: 350px;
	margin-right: 350px;
	border:solid 0.5px;
}
footer{
	border-top: solid; 
	width: 100%;
	position: absolute;
	top:700px;
	left: 0px;
	right: 0px;
	font-size: 16px; 
	color: black;
}
pre{
	text-align: center;
}
#asignaturas{
	position: absolute;
	top:200px;
	width: 100%;
	text-align: center;
	font-family: 'Source Code Pro';
	color:white;
}
#asignaturas td,tr{
	font-size: 20px;
	padding: 10px;
}
#asignaturas th{
	font-size: 25px;
	background-color: #00FF7F;
	padding: 10px;
}
.c1{
	background-color: #DDA0DD;
}
.c2{
	background-color: #00FF7F;
}
#asignaturas a{
	color: white;
}