body {
    background: gray;
    color: white;
    font-family: Verdana, Tahoma;
    font-size: 12px;
}

.tablaWeb {
    background: black;
    border: 0px solid white;
    width: 900px;
}

.pieTabla {
    border-top: 3px solid gray;
    font-size: 12px;
    text-align: center;
    color: white;
    padding: 4px;
}

.menu a {
    color: #8c1616;
    text-decoration: none;
}

.menu a:hover {
    color: black;
    text-decoration: underline;
}

.menu td {
    background: url('../img/menumedio.jpg');
    padding: 3px;
    padding-left: 25px;
}

.erros {
    color: red;
    font-weight: bold;
}

.bloqueImagen {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    display: none;
}

.divImagen {
    padding: 30px;
}

.divImagen a {
    text-decoration: none;
    color: white;
    font-weight: bold;
}

.divImagen a:hover {
    text-decoration: underline;
    color: yellow;
}

.tablaImagemFlotante {
    width: 880px;
    height: 600px;
    background: black;
    border: 3px solid yellow;
}

#contenido a {
    color: #3399ff;
    text-decoration: none;
}

#contenido a:hover {
    color: yellow;
    text-decoration: underline;
}
