Código HTML:
#on a {
background-image:url(../imagenes/off.gif);
margin: 1px;
background-color: #f2f2f2;
width: 115px;
height: 90px;
}
#on a:hover {
background-image:url(../imagenes/on.gif);
margin: 1px;
background-color: #f2f2f2;
width: 115px;
height: 90px;
}


