/* CSS Document */

body {
	overflow: hidden;
	background:#f4f4f4;
	}
.tableGral{
	height:100%;
	width:100%;	
	}
	
.tableLogo{
	border:1px solid #CCCCCC;
	background:#FFFFFF;
	}	
.copyright { 
	height:50px;
	text-align:center;
	}
	
.dire{
	padding-left:70px;
	}
	
.separador{
	height:1px;
	width:80%;
	margin-bottom:10px;
	}
	
.logo {
 	width:700px;
	height:300px;
	background: url(img/logo_home.gif) no-repeat center;
	text-align:center; 
 }