#menu {
	background-image: url(images/fondo-menu.jpg);
	background-repeat: no-repeat;
	display: table;
	clear:both;
	width:611px;
	padding-top:20px;
	/*padding-left:20px;*/
}
#menu ul {
	margin: 0;
	padding: 0;
	height:60px;
}

#menu ul li {
	margin: 0px;
	list-style-image: url(images/puntoMenu.gif);
	margin-left: 23px;
	display:inline;
}

#menu ul li a {
	color: #f3e410;
	text-decoration: none;
	text-transform: uppercase;
	font-weight: bold;
}

#menu ul li a:hover {
	color: white;
	text-decoration: none;
}


