<div class="view">

	<b><?php echo CHtml::encode($data->getAttributeLabel('id_escenario')); ?>:</b>
	<?php echo CHtml::link(CHtml::encode($data->id_escenario),array('view','id'=>$data->id_escenario)); ?>
	<br />

	<b><?php echo CHtml::encode($data->getAttributeLabel('descripcion')); ?>:</b>
	<?php echo CHtml::encode($data->descripcion); ?>
	<br />

	<b><?php echo CHtml::encode($data->getAttributeLabel('id_categoria')); ?>:</b>
	<?php echo CHtml::encode($data->id_categoria); ?>
	<br />


</div>