/* These are the style specifications for the menu layers.  
   Set width to get more browsers' corporation  */
div.menu  {
	position:absolute;
	left:0;
	top:0;
	z-index:500;
	font-size:12px;
	visibility: hidden;
	background-image: url(img/blanco_fondo_capas.png)!important;
	background-image: none;/*ie hack*/
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader (src='img/blanco_fondo_capas.png', sizingMethod='scale');
	/*background: none;o lo que se te venga en gana */   
	background-repeat: repeat;
	padding: 5px;
}

/* Style specifications for menu items and links  */
div.menu ul {
	padding:5;
	margin: 10px;
	background-position: center top;
	display: block;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
div.menu ul li {
	list-style-type:none;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 2px;
}

div.menu a {
	text-decoration:none;
	white-space:nowrap;
	font-family: Arial, Helvetica, sans-serif;
	color: #021222;
	font-size: 12px;
}  
div.menu a:link { 
	color:#021222;
}
div.menu a:visited { 
	color:#021222;
}
div.menu a:hover {
	color: #B9631A;
}


