body, html{
    height:100%
}

.pagina-general {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
    min-width: 100vh;

}
.pagina-general-header {
    padding-bottom: 10px;
}

.pagina-general-main {
    flex-grow: 1;
    bg-color:#ff0000;
    text-align: center;

}

.pagina-general-footer {

    padding-top:  5px;
    border-top-color: #888888;
    border-top-style:  solid;
    border-top-width: 1px;
    vertical-align: central;
    font-weigh: bold;
}


.divTitulo{
    font-size: 20px;
    text-align: center;
}

.Cuerpo {
    padding: 3px;
    background-color: #FFFFFF;
    color: #000000;
    width: 100%;
    height: 100%;
    white-space: nowrap;
    vertical-align: top;

}



.Pie{
    font-size: 15px;
    padding: 3px;
    background-color: #1075AA;
    width: 100%;
    height: 10px;
    white-space: nowrap;
    color: #FAFAFA;
    text-align: center;
}

.div-tips {
    align: "center";
    max-width:500px;
    border: 1px solid #999;
    box-shadow: 2px 2px 3px #AAA;
    padding: 8px 12px;
    background-image: linear-gradient(180deg, #fff, #eee 40%, #ddd);
}
.titulo-tips {
    cursor: pointer;
}


.SinBordes {
    outline: none;
    border: 0;
    background-color: transparent;
}

.trTitulo>td{
    vertical-align:center;
    text-align:center;
    font-weight: bold;
}

.trNotas>td{
    vertical-align:center;
    text-align:center;
    padding: 10px;
    padding-right: 50px;
}


.trTablaInfo>tbody>tr>td,  .trTablaInfo>tbody>tr>th{
    border-bottom: 1px solid gray;
    padding-bottom: 4px;
    padding-top: 4px;
    border-color: #AAAAAA;
}

.trTablaInfoVertical>tbody>tr>td,  .trTablaInfoVertical>tbody>tr>th{
    border: 1px solid gray;
    padding-bottom: 4px;
    padding-top: 4px;
    border-color: #AAAAAA;
}


.navbar{
    top: 0;
    padding-top: 0px;
    padding-bottom: 0px;
    background-color: #1075AA;
    font-size: 16px;
    font-family: sans-serif;
}

.nav-link{
    top: 0;
    padding-top: 3px;
    padding-bottom: 3px;
    font-family: sans-serif;
}


.navbar-default .navbar-nav>li>a{
    color: #FFFFFF;
}








section div  {
    overflow: hidden;
    max-height: 0;

    background-color: #fafafa;
    transition: all 0.2s ease-in;
}

section:target div {
    max-height: 1000px;
    padding: 10px;
}


.section>a{
    color: #FFFFFF;
}



section estado0 {
    text-decoration: none;
    display: block;
    text-align: left;
    padding: 10px;
    font-family: 'Poppins', sans-serif;
    border-bottom: 1px solid gray;
    background-color: #E5E5E5;
    color: #888888;
    font-size: 18px;

}




/* nota*/
section estado1 {
    text-decoration: none;
    display: block;
    text-align: left;
    padding: 10px;
    font-family: 'Poppins', sans-serif;
    border-bottom: 1px solid gray;
    background-color: #CCFFFF;
    color: #111111;
    font-size: 18px;

}

/* nota informativa */
section estado2 {
    text-decoration: none;
    display: block;
    text-align: left;
    padding: 10px;
    font-family: 'Poppins', sans-serif;
    border-bottom: 1px solid gray;
    background-color: #FFFF00;
    color: #111111;
    font-size: 18px;

}

/* nota con bloqueo */
section estado5 {
    text-decoration: none;
    display: block;
    text-align: left;
    padding: 10px;
    font-family: 'Poppins', sans-serif;
    border-bottom: 1px solid gray;
    background-color: #FF0000;
    color: #ffffff;
    font-size: 18px;

}
/* nota con bloqueo para esternos */
section estado8 {
    text-decoration: none;
    display: block;
    text-align: left;
    padding: 10px;
    font-family: 'Poppins', sans-serif;
    border-bottom: 1px solid gray;
    background-color: #996600;
    color: #ffffff;
    font-size: 18px;

}

section estado9 {
    text-decoration: none;
    display: block;
    text-align: left;
    padding: 10px;
    font-family: 'Poppins', sans-serif;
    border-bottom: 1px solid gray;
    background-color: #00CC66;
    color: #FFFFFF;
    font-size: 18px;
}


section  a:hover, a:link, a:visited, a:hover,  a:active {
    text-decoration: none;
}


.BotonGenerico {
    background-color: #EFEFEF;
    border: 1px solid #5F5F5F;
    color: #010101;
    padding: 3px 15px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 14px;
    border-radius: 8px;
    margin: 5px 10px 5px 10px;
    cursor: pointer;
    height:  30px;
}

.BotonGenerico_color1 {
    background-color: #F8F8F8; /* Green */
    color: #010101;
}

.BotonChico {
    padding: 1px 10px;
    font-size: 12px;
    border-radius: 6px;
    height:  20px;
}


table.Tabla_bordesFilas tr{
    border-bottom: 1px  #AAAAAA solid;
    border-top: 1px  #AAAAAA solid;
}

table.Tabla_bordesColumnas td{
    border-left: 1px  #AAAAAA solid;
    border-right: 1px  #AAAAAA solid;
}

table.Tabla_SINbordesFilas tr{
    border-bottom: 0px;
    border-top: 0px;
}

table.Tabla_SINbordesColumnas td{
    border-left: 0px;
    border-right: 0px ;
}



/* titulofijo */

div.Tabla_ConTituloFijos td {
    padding:3px;
}

div.Tabla_ConTituloFijos th {
    padding: 8px;
    text-align: left;
    position: sticky;
    background: #BBBBBB;
    top: 0px;
}

div.Tabla_ConTituloFijos {
    border: 1px solid #ddd;

    height: 500px;
    overflow-y: auto;
}
