*{margin: 0; padding: 0;}

/*estilo header*/ 
header { background-color:#19e35f; width: 90%; height: 150px; text-align:center;margin-top: 10px}

/*estilos nav*/ 
nav{ width: 90%; 
    height: 50px;
    background-color: magenta; text-align: center; font-size: 23px; margin-top: 5px;}
/*estilos main*/
main { width: 90%; 
    height: 100%;
    background-color: rebeccapurple; margin-top: 1px;}

/*estilos section*/
section {width: 100%;  height: 450px; 
    display: flex; justify-content: space-around;
    background-color: cyan;align-items: flex-end; 
    align-content: flex-start; text-align:center;margin-top: 5px}

.moda {display: flex;
	justify-content: space-around;
width: 48%; 
    height: 85%;
    background-color: orange;margin-bottom: 20px}
.clubdelectura {display: flex;
	justify-content: space-around;
width: 48%; 
    height: 85%;
    background-color: orange; margin-top: 1px;margin-bottom: 20px}

/*estilos aside*/
aside {width: 100%;  height: 250px; display: flex; justify-content: space-around;
    align-items:center;
    background-color: gray;}

.masleidas {display: flex;
	justify-content: space-around;
width: 62%; 
    height: 70%;
    background-color: orange; margin-bottom: 15px;}

.proxima {display: flex;
	justify-content: space-around;
width: 34%; 
    height: 70%;
    background-color: orange; margin-bottom: 15px;}

/*estilos footer*/
footer{ width: 90%; 
    height: 90px;
    background-color: darkseagreen; text-align: center; font-size: 20px; margin-top: 2px;  
    align-items:center}