#contenedor {
    width: 80%;
    margin: auto;
    background-color: #F9F3E8
}


*{
    font-family: "Raleway", "Arial", sans-serif;
    color: #533A07;
    }

.center{
    text-align: center;
}

/* --------------- HEADER ----------------- */

#logo {
    float: left;
    width: 20%;
    margin: 5px;
    
}

h2 {
    color: white;
    font-weight: 800;
    text-align: left;
    font-size: 25px;
    width: 85%;
    
}

#cabezal {
    background-color: #79581B;
    padding: 30px 30px 10px 30px;
    float: left;
}

header {
    color: white;
    font-weight: 300;
    }


/* ----------------- NAV ----------------- */

nav {
    margin-bottom: 10px;
    margin-top: 10px;
    text-align: right;
    border-style: inset;
    border-color: #79581B;
    width: 50%;
    float: right;
    padding-right: 30px;
}


nav ul {
    margin: 0 px;
    padding: 0 px;
}

nav ul li {
    display: inline-block;
}

nav ul li a {
    display: block;
    padding: 7px 10px 7px 10px;
}
    
    
nav ul li a:hover{
    color: #05033e;
    text-decoration: none;
    text-align: right;
    font-weight: 800;
}   


/* ----------------- MAIN ----------------- */

.medida {
    width: 70%;
    margin: auto;
}

main {
    clear: both;
    padding: 30px;
    overflow: auto;
}


#imagen {
    float: left;
    width: 35%;
    margin: 10px;
}

.nombre {
    float: left;
    width: 40%;
    margin: 10px;
    align-content: flex-end;
}

h1 {
    color: #05033e;
    font-size: 5rem;
    line-height: 5rem;
}

.behance {
    font-size: 30px;
    text-decoration: none;    
}

.behance:hover{
    color: #05033e;
    text-decoration: none;
    text-align: right;
    font-weight: 800;
}  


/* ----------------- ASIDE ----------------- */


aside {
    clear: both;
    background-color: #cccbe3;
    padding: 20px;
    margin: 15px;
    overflow: auto;
}


.niveles {
    float: left;
    width: 50%;
}

aside ul li {
    line-height: 200%;
    display: block;
    font-size: 20px;
}


h3 {
    text-align: center;
    color: #05033e;
    font-size: 3rem;
    
}

h4 {
    font-size: 2rem;
}

 
    
    
    
/* ----------------- DIV BANNER ----------------- */


#banner {
    overflow: hidden;
}

.bannerimg{
    float: left;
    width: 24%;
    height: auto;
}


.img1 {
    width: 100%;
    height: auto;
}


/* ----------------- FOOTER ----------------- */

footer {
    text-align: center;
    background-color: #79581B;
    padding: 15px 25px 15px 25px;
}  

footer p{
    font-size: 15px;
    color: white;
    font-weight: 300;
    }