
html
{
    background-color: #33381f;
    color: #5f693a;
    font-family: 'EB Garamond', arial, serif;
    font-size: 22px;
}

body
{
    background-color: #fffde5;
    width: 750px;
    margin: 10px auto 10px auto;
/*    background-image: url("cabeza.png");
    background-position: top;
    background-repeat: no-repeat;
    padding: 150px 0 0 0; */
    padding: 0;
}

#main
{
    background-image: url("pie.png");
    background-position: bottom;
    background-repeat: no-repeat;
    padding: 0 30px 160px 30px;
}

h2
{
    text-align: center;
}

ul
{
    list-style: inside;
}

a:link, a:visited, a:active, a:hover
{
    color: #5f693a;
    text-decoration: none;
    font-weight: bold;
}

*.centrado
{
    text-align: center;
}

#foot
{
    font-family: 'Josefin Sans', arial, serif;
    text-align: center;
    font-size: 15px;
    background-color: #5f693a;
    color: #fffde5;
    padding: 2px;
}

*.flleft
{
    float: left;
    margin: 40px 20px 0 0;
}

*.clear
{
    clear: both;
}
