/* CSS Document */
a
{
    text-decoration: none;
}

.cssTextoTitulos
{
    font-family: Arial;
    font-weight: bold;
    font-size: 19px;
    color: gray;
}
.cssTextoTitulosAzules
{
    font-family: Verdana;
    font-weight: bold;
    font-size: 19px;
    color: #8080FF;
}

.cssTextoGris
{
    font-family: Arial;
    font-weight: bold;
    font-size: 15px;
    color: gray;
}
.cssTextoNormal
{
    font-family: Arial;
    font-size: 15px;
    color: gray;
}

.cssTextoPublicitario
{
    font-family: Arial;
    font-size: 13px;
    color: gray;
}
.cssTextoNormalConTabulador
{
    font-family: Arial;
    font-size: 15px;
    color: gray;
    text-indent: 30pt;
    text-indent: 30pt;
    text-align: justify;
}


.cssTextoAlineadoALaDerecha
{
    font-family: Arial;
    font-size: 15px;
    color: gray;
    text-align: right;
}

.cssTextoAlineadoALaDerechaRojo
{
    font-family: Arial;
     font-weight:bold;
    font-size: 15px;
    color: Red;
    text-align: right;
}


.cssTextoRojo
{
    font-family: Times New Roman;
    color: Red;
}
.cssTextoAzulesGrandes
{
    font-family: Arial;
    font-weight: bold;
    font-size: 19px;
    color: Blue;
}
.cssTextoAzulesClaritas
{
    font-family: Arial;
    font-size: 15px;
    color: #8080FF;
}


