﻿body {
    background-color: #efedde;
}

* {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

.escondido {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    font-family: 'Montserrat', serif;
    color: #666666;
    font-weight: 400;
    text-align: justify;
    text-justify: inter-word;
}

@media screen and (max-width: 800px) {
    .escondido {
        display: none;
    }
}

.textomovil {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    font-family: 'Montserrat', serif;
    color: #666666;
    font-weight: 100;
    text-align: justify;
    text-justify: inter-word;
}

@media screen and (min-width: 800px) {
    .textomovil {
        display: none;
    }
}

h1 {
    color: #45662b;
    font-family: 'Montserrat', sans-serif;
    font-weight: 800;
}

.titulo {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    padding: 35px 0px 35px 0px;
}

@media screen and (max-width: 600px) {
    .titulo {
        display: none;
    }
}



table {
    border-collapse: collapse;
    background-color: #eeeeee;
    border-radius: 0px;
}

td {
    border: 1px solid #eeeeee;
}

.encabezados {
    border: 1px solid #eeeeee;
    background-color: #72C6FF;
    padding: 0px 10px;
    font-style: italic;
}

th:first-child {
    border-radius: 0px 0px 0px 0px;
}

th:last-child {
    border-radius: 0px 0px 0px 0px;
}

tr:nth-child(odd) {
    background-color: aliceblue;
}

tr:nth-child(even) {
    background-color: #ccddee;
}

.tablas {
    width: 95%;
    margin-left: auto;
    margin-right: auto;
}

.contenido:after {
    content: "";
    display: table;
    clear: both;
}

.colIzquierda {
    float: left;
    width: 65%;
    background-color: transparent;
    box-sizing: border-box
}


.coldDerecha {
    width: 35%;
    min-width: 400px;
    float: left;
    margin-top: 10px;
    background-color: transparent;
    box-sizing: border-box
}

.colIzquierda_mov{
    float: left;
    width: 35%;
    background-color: transparent;
    box-sizing: border-box;

}

.coldDerecha_mov {
    width: 65%;
    min-width: 360px;
    float: left;
    margin-top: 10px;
    background-color: transparent;
    box-sizing: border-box;
    text-align:left;
}

.col1 {
    width: 4%;
    text-align: center;
}

.col2 {
    width: 68%;
}

.col3 {
    width: 19%;
}

.col4 {
    width: 8%;
}

.celdaNombre {
    width: 100%;
    border-collapse: collapse;
    border: 1px none;
    background-color: transparent;
    box-sizing: border-box;
    display: block;
}

.derecha {
    text-align: right;
    
}

.celdaMci {
    border-collapse: collapse;
    border: 1px none;
    padding-right: 5px;
}
.celdaMciImg {
    vertical-align: middle;
}

.centrar {
    width: 50%;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

.total {
    background: #fce479;
    background: -moz-linear-gradient(top, #fce479 0%, #e8c83e 100%);
    background: -webkit-linear-gradient(top, #fce479 0%,#e8c83e 100%);
    background: linear-gradient(to bottom, #fce479 0%,#e8c83e 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fce479', endColorstr='#e8c83e',GradientType=0 );
    border-radius: 0px;
    margin-left: 10px;
    text-align: center;
    width:340px;
    height: 126px;
    display: inline-grid;
    grid-template-columns: 220px 120px;
}

.pie {
    text-align: center;
    margin-top: 32px;
    margin-bottom: 25px
}

.logo_abajo {
    height: 72px;
    margin-right: 150px
}

#indicador {
    position: relative;
    bottom: 12px;
    color: #189902;
    font-weight: bold;
    font-size: 50px;
    text-shadow: 2px 2px #083300;
}

#indicadorp {
    position: relative;
    bottom: 123px;
    font-weight: bold;
    color: #444444;
    font-size: 24px;
}

.tabla_ventana {
    display: grid;
    grid-template-columns: 144px 140px 140px 144px;
    grid-template-rows: auto auto auto auto;
}
.tabla2_ventana {
    margin-top: 20px;
    display: grid;
    grid-template-columns: 144px 140px 140px;
    grid-template-rows: auto auto auto;
}

.logo_abajo2 {
    height: 120px;
    margin-right:20px;
}

@media screen and (max-width: 803px) {
    .colIzquierda {
        width: 100%;
    }

    .coldDerecha {
        width: 100%;
    }

    .colIzquierda_mov {
        width: 100%;
    }

    .coldDerecha_mov {
        width: 100%;
    }

    .tablas {
        width: 99%;
    }

    thead {
        font-size: 10pt;
    }

    #filas {
        font-size: 10pt;
    }

    .celdaMciImg {
        width: 24px;
        height: 20px;
    }

    .total
    {
        margin-left: unset;
    }

    .graficos
    {
        width:340px;
        margin-left:auto;
        margin-right:auto;
    }

    .pie {
        margin-top: 0px;
    }

    .ocultar
    {
        width:0px;
        height: 0px;
        visibility:hidden;
        margin-right: 0px;
    }

    .tabla_ventana {
        grid-template-columns: 120px 100px 100px 0px;
    }
    .tabla2_ventana {
        grid-template-columns: 120px 100px 100px;
    }
    .modal {
        position: center;
        top: 0;
        left: 0;
        height: 100%;
        width: 100%;
    }
}