div#pagina{
    
	margin:auto;
    background-color: rgb(167, 190, 187);
    background-position: center;
    width: 800px;
    height: 600px;
   background-repeat:no-repeat;
    background-size: cover;
       
}



article {
    position: absolute;
    width: 10%;
margin-top: 1%;
    margin-left: 17%;
}

article h1{
font-family: sans-serif;
    font-size: 12pt;
text-align: left;
    color: rgb(252, 253, 253);
}


section div#menu nav ul li a{
    text-decoration: none;
    color: rgb(149, 16, 36);
    font-family:sans-serif;
    width: 75px;
    height: 15px;
    display:block;
    text-align: center;
    margin: 5%;
    margin-left: 5%;
    margin-top: 7%;
    float: left;
}
section div#menu nav ul li a:hover{
	width: 75px;
    display: block;
    height: 15px;
    font-family: sans-serif;
	color: rgb(250, 247, 247);  
	text-decoration: none;
    text-align: center;
    font-weight: bold;        
}

section div#menu nav{
    margin-top: 1rem;
}
section div#menu nav ul { 
    list-style: none;
    padding: 0px;
}
section div#menu nav ul li{ 
    width: 100%;
    margin-left: -2%;
    margin-top: -1%;
}


