/* hoja de estilos*/ 

/*body*/
figure { margin-left: 3rem}
a { 
   color: #FFFFFF; 
    text-decoration: none; 
    list-style: none;   
    font-size: 1rem;  } 
   a:hover { color: #666; }

li{ background-color: black;
    margin: 1rem;
    padding: 0,25rem;
    }

.botonera{width: auto;
          background-color: black;
          display: flex;
          flex-direction: row;
          align-content: space-between}

body{font-family: 'Oswald', sans-serif;}

.contenedor{ margin: 3rem;
             width: auto;
             display: flex;
             flex-direction: row;
             justify-content: flex-start;
             align-content: flex-start;}
.parte{width: 10rem;
       height: 10rem;}
.listado{margin-left: 2rem;
         display: flex;
         flex-direction: column}

h2{margin-left: 3rem;}
/*header*/


/*footer*/
footer{ ;padding: 1rem;font-size:6px}