// JavaScript Document

function situacion(arg){
	document.getElementById(arg).style.fontSize='18px';
	document.getElementById(arg).style.marginTop='-7px';
	}
function fuera(arg){
	document.getElementById(arg).style.fontSize='11px';
	document.getElementById(arg).style.marginTop='0px';
	}
function situacion2(arg){
	document.getElementById(arg).style.fontWeight='bold';
	document.getElementById(arg).style.color='#000';
	}
function fuera2(arg){
	document.getElementById(arg).style.fontWeight='normal';
	document.getElementById(arg).style.color='#333';
	}
	
	
function cambioimg(arg){
	document.getElementById(arg).style.backgroundImage='url(images/EJsilla2.jpg)';}
