body {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
}

a {
    font-size: 1em;
    text-decoration: none;
    color: #346691;
}

a:hover {
    font-size: 11px;
    text-decoration: underline;
    color: #6fa1cb;
}

h1 {
    color: #00a8dd;
    font-size: 1.8em;
    font-weight: bold;
    letter-spacing: 2px;



}
h1.error {
    color: white;
    font-size: 1.8em;
    font-weight: 900;
    letter-spacing: 2px;
    text-shadow: 1px 1px 3px #474747;
    filter: dropshadow(color =   #474747, offx =   1, offy =   1);
}
h2 {
    color: #00ade3;
    font-size: 1.3em;
    font-weight: bold;
    margin: auto;
}

h3 {
    color: #0080a8;
    font-size: 1.1em;
    font-weight: bold;
    margin: auto;
}
h4 {
    color: #595959;
    font-size: 1em;
    margin: auto;
    font-weight: bold;
}

td.CampoTextoContenido {
    text-align: justify;
    color: #949494;
}

td.CampoTituloIzquierdo {
    text-align: left;
    color: #437475;
    font-weight: bold;
}

td.celda_contedido {
    text-align: justify;
    color: #707070;
}

td.celda_label {
    padding-left: 5px;
    text-align: left;
    color: #385b87;
    font-weight: bold;
}

td.celda_saldopositivo {
    padding-left: 5px;
    text-align: left;
    color: #FF0000;
    font-weight: bold;
    font-size: 1.5em;

}

td.celda_saldonegativo {
    padding-left: 5px;
    text-align: left;
    color: #228b22;
    font-weight: bold;
    font-size: 1.5em;

}