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

header div#cara {
margin-left: 40%;
}

header nav ul { 
    margin-top: 10%;
    list-style: none;
    margin: 0px;
    padding: 0px;
}
header nav ul li{ 
    margin-top: 7%;
    margin-left: 25%;
    width: 100%;
     margin-bottom: 0.1 rem;
}

header nav ul li a{
    
 text-decoration:overline;
    font-size: 11pt;
font-style:italic;
    
    color: #000;
    font-family:sans-serif;
    width: 100%;
    padding-right: 50px; 
    display:inline;
    text-align: center;
}
nav ul li a:hover{

    font-family: sans-serif;
	color: rgb(253, 253, 248);  
	    
}

article {
margin-top: 10%;
}

article h1{
font-family: sans-serif;
    font-size: 11pt;
text-align: center;
}
article p{
font-family: sans-serif;
    font-size: 11pt;
    text-align: center;
}



section div#menu nav ul li a{
    text-decoration: none;
    color: rgb(149, 16, 36);
    font-family:sans-serif;
    width: 75px;
    height: 1%;
    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;
    font-family: sans-serif;
	color: rgb(8, 7, 7);  
	text-decoration: none;
    text-align: center;
    font-weight: bold;        
}


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





