div#menu_superior {
  position: 	relative;
  top: 			0px;
  margin: 0 auto;
  width: 980px;
}
.menu_top {
	font-size:   12px;
	color:			 white;
	padding:     0px;
	height: 		 25px;	
}
table.menu_top td.centro{
	background: url(../imagenes/blue.png);
}
table.menu_top td.izq {
	background: url(../imagenes/blue_l.png);
	width : 48px;
}
table.menu_top td.der {
	background: url(../imagenes/blue_r.png);
	width : 48px;
}
table.menu_top a {
	color:			 white;
} 
