body{
    background-color: rgb(255, 216, 242);
}

header{
    background-color: rgb(131, 113, 231);
    height: 400px;

}
nav{
    background-color: rgb(185, 170, 253);
}
section{
    background-color: rgb(146, 63, 255);
    height: 200px;
}
footer{
    height: 50px;
    background-color: rgb(73, 34, 109);
    font-size: 75%;
    text-align: center;
    color: rgb(185, 170, 253);

}


.imagen{
    width: 500px;
}
.caja{
    width:600px;
}
nav ul li{
	display: inline;
	margin-right: 50px;
	font-size: 2em;
}	
nav ul li a{
	color: #370057;
	text-decoration: none;
	list-style-type: none;
}

nav ul li img{
    width: 5%;
    padding-right: 10px;
}