}
?>
						</div>
					</div>
				</div>
				<!-- perfil Transaccional-->
				<div class="tab-pane" id="perfiltrans">
					<div class="row">
						<div class="col-lg-8 col-lg-offset-2">
							<center>
								<h3>Perfil Transaccional</h3>
							</center>
							<table class="table table-striped">
								<?php 
if ($dalerta['contrato'] != '0.0') {
    $pclt = $pfclte->getCliente($dalerta['id_expediente']);
    ?>
								<tr>
									<th>Nivel de Riesgo</th>
									<td><?php 
    switch ($pclt['categoria_riesgo']) {
        case 1:
            echo "BAJO";
            break;
        case 2:
            echo "MEDIO";
            break;
        case 3:
            echo "ALTO";
            break;
    }
            <td>
                <tr><td>cliente:</td> 
                <td>Categor&iacute;a de riesgo y motivos de riesgo</td>
                
                <td>Mónto máximo acumulado diario</td>
                <td>Mónto máximo acumulado mensual</td>
                <td>Número máximo de pagos</td>
           
			
 				</tr>
 				
 				<tr>
 					<?php 
include_once '../controller/cPerfilTransaccional.php';
$perfs = new cPerfilTransaccional();
$contrato = $perfs->getCliente($_GET["id"]);
while ($l = $contrato->NextRow()) {
    ?>
        	 
 			
 					<td><?php 
    echo $l['nombre'] . " " . $l['a_pat'] . " " . $l['a_mat'];
    ?>
</td>
 					<?php 
}
?>
 					<td><a class="btn btn-primary" onclick="mostrarModal('<?php 
echo $_GET['id'];
?>
',1)" >
session_start();
if (empty($_SESSION["sqPLD"])) {
    header("Location: ../");
}
?>

            <div style="display: block;" class="grid-body ">
<div  class="dataTables_wrapper form-inline">
<table id="example" class="table table-hover dataTable" data-page-length='25'>
       
        <tbody style="text-transform: uppercase;">
        	
        	 <?php 
include_once '../controller/cPerfilTransaccional.php';
$perfs = new cPerfilTransaccional();
$contrato = $perfs->getCliente($_POST["idCliente"]);
switch ($_POST['op']) {
    case 1:
        /***************************************************************************************************/
        while ($l = $contrato->NextRow()) {
            ?>
 <thead>
            <tr>
                <th>información actual</th>
                <td>categoría de riesgo: <?php 
            echo $l["categoria_riesgo"];
            ?>
</td> </br>
                <td>motivo de riesgo: <?php 
            echo $l["motivo_riesgo"];
            ?>