@charset "UTF-8";
/* CSS Document */

/* Menus de navigation */
#menu1, #footer {
	/*
	position: absolute;
 	top: 10px;
	left: 50px;
*/
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	background-color: #000;
	color: white;
	padding-right: 20px;
	padding-left: 20px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 9px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: gold;
	border-right-color: gold;
	border-bottom-color: gold;
	border-left-color: gold;
	padding-top: 2px;
	padding-bottom: 2px;
}#menu1 li, #footer li {
	display: inline;
}
.menu {
	list-style-type: none;
	padding: 0px;
	margin: 0px;
	background-color: #000;
}
.menu li {
	margin: 0px;
	padding: 0px;
}
.menu ul {
	width:auto;
}
.menu a {
	font-weight: bold;
	margin: 0 2px;
	color: #FFFFFF;
	text-decoration: none;
}
.menu a:hover {
	text-decoration: none;
	color: gold;
}
.menu a:active {
	text-decoration: underline;
	color: gold;
}

