/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 5/07/2019, 05:42:25 PM
    Author     : Abraham Romero
*/

@charset "iso-8859-1";

@font-face {
    font-family: Roboto;
    src: url('Fuentes/Roboto/Roboto-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: HelveticaCondensed;
    src: url('Fuentes/Helvetica/HelveticaNeueLTStd-Roman.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

body {
    /*display: none;*/
}

html,body {
    margin: 0;
    padding: 0;
    font-family: HelveticaCondensed;
}

html, body {
    height:100%;
}

#wrap {
    min-height:100%;
    width: 100%;
    margin: 0 auto;
}

.headerTop {
    width: 100%;
    height: 100px;
}

.headerDown{
    width: 100%;
    height: 35px;
    background-color: rgb(239, 239, 239);
    font-size: 17px;
    border-top: 1px solid #dadada;
    border-bottom: 1px solid #dadada;
}

.layoutLinks {
    max-width: 1090px;
    height: inherit;
    margin: 0 auto;
}

.textoFecha{
    float: left;
    line-height: 35px;
    font-size: 15px;
}

.menuHeader{
    margin: 0 auto;
    padding: 0;
    float: right;
}

.menuHeader>li{
    display: block;
    float: left;
    text-align: center;
    margin: 0 10px;
    font-weight: bolder;

}

.menuHeader>li>a{
    display: block;
    line-height: 35px;
    text-decoration: none;
    color: #3c4143;
}

a.opcionCerrarSesion{
    background-color: rgb(174,174,174);
    color: white !important;
    padding: 0 5px;
    font-weight: normal;
}

a.opcionCerrarSesion:hover{
    background-color: #99ba24;
    color: white !important;    
}

.menuHeader>li>a:visited{
    color: #3c4143;
}

.menuHeader>li>a:hover{
    color: #99ba24;
}

.hvr-underline-reveal {
    position: relative;
    overflow: hidden;
}

.hvr-underline-reveal:before {
    content: "";
    position: absolute;
    z-index: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #3c4143;
    height: 3px;
    -webkit-transform: translateY(4px);
    transform: translateY(4px);
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}

.hvr-underline-reveal:hover:before, .hvr-underline-reveal:focus:before, .hvr-underline-reveal:active:before {
    -webkit-transform: translateY(0);
    transform: translateY(0);
}

/* INICIO BOTON MENU*/

.hamburgerSiigem:hover {
    /*opacity: .7;*/
}
.hamburgerSiigem {
    display: none;
    font: inherit;
    overflow: visible;
    margin: 0;
    padding: 5px 10px 0px;
    cursor: pointer;
    transition-timing-function: linear;
    transition-duration: .60s;
    transition-property: opacity,filter;
    text-transform: none;
    color: inherit;
    border: 0;
    /*background-color: #99ba24;*/
    z-index: 15;
    transition: all.4s;
    opacity: 1;
    position: absolute;
    margin-top: 0px;
    right: 0;
}
.hamburger-boxSiigem {
    position: relative;
    display: inline-block;
    width: 40px;
    height: 24px;
}
.hamburgerSiigem .hamburger-innerSiigem, .hamburgerSiigem .hamburger-innerSiigem:after, .hamburgerSiigem .hamburger-innerSiigem:before {
    background-color: rgb(92,92,92);
}
.hamburgerSiigem.is-active .hamburger-innerSiigem, .hamburgerSiigem.is-active .hamburger-innerSiigem:after, .hamburgerSiigem .hamburger-innerSiigem:before {
    background-color: rgb(92,92,92);
}
.hamburger--sliderSiigem .hamburger-innerSiigem {
    top: 2px;
}
.js-hamburgerSiigem{
    
}
.hamburger-innerSiigem, .hamburger-innerSiigem:after, .hamburger-innerSiigem:before {
    position: absolute;
    width: 40px;
    height: 5px;
    transition-timing-function: ease;
    transition-duration: .60s;
    transition-property: transform;
    border-radius: 5px;
    background-color: #000;
}
.hamburger-innerSiigem {
    top: 50%;
    display: block;
    margin-top: -2px;
}
.hamburger--sliderSiigem .hamburger-innerSiigem:before {
    top: 11px;
    transition-timing-function: ease;
    transition-duration: .60s;
    transition-property: transform,opacity;
}
.hamburger-innerSiigem:before {
    top: -10px;
}
.hamburger-innerSiigem:after, .hamburger-innerSiigem:before {
    display: block;
    content: "";
}
.hamburger--sliderSiigem .hamburger-innerSiigem:after {
    top: 21px;
}
.hamburger-innerSiigem:after {
    bottom: -10px;
}
.hamburgerSiigem.is-active {
    /*margin-left: 255px;*/
}
.hamburger--sliderSiigem.is-active .hamburger-innerSiigem {
    transform: translate3d(0,11px,0) rotate(45deg);
}
.hamburger--sliderSiigem.is-active .hamburger-innerSiigem:before {
    transform: rotate(-45deg) translate3d(-5.71429px,-6px,0);
    opacity: 0;
}
.hamburger--sliderSiigem.is-active .hamburger-innerSiigem:after {
    transform: translate3d(0,-21px,0) rotate(-90deg);
}

/* FIN BOTON MENU */

#content {
    margin: 0 auto;
    width: 100%;
    padding-bottom: 90px;
}

#mainFrame{
    transition: all.4s;
}

