	tinyMCE.init({
		// General options
		mode : "exact",
		mode : "textareas",
		theme : "advanced",
		editor_deselector : "mceNoEditor", 
		height : "300px",
		width : "455px",
		language : "es",
		force_br_newlines : true,
        force_p_newlines : false,
		skin : "o2k7",
        skin_variant : "silver",

		extended_valid_elements: "object[width|height|data|type],embed[src|quality|pluginspage|type|width|height|wmode],param[name|value],video[width|height|poster|durationHint],source[type|src],noscript,iframe[src|width|height|name|align|allowTransparency|scrolling|style|frameborder],center,left,right",

		plugins : "safari,pagebreak,table,save,advhr,advimage,advlink,preview,searchreplace,contextmenu,paste,directionality,fullscreen,noneditable,visualchars,nonbreaking,xhtmlxtras",

		// Theme options
		theme_advanced_buttons1 : "code,|,bold,italic,underline,strikethrough,|,justifyleft,justifycenter,justifyright,justifyfull,fontselect,fontsizeselect,|,search,charmap",
		theme_advanced_buttons2 : "bullist,numlist,|,sub,sup,|,undo,redo,|,link,unlink,image,cleanup,|,preview,|,forecolor,backcolor,|,hr,|,fullscreen",
		theme_advanced_buttons3 : "",
		theme_advanced_buttons4 : "",
		theme_advanced_toolbar_location : "top",
		theme_advanced_toolbar_align : "left",
		theme_advanced_statusbar_location : "bottom",
		theme_advanced_resizing : false
	});
