function tamFuente (nivel, elem) {
	var elemento = document.getElementById(elem)
    elemento.className = "nota"+nivel;
}
