<?php 
session_start();
?>
<html>
<head>
<title>COVENSOL C.A.</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<script type="text/javascript" language="JavaScript1.2" src="../shared/js/disabled_keys.js"></script>
<link href="shared/css/tablas.css" rel="stylesheet" type="text/css">
<link href="shared/css/ventanas.css" rel="stylesheet" type="text/css">
<link href="shared/css/cabecera.css" rel="stylesheet" type="text/css">
<link href="shared/css/general.css" rel="stylesheet" type="text/css">
<link href="shared/css/catalogos.css" rel="stylesheet" type="text/css"> 
</head>
<body bgcolor="#EAEAEA" leftmargin="0" marginwidth="0" marginheight="0">
<?php
print "<script language=JavaScript>";
print "location.href='covensol_login.php'";
print "</script>";
exit(); 
?>
</body>
</html>