@charset "iso-8859-1";
/* CSS Document */
html, body {
	font-family:Arial, Helvetica, sans-serif;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #e8e8e6;
	height: 100%;
}

a:link {
	text-decoration:none;
	color:#000000;
}

a:visited {
	text-decoration:none;
	color:#000000;
}

.tabla {height:some-dynamic-value-in-px}

.tabla div {height:5%;}
.tabla table {height:95%;}
.tabla min-height: 100%;