﻿body
{
    font-family: Arial, Tahoma, Verdana;
    font-size: 12px;
    height: 100%;
    width: 100%;
    margin: 0px;
    padding:0px;
    background-color: #f0f0f0;
}
html
{
    height: 100%;
}
.form1
{
    height: 100%;
    border: solid 0px black;
    margin: 0px;
    padding:0px;
}
.DivTodo
{
    height: 100%;
}
.TbEstructura
{
    border: solid 0px black;
    padding: 0px;
    margin: 0px;
    height: 100%;
    width: 100%;
    
}
.MenuIzquierda
{
    border-right: solid 1px black;
    height: 100%;
}
.Cabecera1
{
    border-bottom: solid 1px black;
    background-image: url(./img/fpath.png);
    height: 22px;
    font-size: 14px;
    color: White;
    font-weight: bold;
    padding-left: 12px;
    padding-top: 6px;
    font-family: Arial;
}
.DivArbol1
{
    padding-left: 10px;
}
.NodoArbol1
{
    text-decoration: underline;
    font-size: 11px;
    color: Black;
    font-family: Tahoma;
}
.NodoArbol2
{
    text-decoration: underline;
    font-size: 11px;
    color: #00ffff;
    background-color: #08246B;
    font-family: Tahoma;
}
.lblNaranja
{
    color: #ff9900;
}
.DivGrafico
{    
    border-top: solid 1px black;
}
.DivGridView
{
    border: solid 1px #408bab;
    text-align: center;
    vertical-align: middle;
    margin: 45px;
    height: 100px;
    overflow-x: hidden;
    overflow-y: auto;
    margin-top: 0px;
}
.DivGridView1Cabecera
{
    border: solid 1px #408bab;
    vertical-align: middle;
    margin: 45px;
    margin-bottom: 0px;
    margin-top: 0px;
    height: 17px;
    overflow: hidden;
    text-align: left;
}
.titulo2
{
    font-size: 16px;
    font-weight: bold;
}
.contenido1
{
    font-size: 12px;
}
.contenido2
{
    font-size: 10px;
}
.DivContenido
{
    height: 90%;
}
.GridView1
{
    width: 100%;
}
.GridsOcultos
{
    width: 100%;
    display:none;
}
.Grids
{
    width: 100%;
    display:block;    
}
.GridView1Cabecera
{
    width: 100%;
    height: 20px;
    background-color: #006090;
    color: #8aebff;
    border: solid 1px #006090;
    text-align: center;
}
.Cab2
{
    background-image: url(./img/ftitgr.png);
    height: 21px;
    padding-top: 7px;
    padding-left: 10px;
    border: solid 1px #408bab;
    margin-left: 45px;
    margin-right: 45px;
    font-size: 12px;
    font-weight: bold;
    margin-top: 10px;
}

.RowGridView1
{
    border-color: #006090;
}

.RowGridView1:hover
{
    background-color: #c1ebff;
}
.RowGridView1:active
{
    background-color: orange;
}
.RowGridView2
{
    background-color: orange;
}
.Oculto
{
    visibility: hidden;
}
.DisNone
{
    display:none;
}
.DisBlock
{
    display: block;
}