ul.lista_categorias_enlace{
	height:680px;
	overflow:auto;
}
ul.lista_categorias_enlace li{
	display:inline;
	float:left;
	width:300px;
	padding:4px 24px;
	font-weight:bold;
	color:#101010;
}
ul.lista_categorias_enlace ul{

}
ul.lista_categorias_enlace ul li{
	float:none;
	display:block;
	width:auto;
	font-size:12px;
	font-weight:normal;
	padding:4px 0px;
}
ul.lista_categorias_enlace ul li a{
	text-decoration:none;
	padding-right:13px;
	background: transparent url(images/externo.png) no-repeat scroll right;
	color:#333333;
}
ul.lista_categorias_enlace ul li a:hover{
	background: transparent url(images/externo_hover.png) no-repeat scroll right;
	color:#993333;
}