#div_menu_bg {
	position:absolute;
	left:50%;
	margin-left:-425px;
	top:100px;
	width:850px;
	height:37px;
	background-image:url(../img/v1_menu_barra_fondo.png);
	background-repeat:repeat-x;
	border-left:solid 1px  #999999;
	border-right:solid 1px #999999;
}
#div_menu {
	position:relative;
	width:100%;
	height:37px;
	margin:0;
}
#div_menu ul {
	margin:0;
	padding:0;
	list-style:none;
}
#div_menu li {
	width:77px;
	height:37px;
	float:right;
	text-align:center;
}
#div_menu a {
	display:block;
	width:100%;
	height:28px;	/*TOTAL: 37PX,  HEIGHT 28 Y PÀDDING TOP: 9*/
	padding-top:9px;
	font-family:Arial, Verdana, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	text-decoration:none;
	text-align:center;
	color:#555555;	
	background-repeat:no-repeat;
}
#div_menu a.unselected {
	color:#555555;
}
#div_menu a.unselected:hover {
	background-image:url(../img/v1_menu_boton_unselect.png);
	color:#EEEEEE;
}
#div_menu a.selected {
	background-image:url(../img/v1_menu_boton.png);
	color:#FFFFFF;
}