function overPlantilla(src)
{
	with(document)
	{
		var cel = getElementById(src);
	
	if(cel.id != "BRUNETE")
		{
		with(cel)
		{
		 	style.backgroundColor="#FFCC33";
			style.cursor='hand';
		}
		}
	}
}

function outPlantilla(src)
{
	with(document)
	{
		var cel = getElementById(src);
		
		
		if(cel.id != "BRUNETE")
{		with(cel)
		{
			
			style.backgroundColor="#CCCCCC";
			style.cursor='default';
		}
		}
	}
}

function uno(src)
{
	with(document)
	{
		var cel = getElementById(src);
	
	if(cel.id != "BRUNETE")
		{
		with(cel)
		{
		 	style.backgroundColor="#FFCC33";
			style.cursor='hand';
		}
		}
	}
}
function dos(src)
{
	with(document)
	{
		var cel = getElementById(src);
		
		
		if(cel.id != "BRUNETE")
{		with(cel)
		{
			
			style.backgroundColor="#D5EDB3";
			style.cursor='default';
		}
		}
	}
}

function tres(src)
{
	with(document)
	{
		var cel = getElementById(src);
		
		
		if(cel.id != "BRUNETE")
{		with(cel)
		{
			
			style.backgroundColor="#CCCCCC";
			style.cursor='default';
		}
		}
	}
}