function no() {
	var elem = document.getElementById("amico");
	elem.className = "amicoNO"; 
}
	
function si() {
	var elem = document.getElementById("amico");
	elem.className = "amicoSI";
}
