header nav ul a{ 
 
        margin: 5;
   color:white;
    text-decoration: inherit;
    font-family: 'Anton', sans-serif;
    

}
    
span{font-weight: bolder;
    
    margin: 5;

    
    
}

body{
    
    background-color:010101;
    margin: 0;
}

header{
    background-color: crimson;
    padding: 1em;
    margin-bottom: 2em;
    
}



#imagen {
    margin: 16px;
    margin-bottom: 9px;
  
}


img {
    margin: 16px;
    margin-bottom: 9px;
    max-width: 80%;
    height: inherit;
}

#borde{
    border-style: solid;
        width: 9cm;
    border-bottom: 1;
    border-top: 0,1px;
    border-width: 1px;
    background-color: crimson;
    border-color: black;
}

h1{font-family: 'Oswald', sans-serif;
text-align: center;
background-color: black;
    
color: white;

margin: 0cm;
    
   
}

h3{font-family: 'Oswald', sans-serif;;
  color:black;

background-color: white;
     
text-indent: 0.2cm; 
    
}


li{font-family: 'Open Sans', sans-serif;
font-size: 14px;}

footer{font-family:'Open Sans', sans-serif;
font-size: 11px;
margin-top: 1cm;
   color: white;
    text-indent: 0.2cm;
    position: absolute;
    width: 100%;
   text-align: center;
   
background-color: crimson;}
