body{
    background-color: #e6e1d6;
    margin:0px;
    padding: 0px;
}

#pagina{
    width: 960px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0px;
}
    
#logo{
    height:133px;
    width: 380px;
    margin:auto;
    padding: none;
}

header{
        background-image:url(imagenes/posrtadas-07%20copia.png);
    height:200px;
    width:960px;
    }
        

nav{
    background-color: #e6e1d6;
    display: block;
        height:50px;
    width:100%;
    margin-top: 0px;
}

nav ul{
    list-style:none;
    border-top-style:solid;
    border-top-color: #73dbaf;
    width: 960px;
}

nav ul li{
    float: left;
    margin-right:5px; 
}

nav ul li a {
     font-size: 20px;
    text-decoration: none;
    height: 50px;
    width: auto;
    color: #66c09c;
}
 
#logo{
    margin-left: auto;
    margin-right: auto;
}



nav ul{
    list-style:none;
    border-top-style:dashed;
    border-top-color: #73dbaf;
    width: 800px;
    margin-left: auto;
    margin-right: auto; 
}

     nav{
    background-color: #e6e1d6;
    display: block;
        height:50px;
    margin-top: 0px;
    margin-left: auto;
    margin-right: auto;
        }
            
nav ul{
    list-style:none;
    border-top-style:solid;
    border-top-color: #73dbaf;
    width: 960px;
    margin-left: auto;
    margin-right: auto;
}

nav ul li{
    display: block;
    background-color: #e6e1d6;
    float: left;
    margin-right:50px;
}

h1{
    
    font-family: 'Oswald', "arial", sans-serif;
    font-weight: 400;
    letter-spacing: inherit;
    font-size:30px;
    color: #7ad4a7;
    width:300px;
    text-align: center;
  margin-left:auto;
    margin-right: auto;
     
}
        
section{
    margin:auto;
    height: 70%;
    width: 30%;
     margin-left: auto;
    margin-right: auto;
    text-align: center;
    
    }

h2{ 
    font-family: 'Oswald', "arial", sans-serif;
    font-weight: 200;
     text-decoration: underline;
    color: #d88844;
    text-decoration: underline;
    font-size:19px;
    
}


h3{ 
     font-family: 'Oswald', "arial", sans-serif;
    font-weight: 200;
     text-decoration: underline;
   color: #dd9558;
    text-decoration: underline;
    font-size:19px;
    
}

h4{
    font-family: 'Oswald', "arial", sans-serif;
    font-weight: 200;
    text-decoration: underline;
   color: #eda569;
    text-decoration: underline;
    font-size:19px;
}


footer{
    overflow:auto;
    background-image: url(imagenes/footer.png);
    width: 600px;
    height:200px;
    color: #fffbfb;
    font-size:13px;
    font-family: 'Roboto', sans-serif, "arial";
    font-weight: 100;
    font-style: normal;
    padding-left: 300px;
    padding-top: 250px;
    padding-right: 15px;
    margin-top: 0px;
    }