/* 
 * To change this template, choose Tools | Templates
 * and open the template in the editor.
 */
function cargar(){
            var capa = document.getElementById("image");
            capa.innerHTML ="<img src='../image/fondoSol.png'>";
}

