/*----------------------------------------------- MENU PRODUCTOS --------------------------------------------------*/
#caja_central_contenedor_menu {
	width: 165px;
	height: auto;
	position: relative;
	overflow: hidden;
	float: left;
}
#menu_productos {
	width: 165px;
	overflow:hidden;
	list-style: none;
	background: url() no-repeat;
	font-size: 11px;
}
#menu_productos ul {
	padding-left:0px;
}
#menu_productos li {
	display: block;
}
#menu_productos li a, #menu_productos li span {
	height: 35px;
	display: block;
	line-height: 35px;
	text-decoration: none;
}
#menu_productos li.productos a:hover {
	background-color: #002741;
	color: #fff;
}
#menu_productos li.productos a {
	background-color:#FFFFFF;
	width: 165px;
	color: #002741;
	height: 24px;
	line-height: 24px;
	text-decoration:none;
	border-bottom: none;
	padding-left: 10px;
}
#menu_productos li.familia2 {
	background: url(../img/boton_int.png) no-repeat;
	padding-left: 10px;
}
#menu_productos li.familia2 a:hover, #menu_productos li.familia2 span:hover, #menu_productos li.familia2 span.sfhover {
	background: url(../img/boton_int.png) -10px no-repeat;
}

