  	function mR(src) 
  	{
	  	src.style.cursor = 'pointer';
		src.bgColor = '#d0d0d0';
  	}
  
  	function mT(src, color) 
  	{
	  	src.style.cursor = 'default';
	  	src.bgColor = color;
  	}

	function color(objSel, strColor)
	{
		if (strColor == 'normal'){
			objSel.style.backgroundColor='#555555';
			objSel.style.filter='alpha(Opacity=80, Style=0)';			
			objSel.style.Color='Black';			
		}
		else
		{
			objSel.style.backgroundColor=strColor;
			objSel.style.filter='alpha(Opacity=90, Style=1 , FinishOpacity=90)';
			objSel.style.Color='Black';			
			objSel.style.cursor='pointer';
		}
	}

	function simulando()
	{
		msgalert = alert('Se están simulando los partidos. En cuando finalice la simulación se podrá consultar esta sección.')
	}

	function mercadocerrado()
	{
		msgalert = alert('El mercado de valores está cerrado. El horario del mercado es de 3:00h. a 19:00h.')
	}

