.tblParcial{
      width: 100%;
      overflow-x: scroll;
}
.tblParcial table{
      width: 1835px;
       height: auto;
       table-layout: fixed;
}
.tblParcial table thead th{
      width: 118px ;
      word-wrap: break-word ;
      border-bottom: solid #ec368c 3px;
      text-align: center;
}
.tblParcial table tbody td{
      width: 118px ;
      word-wrap: break-word;
      padding: 10px;
      text-align: center;
      background: #fdf7f9
}
.tblParcial table tbody td:first-child{
     background: #ececec;
}
.tblParcial table tbody tr:last-child{
      border-bottom: solid #ec368c 3px;
}
.texo{
      font-size: 10px ;
}

#tablaContainerMapa{
  border: solid 2px #db1293;
  width: 330px;
  height: 515px;
  overflow-y: scroll;
}
