﻿function RedireccionPagina(ruta){
 window.location=ruta;
}

function RedireccionTienda(ruta){
 window.open(ruta);
}
   
function resizepan() {
resizeTo(600,400);
}

function cambiar_color_over(celda){ 
   celda.style.backgroundColor="#000066";
   celda.style.color="#ffffff";
   celda.style.cursor='pointer';
} 

function cambiar_color_outbis(celda){ 
   celda.style.backgroundColor="ffffff";
   celda.style.color="#000033";
} 

function cambiar_puntero_ratonbis(celda){
   celda.style.backgroundColor="#ffffff";
   celda.style.color="#000099";
   celda.style.cursor='pointer';
}

function cambiar_color_out(celda){ 
   celda.style.backgroundColor="white";
   celda.style.color="#000000";
} 

function cambiar_puntero_raton(celda){
   celda.style.backgroundColor="#000033";
   celda.style.color="#ffffff";
   celda.style.cursor='pointer';
}

function cambiar_puntero_ra(celda){
   celda.style.cursor='pointer';
}

function cambiar_solo_raton(celda){
   celda.style.cursor='pointer';
}

function cambiar_puntero_texto(celda){
   celda.style.color="#000000";
   celda.style.cursor='pointer';
}

function cambiar_puntero_textobis(celda){
   celda.style.color="#949494";
   celda.style.cursor='pointer';
}

