<!--
function sobre(src,Color) {
    if (!src.contains(event.fromElement)) {
	  src.style.cursor = 'hand';
	  src.bgColor = Color;
	}
}
function fuera(src,Color) {
	if (!src.contains(event.toElement)) {
	  src.style.cursor = 'default';
	  src.bgColor = Color;
	}
}
function sugerir(){

	window.open("http://www.edicurs.com/centros/formsugerir.asp?ref="+ document.location + "&doc=" + escape(document.title) ,0,"scrollbars=1,height=300,width=350")
}
// -->

