body {
    background: #1B1B1B;
    font-family: sans-serif;
    font-size: 12px;
    color: #1E1E1E;
    margin: 0;
}

#banda {
    padding-top: 5px;
    text-align: center;
    font-weight: bold;
    width: 100%;
    background: #2D2D2D;
    height: 20px;
    color: #fff;
}

#banda a {
    text-decoration: none;
    color: #fff;
}

#cafe {
    width:198px;
    height: 84px;
    position: absolute;
    top: 100%;
    left: 100%;
    margin-top: -84px;
    margin-left: -198px;
}

#banda a:hover {
    text-decoration: underline;
}

#cuerpo {
    margin-top: 100px;
    margin-left: auto;
    margin-right: auto;
    background: #fff;
    border: 10px #000 solid;
    width: 933px;
    border-collapse: collapse;
}

#ctabla {
/*    margin-left: 5px;
    margin-top: 6px;*/
    border: 0;
    border-collapse: collapse;
}

.input {
    background: #FFFFD4;
    font-size: 22px;
    height: 30px;
    width:  468px;
}

.bsubmit {
    height:30px;
    width: 468px;
    font-weight: bold;
}

.dlink {
    width: 468px;
    overflow: hidden;
    text-align: center;
}

.tit {
    font-family: sans-serif;
    color: #C3C3C3;
    font-size: 25px;
    font-weight: bold;
}

td {
    vertical-align: top;
}
