

function cambiaFondo(color, color2, color3, cursor) {
	var elemento = document.getElementById("boton");
	elemento.style.backgroundColor = color;
	elemento.style.color = color2;
	elemento.style.borderColor = color3;
	if (cursor != null) {
		elemento.style.cursor = cursor;
	}
}
function cambiaFondoVolver(color, color2, color3, cursor) {
	var elemento = document.getElementById("volver");
	elemento.style.backgroundColor = color;
	elemento.style.color = color2;
	elemento.style.borderColor = color3;
	if (cursor != null) {
		elemento.style.cursor = cursor;
	}
}
function cambiaCelda1(color) {
	var elemento = document.getElementById("celda1");
	elemento.style.backgroundColor = color;
}
function cambiaCelda2(color) {
	var elemento = document.getElementById("celda2");
	elemento.style.backgroundColor = color;
}
function cambiaCelda3(color) {
	var elemento = document.getElementById("celda3");
	elemento.style.backgroundColor = color;
}
function cambiaCelda4(color) {
	var elemento = document.getElementById("celda4");
	elemento.style.backgroundColor = color;
}
function cambiaCelda5(color) {
	var elemento = document.getElementById("celda5");
	elemento.style.backgroundColor = color;
}
function cambiaCelda6(color) {
	var elemento = document.getElementById("celda6");
	elemento.style.backgroundColor = color;
}
function cambiaCelda7(color) {
	var elemento = document.getElementById("celda7");
	elemento.style.backgroundColor = color;
}
function cambiaCelda8(color) {
	var elemento = document.getElementById("celda8");
	elemento.style.backgroundColor = color;
}
function cambiaCelda9(color) {
	var elemento = document.getElementById("celda9");
	elemento.style.backgroundColor = color;
}
function cambiaCelda10(color) {
	var elemento = document.getElementById("celda10");
	elemento.style.backgroundColor = color;
}
function cambiaCelda11(color) {
	var elemento = document.getElementById("celda11");
	elemento.style.backgroundColor = color;
}
function cambiaCelda12(color) {
	var elemento = document.getElementById("celda12");
	elemento.style.backgroundColor = color;
}
function cambiaCelda13(color) {
	var elemento = document.getElementById("celda13");
	elemento.style.backgroundColor = color;
}



