function enciende(a) {
   a.style.backgroundColor="#F8873C";
}

function apaga(a) {
   a.style.backgroundColor="#B1D632";
}
