@import url(https://fonts.googleapis.com/css?family=Lato:400,700,900);
*{margin: 0; padding: 0;}
body { font-family: 'Lato', sans-serif; margin: 0; padding: 0; color: #c6839a;}
html {font-size: 10pt;}
.contenedor {width: 1240px; margin: auto; box-sizing: border-box;}
main {background: #fff; min-height: 400px; box-sizing: border-box;}

header {background: #88c3ae; min-height: 100px; color: #fff; box-sizing: border-box;}
.titulo {float: right; font-size: 4rem; padding: 2% 5% 0 0; font-weight: 700;}

nav {background-color: #d3f8b8; width: 100%; min-height: 80px; margin-top: 2%;}
#inicio {width: 3%; padding: 1.5% 0 2% 2%; float: left; }
nav h3 {color: #bfbfbf; padding: 2% 0 0 6%; font-size: 1.5rem;}

section {background-color: #fff; width: 100%; min-height: 400px; margin-top: 5%; box-sizing: border-box;}
.nombre {background-color: #fff; width: 100%; min-height: 50px; margin-top: 2%; box-sizing: border-box;}
article {width: 25%; box-sizing: border-box;}
#foto{width: 50%; margin-bottom: 5%; }
article h2 {color: #ad5b77; font-weight: 900; margin-left: 5%}
article h3 {font-weight: 700; margin-left: 5%}
article {float:left; width: 25%; box-sizing: border-box; }
aside {float:left; width: 25%; box-sizing: border-box; }
.cursada {float:left; width: 25%; box-sizing: border-box; }
.nivel3 {float:left; width: 25%; box-sizing: border-box; }
a {text-decoration: none;}

footer {background: rgb(253, 70, 119); text-align: center; box-sizing: border-box; width: 100%; color: #fff;}










