/* CSS Document */
.Titulo {
	font-family:  Bell Gothic Std Black, Arial;
	font-size: 30px;
	font-weight: bold;
}

.Subtitulo {
	font-family: Arial Narrow;
	font-size: 24px;
	font-weight: bold;
}

.creditos {
	font-family: Arial;
	font-size: 13px;
	font-weight: bold;
}

.Texto {
	font-family: Arial Narrow;
	font-size: 18px;
	font-weight: bold;
}

a:link {
	color: #000000;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #000000;
}
a:hover {
	text-decoration: none;
	color: #F09942;
}
a:active {
	text-decoration: none;
}
