 #wrapper {
        position: relative;
        width: 100%;
        /*
        min-height: 272px;
        max-height: 500px;
        */
        overflow: auto;
      }
        #head{
          position:absolute;
          overflow: hidden;
          top:0;
          left:0;
          z-index:4;
        }
        #row-wrapper{
          position:absolute;
          overflow: hidden;
          top:0;
          /* Valido solo en escritorio */
          right:17px;
          /* fin */
          z-index:3;
        }
        #col-wrapper{
            position:absolute;
            overflow: hidden;
            left:0;
            /* Valido solo en escritorio */
            bottom:17px;
            /* Fin */
            z-index:2;
        }
        #row, #col{
            position:relative;
            width:100%;
            height: 100%;
        }
        #table{
            position:absolute;
            overflow: scroll;
            bottom:0;
            right:0;
            z-index:1;
        }

        #head td div, #col-wrapper td div{
          min-width: 150px;
        }
        #head td, #col-wrapper td{
    background: #ECEFF1 !important;
        }
        #row-wrapper td div,#row-wrapper td p, #table td div{
          min-width: 120px;
        }
        #row-wrapper td p{

          margin: 0 0 0;
        }
        #row-wrapper, #table{
          left: 152px;
        }
        #col-wrapper, #table{
          top: 53px;

        }
        .coalicion{
          min-width: 137.5px;
        }
        th,tr {
            height: 40px;
        }
        th, td {
            text-align: center;
        }

@media screen and (max-width: 990px){
  #row-wrapper{
    position:absolute;
    overflow: hidden;
    top:0;
    right:0px;
    z-index:3;
  }

  #col-wrapper{
    position:absolute;
    overflow: hidden;
    left:0;
    bottom:0px;
    z-index:2;
  }

}