﻿/*-------------estilos para div de TABLA DE INFORMACION----------------------*/
#divTableInfo {
    font-family: Calibri;
    font-size: 10pt;
    right: 0px;
    bottom: 0%;
    left: 0px;
    padding: 5px 0px;
    background-color: white;
    width: 50%;
    overflow-x: auto;
    height: 98%;
    position: absolute;
}

#divErrorTableContainer {
    top: 140px;
    position: absolute;
    right: 0px;
    bottom: 0px;
    left: 0px;
    padding: 5px 0px;
    background-color: white;
    height: 77%;
}
#divDetailsErrorContentView {
    font-family: Calibri;
    font-size: 10pt;
    right: 0px;
    bottom: 0%;
    left: 50.5%;
    padding: 5px 0px;
    background-color: white;
    width: 49.5%;
    overflow-x: auto;
    height: 98%;
    position: absolute;
}
