*{
    margin: 0;
    padding: 0;
}

body{
    background-image: url(imagenes/fondo.png);
    background-position: top center;
}

main{
    width: 960px;
    margin: 0 auto;
    background-color: rgba(255, 249, 236,0.98);
}

header{
    height: 150px;
    position: relative;
}

header a#logo{
    position: absolute;
    top: 40px;
    left: 97px;
    
}

header h1{
    position: absolute;
    font-family: 'Handlee', cursive;
    font-size: 40px;
    top: 69px;
    right: 160px;
    color: rgb(0,0,0);
}

header img#logo{
    position: absolute;
    top: 66px;
    right: 100px;
}

div#botonera{
    height: 40px;
    background-color: rgb(135, 255, 218);
}

nav ul li{
    float: left;
    list-style: none;
}

nav ul li a{
    display: block;
    text-decoration: none;
    color: rgb(0,0,0);
    font-family: 'Handlee', cursive;
    margin-left: 50px;
    margin-top: 9px;
    font-size: 20px;
}


div#dgpc{
    font-family: 'Handlee', cursive;
    font-size: 21px;
    color: rgb(0,0,0);
    margin-left: 97px;
    margin-top: 30px;
}

article#info{
    font-family: 'Handlee', cursive;
    font-size: 18px;
    color: rgb(0,0,0);
    margin-left: 97px;
    margin-top: 30px;
}





footer{
    float: none;
    overflow: auto;
    font-size: 10px;
    width: 765px;
    text-align: center;
    margin-top: 50px;
    margin-left: 97px;
    margin-bottom: 5px;
    color: rgb(91,97,121);
    padding-bottom: 15px;
}


footer a{
    color: rgb(91,97,121);
    text-decoration: none;
}