#menu {
	width: 178px;
	border-collapse: collapse;
	background: #EDEDED;
}

#menu td {
	border-top: 1px solid white;
}

#menu td a {
	padding: 4px 17px;
	background: url(../imagenes/ico-menu.gif) center left no-repeat;
}

#menu td a:hover {

	color: #069;
	text-decoration: underline;
	padding: 4px 17px;
	background: url(../imagenes/ico-menu.gif) center left no-repeat;
}

#menu td.activa a {
	background: #FFDF55 url(../imagenes/ico-menu2.gif) center left no-repeat;
}

#menu td#vertodas {
	text-transform: uppercase;
}

#menu, #menu a, input {
	font: normal 10px Verdana, sans-serif;
	color: black;
	text-decoration: none;
}

#menu a {
	display: block;
	width: 100%;
}


#menu h1 {
	margin: 0;
	padding: 0;
	background: black url(../imagenes/elcatalogo.gif) no-repeat;
	height: 27px;
}

#menu h1 span {
	display: none;
}