body {
    background-image: url('/bg.png');
}
.content {
    background-color: #FFFFFF;
    width: 60%;
    font-family: "Helvetica";
    font-size: 13px;
    padding-top: 10px;
    padding-left: 20px;
    padding-right: 20px;
    border: #404040 2px solid;
}
td {
    font-family: "Helvetica";
    font-size: 13px;
}
/* No resaltar los que dicen <a name=> sin href= */
a[href] {
    color: #0000cc;
    text-decoration: none;
}
a[href]:hover {
    text-decoration: underline;
}
.divHr {
    width: 100%;
    line-height: 1px;
    height: 1px;
    border: 0px;
    background-color: #C0C0C0;
    margin-top: 0px;
    margin-bottom: 0px;
}
ul {
    margin: 0px;
}
div.indice {
    border: 1px #808080 solid;
    padding: 10px;
    background: #FFFFEE;
    float: left;
}
a.indice {
    font-weight: bold;
    color: #000033;
    line-height: 18px;
}
