@charset "utf-8";
/* CSS Document */
table {
    font-family: Arial;
    font-size: 11px;
    font-size-adjust: inherit;
    color: black;
    text-decoration: none;
}

text {
    color: red;
}

.tealtable, .tealtable TD, .tealtable TH {
    /*background-color:#3C3;*/
    color: white;
}

tr.titulos {
    color: #FFF;
    font-weight: bold;
}

h3.subtitulos {
    color: #006;
    font-weight: bold;
    font-size: 12px;
    text-align: center;
}


tr.listados {
    font-size: 10px;
    text-align: center;
}

td.listados {
    font-size: 9px;
    text-align: center;
}

td.listadosder {
    font-size: 9px;
    text-align: right;
}

td.listadosizq {
    font-size: 9px;
    text-align: left;
}

.colorlink1 {
    color: #FFF;
}

.colorlink2 {
    color: #000;
}

.colorlink3 {
    color: #FFF;
}

