@import url(http://fonts.googleapis.com/css?family=Roboto:100,300,400);
@import url(http://fonts.googleapis.com/css?family=Oswald:400,700,300);

*{  
    margin:0;
    padding:0;

}

html{font-size:12px;}

body{
    background-image:url(imagenes/gplaypattern.png);
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    width:70%;
    margin:auto;
    height:100%;
    text-align: center;
}

header{
    background-color:rgb(232, 252, 4);
    width:100%;
}

#logo img{
    width:15%;
    display: block;
    float:left;
    padding:2rem;
    }

h1{
    float: left;
    padding:6rem 2rem 2rem 2rem;
    font-size:1.5rem;
    color:#050505;
    font-family: 'Oswald', sans-serif;
    font-weight: 400;   
}

h2{ 
    margin:auto;
    padding: 2rem 0 0.5rem 0;
    font-size:2rem;
    color:black;
    font-family: 'Oswald',sans-serif;
    font-weight:100;
}

p:last-child{
    text-transform: uppercase;
            }

h3{
    font-size:1.5rem;
    font-family: 'roboto',sans-serif;
    font-weight:400;
    color:rgba(66, 67, 56, 0.9);
}

p{
    line-height: 1.5rem;
}

main {  
    height: 100%;
    padding:2rem;
    background-color:rgba(248, 248, 247, 0.77);
}

#foto{
    width:20%;
    border-radius: 180px;
    border: 6px solid rgb(10, 229, 247);    

}
        
header nav{
    clear:both;
    width:100%;
    background-color: rgb(222, 222, 211);
    box-shadow:-0.5px 1px 2px rgb(190, 190, 182);    
    -moz-box-shadow:-0.5px 1px 2px rgb(190, 190, 182);    
    -webkit-box-shadow:-0.5px 1px 2px rgb(190, 190, 182);    
    }

header nav ul {
    list-style:none;    
    }


header nav ul li {
    display:inline;
    }


header nav ul li a{
    font-size:1.5rem;
    padding-top:1rem;
    text-decoration:none;
    color:#080808;
    display:inline-block;
    text-transform: uppercase;
    font-family: 'Oswald', sans-serif;
    font-weight: 100;
    padding: 1rem;
    }

nav ul li a:hover{
    background-color:#10dcf7;
    color:rgb(232, 252, 4);
    }

#propuesta img{
    width: 100%;
    }

footer{
    background-color: rgb(232, 252, 4);
    height: 7rem;
    }

#textopie{
    padding: 2rem 9.5rem;
    font-size: 0.9rem;
    line-height: 1.5;
    font-style: italic;
    }

footer, header, main{
    box-shadow:0px 3px 9px rgba(66, 67, 56, 0.35); 
    -moz-box-shadow:0px 3px 9px rgba(66, 67, 56, 0.35);  
    -webkit-box-shadow:0px 3px 9px rgba(66, 67, 56, 0.35);  
    }
