﻿.contenido
{
    font-family: 'Arial Unicode MS' , Arial;
    font-size: 10pt;
    text-align: justify;
}
body
{
    font-family: 'Arial Unicode MS' , Arial;
    font-size: 10pt;
    text-align: justify;
}
.titulo
{
    font-weight: bold;
    font-size: 16px;
    color: #003300;
    font-family: 'Arial Unicode MS' , Arial;
}
.subTitulo
{
    font-weight: bold;
    font-family: 'Arial Unicode MS' , Arial;
    font-size: 10pt;
    text-align: justify;
}
a
{
    font-size: 10pt;
    font-family: 'Arial Unicode MS' , Arial;
    text-decoration: none;
}

.hipervinculoBlanco
{
    font-size: 10pt;
    font-family: 'Arial Unicode MS' , Arial;
    text-decoration: none;
    color: white;
}
.menuDerechaTabla
{
    border-left-width: 1px;
    border-left-color: silver;
    border-bottom-width: 1px;
    border-bottom-color: silver;
    width: 202px;
    font-size: 9pt;
}
.menuDerechaItem
{
    PADDING-LEFT: 15px;
    WIDTH: 180px;
    TEXT-ALIGN: left;
}
.menuDerechaVineta
{
    width: 22px;
    background-position: right center;
    background-image: url(images/bullet.jpg);
    background-repeat: no-repeat;
}
.tablaInternaLetrasBlancas
{
    width: 100%;
    text-align: center;
    background-color: #7b9a84;
    text-align: center;
    font-size: 9pt;
    color: white;
}
.tablaInternaLetrasVerdes
{
    width: 90%;
    text-align: center;
    background-color: #efefef;
    text-align: left;
    font-size: 9pt;
    color: #265733;
    border-right: white 1px solid;
    border-top: white 1px solid;
    border-left: white 1px solid;
    border-bottom: white 1px solid;
}
.tablaInternaLetrasNegras
{
    width: 90%;
    text-align: left;
    background-color: white;
    font-size: 9pt;
    color: black;
    border-right: silver 1px solid;
    border-top: silver 1px solid;
    border-left: silver 1px solid;
    border-bottom: silver 1px solid;
    padding-right: 5px;
    padding-left: 5px;
    padding-bottom: 5px;
    padding-top: 5px;
}
a:hover
{
    font-size: 10pt;
    font-family: 'Arial Unicode MS' , Arial;
    text-decoration: underline;
}
