I found the problem!
You must edit file permission to 755
1. index.php
2. administrator/index.php and administrator/index2.php
3. administrator
4. template
5. template/(your template)
6. template/(your template)/css
7. template/(your template)/css/template.css
8. template/(your template)/css/template.css.php
Seems internal error (php) don't like 777 permision
I consulted with error log from server to see what he don't like
(SoftException in Application.cpp:601: Directory "/home/site/public_html/templates" is writeable by group, referer:
http://www.site.com/)
Thanks aldis01!