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

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

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

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

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

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

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


</div>