$imgComun = @strval($seccion['imagenComun']);
$imgMouseOn = @strval($seccion['imagenMouseOn']);
$imgSelect = @strval($seccion['imagenSelect']);
- $this->_tipoMenu = @strval($seccion['tipoMenu']);
+ $this->_tipoMenu = @strval(strtolower($seccion['tipoMenu']));
$this->_link = @strval($seccion['link']);
$this->_imagen = new MECON_Marco_ImagenAnimada( $imgComun,