function cerrar_ficha(){
		$detalles = document.getElementById('contenedor_detalles');
		$detalles.innerHTML='';
		$altura = $detalles.offsetHeight;
		t1 = new Tween($detalles.style,'height',Tween.strongEaseOut,$altura,0,1,'px');
		t1.start();
}
function cargar_militar(){
	cerrar_ficha();
	cargar('listado','listado.php','formato=&producto=familia_MILITAR');	
}