#ayuda_caja{  }

	#ayuda_titulo:before{ content:"\f128"; }
	#ayuda_titulo{  }
	
	#ayuda_categorias{ position:relative; padding:20px 40px; width:100%; box-sizing:border-box; }	
		.ayuda_categoria_punto{ position:relative; margin-top:20px; padding:10px 20px; width:100%; font-size:20px; line-height:24px;  background:#F2F2F2; box-sizing:border-box; }
		.ayuda_categoria_punto a { display:block; width:100%; color:#333; text-decoration:none; }
		.ayuda_categoria_punto a:after { display:inline-block; content:"\f054"; float:right; font-family:"icomoon"; color:#B3B3B3; }
		.ayuda_categoria_punto a.on:after { transform:rotate(90deg); }

	#ayuda_descripciones{  }	
		.ayuda_desc_punto{ display:none; position:relative; padding:20px 40px; width:100%; box-sizing:border-box; font-family:Source Sans Pro; }
		.ayuda_titulo_punto, .ayuda_enlace_inicio{ display:none; }
	