
/* LISTADOS
 ------------------------------------------------------------------------------------------------- */
ul.lstCategorias{
	margin: 15px 0;
}
ul.lstCategorias ul.lstCategorias{
	margin: 0;
/*	padding: 10px 0 0 12px;*/
	border: 0;
}
ul.lstEnlaces{
  margin: 0 0 0 12px;
  padding-left: 15px;
}
ul.lstCategorias li{
	padding: 0 0 5px 0;
	line-height: 140%;
  list-style: none;
}
ul.lstEnlaces li.enlace{
	padding: 0 0 3px 0;
  margin:  0 0 10px 0;
	list-style: square;
  border-bottom: 1px solid #F0F0F0;
}

/* ENLACES
 ------------------------------------------------------------------------------------------------- */
ul.lstCategorias h5 a{
	font-weight: bold;
}
ul.lstCategorias a{
	font-size: 120%;
}
ul.lstCategorias li.enlace a{
	font-size: 100%;
}

/* TEXTOS
 ------------------------------------------------------------------------------------------------- */
ul.lstCategorias h5{
	background: 	#F0F0F0;
	padding: 		6px;
	margin:			5px 0;
/*	border-bottom: 1px dotted #C9CF20;*/
}

ul.lstCategorias img{
	background: #FFF;
}

ul.lstEnlaces li.enlace p{
	margin: 2px 0 10px 0;
	padding: 0;
}

/* IM�GENES
 ------------------------------------------------------------------------------------------------- */
.lstCategorias img{
	float: right;
}