.cabecera{
	background-color:#ABEBC6; 
	height:90px;
    width:1000px;
}
.menu{
	background-color:#E8DAEF;
	height: 70px;
    width: 1000px;
}
.paginas:hover{
	background-color:#ABEBC6;
}
.cuerpo{
	background-color:#ABEBC6;
	height:800px;
    width:1000px;
}
.graduacion{
	width:300px;
	height:4000px;
}
.titulo:hover{
	background-color:#E8DAEF;
	color:blue;
	width:500px;
	height:50px;
}
	
