	   function iniciar(){
		var auto_normal_accordion_options={
	    	panelWidth:250,
	    	panelHeight:"auto",
	    	tabLocation:'inline',
	    	onLoadShowTab:2,
	    	expandedBg:"#f6f6f6",
	    	collapsedBg:"#f6f6f6",
	    	hoverBg:"#f0f0f0",
	    	hoverTextColor:"#222",
	    	collapsedTextColor:"#666",
	    	borderColor:"#ccc",
	    	expandedTextColor:"#666",
	    	fixborders:true			//look at this whe you apply padding
	    };
	    var auto_retract_normal_accordion_options={
	    	panelWidth:560,
	    	panelHeight:"auto",
	    	tabLocation:'inline',
	    	onLoadShowTab:-2,
	    	expandedBg:"#c0c0c0",
	    	collapsedBg:"#c0c0c0",
	    	hoverBg:"#f0f0f0",
	    	hoverTextColor:"#222",
	    	collapsedTextColor:"#00f",
	    	borderColor:"#ccc",
	    	expandedTextColor:"#000",
	    	fixborders:true		//look at this whe you apply padding
	    	
	    };
		//Ajax modificado
		new Rico.Accordion($('auto_normal_accordion'), auto_normal_accordion_options);
		new Rico.Accordion($('auto_retract_normal_accordion'),auto_retract_normal_accordion_options);
	   }

