//Fondo opciones menu
function sobre(opcion) {
//	alert("entra en sobre");
	document.getElementById("b"+opcion).className = 'fondosobre';
}
function fuera(opcion) {
	document.getElementById("b"+opcion).className = 'fondonormal';
}
