.menu {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: normal;
	text-transform: lowercase;
	color: #000000;
	text-decoration: none;
	text-align: right;
	padding-top: 6px;
	padding-right: 4px;
}
.creditos {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #666666;
	text-decoration: none;
	text-align: center;
	padding-top: 5px;
}
.menu:link {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: normal;
	text-transform: lowercase;
	color: #000000;
	text-decoration: none;
	text-align: right;
	padding-top: 6px;
	padding-right: 4px;
}
.menu:hover {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: normal;
	text-transform: lowercase;
	color: #000000;
	text-decoration: underline;
	text-align: right;
	padding-top: 6px;
	padding-right: 4px;
}
.menu:active {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: normal;
	text-transform: lowercase;
	color: #000000;
	text-decoration: none;
	text-align: right;
	padding-top: 6px;
	padding-right: 4px;
}
.menu:visited {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: normal;
	text-transform: lowercase;
	color: #000000;
	text-decoration: none;
	text-align: right;
	padding-top: 6px;
	padding-right: 4px;
}
.menu_negro {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: normal;
	text-transform: lowercase;
	color: #000000;
	text-decoration: none;
	text-align: right;
	padding-top: 6px;
	padding-right: 4px;
}
.horizonte
	{
	color: #000000;
	background-color: #ff0000;
	text-align: center;
	position: absolute;
	top: 50%;
	left: 0px;
	width: 100%;
	height: 1px;
	overflow: visible;
	visibility: hidden;
	/*visibility: visible;  Activa esta linea si quisieras ver donde esta el horizonte*/
	display: block;
}
.contenido
	{
	margin-left: -375px;
	position: absolute;
	top: -260px;
	left: 50%;
	width: 750px;
	height: 480px;
	visibility: visible;
}