and open the template in the editor.
-->
<html>
    <head>
    <?php 
require_once 'clientes.inc.php';
require_once 'noticias.inc.php';
session_start();
$usuario = $_SESSION['user'];
$cliente = $_SESSION['cliente'];
$datos = $cliente->obtenerDatos($usuario);
$_SESSION['datos'] = $datos;
$nombre = $datos["Nombre"];
//Para mostrar las noticias
$noticia = new Noticias();
$vectorNoticias = $noticia->obtenerNoticias();
?>


        <style type="text/css">
            
            #iframeid{
                float: top;
            }

        </style>
       <link rel="stylesheet" href="styleIndex.css" type="text/css"/>

        <title>PCNow!</title>
        <meta charset="UTF-8">