I solved the problem. Some blocks has an inherited sample time by default. Specifically, de delay block has a sample time equal to -1 by default. This value means the sample time is inherited from the rest of system. The AWGN block doesn't have a sample time parameter. So I think this block inherited the sample time from the system too.
When I set the sample time of the delay block, for some reason, the AWGN block works correctally and this color turns red, as you see in the following figure:
So i think if you leave the sample time parameters of some block inherited (equals to -1) the AWGN get messy.