window.seleccionado=null
window.seleccionadomenu=null


over=function(e){
	if (seleccionado!=e) {
		e.style.backgroundColor='#F9F0F0';
		e.style.color='#DB0505';
		
	}	
	
}
out=function(e){
	if (seleccionado!=e){
		 e.style.backgroundColor='#ffffff';
 		 e.style.color='#006691';	 
	}
}
overtrans=function(e){
	if (seleccionado!=e){
	     e.style.backgroundColor='#ffffff';
  		 e.style.color='#DB0505';
 	}
}
outtrans=function(e){
	if (seleccionado!=e) {
	     e.style.backgroundColor='#E2E2E2'
   		 e.style.color='#006691';
 	}
}
overtrans2=function(e){
	if (seleccionado!=e){
  		 e.style.color='#DB0505';
 	}
}
outtrans2=function(e){
	if (seleccionado!=e) {
   		 e.style.color='#006691';
 	}
}
