@charset "utf-8";
#fondo #cuerpo #menu {
	height: 38px;
	width: 762px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../images/nav_6.png);
	padding-top: 4px;
}
.art-nav
{
  position: relative;
  height: 42px;
  z-index: 100;
}

.art-nav .l, .art-nav .r
{
  position: absolute;
  z-index: -1;
  top: 0;
  height: 42px;
  background-image: url('images/nav.png');
}

.art-nav .l
{
  left: 0;
  right: 0;
}

.art-nav .r
{
  right: 0;
  width: 742px;
  clip: rect(auto, auto, auto, 742px);
}
#fondo #cuerpo #menu #menul {
	width: 762px;
	margin-right: auto;
	margin-left: auto;
}
#fondo #cuerpo #menu #menul ul {
	list-style-type: none;
}
