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



header div#logo {
    margin-top: 1%;
margin-left: 43%;
 }

article {
margin-top: -9%;
  
}

article h1{
font-family: sans-serif;
    font-size: 11pt;
text-align: center;
    margin-top: 12%;
}

article div#objetivos {
width: 700px;
    margin-left: 5%;
    font-family: sans-serif;
}
section {
height: 2%;
}
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(0, 0, 0);  
	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: -6%;
}


footer{
	width:100%;
	display:table;
    margin-top: 2%;
	}
		
footer p { 
	font-size:10px; 
	text-align:center;
    font-family: 
        sans-serif;
        color:#538046;

}