.tablaPrincipal {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: normal;
	color: #333;
	text-align: center;
	vertical-align: top;
	width: 100%;
}
.textoSuperGrande {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 50px;
	font-weight: bold;
	color: #000;
}
.textoSuperGrande2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 50px;
	font-weight: bold;
	color: #CF0;
}
.textosCreditos {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: bold;
	color: #000;
	text-decoration: none;
}
body {
	background-image: url(fondoBody.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	background-color: #8DC63F;
	text-align: center;
	vertical-align: top;
	margin: 0px;
}
