#divReporte {
    height: 95%;
}

.logFaviconSigVisorReporte {
    background-repeat: no-repeat !important;
    background-size: 100% !important;
    line-height: 25px !important;
    position: absolute !important;
    right: 40% !important;
    text-align: center !important;
    top: 1px !important;
    width: 20px !important;
    border-radius:3px !important;
    height: 19px !important;
}

.modalReporte{
    position: fixed !important;
    font-family: Arial, sans-serif !important;
    top: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    left: 0 !important;
    background: rgba(0,0,0,0.8) !important;
    z-index: 99999 !important;
    opacity:0 !important;
    pointer-events: none !important;
}

.modalReporte:target {
    opacity:1 !important;
    pointer-events: auto !important;
}

.modalReporte:target .resize{
    width:80% !important;
    height:90% !important;
}

.modalbox {
    width: 400px !important;
    position: relative !important;
    padding: 5px 20px 13px 20px !important;
    background: #fff !important;
    border-radius:3px !important;
    overflow-y: auto !important;
    text-align: center !important;
}

.resize {
    margin: 2% auto !important;
    width:0 !important;
    height:0 !important;

}

.close {
    background: #606061 !important;
    color: #FFFFFF !important;
    line-height: 25px !important;
    position: absolute !important;
    right: 1px !important;
    text-align: center !important;
    top: 1px !important;
    width: 22px !important;
    height: 22px !important;
    text-decoration: none !important;
    font-weight: bold !important;
    font-size: 19px !important;
    margin: 0px !important;
    padding: 0px !important;
}

.close:hover {
    background: #FAAC58 !important;
    color:#222 !important;
    text-decoration: none !important;
}

.excelExport {
    line-height: 25px !important;
    position: absolute !important;
    right: 26px !important;
    text-align: center !important;
    top: 1px !important;
    width: 26px !important;
    height: 25px !important;
    text-decoration: none !important;
    font-weight: bold !important;
    font-size: 19px !important;
    margin: 0px !important;
    padding: 0px !important;
}

.excelExport:hover {
    background: #FAAC58 !important;
    color:#222 !important;
    text-decoration: none !important;
}

.wordExport {
    line-height: 25px !important;
    position: absolute !important;
    right: 53px !important;
    text-align: center !important;
    top: 1px !important;
    width: 26px !important;
    height: 25px !important;
    text-decoration: none !important;
    font-weight: bold !important;
    font-size: 19px !important;
    margin: 0px !important;
    padding: 0px !important;
}

.wordExport:hover {
    background: #FAAC58 !important;
    color:#222 !important;
    text-decoration: none !important;
}

.tituloVisorReportes {
    font-weight: bold !important;
}
