﻿* {}

body{}
        
a:link
{
    color: #FFFFCC;
}
        a:visited
{
    color: #FFFFCC;
}

        .EstiloPrincipal
{
    color: White;
    font-weight: normal;
    font-size: medium;
}
                              
        .EstiloBanner
{
    font-size: 16px;
    font-weight: bold;
    text-align: right;
    color: #FFFFFF;
}
                                    
        .EstiloMenuInicio
{
    font-weight: 700;
    text-align: left;
    /*background-color: #993333;*/
}     
        
        .EstiloMenuSeccion
{
    color: #FFFFCC;
    font-weight: bold;
    text-align: left;
    /*background-color: #003366;*/
    font-size: small;
}         
       
       .EstiloTituloGrande
{
    color: #FFFFCC;
    font-weight: bold;
    text-align: center;
    font-size: x-large;
}
       
        .EstiloTitulo
{
    color: #FFFFCC;
    font-weight: bold;
    text-align: center;
    font-size: large;
}
        
        .EstiloTituloPequeño
{
    color: #FFFFFF;
    font-weight: bold;
    text-align: left;
    font-size: medium;
}

        .EstiloEncabezado
{
    color: White;
    font-weight: bold;
    font-size: medium;
    text-align: justify;
    width:400px;
}
        
        .EstiloCuerpo
{
    color: White;
    font-weight: normal;
    font-size: medium;
    text-align: justify;
    width:600px;
}

        .EstiloTextoNormal
{
    color: White;
    font-weight: normal;
    font-size: medium;
}

        .EstiloMini
{
    color: White;
    font-weight: normal;
    font-size: xx-small;
}

        .EstiloMiniLogin
{
    color: White;
    background-color: Maroon;
    font-weight: normal;
    font-size: xx-small;
}
        
        .EstiloFirma
{
    color: Red;
    font-weight: bold;
    font-size: medium;
}

        .EstiloFirmaPersonal
{
    color: White;
    font-style: italic;
    font-size: medium;
    text-align: right;
}

        .EstiloPiedePagina
{
    color: White;
    font-style: italic;
    font-size: medium;
    text-align: center;
}
        
        .EstiloDescargasApartado
{
    background-color: #339966;
    color: #FFFFCC;
    font-weight: bold;
    text-align: center;
    font-size: xx-large;
}
        
        .EstiloDescargasSeccion
{
    background-color: #FF9966;
    color: #000000;
    font-weight: bold;
    text-align: center;
    font-size: x-large;
} 
