tinyMCE.init({
		// General options
		mode : "textareas",
		theme : "advanced",
		language : "es", 

		// Theme options
		theme_advanced_buttons1 : "",
		theme_advanced_toolbar_location : "none",
		theme_advanced_statusbar_location : "none",
		theme_advanced_resizing : false,

		// Example content CSS (should be your site CSS)
		content_css : "css/estilos.css"

	});
