body{
background-image:url(images/fondo.jpg); background-position:left; background-repeat:no-repeat; background-color:#FFFFFF;
}
.outer{
	margin:0px;
	padding:0px;
	text-align:left;
}
#menu_eco {
	width: 175px;
	/*border-style: solid none none solid;
	border-color: #ccc;
	border-size: 1px;
	border-width: 1px;*/
	padding:0px;
	}
	#menu_eco ul{
	margin:0px;
	padding:0px;
	list-style:none;
	}
	#menu%eco li{
	padding:0;
	margin:0;
	}
	#menu_eco li a {
		/*voice-family: "\"}\""; 
		voice-family: inherit;*/
		text-decoration: none;
		font-weight:normal;
		margin-top:0px;
		}
	/* NIVEL PRINCIPAL */
	#menu_eco li a:link, #menu_eco li a:visited {
		color: #000;
		display: block;
		background: url(images/menu_eco.gif);
		padding: 9px 0 0 40px;
		font-weight:bold;
		height:22px;
		*height: 32px;
		}
	#menu_eco li a:hover {
		color: #fff;
		background: url(images/menu_eco.gif) 0 -32px;
		padding: 9px 0 0 40px;
		font-weight:bold;
		}
	#menu_eco li a:active {
		color: #fff;
		background: url(images/menu_eco.gif) 0 -64px;
		padding: 9px 0 0 40px;
		font-weight:bold;
		}	
	/* NIVEL PRINCIPAL SELECCIONADO */
	#menu_eco #select a:link, #menu_eco #select a:visited, #menu_eco #select a:hover, #menu_eco #select a:active {
		color: #fff;
		background: url(images/menu_eco.gif) 0 -96px;
		padding: 9px 0 0 40px;
		font-weight:bold;
		height:22px;
		*height: 32px;
	}
	/* NIVEL 1 */
	#menu_eco li.submenu{
		height: 22px;
		voice-family: "\"}\""; 
		voice-family: inherit;
		text-decoration: none;
		font-weight:normal;
		margin-top:0;
		}
	#menu_eco #nivel1 a:link, #menu_eco #nivel1 a:visited {
		color: #333;
		display: block;
		background: url(images/submenu.jpg) 0 0;
		padding: 4px 0 0 40px;
		font-weight:normal;
		margin-top:0;
		height: 18px;
		*height: 22px;
		}
	#menu_eco #nivel1 a:hover {
		color: #0756a7;
		background: url(images/submenu.jpg) 0 -22px;
		padding: 4px 0 0 40px;
		font-weight:normal;
		margin-top:0;
		}
	#menu_eco #nivel1 a:active {
		color: #000;
		background: url(images/submenu.jpg) 0 -44px;
		padding: 4px 0 0 40px;
		font-weight:bold;
		margin-top:0;
		}
	/* NIVEL 1 SELECCIONADO */
	#menu_eco #nivel1_select a:link, #menu_eco #nivel1_select a:visited, #menu_eco #nivel1_select a:hover, #menu_eco #nivel1_select a:active {
		color: #000;
		background: url(images/submenu.jpg) 0px -66px;
		padding: 4px 0 0 40px;
		font-weight:bold;
		height: 18px;
		*height: 22px;
	}
	
	#menu_eco .titMenu{
		display:block;
		margin-top:5px;
		color: #fff;
		background: url(images/menu_eco.gif) 0 0;
		padding: 9px 0 0 40px;
		font-weight:bold;
		height:22px;
		*height: 32px;
	}
