body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #141414;
}

.menu {
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #FF7100;
	text-decoration: none;
}

.menu:hover {
	text-decoration: underline;
}

.creditos {
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	font-size: 10px;
	color: #AE4811;
}
.creditos:hover {
	text-decoration: none;
}

.botones {
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
.botones:hover {
	text-decoration: underline;
}

.textoPies {
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
}
.textoPies:hover {
	text-decoration: none;
}

.enlaces {
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
	line-height: 15px;
	color: #B75100;
}
.enlaces:hover {
	text-decoration: none;
}

.portada {
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	font-size: 10px;
	color: #333333;
}
.portada a {color: #666666; font-weight: bold;}
.portada a:hover {text-decoration: none;}

.titulo {
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	font-size: 24px;
	font-weight: bold;
	color: #B75100;
}
