@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{background-color:#ffffff}
nav{font-family:"Roboto Mono", monospace;
        font-style: oblique;
    
    background-color:#f4b093;
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;
}
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: #675959;
    color: #fdfdfd
     center;
    color:#ffffff;
    margin-bottom: 50px;
        
}

.bajadaacid{
    margin-bottom: 50px;
    
}
    
.imagenpatineta{
    margin-bottom: 50px;
    
}

article p{
    
    border-width: 1px;
		border-style: solid;
		border-color: #000000;
        align-content:stretch;
     margin-bottom: 2px
    
}


.imgeli{
   width: auto;
    height: auto;
    border-radius: 50%;}
    

.bordeeli{
         vertical-align:middle;
        padding: 6px; 
            width: 170px;
            height: 170px;
            
          -webkit-box-shadow: 1px 1px 10px #484848; 
          
              border-radius: 150px; 
          background-color: #f4b093
}

.imgalfredo{
    
   width: auto;
    height: auto;
    border-radius: 50%;
     
           }

.bordealf{
    margin-top: 50px;
         vertical-align:middle;
        padding: 6px; 
            width: 170px;
            height: 170px;
            
          -webkit-box-shadow: 1px 1px 10px #484848; 
          
              border-radius: 150px; 
          background-color: #f4b093

}

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.8em;
  
    
}
footer p{font-family:"Roboto Mono", monospace;
    
  font-style: italic;
  font-size:0.8em;
  
    
    
    
    
}
  
    



