<br/>
<div class="container">
<div class="table-responsive"> 
    <table class="table table-condensed table-bordered table-hover">
        <thead>
            <tr>
                  <th bgcolor="#D8D8D8">CÓDIGO</th>
                  <th bgcolor="#D8D8D8">NOMBRE</th>
                  <th bgcolor="#D8D8D8">PARALELO</th>
                  <th bgcolor="#D8D8D8">DESCRIPCIÓN</th>
                  <th bgcolor="#D8D8D8">ESTADO</th>
                  <th colspan = 3 bgcolor="#D8D8D8">ACCION</th>
           </tr>
        </thead>
  <?php 
foreach ($CursoCollectorObj->showCurso() as $c) {
    ?>
  <tbody>
  <tr>
  
     <td><?php 
    echo $c->getid_curso();
    ?>
</td>
     <td><?php 
    echo $c->getnombre();
    ?>
</td>
     <td><?php 
    echo $c->getnombre_curso();
    ?>