#menuprincipal
{
	overflow: hidden;
	padding: 0;
	margin:0 auto;
	display: block;
	clear: both;
	width: 960px;
	height:33px;
	background-color: #FF9900;
	background-image: url(../images/fondo_menu.gif) #00a9e2 bottom left repeat-x;
	background-repeat: repeat-x;
	background-position: left top;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #FFCC33;
	border-bottom-color: #CCCCCC;
}

#menuprincipal ul
{
	list-style-type:none;
	padding: 0;
	list-style-image:none;
	list-style-position:outside;
	height: 30px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

#menuprincipal li
{
	margin: 0;
	display: inline;
	height: 30px;

}

.ultimo a
{
	margin-right:0 !important;
}


#menuprincipal li a
{
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;
	display: inline;
	width:122px;
	height: 30px;
	color: #FFFFFF;
	text-decoration: none;
	font-size: 11px;
	float: left;
	margin-right:1px;
	margin-top:0px;
	background-image: url(../images/fondo_boton.gif);
	background-repeat: repeat-x;
	background-position: left top;
	padding-top: 6px;
	padding-right: 7px;
	padding-bottom: 6px;
	padding-left: 7px;
}

#menuprincipal li a:hover
{
	background-position: bottom;
	background-color: #FFCC00;
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;
	color: #D94600;
	height: 30px;
}
