h1 {
    margin: 0px;
}

.header {
    text-align: center;
    font-family: algerian;
    font-weight: bold;
    font-size: x-large;
    color: #fff;
    background-image: url('../img/fondoTitulo2.jpg');
    background-repeat: repeat-x;
}

.footer {
    text-align: center;
    font-family: Gungsuh;
    font-weight: normal;
    font-size: xx-small;
    color: #000;
}

.table {
    border: solid 3px silver;
    width: 100%;
}

.span {
    text-align: center;
    font-family: algerian;
    font-size: x-large;
    font-weight: bold;
    color: Navy;
}

.title {
    text-align: center;
    font-family: gungsuh;
    font-weight: bold;
    color: Navy;
}

.menu {
    background-image: url('../img/psyche11.jpg');
    vertical-align: top;
    color: #fff;
}

.content {
    background-color: #ccc;
    background-image: url('../img/paper4.jpg');
}