function iluminaItem(condicion)
{
	var a = window.event.srcElement.parentElement;
	var b = window.event.srcElement;
	 if(condicion == true)
	   {
		a.style.backgroundColor = 'midnightblue';
		b.style.color = 'white';
		}
	else
		{
	a.style.backgroundColor = '#cccccc';
	b.style.color = '#0033ff';
		}	
}
function cargaPagina()
	{

	}



function cambia(elemento)
	{
	
	elemento.className="lateralOn";
	elemento.style.cursor="hand";	
	}
function cambia2(elemento)
	{
	
	elemento.className="lateralOff";
		
	}
/*function muestraCapa(nombre)
	{
	automatizacion.style.visibility='hidden';
	integracion.style.visibility='hidden';
	desarrollo.style.visibility='hidden';
	microinformatica.style.visibility='hidden';
	gestion.style.visibility='hidden';
	portada.style.visibility='hidden';


	eval(nombre+".style.visibility='visible'");
	}*/
function muestraCapa2(nombre)
	{
	eval(nombre+".style.visibility='visible'");
	}
function ocultaCapa2(nombre)
	{
	eval(nombre+".style.visibility='hidden'");
	}
/*function ocultaCapa()
	{
	automatizacion.style.visibility='hidden';
	integracion.style.visibility='hidden';
	desarrollo.style.visibility='hidden';
	microinformatica.style.visibility='hidden';
	gestion.style.visibility='hidden';
	portada.style.visibility='visible';
	}
*/


