The data are attached. How is wrong with the code? Is very important, I spend much time to make this code and I don't know what is wrong. I need help.
data=Import["texto.txt","Table"];
SetOptions[{ListContourPlot,ListPlot3D},ImageSize->300];
{ListContourPlot[data,
FrameStyle->Directive[Black,13],
ContourLines->True,
Contours->20,
AspectRatio->Full,
ColorFunction->"TemperatureMap",
FrameLabel->{"x","y"}],
ListPlot3D[data,
BaseStyle->{FontSize->14},
Mesh->None,
InterpolationOrder->3,
ColorFunction->"SouthwestColors",
BoxRatios->Automatic]}

Attachments: