
 body {
    background-color:#fffef8;
    padding: 0 ;
    margin:0 auto;
     padding-top: 100px;
}


    header  {
    color: #fff;
    display: block;
    background-color: #626262;
    align-content: center;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
    padding-top: 25px;
    padding-bottom: 70px;
}
    


/* (solo la parte de botones) */
header ul li a{
    overflow: auto;
    list-style: none;
    text-decoration: none;
    color: #404040;
    display: block;
    margin-left: 3px;
    margin-right: 10px;
    padding-left: 25px;
    padding-right: 25px;
    padding-bottom: 10px;
    padding-top: 10px;
    border-radius: 0px;
    background-color: #00c7b8;
    float: left;
    overflow: auto;
    font-size: 12px;
    font-family: sans-serif;
    
}

/* (Lo que hace que los botones cambien) */
header a:hover{
    background-color: #3c3c3c;
 text-decoration: none;
    color: #00c7b8;
}

/*alinear botonera */


 header ul {   
    list-style: none;
    padding: 0;
}

/* (Esto es para que todo quede centrado y no se desparrame ) */


header, #main {
    padding-left: 60px;
    padding-right: 60px;
    margin-top: 0px;
    width:650px; 
    height: auto;
    margin:0 auto;
    
}

div#main {
    background-color: #e3fcff;
    margin-top: 0px;
    padding-top: 80px;
    
    
    
}

div#texto {
    height: 200px;
    width: 300px;
    font-size: 16px;
    font-style: normal;
    font-family: sans-serif;
    
    
    
    

    
    
}
div#texto ul {
    color: #fffef8;
    padding-right:  0px;
    margin-right: 30px;
    margin-left: 400px;
        margin-bottom: 500px;
    margin-top: -120px;
    
    
}

div#texto ul li a{
    display: block;
   width: 100px;
    height: 70px;
    background: #00c7b8;
    margin-top: 20px;
    padding-top: 30px;
    align-content: center;
    font-size: 30px;
    text-align: center;
   
    
    
    
}
footer {
    background-color: #626262;
 font-size: 12px;
    color: #fffef8;
    align-content: center;
    text-align: center;
    margin-left: -60px;
    margin-top: -10px;
    padding-top: 3px;
    width: 770px;
    height: 50px;
    
    
    
    
}