body {
	background-color:#FFF;
	height: 100%;	
	}
#contenedor { 
	width: 90%;
	height: 100%;
	text-align: center;
	margin: 0px auto;
	padding: 0px;
}
#cuerpo  { 
	height: 500px;
}
#cuerpo table { 
	height: 100%;
	width: 100%;
}
#cuerpo table td {
	vertical-align: middle;	
}

#pie {
	border-top: 1px solid #ccc;
	height: 100px;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	padding-left: 15px;
	color:#666;
	}
.oculto{
	display: none;
	visibility:hidden;
	}
