﻿.HeaderStyle {
    background-color: #3A3D46;

    font: bold;
}

.CellStyle {
    text-align: center;
    vertical-align: middle;
}

.Panel_Titulo {
    color: #61191A;
    font-size: 13pt;
}

.PanelPrincipal {
    margin: 0 auto 0 auto;
    text-align: center;
    width: 900px;
}

.Pagina {
    font-family: Arial;
    font-size: large;
}

.TituloContoversias {
    font-family: Arial;
    font-size: 28px;
}

.TituloPaginaControversias {
    background-color: White;
    color: Maroon;
    height: 80px;
    text-align: center;
    width: 100%;
}

.TituloPagina {
    background-color: #3A3D46;
    color: White;
    height: 22px;
    text-align: center;
    width: 100%;
}

.Titulo {
    background-color: #3A3D46;
    color: Red;
    font-size: 13pt;
}

.SubTitulo {
    background-color: White;
    color: Black;
    font-size: 10pt;
    margin-bottom: 5px;
    margin-left: 5px;
    margin-right: 5px;
    margin-top: 5px;
    text-align: left;
    vertical-align: text-top;
}

.TituloDetalle {
    background-color: White;
    color: Gray;
    font-size: 10pt;
    font-weight: lighter;
    text-align: left;
}

.Etiqueta {
    background-color: #F2F2F2;
    color: Black;
    font-size: Small;
    font-weight: bold;
    text-align: left;
    vertical-align: text-top;
    width: 210px;
}

.EtiquetaInterna {
    background-color: White;
    color: black;
    font-size: Small;
    font-weight: 600;
    vertical-align: top;
    width: 200px;
}

.Datos {
    background-color: White;
    color: Black;
    font-size: Small;
    font-weight: normal;
    margin-bottom: 5px;
    margin-left: 5px;
    margin-right: 5px;
    margin-top: 5px;
    text-align: left;
    vertical-align: top;
}

.FondoEtiquetas { color: #FFFFCC; }

.Tabla {
    margin-left: auto;
    margin-right: auto;
    width: 90%;
}

.VistaInterna { border-width: 1px; }

.Panel {
    background-color: #3A3D46;
    color: Black;
    font-size: 13pt;
    margin-left: auto;
    margin-right: auto;
}

.Texto {
    color: Black;
    font-size: 13pt;
}

.Leyenda {
    color: Black;
    font-family: Arial;
    font-size: 10pt;
}

.Ligas {
    color: Black;
    font-family: Arial;
    font-size: 10pt;
}

.Resaltado {
    background-color: #FFFF00;
    font-style: normal;
}

.Filtros {
    font-size: 9pt;
    font-style: normal;
    text-align: right;
}

.detalles {
    border-width: 1;
    font-size: 9pt;
    width: 90%;
}

span.yellow {
    color: Red;
    font-style: normal;
    font-weight: 600;
}