Missing Controller
Error: EstilosController could not be found.
Error: Create the class EstilosController below in file: app/controllers/estilos_controller.php
<?php
class EstilosController extends AppController {
var $name = 'Estilos';
}
?>
Notice: If you want to customize this error message, create app/views/errors/missing_controller.ctp
