*{ margin: 0; padding: 0; box-sizing: border-box;}

.contenedor {
    max-width: 60rem; 
    margin: auto;
    font-family: arial; 
    font-weight: bold;
    font-size: 15px;
    color: #383838;
}

header {
    width: 100%; 
    height: 10rem;
    background: #ead8c2;
    margin-top: 5rem;
    padding-top: 2rem;
    padding-left: 2rem;
    
}

main {
    display: flex;
    margin-top: 5px;
}
nav{ 
    width: 100%; 
    height: 5rem; 
    background: #ead8c2;}

section { 
    width: 70%;
    height: 25rem; 
    background: #cbbba0; 
    display:flex; 
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-around;
	align-items: center;
	align-content: center;
    padding: 1rem;
}



article {
    width: 30%;
    height: 9rem;
    background: #ffffff;
    padding: 1rem;
    margin-bottom: 1rem;

}


.muestra1{
    height: 5rem;
    background: #ff58;
    padding: 1rem;
    margin-bottom: 1rem;
    
}


footer{
    height: 10rem;
    background-color: #dfc2c1;
    margin-top: 0.5rem;
    padding-top: 2rem;
    padding-left: 2rem;
}

/*

.articulo1 {
    width: 30%;
    height: 9rem;
    background: #ffffff;
    display:flex;
    flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between;
    padding: 1rem;

}
.articulo2 {
    width: 30%;
    height: 9rem;
    background: #ffffff;
    display:flex;
    flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between;
    padding: 1rem;
    
}

.articulo3 {
   width: 30%;
    height: 9rem;
    background: #ffffff;
    display:flex;
    flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between;
    padding: 1rem;


    
}

.articulo4 {
    width: 30%;
    height: 9rem;
    background: #ffffff;
    display:flex;
    flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between;
    padding: 1rem;


}
.articulo5 {
    width: 30%;
    height: 9rem;
    background: #ffffff;
    display:flex;
    flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between;
    padding: 1rem;
}
.articulo6 {
    width: 30%;
    height: 9rem;
    background: #ffffff;
    display:flex;
    flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between;
    padding: 1rem;
    text-align: center;
}

*/

aside {
    width: 28%;
    height: 25rem; 
    background: #4bbba0; 
    display:flex; 
    justify-content: flex-end;
    padding-top: 2rem;
    padding-left: 2rem;
    text-align: left;

    
}






