/* =========================================================== */
function CabeceraHumor(Titulo){
	
	ComprobarMarcos();

	document.write('\n<div style="margin: 10px 0px 8px 0px;">\n' +
		((window == top.window) 
			?  	'<a href="index.html" target="_top">' +
				'<img src="../../imag/_humor.gif" alt="Humor" title="Humor" style="width:100px; height:32px; margin: 0px 10px -9px 0px;" ' + 
				'id="humor" onmouseout="CambiaSRC(\'_humor\', this)" onmouseover="CambiaSRC(\'_humorb\', this)" />' +
			'</a>\n'
			: '<center>') +
		'\t<span class="titulo_articulo">' + Titulo + '</span>\n' +
		((window == top.window) ? '' : '</center>') +
		'</div>\n' +
		'<hr />\n');

} /* Fin CabeceraHumor
 =========================================================== */

//</script>

