﻿#MainContent_divHtmlEstadistica{
    width:1800px;
}

#contenedorEstadistica{
    overflow:auto
}

.MemoriaDelegacionesContenedorPrincipal
{
    font-family: Arial;
    font-size: 8pt;
}
.MemoriaDelegacionesCabecera
{
    font-size: 12pt;
}
.MemoriaDelegacionesIMGCab
{
    width:286px;
}
.MemoriaDelegacionesDIVFondoGRIS
{
    background-color: Gainsboro;
}
.MemoriaDelegacionesDIVFondoBLANCO
{
    background-color:  White;
}
 
.MemoriaDelegacionesDIVApartados
{
    /*display: inline-block;*/
    float: left;
}
.MemoriaDelegacionesDIVApartados th
{
    /*white-space: nowrap;*/
    text-align: right;
    font-size: 8pt !important;
}
 
.MemoriaDelegacionesDIVApartadosTD
{
    /*white-space: nowrap;*/
    text-align: right;
    font-size: 8pt;
}
.MemoriaDelegacionesDIVColumnas
{
    display: inline-block;
    float: left;
}
.MemoriaDelegacionesDIVColumnasTD
{
    /*white-space: nowrap;*/
    text-align: center;
    font-size: 10pt;
    border-bottom: solid 1px white;
}
.MemoriaDelegacionesDIVColumnasTDBold
{
    /*white-space: nowrap;*/
    text-align: center;
    font-size: 10pt;
    font-weight: bold;
    border-bottom: solid 1px white;
}
 
.MemoriaDelegacionesDIVColumnas th
{
    /*white-space: nowrap;*/
    text-align: right;
    font-size: 8pt !important;
}
.MemoriaDelegacionesTDLinea
{
    border-style: none none solid none;
    text-align: left;
    font-size: 1pt;
    border-bottom-width: 2px;
    border-bottom-color: #FF3300;
}
.MemoriaDelegacionesTDLineaTop
{
    border-style: solid none none none;
    text-align: center;
    font-size: 8pt;
    border-top-width: 2px;
    border-top-color: #FF3300;
}
 
.MemoriaDelegacionesApartadosResponsive
{
    /*display: inline-block !important;*/
    /*float: left !important;*/
    /*white-space: nowrap !important;*/
    text-align: right !important;
    font-size: 8pt;
    display: none !important;
}

.MemoriaDelegacionesTDContenido{
    white-space:nowrap;
}
 
/*DISPOSITIVOS MÓVILES*/
/*@media screen and (max-width: 768px)
{*/
    #MainContent_divHtmlEstadistica{
        width:auto;
    }
    .MemoriaDelegacionesTDContenido{
        white-space:normal;
    }
    .MemoriaDelegacionesDIVFondoGRIS
    {
        background-color: White;
    }
    .MemoriaDelegacionesApartadosResponsive
    {
        display: inline-block !important;         
    }
    .MemoriaDelegacionesDIVApartados
    {
        display:none !important;
    }
    .MemoriaDelegacionesDIVColumnasTDBold
    {
        width:50px;
    }
    .MemoriaDelegacionesDIVColumnasTD
    {
        font-weight: bold;
        width:50px;
    }

    .MemoriaDelegacionesDIVColumnas {
        float:none;
        clear:left;
        display:block;
        margin-bottom:20px;
        width:100%;
    }

    .MemoriaDelegacionesDIVColumnas table{
        width:100%;
    }

       .MemoriaDelegacionesDIVColumnas TR
    {
        text-align:right;
    }
/*}*/
@media screen and (max-width: 286px)
{
    .MemoriaDelegacionesIMGCab
    {
        width:100%;
    }
 }
