/* CSS Document */
#familias_navbar {
	width: 139px; !important
}

/* LISTAS PRODUCTOS */
ul.lista_subfamilias {
	list-style-image: url(images/mas.jpg);
	list-style-position: inside;
	width: 100%;
		
	margin: 0px;
	padding: 0px;
	
	padding-left: 5px;
}
	ul.lista_subfamilias li {
		font-family: "arial narrow";
		font-size: 12px;
		font-weight: bold;
		color: #84571c;
		cursor: pointer;
	}

ul.lista_categorias {
	list-style-image: url(images/mas.jpg);	
	list-style-position: inside;
		
	padding-left: 10px;
}
	ul.lista_categorias li {
		font-family: "arial narrow";
		font-size: 11px;
		font-weight: bold;
		color: #84571c;
		cursor: pointer;
	}

ul.lista_productos, ul.lista_productos_familia {
	width: 100%;
	list-style-type: none;
	list-style-image: none;
	
	padding-left: 20px;
}

ul.lista_productos_familia {
	margin-left: 10px;
	
	margin: 0px;
	padding: 0px;
		
	padding-left: 5px;	
}

	ul.lista_productos li a, ul.lista_productos_familia li a {
		font-family: "arial narrow";
		font-size: 11px;
		font-weight: normal;
		color: #000;
		text-decoration: none;
	}
	
	ul.lista_productos li a:hover, ul.lista_productos_familia li a:hover {
		text-decoration: underline;
	}

/* LISTAS EN EL MUNDO */
ul.lista_continentes {
	list-style-image: url(images/mas.jpg);
	list-style-position: inside;
	width: 100%;
	
	margin: 0px;
	padding: 0px;
}
	ul.lista_continentes li {
		font-family: "arial narrow";
		font-size: 14px;
		font-weight: bold;
		color: #84571c;
		margin: 2px 0px;
		cursor: pointer;
	}

ul.lista_paises {
	width: 100%;
	list-style-type: none;
	list-style-image: none;
	
	padding-left: 20px;	
}
	ul.lista_paises li a {
		font-family: "arial narrow";
		font-size: 11px;
		font-weight: bold;
		color: #84571c;
		text-decoration: none;
	}
	
	ul.lista_paises li a:hover {
		text-decoration: underline;
	}
	
ul.enelmundo_detalle {
	width: 100%;
	list-style-type: none;
	list-style-image: none;
	
	margin: 0px;
	padding: 0px;
}

	ul.enelmundo_detalle li {
		margin-bottom: 20px;
	}