a:link {
	text-decoration: none;
	color: #CCCCCC;
}
a:visited {
	text-decoration: none;
	color: #999999;
}
a:hover {
	text-decoration: none;
	color: #CCCCCC;
}
a:active {
	text-decoration: none;
	color: #FFFFFF;
}
body {
	background-color: #000000;
	text-align: center;
	color: #FFFFFF;
}

.titulo {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18pt;
	color: #999999;
	text-align: center;
	width: 600px;
	position: relative;
	height: auto;
	top: 150px;
	margin-right: auto;
	margin-left: auto;
}
.tabla2 {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-style: normal;
	font-weight: normal;
	text-align: center;
	width: 760px;
	position: relative;
	height: auto;
}

.tabla3 {
	background-color: #000000;
	height: 420px;
	width: 760px;
	position: relative;
	text-align: center;
	clip: rect(20px,auto,auto,auto);
}
table {
	margin-right: auto;
	margin-left: auto;
	width: 960px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	border-top-color: #CCC;
	border-right-color: #CCC;
	border-bottom-color: #CCC;
	border-left-color: #CCC;
	text-align: center;
}
