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


#contenedor{
    margin: auto;
    width: 960px;
}

body{
    background-image: url(Imagenes/fondo.png);
    background-position: top left;
    background-size: cover;
    
}

header main{
            margin-left: 81%;
            margin-top: 30px;
            background-color: rgba(255, 255, 255, 0.87);
            width: 140px;
            height: 150px;
}


header nav a{
    margin-top: 2%;
    margin-left: 1%;
    padding: 0.3%;
    float: left;
    background-color: rgba(0, 0, 0, 0.85);
    text-decoration: none;
    color: #ffffff;
    display: block;
    height: 10%;
    font-family: 'Oswald', sans-serif;
    font-weight: 700;
    font-size: 15px;
    
}

article img {
                float: left;
                margin-left: 40px;
                margin-top: 50px;
}


section {
    display: block;
    background-color: rgba(255, 255, 255, 0.92);
    float: left;
    color: #000;
    margin-top: 5%;
    padding: 0;
    height: 310px;
    width: 600px;
    
}

section h1{
    float: left:
    color: #000;
    margin-left: 2%;
    margin-right: 2%;
    margin-top: 10%;
    font-family: 'Oswald', sans-serif;
    font-weight: 700;
    font-size: 30px; 
}


section p{
    display: block;
    float: left:
    color: #000;
    display: block;
    margin-top: 2%;
    margin-left: 2%;
    font-family: 'Oswald', sans-serif;
    font-weight: 300;
    font-size: 20px; 
}


 section div {
    margin-left: 2%;
     margin-top: 2%;
    font-family: 'Oswald', sans-serif;
    font-weight: 300;
    font-size: 25px; 
}



aside{
    display:block;
    width: 100%;
    clear: right;}

main{
    display:block;
    width: 100%;
    clear: both;
}


section#Propuesta{
    margin: auto;
}


footer div#textopie{
    display: block;
    background-color:black;
    margin-left: 3.5%;
    width: 90%;
    margin-top: 200px;
    float: left;
    text-decoration: none;
    color: #000b8b;
    display: block;
    font-family: 'Oswald', sans-serif;
    font-weight: 100;
    font-size: 16px; 
    color: white;
    padding-left: 1%;
    padding-right: 1%;
}
    