@charset "utf-8";

@import url('https://fonts.googleapis.com/css?family=Roboto+Mono');

@font-face{
    font-family:"anton";
    src:url('fuentes/anton-regular-webfont.woff') format('woff'), url('fuentes/anton-regular-webfont.ttf') format('ttf')
    
  }

body div stile{
    background-image:url(../1/img/ELIPORTADA.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}

body{background-color:#ffffff}
nav{font-family:"Roboto Mono", monospace;
        font-style: oblique;
    
    background-color:#1eaed9;
  margin-bottom: px;
padding: 8px;
font-size:0.8em;
}
header nav ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex; 
    align-content: space-around;
    display: flex;
    align-content: space-around;
    justify-content: space-around;
    margin-top: 
}
header nav ul li a {
    color:#ffffff;
    text-decoration:none;
    background-color:none;
    display:block;
    text-align:center;
    }
.destacado{
    background-color: #e2cdb1;
    
}

h1 {font-family:"Roboto Mono", monospace;
    font-size:1.5em;
    font-style: normal;
    background-color: #ebbec7;
    color: #fdfdfd
     center;
    color:#ffffff;
    margin-bottom: 50px;
        
}



main section {
    border: none;
    margin: 0 0 0 0;
    justify-content: center
} 
main section h2{font-family: 'Roboto Mono', monospace;
    color:#f4b093;
    font-size: 1.1em;
    background-color: none;
    align-self: center
}
main section p {font-family: 'Roboto Mono', monospace;
    }
header img{
    display:block;
    height: 5em; 
    margin: auto;
    margin-bottom: 3em;
    
}
h3{font-family:"Roboto Mono", monospace;
    margin-top: 50px;
    font-style: normal;
    font-size: 0.9em;
  
    
}
footer p{font-family:"Roboto Mono", monospace;
    
  font-style: italic;
  font-size:0.8em;
  
           
    
}
  
    



