Receiving junk info from serial monitor

thanks, actually i switched to using

Serial.print(tablilla[x][y]);

My error was in thinking that the "Serial.write()" was used to send just one character, it does, but it sends it in binary form. I'm much better off using the "Serial.print()"