html,
body {
	margin:0;
	padding:0;
	width:100%;
	height:100%;
	background-color:#000000;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:normal;
	color:#FFFFFF;
}
a {
	color:#FFFFFF;
	text-decoration:none;
}
a:hover {
	text-decoration:underline;
}
.tablaCentral {
	width:780px;
	height:100%;
	margin-left:auto;
	margin-right:auto;
}
.tdCentral {
/*	height:430px;*/
}
