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

header {
height: 35%;
}


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

nav{
    margin-top: 1rem;
}
header nav ul { list-style: none;
 
    padding: 0px;
}
header nav ul li{ 
    width: 100%;
    margin-left: 7%;
    margin-top: 7%;
}
div#logo {
    margin-top: 1%;
margin-left: 42%;
 }
article {
    font-size: 9pt;
    font-family: sans-serif;
clear: both;
    margin-top: 20%;
    margin-left: 5%;
    margin-right: 12%;
}
article h1 {
    text-align: center;
}
article p {
    text-align: center;
}




footer{
    height: 10px;
	width:100%;
	display:table;

	}
		
footer p { 
	font-size:10px; 
	text-align:center;
    font-family: 
        sans-serif;
        color:#538046;
    margin-top: 35%;
	
}
