*{text-decoration: none; list-style: none; margin: 0 auto; padding: 0}


@import url(https://fonts.googleapis.com/css?family=Roboto:400,700,500&subset=latin,latin-ext);
*{text-decoration: none; list-style: none; margin: 0 auto; padding: 0; font-family: 'Roboto', sans-serif;}

header { 
    
    
    background-color: rgba(8, 0, 0, 0.85);
    height: 120px;
    width: auto;
    margin-bottom: 30px;
    margin-top: 60px;
    padding: 10px;

}
nav {    
    background-color: rgba(255, 255, 255, 0.72);
    width: 26%;
    margin-bottom: 30px;
    font-weight: 500; 
}

nav ul{
        text-align: center;
        padding: 15px;
}

nav ul li a {
color: rgb(8, 0, 0);
}

nav ul li a:hover{
    color:aqua;
}

body {
    background-image: url(img/imgfondo1.jpg);
    background-size: 100%;
    background-origin: padding-box;
    
    
}
main {
    margin: 0;
    height: 50%;
    background: rgba(8, 0, 0, 0.85);
    color: white;
    margin-bottom: 30px;
    padding: 15px;
    text-align: center;
    
}
.aprobadas{
    display:flex;
    width: 75%;
    text-align: center;
    
    
}

.behance{
    
    color: rgba(90, 252, 103, 0.79);
}


.behance:hover{
    color:aqua;
}


div { 
    display: inline-block;
}
h1 {
    color: white;
    text-align: center;
    font-weight: 700; 
}

h2 {
    color: rgb(121, 118, 118);
    padding: 8px;
    text-align: center;
    font-weight: 500; 
}

h3 {   
    color: white;
    padding: 15px;
    font-weight: 700;
        
}

h4 {   
    color: rgba(255, 182, 44, 0.78);
    padding: 15px;
    text-align: center;
    font-weight: 700;
}

ul {
    color: rgba(255, 182, 44, 0.78);
    
}
section {
    color: rgba(255, 182, 44, 0.78);
    font-weight: 400;
}
footer {
        width: 100;
        background-color: rgba(255, 182, 44, 0.78);
        padding: 15px;
}

