echo $us2['unidad'];
?>
</td>
                        <td class="resaltar">Teléfono</td><td><?php 
echo $us2['telefono'];
?>
-<?php 
echo $us2['celular'];
?>
</td>
                    </tr>
                </table>
            </fieldset>
        </div>
        <?php 
foreach ($soportedetalle->mostrarTodo("codsoporte=" . $id, "fecha,hora") as $sd) {
    $us3 = array_shift($uss->mostrar($sd['id']));
    if ($sd['id'] == $sop['codusuarios']) {
        $prefix = 1;
    } else {
        $prefix = 0;
    }
    ?>
            <div class="prefix_<?php 
    echo $prefix;
    ?>
 grid_10 alpha">
            <fieldset>
                <div class="titulo"><?php 
    echo $us3['nombre'] . " " . $us3['paterno'] . " " . $us3['materno'];
    ?>