@charset "utf-8"; 

/* reglas generales */ 


h3 {margin: 1em;
    color: black;
    font-size: 1.em;
    font-family: 'Consolas';
    text-transform: uppercase;
    display: flex; justify-content: center;
}

body {  background-color: #317195;
        font-family: 'Consolas';
        color: #dfd1c6;
        margin: 1em 1em 1em 1em;
        text-align: center;    
}


    
nav ul li {
     background-color: #4e8baa;
     font-family: 'Consolas';
     text-transform: uppercase;
     padding: 1em;
     margin: 2em 2em 0 0;
     display: flex; flex-direction: column;
    
}

a { text-decoration: none;
    color: #317195;  
    
    
}


    

img { width: 40%;
     height: auto;
     outline-color: #4e8baa;
     outline-width: 0.3em;
     outline-style: solid;
     margin: 1.5em 0 0 0;
     
}

figure { 
    margin: 0;
    padding: 0;
    max-width: 30em;
}

footer {
        font-family: 'Consolas';
        color: black;
        font-size: 0.7em;
        background-color: #4e8baa;
        margin: 2em 0 0 0;
       
    
}


/* primera parte para el celular mobile first */


h3 {
    line-height: 3em;
    font-family: 'Consolas';
    background-color: #317195;
    padding: 0 0 0 0;
}

header nav ul li a { 
    color: #dfd1c6;
    font-family: 'Consolas'; 
    
}

footer {
    background-color: #4e8baa;
    font-family: 'Consolas';
    margin: 14em 0 0 0;
}



/* segunda parte para escritorio */
