

function cambiar_clase(iden, clase){
	
	document.getElementById(iden).className=clase;
	
	
}


function popUp(pagina){ 

			var opciones="toolbar=no,scrollbars=yes, resizable=yes, width=600, height=550"; 

			window.open(pagina,"",opciones); 

}