#footer {
    margin: 0 auto;
    height:90px;
    margin-top:-90px;
    width: 100%;
}

.footerTop{
    height: 12px; 
    background-color: rgb(204, 204, 204);
}

.footerBody{
    height: 78px; 
    background-color: #3c4143; 
    color: white; 
    font-size: 11px;
}

.footerBodyContent{
    width: 1090px; 
    margin: 0 auto;
}

.footerColumnLeft{
    float: left; 
    width: 545px; 
    height: 100%; 
    text-align: left; 
    margin-top: 10px;
}

.footerColumnRight{
    float: right; 
    width: 545px; 
    height: 100%; 
    text-align: right; 
    margin-top: 10px;
}

.linkWhite{
    color: white;
}
.linkWhite:visited{
    color: white;
}
.linkWhite:hover{
    text-decoration: none;
}

/* INICIO BLOQUEADOR DE PANTALLA PARA PAGINAS JSP */

.bloqueo-pantalla {
    display: none;
    z-index: 1002; 
    position: fixed;
    top: 0;
    left: 0;
    text-align: center;
    width: 100%;
    height: 100%;
    background: #aaa;
    opacity: .3;
    filter: Alpha(Opacity=30);

}

.bloqueo-mensaje {
    display: none;
    top: 50%;
    right: 50%;
    width: 250px; 
    height: 70px;
    z-index: 1003; 
    margin: -35px -144px 0px -0px;

    -moz-box-shadow: 0px 5px 10px rgba(0,0,0,0.8);
    -webkit-box-shadow: 0px 5px 10px rgba(0,0,0,0.8);
    box-shadow: 0px 5px 10px rgba(0,0,0,0.8);

    position: fixed;
    text-align: left;
    padding: 19px;

    border-radius: 4px;

    border: 1px solid #aaa;
    background: #fff;
    font-size: 17.6px;
} 
            
/* FIN BLOQUEADOR DE PANTALLA PARA PAGINAS JSP */

@media only screen and (max-width: 1090px){
    .layoutLinks{
        width: 100%;
    } 
    .textoFecha{
        margin-left: 10px;
    }
    .footerBodyContent{
        width: 100%;
    }
    .footerColumnLeft{
        width: 45%;
        margin: 10px 0 0 10px;
    }
    .footerColumnRight{
        width: 45%;
        margin: 10px 10px 0 0;
    }
}

@media only screen and (max-width: 850px){
    .hamburgerSiigem {
        display: inline-block;
    }
    
    .menuHeader{
        width: 100%;
        display: none;
        font-size: 15px;
    }
    
    .menuHeader>li{
        float: none;   
        background-color: rgb(246, 246, 246);
        margin: 0;
        box-shadow: 0px -1px 0px 0px #ffffff inset;
        font-size: 15px;
    }
    
    .menuHeader>li:hover {
        text-decoration: none;
        background-color: rgba(246, 246, 246, 0.9);
        box-shadow: 0px -3px 0px 0px rgba(0, 0, 0, 0.2) inset;
        font-size: 15px;
    }
    
    .textoFecha{
        font-size: 13px;
    }
}

@media only screen and (max-width: 516px){
    #content {
        padding-bottom: 100px;
    }
    #footer{
        height: 100px;
        margin-top: -100px;
    }
    .footerBody{
        height: 88px;
    }
}

@media only screen and (max-width: 442px){
    #content {
        padding-bottom: 153px;
    }

    #footer {
        height: 153px;
        margin-top: -153px;        
    }
    #footer{
        height: 153px;
    }
    .footerBody{
        height: 141px;
    }
    .footerColumnLeft{
        text-align: center;
        width: 100%;
        margin: 10px 0 0 0;
    }
    .footerColumnRight{
        float: left;
        width: 100%;
        text-align: center;
        margin: 10px 0 0 0;
    }
}

@media only screen and (max-width: 374px){
    
}

div.menu-siigem{
    width: 300px;
/*    height: -webkit-calc(100% - 135px);
    height: -moz-calc(100% - 135px);
    height: calc(100% - 135px);*/
    background: #3c4143;
    /*background: linear-gradient(to right, rgba(120,120,120,1) , rgba(92,92,92,1));*/
    position: fixed;
    z-index: 20;
    opacity: 1;
    margin-left: -300px;
    transition: all.4s;
    overflow-y: auto;
    font-family: HelveticaCondensed;
}
div.menu-siigem.selected{
    margin-left: 0px;
    -webkit-box-shadow: 10px 10px 39px -6px rgba(0,0,0,0.49);
    -moz-box-shadow: 10px 10px 39px -6px rgba(0,0,0,0.49);
    box-shadow: 10px 10px 39px -6px rgba(0,0,0,0.49);
}
div.menu-siigem:hover{
    /*margin-left: 0px;*/
}

.ir-arriba {
    display:none;
    padding:11.58px 18px;
    background:#99ba24;
    color:#fff;
    cursor:pointer;
    position: fixed;
    bottom:20px;
    left:20px;
    border-radius: 54px;
}