body {
    margin:0;
    font-family:sans-serif;
    background-color:white;
    color:black;
}

a:link, a:visited {
    color:#0099CC;
    background-color:white;
    text-decoration:none;
}

a:hover, a:visited:hover {
    background-color:#0099CC;
    color:white;
}

#header {
    background-color:#0099CC;
    border-bottom:0.3em solid black;
    margin:0;
    padding:0;
    padding-left:2em; /* Borrar cuando reemplaze el título por el logo */
    height:80px;
    background-image:url(../img/keep_rocking.jpg);
    background-repeat:no-repeat;
    background-position:right bottom;
}

#header h1 {
    margin:0;
    font-size:3em;
    line-height:1.5em;
    width:211px;
    height:80px;
    background-image:url(../img/header.png);
    background-repeat:no-repeat;
}

span.hidden {
    display:none;
}

#header h1 a {
    background-color:transparent;
    text-decoration:none;
    width:211px;
    height:80px;
    float:left;
}

#content {
    padding:0 2em;
}

ul.menu li {
    display:inline;
    margin-right:1em;
    list-style-type:none;
}

#footer {
    font-size:0.6em;
    padding:1em;
    text-align:right;
}
