#menu { /* Config del menu en gral */
	z-index: 1; /* trae adelante*/
	font-size: 11px; /* define estilos que se heredan */
	margin: 25px 0 0 0 ;	
	width:146px;
	
	}

#menu ul, #menu ol {
	list-style:none;
	padding: 0 0 0 0 ;
	margin: 0 0 0 0 ;
	display: block;
	}	

#menu li {
	margin: 0 0 3px 0;	
	}
	
#menu a{ /*LINK del menu */
	background-color: #447EA6;
	background-image:url(/imagenes/menu1.png);	
	background-repeat: no-repeat;
	display: block; /* muy importante: configura el <a> para que ocupe todo el ancho */
	padding: 3px 0 0 20px;
    text-decoration: none;    
	border-bottom: 1px solid #B8DB8B;
	color: #fff;
	font-weight:bold;
	border:1px solid #006699;
	height:19px;
 	}
  
#menu a:hover {
	  text-decoration: underline;    
   	}   	 	
   	
	
#menu li li {
	  margin: 3 0 0px 0;	
	  }
	  
#menu li li a {
	background-image:url(/imagenes/submenu1.png);	
		background-repeat: no-repeat;
background-color: #02497D;	
	border: 1px solid #6B9EC0;
	font-weight: bold;
	color: #000;	
	font-weight:bold;
	word-spacing: 1px;	
	}
	
	
#menu li li a:hover {
	text-decoration:underline;

	}	

#menu li li li a {
	background-image:url(/imagenes/subsubmenu1.png);	
	background-repeat: no-repeat;
	background-color: #999;	
	color: #666;	
	border: 1px solid #999;
	
	}
#menu .selected {
	background-color: #ECEEF2;
	border-left-color: B0C0CE;
	border-left-width: 5px;
	border-left-style: solid;
	color: #069;
	}
	
#menu .selected:hover {
	background-color: #ECEEF2;
	border-left-color: B0C0CE;
	border-left-width: 5px;
	border-left-style: solid;
	color: #069;
	}	

#banners {
	width:146px;	
	margin:10px 0 0 0;	
	text-align:center;
	
}

#banners img {
	padding:5px;	
}