function Mas()
{
	
}

function Menos()
{
	
}

function WinTurismo(theURL,winName,features) 
{
	window.open(theURL,winName,'toolbar=0,location=0,status=0,menubar=0,scrollbars=0,resizable=0,width=240,height=275');
}

function WinRadio(theURL,winName,features) 
{
	window.open(theURL,winName,'toolbar=0,location=0,status=0,menubar=0,scrollbars=0,resizable=0,width=400,height=300');
}

function WinEvento(theURL,winName,features) 
{
	window.open(theURL,winName,'toolbar=0,location=0,status=0,menubar=0,scrollbars=1,resizable=0,width=500,height=500');
}

function WinCorreo(theURL,winName,features) 
{
	window.open(theURL,winName,'toolbar=0,location=0,status=0,menubar=0,scrollbars=0,resizable=0,width=500,height=500');
}

function Marcar(e)
{
	e.style.border = "1px solid #A59F77";
}

function Desmarcar(e)
{
	e.style.border = "1px solid #dddddd"
}