<div class="row">
	<div class="panel panel-primary">
		<div class="panel-heading">
			<h5 class="tex-uppercase text-center">PLANILLA DE PAGO DE APORTE EN CIENCIA, TECNOLOGÍA E INNOVACIÓN</h5>
		</div>
		<div class="table-responsive">
			<table class="table table-striped table-condensed ">
				<tbody>
					<tr>
						<th scope="row">Tipo Planilla:</th>
						<td>sdbasjkbdajb</td>
					</tr>
					<tr>
						<th>Declaracion No:</th>
						<td>sdbasjkbdajb</td>
					</tr>
					<tr>
						<th>Numero de Planilla:</th>
						<td></td>
					</tr>
					<tr>
						<th>Tipo Planilla:</th>
						<td></td>
					</tr>
					<tr>
						<th>Fecha declaración:</th>
						<td>dgdg</td>
					</tr>
					<tr>
						<th>Ejercicio económico:</th>
						<td></td>
					</tr>
					<tr>
						<th>Período para declarar y pagar:</th>
						<td></td>
					</tr>
					<tr>
						<th>L:</th>
						<td></th>
					</tr>
					<tr>
						<th>Número de RIF:</th>
						<td></td>
					</tr>
					<tr>
						<th>Nombre o Razón Social:</th>
						<td></td>
					</tr>
					<tr>
						<th>Código Sidcai:</th>
						<td></th>
					</tr>
					<tr>
						<th>Tipo Planilla:</th>
						<td></td>
					</tr>
					<tr>
						<th>Declaracion No:</th>
						<td></td>
					</tr>
					<tr>
						<th>Numero de Planilla:</th>
						<td></td>
					</tr>
					<tr>
						<th>Tipo Planilla:</th>
						<td></td>
					</tr>
				</tbody>
			</table>
		</div>
	<br>

	</div>
</div>
<br>
<?php echo TbHtml::dropDownListControlGroup('seleccionar-banco',  '', 
	array(
		'empty' => 'Seleccione el banco para generar la planilla única de pago',
		'1' => 'Banco de Venezuela', 
		'2' => 'Provincial', 
		'3' => 'Banesco', 
		'4' => 'BOD', 
		'5' => 'Bicentenario'), 
	array('label' => "Seleccione el banco para generar la planilla única de pago", 'onChange' => 'seleccionarPlanilla();')); ?>

<style>
	
	.panel-primary {
		 box-shadow: 0 7px 14px rgba(0, 0, 0, 0.18), 0 5px 5px rgba(0, 0, 0, 0.12);
	}

	td, th {
		text-align: left;
		width: 50%;
		font-size: 12px;
		padding: 0.3em;
 
	}

	.table-striped>tbody>tr:nth-child(odd)>td, 
      .table-striped>tbody>tr:nth-child(odd)>th {
       background-color: #DEF3FB;
      }
      .table-striped>tbody>tr:nth-child(even)>td, 
      .table-striped>tbody>tr:nth-child(even)>th {
       background-color: #fff;
      }
	
</style>
<?php Yii::app()->getClientScript()->registerScriptFile(Yii::app()->baseUrl . '/assets/57282ff/js/funciones.js', CClientScript::POS_END); ?>