<IfModule mod_rewrite.c>
	SetEnv HTTP_MOD_REWRITE On
	RewriteEngine On
	RewriteBase /
</IfModule>
DirectoryIndex /catalogo-de-productos.html
ErrorDocument 404 /error-404.html
ErrorDocument 403 /error-404.html
RewriteCond %{REQUEST_FILENAME} !-f
RewriteRule ^([^\.]+)$ $1.html [NC,L]			
