/* Estilos asociados al listado */

ul.padres {	
	line-height: normal;
	list-style-image: url('../../resources/bullet-n1.jpg');
	list-style-position: inside;
	list-style-type: none;
	padding: 0em 0em 0em 0em;
	margin: 0em 0em 0em 0em;
	/* hack para internet explorer */
	//list-style-image: url('../../resources/bullet-n1_ie.jpg');	

}
 
li.padres  {	
	line-height: normal;
	list-style-type: none;
	padding: 0em 0em 0em 0em;
	margin: 0.5em 0em 0.5em 0em;
} 

ul.hijos {		
	line-height: normal;
	list-style-type: none;
	list-style-image: url('../../resources/bullet-n2.jpg');
	list-style-position: inside;
	//padding: 0em 0em 0em 0em;
	//margin: 0em 0em 0em 0em;
	/* hack para internet explorer */
	//list-style-image: url('../../resources/bullet-n2_ie.jpg');	

}

li.hijos  {
	line-height: normal;
	list-style-type: none;
	margin-top: 0.5em;
	margin-bottom: 0.5em;	
	//padding: 0em 0em 0em 1em;
	//margin: 0.5em 0em 0.5em 1.5em;
}

/* Estilos asociados al pintado de enlaces */

.cajaenlace_conimagen{
	display:table;
	margin-top:5px;
	margin-bottom:5px;
	width:100%;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;	
}
.cajaenlace_imagen{
	width:7%;
	display:table-cell;
	float:left;
}
.cajaenlace_texto{
	width:93%;
	padding-bottom:5px;
	padding-bottom:5px;
	display:table-cell;
	float:right;
}
.cajaenlace_enlace{
	margin-left:10px;
	padding-bottom: -5px
}
.cajaenlace_descripcion{
	width:90%;
	margin-left:10px;
}
.cajaenlace_sinimagen{
	display:table;
	margin-top:5px;
	margin-bottom:5px;
	width:100%;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;padding-left:20px
}
.cajaenlace_soloenlace{
	padding-bottom:5px;	
}


li.AecidEnlace{
	list-style-type: none;
	list-style-image: none;
	/*list-style: outside;*/
	list-style-image: url('../../resources/noexiste.jpg');
	margin-left: -35px;
	//margin-left: -40px;
}