I don't speak Spanish but I think you're looking to redirect one domain to another... not sure how Wordpress comes into play.
For a simple redirect, you can create an .htaccess file in the root of the first domain with the following content;
Redirect 301 / http://otherdomain.com/
Please clarify in English if that doesn't help.....